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

Hunt Hypothesis

This detection identifies adversary behavior involving the execution of ELF binaries delivered via known malicious URLs, indicating potential supply chain compromises or drive-by downloads targeting Linux workloads. Proactive hunting for these indicators in Azure Sentinel is critical to rapidly isolate affected assets and prevent lateral movement before the malware establishes persistence within the environment.

IOC Summary

Threat: elf Total URLs: 10 Active URLs: 10

URLStatusThreatDate Added
hxxp://ths.lat/volar.sh4onlinemalware_download2026-07-18
hxxp://ths.lat/volar.mipsonlinemalware_download2026-07-18
hxxp://ths.lat/volar.i686onlinemalware_download2026-07-18
hxxp://ths.lat/volar.m68konlinemalware_download2026-07-18
hxxp://ths.lat/volar.powerpc-440fponlinemalware_download2026-07-18
hxxp://ths.lat/volar.x86_64onlinemalware_download2026-07-18
hxxp://ths.lat/volar.powerpconlinemalware_download2026-07-18
hxxp://ths.lat/volar.mipselonlinemalware_download2026-07-18
hxxp://ths.lat/volar.i586onlinemalware_download2026-07-18
hxxp://31.77.227.10/manji.arm7onlinemalware_download2026-07-18

KQL: Url Dns Hunt

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