phishing campaign investigation
scope a campaign across a victim org — IOC extraction, kit fingerprinting, infrastructure pivoting.
a guided path, not automation — each step opens a tool you run yourself; nothing uploads. progress is saved only in this browser.
wraps the phishing campaign — IOC sweep preset — drop suspect .eml(s) + exports → header parse → URL/email extract → IOC pull → dedupe → triage → report
guided steps
- phishing URL extractor from email body
pull obfuscated URLs and contact addresses from HTML bodies
- ioc extractor
extract domains, IPs, and URLs from headers + bodies across the campaign set
suggested options · format: json · aggregate: true
- ioc deduplicator and normalizer
merge IOCs across all messages — campaigns usually repeat 5–10 infrastructure items
suggested options · lowercase: true · dropPrivate: false
- ioc bulk validator & triage
score the merged set; high-severity hits are the ones to block at the mail gateway
- case report generator
draft a campaign scope report for IR or threat-intel sharing
suggested options · title: phishing campaign — IOC sweep
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.