This detection rule identifies adversary activity by monitoring network traffic and endpoint logs against six specific Indicators of Compromise (IOCs) linked to the Mozi threat actor. Proactively hunting for these signals in Azure Sentinel is critical because Mozi’s sophisticated supply chain and cloud-focused attack patterns require early identification to prevent lateral movement and data exfiltration before they escalate into a full-scale incident.
Malware Family: Mozi Total IOCs: 6 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://221[.]13[.]234[.]94:35751/Mozi.m | payload_delivery | 2026-08-26 | 75% |
| url | hxxp://146[.]158[.]4[.]238:41633/Mozi.m | payload_delivery | 2026-08-26 | 75% |
| url | hxxp://27[.]44[.]145[.]195:60512/Mozi.m | payload_delivery | 2026-08-26 | 75% |
| url | hxxp://72[.]255[.]15[.]211:53933/Mozi.m | payload_delivery | 2026-08-26 | 75% |
| url | hxxp://153[.]117[.]32[.]70:43183/Mozi.a | payload_delivery | 2026-08-26 | 75% |
| url | hxxp://202[.]70[.]139[.]79:49671/Mozi.m | payload_delivery | 2026-08-26 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://221.13.234.94:35751/Mozi.m", "http://146.158.4.238:41633/Mozi.m", "http://27.44.145.195:60512/Mozi.m", "http://72.255.15.211:53933/Mozi.m", "http://153.117.32.70:43183/Mozi.a", "http://202.70.139.79:49671/Mozi.m"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are 5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:
Scenario: Automated Endpoint Security Scans
FalconSensor.exe, MsMpEng.exe, or DefenderService from the detection logic, specifically when the source IP belongs to the internal management subnet (e.g., 10.20.x.x).Scenario: Third-Party Backup and Archiving Jobs
svc-veeam-backup, commvault-agent) and exclude traffic originating from these accounts when the destination port is 443 or 80, provided the process path matches the known backup installation directory.Scenario: Software Deployment via Configuration Management