← 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-07-16T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversary behavior where compromised 32-bit systems initiate outbound connections to known malicious domains identified by URLhaus, indicating potential malware communication or command-and-control activity. The SOC team should proactively hunt for these specific indicators in Azure Sentinel to rapidly isolate affected legacy endpoints and prevent lateral movement before the threat escalates within the network perimeter.

IOC Summary

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

URLStatusThreatDate Added
hxxp://46.236.65.145:50730/bin.shonlinemalware_download2026-07-16
hxxp://120.28.198.192:56244/bin.shonlinemalware_download2026-07-16
hxxp://59.96.140.26:58251/bin.shonlinemalware_download2026-07-16
hxxp://77.247.88.103:43260/ionlinemalware_download2026-07-16
hxxp://115.57.253.223:59731/ionlinemalware_download2026-07-16
hxxp://77.247.88.103:43260/bin.shonlinemalware_download2026-07-16
hxxp://115.97.187.121:35354/ionlinemalware_download2026-07-16
hxxp://61.53.121.46:34571/ionlinemalware_download2026-07-16
hxxp://182.121.233.32:45190/ionlinemalware_download2026-07-16
hxxp://125.45.66.92:56671/ionlinemalware_download2026-07-16
hxxp://182.121.233.32:45190/bin.shonlinemalware_download2026-07-16
hxxp://110.37.88.141:56881/bin.shonlinemalware_download2026-07-16
hxxp://110.36.15.1:54205/ionlinemalware_download2026-07-16
hxxp://185.89.157.150:32986/ionlinemalware_download2026-07-16
hxxp://180.116.55.223:47238/bin.shonlinemalware_download2026-07-16
hxxp://185.89.157.150:32986/bin.shonlinemalware_download2026-07-16
hxxp://36.71.29.111:45855/ionlinemalware_download2026-07-16
hxxp://222.142.240.17:50115/ionlinemalware_download2026-07-16
hxxp://110.37.83.1:37394/ionlinemalware_download2026-07-16
hxxp://36.71.29.111:45855/bin.shonlinemalware_download2026-07-16
hxxp://222.142.240.17:50115/bin.shonlinemalware_download2026-07-16
hxxp://222.140.180.125:42956/bin.shonlinemalware_download2026-07-16
hxxp://110.37.83.1:37394/bin.shonlinemalware_download2026-07-16
hxxp://61.136.85.126:45075/ionlinemalware_download2026-07-16
hxxp://42.226.232.202:52628/ionlinemalware_download2026-07-16

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["125.45.66.92", "115.57.253.223", "222.142.240.17", "185.89.157.150", "110.37.83.1", "182.121.233.32", "77.247.88.103", "61.136.85.126", "110.37.88.141", "180.116.55.223", "115.97.187.121", "203.101.181.9", "110.36.15.1", "42.226.232.202", "36.71.29.111", "171.38.24.62", "120.28.198.192", "61.53.121.46", "46.236.65.145", "222.140.180.125", "123.11.243.153", "59.96.140.26"]);
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(["125.45.66.92", "115.57.253.223", "222.142.240.17", "185.89.157.150", "110.37.83.1", "182.121.233.32", "77.247.88.103", "61.136.85.126", "110.37.88.141", "180.116.55.223", "115.97.187.121", "203.101.181.9", "110.36.15.1", "42.226.232.202", "36.71.29.111", "171.38.24.62", "120.28.198.192", "61.53.121.46", "46.236.65.145", "222.140.180.125", "123.11.243.153", "59.96.140.26"]);
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: 32-bit Malicious URLs detection rule, along with recommended filters and exclusions tailored for an enterprise environment:

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