business email compromise (BEC)
vendor impersonation · payroll redirect · wire fraud · spoofed reply chains. evidence is almost always email headers, mailbox rules, and login telemetry.
a guided path, not automation — each step opens a tool you run yourself; nothing uploads. progress is saved only in this browser.
wraps the BEC triage kit preset — drop the suspect .eml(s) → extract headers → pull IOCs → triage → draft case report
guided steps
- evidence manifest generator
hash every input file so chain-of-custody is preserved
suggested options · includeSha1: false
- ioc extractor
extract URLs, domains, IPs from the message bodies + headers
suggested options · format: json · aggregate: true
- case report generator
draft a markdown report; edit before sending up the chain
suggested options · title: BEC triage
when you're done
export a run summary — a small JSON record of which steps you marked done, your notes, and a self-hash so the record can't be silently altered. it is your reproducibility note, not a per-tool receipt: each tool emits its own input→output receipt when you run it.