This hypothesis targets the Mozi malware family, a backdoor that establishes remote command execution and data exfiltration channels through malicious URLs often delivered via phishing campaigns. Proactively hunting for these URLs in Azure Sentinel allows the SOC team to identify compromised endpoints early, preventing the malware from achieving persistence and exfiltrating sensitive data before it spreads laterally within the environment.
Threat: Mozi Total URLs: 4 Active URLs: 1
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://42.231.47.159:47811/i | online | malware_download | 2026-09-11 |
hxxp://196.64.168.209:49989/i | offline | malware_download | 2026-09-11 |
hxxp://59.180.138.72:54794/i | offline | malware_download | 2026-09-11 |
hxxp://79.29.100.219:58828/bin.sh | offline | malware_download | 2026-09-11 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["42.231.47.159"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc
// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["42.231.47.159"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
server-app-legacy host group if the destination IP is within the internal 10.0.0.0/8 range or if the User-Agent string contains LegacyHealthCheck/1.0.curl.exe or wget.exe and the initiating user account belongs to the qa-automation AD group, provided the connection occurs during the defined DeploymentWindow (e.g., 02:00–04:00 UTC).node_exporter or datadog-agent and the destination URL path contains /metrics/ or /config/, verifying that the TLS certificate chain matches the known datadoghq.com or prometheus.io CA.