AbuseIPDB · Arazzo Workflow
AbuseIPDB Check Then Report
Version 1.0.0
Check an IP's reputation and conditionally file an abuse report based on its confidence score.
View Spec
View on GitHub
Anti MalwareBlacklistCyber SecurityIP ReputationNetwork SecurityPublic APIsThreat IntelligenceArazzoWorkflows
Provider
Workflows
check-then-report
Check an IP and report it only when its abuse confidence score is below a threshold.
Reads the abuse confidence score for the target IP and, when that score is under the supplied threshold, submits an abuse report with the given categories and comment. Already-flagged IPs are skipped.
1
checkIp
checkIp
Look up the current abuse data for the IP, returning the abuse confidence score used to decide whether a new report is warranted.
2
reportIp
reportIp
Submit a new abuse report for the IP using the supplied categories and optional comment because its existing score was below the threshold.