← Back to SOC feed Coverage →

URLhaus: botnetdomain Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at URLhaus →
Retrieved: 2026-07-19T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversary behavior where compromised endpoints communicate with known botnet command-and-control domains to establish persistent remote access and data exfiltration channels. Proactively hunting for these specific URLhaus-tagged malicious URLs in Azure Sentinel is critical to identify early-stage infections before they expand into a coordinated network-wide botnet attack.

IOC Summary

Threat: botnetdomain Total URLs: 15 Active URLs: 0

URLStatusThreatDate Added
hxxp://codeinspector.ddns.net/nz/nz.arm6offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.spcofflinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.mpslofflinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.x86_64offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.arcofflinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.x86offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.m68kofflinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.mipsofflinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.sh4offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.ppcofflinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.i468offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.arm7offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.i686offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.arm5offlinemalware_download2026-07-19
hxxp://codeinspector.ddns.net/nz/nz.armofflinemalware_download2026-07-19

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: botnetdomain
let malicious_domains = dynamic(["codeinspector.ddns.net"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc

KQL: Url Proxy Hunt

// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["codeinspector.ddns.net"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios for the URLhaus: botnetdomain Malicious URLs detection rule, tailored for an enterprise environment:

Original source: https://urlhaus.abuse.ch/