This hunt targets the presence of known Mozi botnet URLs, which are frequently used for command-and-control communications or initial payload delivery in IoT and server environments. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised assets early, preventing the Mozi botnet from establishing persistent footholds and propagating lateral movement across the network.
Threat: Mozi Total URLs: 4 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://125.41.140.229:40577/bin.sh | offline | malware_download | 2026-09-10 |
hxxp://182.112.29.95:57957/i | online | malware_download | 2026-09-10 |
hxxp://222.142.240.141:56223/i | online | malware_download | 2026-09-10 |
hxxp://222.142.240.141:56223/bin.sh | online | malware_download | 2026-09-10 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["182.112.29.95", "222.142.240.141"]);
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(["182.112.29.95", "222.142.240.141"]);
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 |
10.20.50.0/24) where the User-Agent string matches the legacy app identifier (e.g., LegacyHealthCheck/1.0).vssadmin.exe, commvaultagent.exe) or where the event correlates with a scheduled task ID associated with backup operations.Environment=Dev or Environment=QA in the asset inventory, or exclude traffic where the User-Agent contains DevTest or QA-Client.chrome.exe, firefox.exe) and the request method is HEAD or OPTIONS (common for prefetching/caching) rather than GET or POST.