Stop guessing if an email is safe. This automation reads raw email headers, checks the sender IP reputation, and confirms SPF, DKIM, and DMARC status. Security and IT teams can use it to speed up phishing review and block risky senders fast.
It starts with a webhook that receives the header text. The flow splits into two tracks. One track pulls IPs from Received lines, checks each IP with IPQualityScore, and adds location data from IP API. The other track scans Authentication Results and also looks at received spf, dkim signature, and received dmarc fields. The results are merged into one clean JSON report, then sent back through the webhook with a 200 status so you can use it in tickets or alerts.
Setup is simple. You only need the webhook URL and an IPQualityScore API key. IP API does not need a key but it has a rate limit, so plan your volume. Teams usually cut manual header review from many minutes to under a minute per message. Use it to enrich SOC tickets, score inbound messages from forms, or add checks before creating user alerts.