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

Hunt Hypothesis

This hunt targets adversaries leveraging known 32-bit malicious web endpoints to deliver payloads or establish command-and-control channels within the organization’s network traffic. Proactively hunting for these specific URL signatures in Azure Sentinel is critical because early identification of these high-severity indicators allows the SOC team to block compromised sessions before they escalate into full-scale infections on legacy systems.

IOC Summary

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

URLStatusThreatDate Added
hxxp://119.118.90.115:60669/ionlinemalware_download2026-07-07
hxxp://110.37.44.250:37106/bin.shonlinemalware_download2026-07-07
hxxp://105.184.194.116:48473/bin.shonlinemalware_download2026-07-07
hxxp://123.12.182.213:60797/ionlinemalware_download2026-07-07
hxxp://60.177.40.254:37223/ionlinemalware_download2026-07-07
hxxp://182.117.166.24:42869/ionlinemalware_download2026-07-07
hxxp://39.74.91.180:35444/ionlinemalware_download2026-07-07
hxxp://182.117.166.24:42869/bin.shonlinemalware_download2026-07-07
hxxp://123.12.182.213:60797/bin.shonlinemalware_download2026-07-07
hxxp://60.162.194.130:46369/ionlinemalware_download2026-07-07
hxxp://42.224.27.77:34533/bin.shonlinemalware_download2026-07-07
hxxp://39.74.91.180:35444/bin.shonlinemalware_download2026-07-07
hxxp://196.190.69.149:54767/bin.shonlinemalware_download2026-07-07
hxxp://60.162.194.130:46369/bin.shonlinemalware_download2026-07-07
hxxp://110.36.24.140:39849/ionlinemalware_download2026-07-07

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["119.118.90.115", "60.162.194.130", "110.37.44.250", "39.74.91.180", "42.224.27.77", "196.190.69.149", "110.36.24.140", "60.177.40.254", "123.12.182.213", "105.184.194.116", "182.117.166.24"]);
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(["119.118.90.115", "60.162.194.130", "110.37.44.250", "39.74.91.180", "42.224.27.77", "196.190.69.149", "110.36.24.140", "60.177.40.254", "123.12.182.213", "105.184.194.116", "182.117.166.24"]);
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, tailored for a legitimate enterprise environment:

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