mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 17:38:53 +00:00
This commit is contained in:
parent
f10644e137
commit
0eeceba5f7
@ -24,6 +24,8 @@ class AbuseFinderAnalyzer(Analyzer):
|
||||
for abuse in raw['abuse_finder']['abuse']:
|
||||
taxonomies.append(self.build_taxonomy("info", "Abuse_Finder", "Address", abuse))
|
||||
return {"taxonomies": taxonomies}
|
||||
|
||||
return {}
|
||||
|
||||
def abuse(self):
|
||||
if self.data_type == "ip":
|
||||
|
Loading…
Reference in New Issue
Block a user