This detection rule identifies adversary activity linked to the Mozi malware by monitoring for specific threat intelligence indicators of compromise (IOCs) within Azure Sentinel logs. Proactively hunting for these signatures is critical because Mozi’s ability to exfiltrate sensitive data and establish persistence makes early identification essential for minimizing dwell time and preventing lateral movement across cloud resources.
Malware Family: Mozi Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://153[.]117[.]41[.]127:47793/Mozi.a | payload_delivery | 2026-06-30 | 75% |
| url | hxxp://110[.]37[.]35[.]79:33903/Mozi.m | payload_delivery | 2026-06-30 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://153.117.41.127:47793/Mozi.a", "http://110.37.35.79:33903/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 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule in an enterprise environment, including suggested filters and exclusions:
Endpoint Protection Policy Updates via Microsoft Defender for Endpoint (MDE)
MsMpEng.exe process downloads and executes verification scripts containing specific file hashes associated with the Mozi campaign.MsMpEng.exe or the specific service account (e.g., NT SERVICE\Antimalware Service Executable) when accessing files in the %ProgramData%\Microsoft\Windows Defender\Updates directory.Automated Patch Deployment via SCCM/MECM
ccmexec.exe process on domain-joined workstations during business hours.ccmexec.exe and the user context is the local system account (NT AUTHORITY\SYSTEM) or a dedicated patching service account (e.g., DOMAIN\PatchingSvc).Third-Party DLP Agent Scans