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

Hunt Hypothesis

This hunt targets adversaries leveraging known 32-bit malicious web resources to establish initial footholds or deliver payloads within the organization’s network traffic. Proactively hunting for these specific URL signatures in Azure Sentinel is critical because it enables the SOC team to identify and block early-stage infection vectors before they propagate across legacy systems that rely on 32-bit architectures.

IOC Summary

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

URLStatusThreatDate Added
hxxp://218.93.57.127:46975/bin.shonlinemalware_download2026-07-12
hxxp://110.37.66.188:53108/ionlinemalware_download2026-07-12
hxxp://42.225.203.208:44794/ionlinemalware_download2026-07-12
hxxp://42.225.203.208:44794/bin.shonlinemalware_download2026-07-12
hxxp://42.54.2.44:50302/ionlinemalware_download2026-07-12
hxxp://120.28.219.218:58497/ionlinemalware_download2026-07-12
hxxp://175.173.120.231:46446/ionlinemalware_download2026-07-12
hxxp://182.124.129.1:40347/ionlinemalware_download2026-07-12
hxxp://182.121.104.206:34529/ionlinemalware_download2026-07-12
hxxp://61.52.157.57:42493/ionlinemalware_download2026-07-12
hxxp://42.54.2.44:50302/bin.shonlinemalware_download2026-07-12
hxxp://61.52.157.57:42493/bin.shonlinemalware_download2026-07-12
hxxp://61.52.80.33:56674/ionlinemalware_download2026-07-12
hxxp://42.232.24.238:41409/ionlinemalware_download2026-07-12
hxxp://120.28.219.218:58497/bin.shonlinemalware_download2026-07-12
hxxp://182.124.129.1:40347/bin.shonlinemalware_download2026-07-12
hxxp://175.107.16.92:50429/ionlinemalware_download2026-07-12
hxxp://61.52.5.162:47162/ionlinemalware_download2026-07-12
hxxp://61.52.5.162:47162/bin.shonlinemalware_download2026-07-12
hxxp://125.45.65.228:36488/ionlinemalware_download2026-07-12
hxxp://196.190.229.115:35148/ionlinemalware_download2026-07-12
hxxp://125.45.65.228:36488/bin.shonlinemalware_download2026-07-12

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["120.28.219.218", "61.52.157.57", "182.124.129.1", "42.232.24.238", "182.121.104.206", "61.52.80.33", "125.45.65.228", "42.225.203.208", "110.37.66.188", "218.93.57.127", "42.54.2.44", "175.107.16.92", "196.190.229.115", "175.173.120.231", "61.52.5.162"]);
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(["120.28.219.218", "61.52.157.57", "182.124.129.1", "42.232.24.238", "182.121.104.206", "61.52.80.33", "125.45.65.228", "42.225.203.208", "110.37.66.188", "218.93.57.127", "42.54.2.44", "175.107.16.92", "196.190.229.115", "175.173.120.231", "61.52.5.162"]);
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 for the URLhaus: 32-bit Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:

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