diff --git a/src/mvt/ios/modules/mixed/sms.py b/src/mvt/ios/modules/mixed/sms.py index 5005ff5..bc619c2 100644 --- a/src/mvt/ios/modules/mixed/sms.py +++ b/src/mvt/ios/modules/mixed/sms.py @@ -77,12 +77,10 @@ class SMS(IOSExtraction): "text", "" ).startswith(alert_new): self.alertstore.high( - self.get_slug(), - f"Apple warning about state-sponsored attack received on the {message['isodate']}", + f"Apple warning about state-sponsored attack received on {message['isodate']}", message["isodate"], message, ) - self.alertstore.log_latest() if not self.indicators: return