/v1/ip/{addr}IP reputation lookup
Returns honeypot reputation, threat score, attack pattern, geo, and ASN for a single IPv4 address.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| addr * | path | string | IPv4 address to look up. |
Request
curl -H "Authorization: Bearer sk_live_..." \
https://api.sipradar.net/v1/ip/185.243.115.84Response
{
"ip": "185.243.115.84",
"malicious": true,
"score": 98,
"first_seen": "2026-05-02T11:14:07Z",
"last_seen": "2026-07-15T09:42:11Z",
"hits": 4127,
"pattern": "sip-register-bruteforce",
"asn": "AS49505",
"country": "RU"
}