mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-19 23:14:42 +02:00
Checking for valid indicators before continuing (closes: #35)
This commit is contained in:
@@ -70,6 +70,9 @@ class WebkitSessionResourceLog(IOSExtraction):
|
||||
return domains
|
||||
|
||||
def check_indicators(self):
|
||||
if not self.indicators:
|
||||
return
|
||||
|
||||
for key, entries in self.results.items():
|
||||
for entry in entries:
|
||||
source_domains = self._extract_domains(entry["redirect_source"])
|
||||
|
||||
Reference in New Issue
Block a user