This hunt hypothesis targets adversaries leveraging Mozi malware to exfiltrate sensitive data via encrypted command-and-control channels initiated by phishing campaigns or software vulnerabilities. Proactive hunting in Azure Sentinel is critical to detect anomalous outbound traffic patterns and DGA activity that may indicate early-stage lateral movement before significant data loss occurs.
Malware Family: Mozi Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://42[.]232[.]238[.]126:40504/Mozi.m | payload_delivery | 2026-08-04 | 75% |
| url | hxxp://182[.]126[.]198[.]5:57587/Mozi.a | payload_delivery | 2026-08-04 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://42.232.238.126:40504/Mozi.m", "http://182.126.198.5:57587/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 |
Here are 5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, including suggested filters or exclusions tailored for an enterprise environment:
Scenario: Cloud Backup Agents Performing Scheduled Exfiltration
veeambackup.exe with SHA256 hash ...). Additionally, whitelist known cloud storage CIDR blocks associated with your organization’s backup provider in the firewall policy to bypass traffic inspection for these specific destinations.Scenario: Automated Patch Management and Software Updates
update-v4-xyz.vendor.com).DOMAIN\SCCM_Service_Acc) and restricts the rule to trigger only on non-standard ports. Exclude known update vendor domains (e.g., *.microsoft.com, *.jamfsoftware.com) from