Files
securityonion/salt/sensoroni/files/analyzers/threatfox/threatfox.json
2023-12-13 13:45:48 -05:00

10 lines
308 B
JSON

{
"name": "Threatfox",
"version": "0.1",
"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/"
}