首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >没有MX记录在一个可能的钓鱼域?

没有MX记录在一个可能的钓鱼域?
EN

Security用户
提问于 2019-12-12 13:52:38
回答 1查看 404关注 0票数 1

我在我的SMTP日志上看到,它询问一个可能的钓鱼域,我查找它的MX记录,但它没有。在发送网络钓鱼邮件之前,域名是否需要MX记录?

EN

回答 1

Security用户

发布于 2019-12-12 14:30:24

在发送网络钓鱼邮件之前,域名是否需要MX记录?

不是的。根据RFC 2821的说法,如果没有MX记录,那么邮件传递将查找A记录,而不是:

代码语言:javascript
复制
The lookup first attempts to locate an MX record associated 
with the name.  If a CNAME record is found instead, the 
resulting name is processed as if it were the initial name.  
If no MX records are found, but an A RR is found, the A RR 
is treated as if it was associated with an implicit MX RR, 
with a preference of 0, pointing to that host.
票数 1
EN
页面原文内容由Security提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://security.stackexchange.com/questions/222661

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档