Skip to content

Commit

Permalink
#64 #119 update summary()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jan 3, 2018
1 parent 1ec0dc3 commit ac41548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/C1fApp/cifquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def summary(self, raw):
level = "safe"
elif a in ["suspicious"]:
level = "suspicious"
elif a in ["phishing", "malware", "botnet"]:
elif a in ["phishing", "malware", "botnet", "Exploit"]:
level = "malicious"
value = "\"{}\"".format(a)
taxonomies.append(self.build_taxonomy(level, namespace, predicate, value))
Expand Down

0 comments on commit ac41548

Please sign in to comment.