← 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-11T11:00:01Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior where endpoints access known ELF (Executable and Linkable Format) malware distribution sites to initiate downloads or execute malicious binaries. The SOC team should proactively hunt for these indicators in Azure Sentinel to intercept early-stage infection vectors before they propagate across the environment, leveraging URLhaus intelligence to validate and block high-severity threats targeting Linux-based assets.

IOC Summary

Threat: elf Total URLs: 16 Active URLs: 16

URLStatusThreatDate Added
hxxp://94.154.43.42/hiddenbin/arch86onlinemalware_download2026-07-11
hxxp://94.154.43.42/hiddenbin/moobot.x86onlinemalware_download2026-07-11
hxxp://94.154.43.42/bin/Ares.x86_64onlinemalware_download2026-07-11
hxxp://94.154.43.42/bins/arch86onlinemalware_download2026-07-11
hxxp://94.154.43.42/hiddenbin/Ares.x86_64onlinemalware_download2026-07-11
hxxp://94.154.43.42/hiddenbin/arch64onlinemalware_download2026-07-11
hxxp://94.154.43.42/bin/moobot.x86onlinemalware_download2026-07-11
hxxp://94.154.43.42/bins/moobot.x86_64onlinemalware_download2026-07-11
hxxp://94.154.43.42/bins/arch64onlinemalware_download2026-07-11
hxxp://94.154.43.42/hiddenbin/moobot.x86_64onlinemalware_download2026-07-11
hxxp://94.154.43.42/bins/moobot.x86onlinemalware_download2026-07-11
hxxp://94.154.43.42/bins/Ares.x86onlinemalware_download2026-07-11
hxxp://94.154.43.42/bins/Ares.x86_64onlinemalware_download2026-07-11
hxxp://94.154.43.42/bin/moobot.x86_64onlinemalware_download2026-07-11
hxxp://94.154.43.42/hiddenbin/Ares.x86onlinemalware_download2026-07-11
hxxp://94.154.43.42/services.apkonlinemalware_download2026-07-11

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: elf
let malicious_domains = dynamic(["94.154.43.42"]);
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(["94.154.43.42"]);
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, tailored for an enterprise environment where legitimate ELF-related traffic is common:

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