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.
Threat: elf Total URLs: 16 Active URLs: 16
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://94.154.43.42/hiddenbin/arch86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/hiddenbin/moobot.x86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bin/Ares.x86_64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bins/arch86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/hiddenbin/Ares.x86_64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/hiddenbin/arch64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bin/moobot.x86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bins/moobot.x86_64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bins/arch64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/hiddenbin/moobot.x86_64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bins/moobot.x86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bins/Ares.x86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bins/Ares.x86_64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/bin/moobot.x86_64 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/hiddenbin/Ares.x86 | online | malware_download | 2026-07-11 |
hxxp://94.154.43.42/services.apk | online | malware_download | 2026-07-11 |
// 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
// 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
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
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:
Automated CI/CD Pipeline Artifact Fetching
10.x.x.x) or specific hostnames (*.nexus.internal.corp, artifacts.gitlab.com). Additionally, whitelist URLs containing path parameters typical of build artifacts (e.g., /api/v1/artifacts/.../build-<id>/bin/).Endpoint Management & Patch Deployment
svc-intune-agent, jamf-prod) and filter for URLs ending in specific versioned paths (