This hunt hypothesis targets the Mozi malware family’s behavior of establishing command-and-control channels and exfiltrating sensitive data following initial compromise through phishing-delivered malicious URLs. A SOC team should proactively hunt for these indicators in Azure Sentinel to detect early-stage lateral movement driven by stolen credentials, thereby preventing widespread network infiltration before significant data loss occurs.
Malware Family: Mozi Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://61[.]53[.]8[.]56:50916/Mozi.m | payload_delivery | 2026-08-06 | 75% |
| url | hxxp://139[.]135[.]46[.]28:55160/Mozi.m | payload_delivery | 2026-08-06 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://61.53.8.56:50916/Mozi.m", "http://139.135.46.28:55160/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 4 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:
Scenario: Enterprise Phishing Simulation Campaigns
*.phishlabs.com, *.knowbe4.net) where the user agent indicates a browser session rather than a script execution. Additionally, filter out events where the HTTP referrer is an internal mail gateway (e.g., Office 365 Exchange Online Protection) and the destination URL contains standard simulation query parameters.Scenario: Scheduled Backup and Data Exfiltration Jobs
Process Name is vrb.exe (Veeam), rubrik-agent.exe, or azcopy.exe, AND the User Account belongs to a