Report Phishing Websites to Steam and CloudFlare - n8n Workflow | Neura Market
Report Phishing Websites to Steam and CloudFlare
Webhook-triggered workflow that detects Steam phishing sites, checks CloudFlare NS, and auto-reports via Mailgun emails to Steam and CloudFlare.
This n8n workflow automates the reporting of phishing websites impersonating Steam. It starts with a webhook endpoint that accepts a domain via query parameter 'q'. Upon trigger, it ensures bind-tools is installed (via apk in Docker) for DNS queries, then uses 'dig' to check if the domain's nameservers are hosted by CloudFlare.
If CloudFlare nameservers are detected, it branches to send a formatted email via Mailgun reporting the phishing site. A parallel or additional path (implied by name) re
Platform
n8n
Category
Health & Fitness
Price
$12.99
Creator
Bryce Yu
phishing
security
steam
cloudflare
mailgun
webhook
dns
automation
cybersecurity
reporting
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.