Merge pull request #380 from a-sdi/patch-1

Update applications.py to add extra valid source
This commit is contained in:
Donncha Ó Cearbhaill
2023-08-02 20:03:30 +02:00
committed by GitHub

View File

@@ -79,9 +79,10 @@ class Applications(IOSExtraction):
result["matched_indicator"] = ioc
self.detected.append(result)
continue
# Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension"
if result.get("sourceApp", "com.apple.AppStore") not in [
"com.apple.AppStore",
"com.apple.AppStore.ProductPageExtension",
"com.apple.dmd",
"dmd",
]: