Since November 2022 I've received several suspicious emails in mailbox. This is unusual for Gmail (I think that Gmail has best spam/virus filter ever). Therefore, I decide to investigate what is it.
Let's investigate the latest (08.01.2023).
IT guy's blog for IT guys. Interesting tips and researches of Microsoft Exchange, Microsoft Outlook, BlackBerry, Windows 10, Windows Server, VMware vSphere and etc.
Since November 2022 I've received several suspicious emails in mailbox. This is unusual for Gmail (I think that Gmail has best spam/virus filter ever). Therefore, I decide to investigate what is it.
Let's investigate the latest (08.01.2023).
Original email address (that used while sending) | The final email address (OWA, Outlook) |
administrator@test.local <administrator@test.local> | "administrator@" <test.local administrator@test.local> |
administrator@_ <administrator@test.local> | administrator@ <_ administrator@test.local> |
administrator@domain<administrator@test.local> | administrator@ <domainadministrator@test.local> |
administrator@><administrator@test.local> | <administrator@> |
<administrator@><administrator@test.local> | <administrator@> |
<@administrator@><administrator@test.local> | <@administrator@><administrator@test.local> |
administrator@<administrator@test.local> | <administrator@> |
<script>@><administrator@test.local> | <script> |
administrator@test.local@ <administrator@test.local> | "administrator@" <test.local@administrator@test.local> |
Acronym |
Definition |
Official website |
RFC |
IETF Status |
Short description |
SPF |
Sender Policy Framework |
Standards Track RFC |
Defines who (which servers) could send emails from domain and what to do with “bad” emails. Works with «RFC5321.MailFrom» and «HELO» identities. |
||
DKIM |
Domain Keys Identified Message |
Standards Track RFC |
Sign an email by private key to identify the sender. |
||
DMARC |
Domain-based Message Authentication, Reporting, and Conformance |
Informational RFC, Working Group |
The policy that unites the SPF and DKIM to define what should do receivers with «bad» emails. |
||
SIDF |
Sender ID Framework |
Experimental (2006) |
Analog SPF, but works with «RFC5321.MailFrom» and «RFC5322.From». |
||
ADSP |
Author Domain Signing Practices |
- |
Historic (2014) |
Extension to DKIM allowing domain owner to specify whether or not they signed all outgoing mail. |
|
DK |
DomainKeys |
Historic |
Analog of DKIM. This standard was superseded by DKIM (RFC4871). |