v1

latestOpenAPI 3.1.0Proprietary2026-08-06235779.1 KB
submit

Submit Sources

Submit new threat intelligence sources to the community database.

Categories: malware, phishing, spam, scam, fraud, botnet, ransomware, c2

post/submit

Request body

Example request

{
  "sources": [
    {
      "name": "Example Threat Feed",
      "url": "https://example.com/threats-ips.txt"
    }
  ]
}

Response

Submission successful

messagestring required

Success message

Example response

{
  "message": "Submitted successfully, thanks sharing new sources with us!"
}