Received header
Delivery hop
Each mail server that handles a message stamps a Received line. Read them bottom-up: the lowest is the origin, the highest is your own gateway. Gaps, odd geographies or unexpected relays are your first signal.

Every term you will meet in a RealCyberWork case, defined the way a SOC actually uses it. Learn the vocabulary here, then apply it in guided training and real investigations.
How a message physically reached the mailbox, and what proves it.
Delivery hop
Each mail server that handles a message stamps a Received line. Read them bottom-up: the lowest is the origin, the highest is your own gateway. Gaps, odd geographies or unexpected relays are your first signal.
Who the servers talk to
The address the sending server declares during SMTP. Bounces go here, and SPF is checked against it. It frequently differs from the friendly From address the user sees.
What the user sees
The display name is free text an attacker can set to anything, including a colleague's name. Only the address inside the angle brackets carries meaning.
Where the answer goes
A message that appears to come from one domain but routes replies to another is a classic BEC and callback-fraud pattern.
Unique fingerprint
A per-message identifier issued by the originating server. Useful for message trace, deduping campaign copies and proving which exact mail was analysed.
The three checks that decide whether a sending domain is genuine.
Authorised sending IPs
A DNS record listing which servers may send for a domain. A pass only means the envelope domain authorised that IP — it says nothing about the visible From address.
Cryptographic signature
The sending domain signs parts of the message with a private key; receivers verify it against a public key in DNS. A pass proves the signing domain vouched for the content and that it was not altered in transit.
Ties auth to the visible domain
DMARC requires that the SPF or DKIM domain aligns with the domain the user actually sees in From. SPF and DKIM can both pass while DMARC fails — that combination is the single most common giveaway in spoofing cases.
Almost the real thing
A domain registered to resemble a legitimate one through character swaps, added words or different TLDs. It authenticates perfectly because the attacker owns it.
Registration recency
Domains registered days before a campaign are strongly suspicious. Check creation date, registrar and name servers alongside reputation.
The parts of the message designed to make someone act.
The story
The scenario used to justify the request — payroll change, invoice update, expiring password. Name it explicitly; it drives which pillars matter.
Urgency, authority, secrecy
Deadlines, executive impersonation and 'keep this confidential' instructions exist to stop the recipient verifying through a second channel.
Safe notation
Rewriting indicators so they cannot be clicked or resolved by accident, for example hxxps://evil[.]com. Every indicator shared outside a sandbox should be defanged.
Hop path of a link
The sequence of URLs a link passes through before its landing page. Attackers hide credential-harvest pages behind trusted redirectors and link shorteners.
QR-code phishing
The payload is embedded in a QR image so link scanners see nothing, and the victim opens it on an unmanaged phone.
Attachment tricks
Office macros and file names like invoice.pdf.exe execute code while looking inert. Judge the true file type from its signature, not its name.
Names you will use when you classify a case.
Steal the password
A cloned login page captures credentials, and often the MFA code too, then hands the session to the attacker.
Business email compromise
Text-only fraud with no link or attachment, relying on impersonation and payment or payroll changes. Content, identity and process controls carry the investigation.
Adversary in the middle
A reverse-proxy phishing kit relays the real login page in real time and steals the session token, bypassing MFA. A password reset alone does not contain it — sessions must be revoked.
Phone-based lure
A benign-looking invoice asks the victim to call a number, moving the attack to a voice channel that leaves no email indicators.
From a real colleague
Sent from an already-compromised internal mailbox, so authentication passes and trust is high. Look at inbox rules and sign-in history, not just the message.
Malicious app grant
The victim grants a rogue application persistent mailbox access. No password is stolen, so resetting one changes nothing — the grant must be revoked.
Push bombing
Repeated authentication prompts until the user approves one out of irritation. Sign-in logs show a burst of denials followed by a single approval.
What you produce and what you pull once the picture is clear.
Indicator of compromise
An observable tied to the attack: sender address, domain, URL, IP, file hash. Each one should carry a type, confidence and the evidence it came from.
Order matters
Revoke sessions and tokens before resetting a password, then purge the campaign and block indicators. Reversing the order lets a stolen session survive.
Who else got it
The count of recipients, deliveries, clicks and submissions across the tenant. A case is not closed until scope is measured, not assumed.
Evidence discipline
Preserve the original .eml, hash it, and record who handled it and when so the findings hold up in review.
Shared language
Tagging observed behaviour to techniques such as T1566 Phishing gives detection engineers and management a common reference.
The verdict
Your classification of the report, stated with confidence, rationale and the evidence that supports it — never a guess.