This detection rule identifies adversary activity linked to the Mozi threat actor by monitoring specific Indicators of Compromise (IOCs) known to be utilized in their campaigns. A proactive hunt is essential within Azure Sentinel to rapidly detect and isolate early-stage intrusions from this sophisticated group, thereby minimizing potential data exfiltration or lateral movement before broader impact occurs.
Malware Family: Mozi Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://72[.]255[.]19[.]251:56706/Mozi.m | payload_delivery | 2026-08-10 | 75% |
| url | hxxp://175[.]107[.]36[.]125:37662/Mozi.a | payload_delivery | 2026-08-10 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://72.255.19.251:56706/Mozi.m", "http://175.107.36.125:37662/Mozi.a"]);
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 |
Scenario: Scheduled Antivirus Definition Updates
C:\Program Files\CrowdStrike\FalconSensor\csfalcon.exe and C:\ProgramData\Microsoft\Windows Defender\Platform\mpcmdrun.exe when the source IP belongs to the vendor’s CDN range (e.g., CrowdStrike or Microsoft Azure ranges) during defined maintenance hours.Scenario: Third-Party Patch Management Deployment
IvantiAgent.exe or ManageEngineEndpointCentralService.exe and the event occurs within the “Patch Tuesday” window (e.g., every second Tuesday between 18:00 and 22:00).Scenario: Cloud Backup Agent Communication