v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Credentials

Dump Metadata Search

Search metadata for data dumps and breach databases by name.

post/identity/metadata/dump/search

Request body

namesstring[]

Dump or breach names to search for

limitinteger

Maximum number of results to return

Example request

{
  "names": [
    "Collection 1"
  ]
}

Response

Success

Example response

{
  "dumps": [
    {
      "name": "Antiscam Log 2024-07-22",
      "type": "Stealer Log",
      "source": "dump-antiscam-2024-07-22-045",
      "description": "Log data from Antiscam malware campaign.",
      "infrastructure": {
        "ip": "203.0.113.55"
      },
      "compromise": {
        "os": "Windows 11",
        "os_username": "victim_user",
        "malware_file": "C:\\Windows\\Temp\\update.exe",
        "timezone": "(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius",
        "computer_name": "DESKTOP-A1B2C3D",
        "uac": "UAC-Limited",
        "antivirus": [
          "Avast"
        ],
        "exfiltration_date": "2025-07-21T12:00:00Z"
      },
      "location": {
        "country": {
          "name": "UNITED_STATES",
          "displayName": "United States",
          "countryCode": "USA",
          "alpha2Code": "US",
          "alpha3Code": "USA"
        },
        "city": "New York",
        "address": "123 Main Street, Apt 4B",
        "address1": "123 Main Street",
        "address2": "Apt 4B",
        "state": "NY",
        "postal_code": "10001",
        "zip": "10001"
      },
      "breaches": [
        {
          "name": "SocialNet Breach",
          "domain": "socialnet.com",
          "type": "Database Breach",
          "breached": "2023-11-01T00:00:00Z",
          "start": "2023-10-15T00:00:00Z",
          "stop": "2023-10-20T00:00:00Z",
          "description": "User database with emails and hashed passwords was compromised.",
          "site_description": "Social networking platform."
        }
      ],
      "downloaded": "2025-07-22T08:00:00Z"
    }
  ]
}