This detection rule identifies Mozi backdoor activity by monitoring for indicators of remote command execution and data exfiltration driven by phishing or compromised web delivery vectors. Proactive hunting in Azure Sentinel is critical to uncover persistent access and lateral movement behaviors that may evade standard perimeter defenses through encrypted C2 communications.
Malware Family: Mozi Total IOCs: 4 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://59[.]97[.]250[.]11:43040/Mozi.m | payload_delivery | 2026-08-28 | 75% |
| url | hxxp://91[.]234[.]62[.]215:57642/Mozi.m | payload_delivery | 2026-08-28 | 75% |
| url | hxxp://202[.]163[.]68[.]10:47266/Mozi.m | payload_delivery | 2026-08-28 | 75% |
| url | hxxp://153[.]117[.]40[.]227:53474/Mozi.m | payload_delivery | 2026-08-28 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://59.97.250.11:43040/Mozi.m", "http://91.234.62.215:57642/Mozi.m", "http://202.163.68.10:47266/Mozi.m", "http://153.117.40.227:53474/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, tailored for a legitimate enterprise environment:
Scenario: Legitimate Cloud Backup Synchronization
svc-backup-agent) running on known backup server IPs where the destination FQDN matches approved cloud storage domains (e.g., *.aws.amazon.com, *.azure.com).Scenario: Scheduled Software Update Deployment
ccmsetup.exe or Ivanti.Agent.exe running during defined maintenance windows (e.g., 02:00–04:00 UTC), specifically filtering out connections to known vendor update repositories.Scenario: Third-Party CRM Data Integration