cURL
curl --request POST \ --url https://threat-intel-api.abusix.com/beta/quick-check \ --header 'Content-Type: application/json' \ --data ' [ "1.1.1.1", "example.com" ] '
{ "status": "success", "statusCode": 200, "result": [ { "item": "<string>", "abusixMailBlocklist": "ACTIVE", "type": "IP", "bogon": false, "intent": "malicious", "activity": true } ] }
Array of up to 1000 items to lookup
1 - 1000
Query result
success
x > 0
200
Show child attributes
normalized representation of requested item
ACTIVE
ALLOWLIST
INFORMATIONAL
NOT_LISTED
PASSIVE
IP
true
false
malicious
suspicious
unknown
none
Whether or not we have observed this IP.