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

Hunt Hypothesis

This detection identifies adversary behavior where endpoints access known malicious URLs associated with ELF (Executable and Linkable Format) binaries, indicating potential Linux-based malware execution or command-and-control communication. The SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised Linux workloads before they can establish persistence or exfiltrate sensitive data from the environment.

IOC Summary

Threat: elf Total URLs: 16 Active URLs: 7

URLStatusThreatDate Added
hxxp://129.121.114.124/RZtofflinemalware_download2026-07-21
hxxp://129.121.114.124/rDeofflinemalware_download2026-07-21
hxxp://129.121.114.124/6zqonlinemalware_download2026-07-21
hxxp://129.121.110.105/Wznponlinemalware_download2026-07-21
hxxp://129.121.110.105/Tc2offlinemalware_download2026-07-21
hxxp://129.121.114.124/2z2offlinemalware_download2026-07-21
hxxp://129.121.110.105/oDhonlinemalware_download2026-07-21
hxxp://129.121.110.105/2qrofflinemalware_download2026-07-21
hxxp://129.121.110.105/jSfhofflinemalware_download2026-07-21
hxxp://129.121.114.124/EdYOofflinemalware_download2026-07-21
hxxp://129.121.114.124/K6Uonlinemalware_download2026-07-21
hxxp://129.121.114.124/30HRonlinemalware_download2026-07-21
hxxp://129.121.110.105/msHofflinemalware_download2026-07-21
hxxp://129.121.110.105/hXz8onlinemalware_download2026-07-21
hxxp://129.121.110.105/KXVonlinemalware_download2026-07-21
hxxp://129.121.114.124/8Bnofflinemalware_download2026-07-21

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: elf
let malicious_domains = dynamic(["129.121.114.124", "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", "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 5 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/