This detection rule identifies adversary activity by correlating eight specific Indicators of Compromise (IOCs) linked to the Mozi threat actor within Azure Sentinel logs. Proactively hunting for these IOCs is critical because Mozi’s sophisticated attack patterns often evade standard signature-based defenses, requiring active investigation to uncover early-stage compromises before they escalate into significant data breaches.
Malware Family: Mozi Total IOCs: 8 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://124[.]29[.]214[.]162:51383/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://179[.]49[.]213[.]85:54579/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://72[.]255[.]32[.]51:57334/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://39[.]81[.]179[.]181:41855/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://123[.]14[.]253[.]47:58492/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://144[.]48[.]135[.]109:49866/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://103[.]26[.]82[.]237:43196/Mozi.m | payload_delivery | 2026-07-31 | 75% |
| url | hxxp://163[.]223[.]136[.]58:54559/Mozi.m | payload_delivery | 2026-07-31 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://124.29.214.162:51383/Mozi.m", "http://179.49.213.85:54579/Mozi.m", "http://72.255.32.51:57334/Mozi.m", "http://39.81.179.181:41855/Mozi.m", "http://123.14.253.47:58492/Mozi.m", "http://144.48.135.109:49866/Mozi.m", "http://103.26.82.237:43196/Mozi.m", "http://163.223.136.58:54559/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, including actionable filters and exclusions tailored for an enterprise environment:
Scenario: Security Tool Telemetry Collection
Process Name matches known EDR service executables (e.g., falcon.sys, MsMpEng.exe) and the User Account is a system account (e.g., NT SERVICE\FalconService).Scenario: Scheduled Threat Intelligence Feed Updates
Scenario: Admin-Driven Vulnerability Scanning