← Back to SOC feed Coverage →

URLhaus: 32-bit 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-19T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity involving known malicious 32-bit URLs that may indicate compromised endpoints attempting to download or execute legacy payloads within the network. Proactively hunting for these specific indicators in Azure Sentinel is critical because 32-bit resources often represent a higher risk vector for exploitation, requiring immediate isolation and analysis to prevent potential lateral movement or data exfiltration.

IOC Summary

Threat: 32-bit Total URLs: 9 Active URLs: 9

URLStatusThreatDate Added
hxxp://221.15.253.184:44790/ionlinemalware_download2026-08-19
hxxp://114.221.254.230:54765/bin.shonlinemalware_download2026-08-19
hxxp://66.8.135.142:41648/ionlinemalware_download2026-08-19
hxxp://221.15.11.240:40642/bin.shonlinemalware_download2026-08-19
hxxp://221.15.253.184:44790/bin.shonlinemalware_download2026-08-19
hxxp://117.146.92.46:56049/ionlinemalware_download2026-08-19
hxxp://105.184.157.90:46817/ionlinemalware_download2026-08-19
hxxp://66.8.135.142:41648/bin.shonlinemalware_download2026-08-19
hxxp://117.146.92.46:56049/bin.shonlinemalware_download2026-08-19

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["221.15.253.184", "105.184.157.90", "221.15.11.240", "114.221.254.230", "66.8.135.142", "117.146.92.46"]);
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(["221.15.253.184", "105.184.157.90", "221.15.11.240", "114.221.254.230", "66.8.135.142", "117.146.92.46"]);
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 5 specific false positive scenarios for the URLhaus: 32-bit Malicious URLs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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