This detection rule identifies adversary behavior associated with the Mozi malware family, which specifically targets systems to facilitate covert data exfiltration. A SOC team should proactively hunt for these indicators within Azure Sentinel because Mozi’s sophisticated exfiltration mechanisms often evade standard perimeter defenses, requiring deep visibility into internal network traffic and endpoint logs to prevent significant data loss.
Malware Family: Mozi Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://139[.]135[.]45[.]2:60511/Mozi.m | payload_delivery | 2026-08-02 | 75% |
| url | hxxp://139[.]135[.]59[.]231:54094/Mozi.a | payload_delivery | 2026-08-02 | 75% |
| url | hxxp://113[.]221[.]58[.]195:45339/Mozi.m | payload_delivery | 2026-08-02 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://139.135.45.2:60511/Mozi.m", "http://139.135.59.231:54094/Mozi.a", "http://113.221.58.195:45339/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 5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:
Scenario: Automated Backup and Archive Operations
VeeamTransport.exe, rubrik-agent) and restrict the alert to non-standard ports or exclude known backup destination IP ranges (e.g., AWS S3 buckets, Azure Blob Storage IPs).Scenario: Software Deployment and Patching Cycles
02:00 - 06:00 UTC) or exclude alerts where the Source User is a dedicated service account (e.g., DOMAIN\SCCM-Deploy-Svc).Scenario: Cloud Synchronization and Collaboration Tools