DF Assignment 6 (324041)
DF Assignment 6 (324041)
DF Assignment - 6
Title : To perform Email header Analysis.
Description : An Email Header or an Internet Header is metadata that accompanies every email
and contains detailed information, such as the sender, receiver, route, timestamp, and more.
Mailbox and email service providers use email headers to authenticate the email senders and
properly allocate an email in the inbox.
Information in the Email Metadata is automatically generated. Even though there is a standard
to what Email Metadata should include, there is no limit to what a mail server can add to it.
Gmail:
Locate a three-dot icon on the top-right corner of the email
Select Show Original in the drop-down menu. You’ll be able to view raw data in a new window.
Analysis:
● From indicates the sender’s information, such as the address.
● To displays the primary and secondary (CC, BCC) recipients’ email addresses and
optional names.
● Delivered-To displays the recipient’s name and address, as well as other addresses
present in the Cc and Bcc.
● Subject refers to the title the sender has indicated in the subject line of the email.
● Message-ID is a unique identifier, generated automatically to prevent multiple
deliveries. It includes various (around 50) letters and numbers.
● DKIM-Signature or Domain Keys Identified Mail (DKIM) is another authentication
method used to confirm that the email was authorized by the owner of the domain.
The email is signed with a digital signature, which can be verified by checking the
sender’s public key in the DNS records of the sender’s domain.
In our case,
dkim=pass [email protected] header.s=MAESTRO-S1 header.b=Z4jU3qrZ;
Conclusion : By performing email header analysis for cybersecurity , it involved analyzing email
headers, checking for authentication protocols, inspecting suspicious elements, and reporting
any identified threats or anomalies to mitigate risks effectively.