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

Hunt Hypothesis

This detection identifies adversary behavior where attackers leverage newly identified ELF (Executable and Linkable Format) malware distributed via malicious URLs to compromise systems through drive-by downloads or phishing campaigns. A SOC team should proactively hunt for these indicators in Azure Sentinel because ELF files often represent the initial entry point for sophisticated attacks, allowing analysts to block threats before they execute and propagate within the network.

IOC Summary

Threat: elf Total URLs: 27 Active URLs: 27

URLStatusThreatDate Added
hxxp://130.12.182.77/main.sh4muslonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.sparc64onlinemalware_download2026-08-07
hxxp://130.12.182.77/fonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.sh4aebonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.e500mconlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-i686onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.s390xonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-64-v2onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.mips32r6elonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-core2onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-64onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.mips64el-n32onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-64-v3onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.power8leonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-64-i7onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.x86-64-v4onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.mips32r5elonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.ppc440fponlinemalware_download2026-08-07
hxxp://130.12.182.77/main.e6500onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.power8onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.sparcv8onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.mips64-n32onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.m68k-68xxxonlinemalware_download2026-08-07
hxxp://130.12.182.77/main.mips64r6el-n32onlinemalware_download2026-08-07
hxxp://130.12.182.77/main.mips32onlinemalware_download2026-08-07

KQL: Url Dns Hunt

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

False Positive Scenarios for “URLhaus: elf Malicious URLs” Rule

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