v1
latestOpenAPI 3.1.12026-07-242899061.7 MBCredentials
IP Lookup
Find credentials compromised from a specific IP address or IP range.
post/identity/ip/lookup
Request body
Example request
{
"organization_id": "uhash:a1b2c3d4",
"ip": "198.51.100.1",
"range": {
"gte": "192.0.2.0",
"gt": "192.0.2.0",
"lte": "192.0.2.255",
"lt": "192.0.2.255"
},
"filter": {
"first_downloaded_gte": "2024-01-01T00:00:00Z",
"latest_downloaded_gte": "2024-01-01T00:00:00Z",
"exfiltration_date_gte": "2024-01-01T00:00:00Z",
"breach_properties": {
"name": "ExampleCorp Breach 2024",
"date": "2024-03-15T00:00:00Z"
},
"dump_properties": {
"name": "Collection",
"date": "2019-01-07T00:00:00Z"
},
"authorization_technologies": [
"SAML"
],
"authorization_protocols": [
"RDP"
],
"malware_families": [
"RedLine Stealer"
]
},
"offset": "cD1lMzE5NTQ2OS1hYjYxLTQ1NTgtYjkyOC1iYjE3MWNkM2QyY2U="
}Response
Success