Phishing Report

One-click phishing reporting for Apple Mail. Forwards emails as .eml attachments to APWG, Netcraft, and Verbraucherzentrale — with full original headers preserved.

How it works

Select a phishing email in Apple Mail, trigger the Quick Action, and it's reported automatically. Each email is sent as its own report with the original .eml attached.

✉️
Select email
Quick Action
📨
.eml attached
🛡️
3 services notified

Reporting services

Each report is sent to all three services simultaneously.

Service Address Scope
APWG
Anti-Phishing Working Group
reportphishing@apwg.org Global
Netcraft
Takedown Service
scam@netcraft.com Global
Verbraucherzentrale NRW
Consumer Protection
phishing@verbraucherzentrale.nrw Germany

Quick install

Setup takes about 5 minutes. You only need to do this once.

git clone https://github.com/kyannik/applescript-phishing-report.git
  1. Open Automator Spotlight → "Automator" → New Document → Quick Action
  2. Configure the workflow Set "Workflow receives" to no input in Mail.app
  3. Add the script Search for "Run AppleScript", drag it in, paste the contents of report_phishing.applescript
  4. Save Save as "Report Phishing"
  5. Assign a shortcut System Settings → Keyboard → Keyboard Shortcuts → Services → assign e.g. ⌃⌥⌘P
  6. Grant permissions Click "OK" when macOS prompts on first run. If missed: Privacy & Security → Automation

Tested and hardened

The script has been QA-tested against known Apple Mail AppleScript quirks.