← Back to SOC feed Coverage →

URLhaus: 176-65-139-212 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-18T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversary behavior involving network traffic to a specific set of 13 malicious URLs associated with IP 176.65.139.212, which are known indicators of compromise for potential phishing or command-and-control activities. The SOC team should proactively hunt for this in Azure Sentinel to identify early-stage lateral movement or data exfiltration attempts that may have bypassed standard perimeter defenses due to the high severity and targeted nature of these malicious endpoints.

IOC Summary

Threat: 176-65-139-212 Total URLs: 13 Active URLs: 6

URLStatusThreatDate Added
hxxp://176.65.139.212/eclipse.sh4onlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.i586offlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.m68konlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.armv6lofflinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.mipselofflinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.armv5lofflinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.armv7lonlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.mipsonlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.i686offlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.armv4lofflinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.powerpconlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.x86_64onlinemalware_download2026-08-18
hxxp://176.65.139.212/eclipse.shofflinemalware_download2026-08-18

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 176-65-139-212
let malicious_domains = dynamic(["176.65.139.212"]);
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.212"]);
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 4 specific false positive scenarios and corresponding filters/exclusions for the URLhaus: 176-65-139-212 Malicious URLs detection rule:

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