← Back to SOC feed Coverage →

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

Hunt Hypothesis

This detection identifies adversary activity involving traffic to a specific set of twelve malicious URLs associated with the IP address 176.65.139.139, which are known indicators of compromise for potential command and control or phishing operations. The SOC team should proactively hunt for these URLs in Azure Sentinel to rapidly isolate affected endpoints and prevent lateral movement before the adversary can establish a persistent foothold within the network.

IOC Summary

Threat: 176-65-139-139 Total URLs: 12 Active URLs: 12

URLStatusThreatDate Added
hxxp://176.65.139.139/i686onlinemalware_download2026-08-22
hxxp://176.65.139.139/ppconlinemalware_download2026-08-22
hxxp://176.65.139.139/mpslonlinemalware_download2026-08-22
hxxp://176.65.139.139/mipsonlinemalware_download2026-08-22
hxxp://176.65.139.139/persist.arm7onlinemalware_download2026-08-22
hxxp://176.65.139.139/arm7onlinemalware_download2026-08-22
hxxp://176.65.139.139/sh4onlinemalware_download2026-08-22
hxxp://176.65.139.139/x86onlinemalware_download2026-08-22
hxxp://176.65.139.139/spconlinemalware_download2026-08-22
hxxp://176.65.139.139/m68konlinemalware_download2026-08-22
hxxp://176.65.139.139/x86_64onlinemalware_download2026-08-22
hxxp://176.65.139.139/arm6onlinemalware_download2026-08-22

KQL: Url Dns Hunt

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

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