← Back to SOC feed Coverage →

URLhaus: 176-65-139-209 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 where internal Azure resources initiate outbound connections to a specific cluster of 13 known malicious URLs associated with the IP address 176.65.139.209, indicating potential data exfiltration or command-and-control activity. The SOC team should proactively hunt for this pattern in Azure Sentinel to immediately identify and isolate compromised assets before they can establish persistent communication channels with external threat actors.

IOC Summary

Threat: 176-65-139-209 Total URLs: 13 Active URLs: 11

URLStatusThreatDate Added
hxxp://176.65.139.209/bins/x86onlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/arm5offlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/armonlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/arm6onlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/ppconlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/mipsonlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/m68konlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/mipselonlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/sh4onlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/spconlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/arm7onlinemalware_download2026-08-18
hxxp://176.65.139.209/w.shonlinemalware_download2026-08-18
hxxp://176.65.139.209/bins/x86_64offlinemalware_download2026-08-18

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 176-65-139-209
let malicious_domains = dynamic(["176.65.139.209"]);
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.209"]);
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 their corresponding filters for the URLhaus: 176-65-139-209 Malicious URLs detection rule in an enterprise environment:

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