EmailRep · Arazzo Workflow
EmailRep Verify Before Report
Version 1.0.0
Confirm an email's domain resolves and is deliverable before reporting it, so junk addresses never pollute the reputation graph.
View Spec
View on GitHub
SecurityEmailEmail ReputationThreat IntelligencePhishingFraud PreventionAnti-AbuseDeliverabilityRisk ScoringPublic APIsArazzoWorkflows
Provider
Workflows
verify-before-report
Verify the address resolves, then branch into reporting it or ending cleanly.
Queries the address to confirm its domain exists, and only submits the malicious-behavior report when the domain resolves. Addresses whose domain does not exist are skipped so they never pollute the reputation graph.
1
verifyAddress
queryEmailReputation
Query the address to confirm its domain exists and capture the deliverability signals before deciding whether to report it.
2
fileReport
reportEmail
File the malicious-behavior report for the verified address, recording the supplied tags, description, observation timestamp, and risk window.