This detection rule identifies adversary activity linked to the Mozi threat actor by monitoring for specific Indicators of Compromise (IOCs) known to facilitate initial access and lateral movement within cloud environments. Proactively hunting for these signals in Azure Sentinel is critical because Mozi’s sophisticated targeting of enterprise networks requires early identification of its unique IOCs to prevent data exfiltration before the adversary establishes persistence.
Malware Family: Mozi Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://103[.]26[.]86[.]217:52895/Mozi.a | payload_delivery | 2026-06-29 | 75% |
| url | hxxp://103[.]213[.]112[.]214:49082/Mozi.m | payload_delivery | 2026-06-29 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://103.26.86.217:52895/Mozi.a", "http://103.213.112.214:49082/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 4 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, tailored for a legitimate enterprise environment:
Endpoint Security Agent Updates via Cloud Management Console
FalconSensor.exe (CrowdStrike) or SentinelOneAgent.exe, specifically when the parent process is the Windows Service Host (svchost.exe) running under the LocalSystem account.Automated Vulnerability Scanning by Qualys
1234 or 8080) connecting to known Mozi domains, provided the connection is initiated by the scheduled task \Qualys\Cloud Agent Update.Software Deployment via Microsoft Endpoint Configuration Manager (MECM)