v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Credentials

Hostname Lookup

Find credentials compromised from a specific hostname (e.g., internal servers, VPN endpoints).

post/identity/hostname/lookup

Request body

organization_idstring
hostnamestring required
limitinteger
offsetstring

Example request

{
  "organization_id": "uhash:a1b2c3d4",
  "hostname": "server-01.us-east.example-corp.com",
  "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

countinteger required
next_offsetstring