analyze_email_headers
Triage phishing by analyzing email headers: trace Received hops, check SPF/DKIM/DMARC verdicts, and identify domain mismatches that reveal spoofing or BEC.
Instructions
Phishing triage on raw email headers: the Received chain in chronological order with per-hop delay, the originating public IP, SPF/DKIM/DMARC verdicts, and the mismatches that matter — From vs Return-Path domain, Reply-To pointing elsewhere (BEC), authentication failures, hops timestamped before the previous one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | Yes | The raw message source, or at least the header block. |