This detection identifies adversary activity involving access to newly identified ARM-tagged malicious URLs from the URLhaus threat intelligence feed, which often signal early-stage command and control or phishing campaigns. A proactive hunt is essential in Azure Sentinel to rapidly isolate affected endpoints before these high-severity threats can establish persistence or exfiltrate sensitive data within the organization’s network.
Threat: arm Total URLs: 5 Active URLs: 5
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://lol.exodustrala.dpdns.org/xlumen/lkxstress.arm64 | online | malware_download | 2026-08-09 |
hxxp://lol.exodustrala.dpdns.org/xlumen/lkxstress.arm7 | online | malware_download | 2026-08-09 |
hxxp://lol.exodustrala.dpdns.org/xlumen/lkxstress.arm6 | online | malware_download | 2026-08-09 |
hxxp://lol.exodustrala.dpdns.org/xlumen/lkxstress.arm5 | online | malware_download | 2026-08-09 |
hxxp://lol.exodustrala.dpdns.org/xlumen/lkxstress.arm | online | malware_download | 2026-08-09 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: arm
let malicious_domains = dynamic(["lol.exodustrala.dpdns.org"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc
// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["lol.exodustrala.dpdns.org"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
Here are 4 specific false positive scenarios for the URLhaus: arm Malicious URLs detection rule, along with targeted filtering strategies:
Scenario: Automated Vulnerability Scanning by Security Tools
Tenable-Nessus-Scanner and Qualys-Cache groups, or exclude user agents containing keywords like Nessus, Qualys-Policy-Manager, or Rapid7.Scenario: Scheduled EDR/AV Cloud Definition Updates
.falcon.crowdstrike.com, *.microsoft.com (specifically update paths), and *.sentinelone.net. Additionally, apply a time-based filter to exclude alerts occurring during the defined maintenance window (e.g., 02:00 –