v1

latestOpenAPI 3.0.02026-07-24311994.6 KB
Investigations

Categorize Stealer Domains

Categorize the domains associated with a stealer (from employeeAt and clientAt fields) by their purpose using AI. Results are cached on the stealer document.

post/search-by-stealer/categorize-domains

Request body

stealerIdstring required

Stealer ID to categorize domains for

Example request

{
  "stealerId": "[IN]175.101.37.65"
}

Response

Successful operation

successboolean
cachedboolean

Whether the result was returned from cache

Example response

{
  "success": true,
  "data": [
    {
      "name": "Hacking Forums",
      "domains": [
        "exploit.in",
        "xss.is"
      ]
    }
  ]
}