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

Hunt Hypothesis

This rule detects the presence of malicious URLs associated with the ELF malware family, indicating potential compromise or active exploitation attempts within the environment. Proactively hunting for these indicators allows the SOC team to identify early-stage intrusions or lateral movement vectors before the ELF payload can establish persistence or escalate privileges in Azure Sentinel.

IOC Summary

Threat: elf Total URLs: 11 Active URLs: 2

URLStatusThreatDate Added
hxxp://162.249.125.145/ooo.shonlinemalware_download2026-09-05
hxxp://74.81.40.155/iran.sparcofflinemalware_download2026-09-05
hxxp://94.154.43.107/bins/arm64offlinemalware_download2026-09-05
hxxp://74.81.40.155/iran.i486offlinemalware_download2026-09-05
hxxp://74.81.40.155/iran.powerpcofflinemalware_download2026-09-05
hxxp://74.81.40.155/iran.armv4lofflinemalware_download2026-09-05
hxxp://74.81.40.155/iran.sh4offlinemalware_download2026-09-05
hxxp://74.81.40.155/iran.armv5lofflinemalware_download2026-09-05
hxxp://74.81.40.155/iran.armv6lofflinemalware_download2026-09-05
hxxp://74.81.40.155/iran.arcofflinemalware_download2026-09-05
hxxp://123.161.90.221:49111/Mozi.monlinemalware_download2026-09-05

KQL: Url Dns Hunt

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

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