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
Example response
{
"message": "Submitted successfully, thanks sharing new sources with us!"
}