submit
Submit Sources
Submit new threat intelligence sources (max 50 per request) to the community database. Requires an organization-linked account. Each URL is probed for reachability before acceptance; already-known URLs are skipped and counted in duplicatesSkipped. Daily submission caps are per plan.
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 accepted (also returned when every source was already known — inserted: 0)
Example response
{
"message": "Submitted successfully! 2 source(s) are pending admin review."
}