This detection identifies adversary behavior involving initial access or command and control activities through six specific malicious URLs flagged by URLhaus with an “arm” tag. The SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints before they establish persistent connections or exfiltrate sensitive data via known threat infrastructure.
Threat: arm Total URLs: 6 Active URLs: 4
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://91.92.42.232/arm64 | online | malware_download | 2026-06-29 |
hxxp://91.92.42.232/armv7l | offline | malware_download | 2026-06-29 |
hxxp://91.92.42.232/arm6 | online | malware_download | 2026-06-29 |
hxxp://91.92.42.232/android_arm64 | online | malware_download | 2026-06-29 |
hxxp://91.92.42.232/arm | offline | malware_download | 2026-06-29 |
hxxp://91.92.42.232/arm5 | online | malware_download | 2026-06-29 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: arm
let malicious_domains = dynamic(["91.92.42.232"]);
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(["91.92.42.232"]);
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 5 specific false positive scenarios for the URLhaus: arm Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:
Endpoint Management Software Updates
Microsoft Endpoint Configuration Manager service (ccmexec.exe) or specific Intune update worker processes targeting domains ending in .windows.net, .update.microsoft.com, and .azureedge.net.Cloud Security Agent Telemetry
/api/v1/telemetry, /ingest) when the source process is FalconSensor.exe or SentinelOneAgent.exe. Additionally, whitelist the specific CIDR blocks associated with the vendor’s cloud ingestion regions.Legacy Application Maintenance Scripts
Invoke-WebRequest) runs nightly to check license validity for a legacy enterprise application (e.g., Adobe Creative Cloud Enterprise