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

Hunt Hypothesis

This detection identifies adversary activity where threat actors leverage ELF (Executable and Linkable Format) binaries to distribute malware through newly identified malicious URLs tracked by URLhaus. A SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints and prevent the execution of potentially dangerous ELF payloads before they establish persistence or exfiltrate sensitive data.

IOC Summary

Threat: elf Total URLs: 23 Active URLs: 18

URLStatusThreatDate Added
hxxp://123.172.77.129:59541/Mozi.mofflinemalware_download2026-07-29
hxxp://129.121.110.105/ya4onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_sh4onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_ppconlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.x86onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_i686onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/backup_0729_0324/real_mipsonlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.i686onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/backup_0729_0324/real_mipselonlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.sh4onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/ssh_bruteonlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_x86onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.m68konlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_m68konlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/backup_0729_0324/real_x86_64onlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.ppconlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/real_spconlinemalware_download2026-07-29
hxxp://91.199.133.133:8080/bot.spconlinemalware_download2026-07-29
hxxp://129.121.110.105/RYbonlinemalware_download2026-07-29
hxxp://45.90.163.37//i486offlinemalware_download2026-07-29
hxxp://45.90.163.37//powerpcofflinemalware_download2026-07-29
hxxp://45.90.163.37//x86_64offlinemalware_download2026-07-29
hxxp://45.90.163.37//i586offlinemalware_download2026-07-29

KQL: Url Dns Hunt

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