mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 14:18:40 +02:00
analyzer typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Threatfox",
|
"name": "Threatfox",
|
||||||
"version": "0.2",
|
"version": "0.3",
|
||||||
"author": "Security Onion Solutions",
|
"author": "Security Onion Solutions",
|
||||||
"description": "This analyzer queries Threatfox to see if a domain, hash, or IP is considered malicious.",
|
"description": "This analyzer queries Threatfox to see if a domain, hash, or IP is considered malicious.",
|
||||||
"supportedTypes" : ["domain","hash","ip"],
|
"supportedTypes" : ["domain","hash","ip"],
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ def prepareResults(raw):
|
|||||||
status = 'info'
|
status = 'info'
|
||||||
else:
|
else:
|
||||||
status = 'ok'
|
status = 'ok'
|
||||||
elif raw != {} and raw['query_status'] in ['no_result', 'illegal_search_term', 'illegl_hash']:
|
elif raw != {} and raw['query_status'] in ['no_result', 'illegal_search_term', 'illegal_hash']:
|
||||||
status = 'info'
|
status = 'info'
|
||||||
summary = 'no result'
|
summary = 'no result'
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user