← Back to SOC feed Coverage →

URLhaus: arm 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-16T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection targets adversary behavior where compromised hosts initiate network connections to known ARM-tagged malicious URLs identified by URLhaus, indicating potential command-and-control activity or initial infection vectors. The SOC team should proactively hunt for these indicators within Azure Sentinel to rapidly identify and isolate affected assets before the threat escalates into a broader lateral movement campaign.

IOC Summary

Threat: arm Total URLs: 12 Active URLs: 9

URLStatusThreatDate Added
hxxp://129.121.110.105/LgI6offlinemalware_download2026-07-16
hxxp://129.121.110.105/rmfGonlinemalware_download2026-07-16
hxxp://129.121.110.105/4Ijonlinemalware_download2026-07-16
hxxp://41.216.189.236/nz/nz.arm6onlinemalware_download2026-07-16
hxxp://41.216.189.236/nz/nz.arm5onlinemalware_download2026-07-16
hxxp://41.216.189.236/nz/nz.armonlinemalware_download2026-07-16
hxxp://41.216.189.236/nz/nz.arm7onlinemalware_download2026-07-16
hxxp://129.121.110.105/aXxpofflinemalware_download2026-07-16
hxxp://129.121.110.105/Rtcmofflinemalware_download2026-07-16
hxxp://129.121.114.124/dbgwonlinemalware_download2026-07-16
hxxp://129.121.114.124/Kumconlinemalware_download2026-07-16
hxxp://129.121.114.124/E87zonlinemalware_download2026-07-16

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: arm
let malicious_domains = dynamic(["129.121.114.124", "41.216.189.236", "129.121.110.105"]);
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(["129.121.114.124", "41.216.189.236", "129.121.110.105"]);
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: arm Malicious URLs detection rule in an enterprise environment, along with targeted filtering strategies:

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