From 153f6cce028af9556628e951e3dec2c39e125f6a Mon Sep 17 00:00:00 2001 From: Nex Date: Wed, 2 Feb 2022 14:57:32 +0100 Subject: [PATCH] Returning stix2 file name with iocs as well --- mvt/common/indicators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index 1f11d55..339b35d 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -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):