v1
latestOpenAPI 3.0.02026-07-24311994.6 KBInvestigations
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
Example request
{
"stealerId": "[IN]175.101.37.65"
}Response
Successful operation
Example response
{
"success": true,
"data": [
{
"name": "Hacking Forums",
"domains": [
"exploit.in",
"xss.is"
]
}
]
}