Comprehensive Email Header Analysis for IP and Spoofing Detection - n8n Workflow | Neura Market
Comprehensive Email Header Analysis for IP and Spoofing Detection
This n8n workflow analyzes email headers to detect IP addresses and assess potential spoofing risks. It evaluates IPs using the IP Quality Score and IP-API, and verifies email authentication through SPF, DKIM, and DMARC checks.
The workflow is triggered by a webhook that receives email headers. It splits into two paths: one for analyzing IP addresses from 'received' headers and another for evaluating authentication results from 'authentication-results' headers. IP addresses are assessed for fraud and abuse using the IP Quality Score API, while geolocation data is obtained from the IP-API. Authentication results are checked for SPF, DKIM, and DMARC compliance. The workflow aggregates and merges results from both paths t
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Alex Petrov
🛠︠In progress
Secops
if
set
code
merge
switch
webhook
itemLists
stickyNote
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.