Files
securityonion/salt/sensoroni/files/analyzers/threatfox/threatfox.json
2026-02-20 12:34:28 -06:00

10 lines
308 B
JSON

{
"name": "Threatfox",
"version": "0.3",
"author": "Security Onion Solutions",
"description": "This analyzer queries Threatfox to see if a domain, hash, or IP is considered malicious.",
"supportedTypes" : ["domain","hash","ip"],
"baseUrl": "https://threatfox-api.abuse.ch/api/v1/"
}