Returning stix2 file name with iocs as well

This commit is contained in:
Nex 2022-02-02 14:57:32 +01:00
parent 47f9a0104c
commit 153f6cce02
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class Indicators:
"value": ioc,
"type": ioc_type,
"name": ioc_collection["name"],
"stix2_file_name": ioc_collection["stix2_file_name"],
}
def check_domain(self, url):