search

Search Keywords

Fuzzy search for similar malicious domains. Useful for finding typosquatting and phishing domains targeting a specific brand. Results are capped at 500 hits (total_hits counts the returned hits, not the corpus-wide matches).

post/search

Path parameters

keywordsstring required

Search keywords (e.g., 'paypal', 'microsoft')

Response

Search results response (capped at 500 hits)

hitsstring[] required

Matching dataset keys (domain:… / ip:…), capped at 500

keywordsstring required

Search keywords used

total_hitsinteger required

Number of hits returned (capped at 500 — not the corpus-wide total)

Example response

{
  "keywords": "paypal"
}

Changes