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": true, "intent": "malicious", "activity": true } ] }
The body is of type string[].
string[]
success
x > 0
200
Show child attributes
normalized representation of requested item
ACTIVE
ALLOWLIST
INFORMATIONAL
NOT_LISTED
PASSIVE
IP
malicious
suspicious
unknown
none
Whether or not we have observed this IP.