← 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-29T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity involving the execution or access of ARM architecture-specific malicious URLs known to distribute mobile and IoT-targeted threats. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised endpoints before these specialized payloads propagate across hybrid cloud environments where traditional x86-focused defenses may lack visibility.

IOC Summary

Threat: arm Total URLs: 12 Active URLs: 11

URLStatusThreatDate Added
hxxp://129.121.110.105/y1Vonlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.arm6onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_arm5onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/backup_0729_0324/real_armonlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_arm6onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_arm7onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.arm7onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/backup_0729_0324/real_arm64onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.arm5onlinemalware_download2026-07-29
hxxp://129.121.110.105/hixonlinemalware_download2026-07-29
hxxp://129.121.110.105/HjEGonlinemalware_download2026-07-29
hxxp://45.90.163.37//arm6offlinemalware_download2026-07-29

KQL: Url Dns Hunt

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

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