← Back to SOC feed Coverage →

URLhaus: 176-65-139-211 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-11T23:00:01Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity involving communication with a specific cluster of five malicious URLs associated with IP address 176.65.139.211, which may indicate active threat intelligence feeds or ongoing data exfiltration attempts. The SOC team should proactively hunt for this behavior in Azure Sentinel to validate the legitimacy of these connections and prevent potential compromise from known malicious infrastructure before it escalates into a broader incident.

IOC Summary

Threat: 176-65-139-211 Total URLs: 5 Active URLs: 5

URLStatusThreatDate Added
hxxp://176.65.139.211/wd1337onlinemalware_download2026-08-11
hxxp://176.65.139.211/logonlinemalware_download2026-08-11
hxxp://176.65.139.211/oldbossonlinemalware_download2026-08-11
hxxp://176.65.139.211/syst3mdonlinemalware_download2026-08-11
hxxp://176.65.139.211/prootonlinemalware_download2026-08-11

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 176-65-139-211
let malicious_domains = dynamic(["176.65.139.211"]);
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.211"]);
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/exclusions for the URLhaus: 176-65-139-211 Malicious URLs detection rule:

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