← 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-17T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects potential compromise through the execution of malicious ELF binaries, a technique often used by adversaries to deploy Linux-based payloads or establish footholds on cloud-native workloads. Proactively hunting for these specific URLhaus-tagged indicators in Azure Sentinel allows the SOC to identify early-stage infections or lateral movement attempts before they escalate into broader infrastructure breaches.

IOC Summary

Threat: elf Total URLs: 12 Active URLs: 11

URLStatusThreatDate Added
hxxp://45.198.224.168/armonlinemalware_download2026-09-17
hxxp://45.198.224.168/arm7onlinemalware_download2026-09-17
hxxp://45.198.224.168/arm6onlinemalware_download2026-09-17
hxxp://45.198.224.168/mipsonlinemalware_download2026-09-17
hxxp://45.198.224.168/ppconlinemalware_download2026-09-17
hxxp://45.198.224.168/x86onlinemalware_download2026-09-17
hxxp://45.198.224.168/mipselonlinemalware_download2026-09-17
hxxp://45.198.224.168/m68konlinemalware_download2026-09-17
hxxp://176.65.139.131/x86_64onlinemalware_download2026-09-17
hxxp://176.65.139.131/i686onlinemalware_download2026-09-17
hxxp://46.151.182.200/arm/onlinemalware_download2026-09-17
hxxp://123.185.245.118:47609/Mozi.aofflinemalware_download2026-09-17

KQL: Url Dns Hunt

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