This detection rule identifies adversary activity by correlating known Mozi malware indicators of compromise (IOCs) within network and endpoint logs to uncover potential infections or lateral movement. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised assets before the threat actor can establish persistence or exfiltrate sensitive data, given the high severity associated with Mozi’s advanced capabilities.
Malware Family: Mozi Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://27[.]215[.]139[.]11:38006/Mozi.m | payload_delivery | 2026-07-24 | 75% |
| url | hxxp://153[.]117[.]1[.]177:55591/Mozi.m | payload_delivery | 2026-07-24 | 75% |
| url | hxxp://103[.]176[.]16[.]65:50528/Mozi.a | payload_delivery | 2026-07-24 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://27.215.139.11:38006/Mozi.m", "http://153.117.1.177:55591/Mozi.m", "http://103.176.16.65:50528/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
falcon.sys, SentinelOne.exe) and restrict the alert to only trigger if the process command line does not contain keywords like “update,” “definition,” or “scan.” Alternatively, exclude the specific source IP addresses of the vendor’s update servers.Scenario: Admin-Driven Software Deployment via Configuration Management
ccmsetup.exe, IvantiAgent.exe) or where the user context is a dedicated service account (e.g., DOMAIN\DeploySvc). Additionally, correlate with Change Management tickets to suppress alerts during active deployment windows.Scenario: Third-Party Security Tool Integration and Telemetry