query
Get query
GET
/
query
/
{item}
curl --request GET \
--url https://threat-intel-api.abusix.com/beta/query/{item}
{
"status": "success",
"statusCode": 200,
"result": {
"item": "<string>",
"abusixMailBlocklist": "ACTIVE",
"type": "IP",
"bogon": true,
"tags": [
"<string>"
],
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"intent": "malicious",
"reverseDns": {
"current": [
{
"entry": "<string>"
}
]
},
"abuseContact": {
"email": "[email protected]",
"status": "UNKNOWN",
"lastVerification": "2023-11-07T05:31:56Z"
},
"asn": {
"countryCode": "US",
"asn": "AS1234",
"name": "ACME Corporation"
},
"observedActivity": {
"honeypotInteractions": {
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"observations": [
{
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"service": "ssh",
"type": "login-attack"
}
]
},
"spamtrapInteractions": {
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"observations": [
{
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"type": "pristine-spamtrap"
}
]
}
}
}
}
Path Parameters
IP to look up
Example:
"1.1.1.1"
Response
200
application/json
Query result
Available options:
success
Required range:
x > 0
Example:
200
normalized representation of requested item
Available options:
ACTIVE
, ALLOWLIST
, INFORMATIONAL
, NOT_LISTED
, PASSIVE
Available options:
IP
Available options:
malicious
, suspicious
, unknown
, none
May be null, if status is "UNKNOWN".
Example:
Available options:
UNKNOWN
, INVALID
, RESOLVE_FAILED
, CONNECT_FAILED
, RECIPIENT_FAILED
, WORKING
Example:
"ssh"
Example:
"login-attack"
curl --request GET \
--url https://threat-intel-api.abusix.com/beta/query/{item}
{
"status": "success",
"statusCode": 200,
"result": {
"item": "<string>",
"abusixMailBlocklist": "ACTIVE",
"type": "IP",
"bogon": true,
"tags": [
"<string>"
],
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"intent": "malicious",
"reverseDns": {
"current": [
{
"entry": "<string>"
}
]
},
"abuseContact": {
"email": "[email protected]",
"status": "UNKNOWN",
"lastVerification": "2023-11-07T05:31:56Z"
},
"asn": {
"countryCode": "US",
"asn": "AS1234",
"name": "ACME Corporation"
},
"observedActivity": {
"honeypotInteractions": {
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"observations": [
{
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"service": "ssh",
"type": "login-attack"
}
]
},
"spamtrapInteractions": {
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"observations": [
{
"firstSeen": "2023-11-07T05:31:56Z",
"lastSeen": "2023-11-07T05:31:56Z",
"type": "pristine-spamtrap"
}
]
}
}
}
}