← 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-08-08T23:00:01Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversary behavior where compromised hosts within the Azure Sentinel environment attempt to communicate with known botnet command-and-control domains identified by URLhaus. Proactively hunting for these specific malicious URLs is critical to identify early-stage botnet infections and prevent lateral movement or data exfiltration before the threat escalates.

IOC Summary

Threat: botnetdomain Total URLs: 16 Active URLs: 16

URLStatusThreatDate Added
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.armonlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.arm7onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.mipsonlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/debugonlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz.shonlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.arm6onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.i686onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.m68konlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.spconlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.x86onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.arconlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.arm5onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.x86_64onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.mpslonlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.sh4onlinemalware_download2026-08-08
hxxp://jkqhdbbbqwiujkaz.hopto.org/nz/nz.ppconlinemalware_download2026-08-08

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: botnetdomain
let malicious_domains = dynamic(["jkqhdbbbqwiujkaz.hopto.org"]);
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(["jkqhdbbbqwiujkaz.hopto.org"]);
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 4 specific false positive scenarios and corresponding exclusion strategies for the URLhaus: botnetdomain Malicious URLs detection rule in an enterprise environment:

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