Modifying iocs search to show the source

This commit is contained in:
Félix Aime
2021-06-11 17:15:12 +02:00
parent 22315277f3
commit 6f5fd11a26
3 changed files with 22 additions and 9 deletions

View File

@ -116,7 +116,8 @@ class IOCs(object):
"type": ioc["type"],
"tag": ioc["tag"],
"tlp": ioc["tlp"],
"value": ioc["value"]}
"value": ioc["value"],
"source": ioc["source"]}
@staticmethod
def get_types():