← Back to SOC feed Coverage →

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

Hunt Hypothesis

This detection targets adversary behavior involving the execution of ELF binaries delivered via known malicious web endpoints, indicating potential lateral movement or initial access through compromised software repositories. Proactively hunting for these specific URL patterns in Azure Sentinel is critical to identify early-stage threats before they establish persistence, leveraging the high-fidelity threat intelligence from URLhaus to reduce false positives and accelerate incident response.

IOC Summary

Threat: elf Total URLs: 8 Active URLs: 8

URLStatusThreatDate Added
hxxp://217.60.195.187/bins/pmpslonlinemalware_download2026-07-17
hxxp://217.60.195.187/bins/x86_64onlinemalware_download2026-07-17
hxxp://217.60.195.187/bins/pspconlinemalware_download2026-07-17
hxxp://217.60.195.187/bins/pm68konlinemalware_download2026-07-17
hxxp://217.60.195.187/bins/pppconlinemalware_download2026-07-17
hxxp://217.60.195.187/bins/psh4onlinemalware_download2026-07-17
hxxp://217.60.195.187/bins/px86onlinemalware_download2026-07-17
hxxp://45.207.196.86/huhu/titanjr.mipsonlinemalware_download2026-07-17

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: elf
let malicious_domains = dynamic(["217.60.195.187", "45.207.196.86"]);
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(["217.60.195.187", "45.207.196.86"]);
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: elf Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:

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