← Back to SOC feed Coverage →

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

Hunt Hypothesis

This hypothesis targets potential web-based intrusion attempts by identifying traffic to a specific cluster of 16 malicious URLs associated with the IP 176.65.139.152, which adversaries may use for command-and-control, credential harvesting, or payload delivery. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to detect early-stage web interactions before they escalate into lateral movement or data exfiltration, leveraging high-severity intelligence to reduce dwell time.

IOC Summary

Threat: 176-65-139-152 Total URLs: 16 Active URLs: 16

URLStatusThreatDate Added
hxxp://176.65.139.152/titan.i486onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.i586onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.ppc440onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.sh4onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.i686onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.mipsonlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.x64onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.mipselonlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.arm7onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.arm6onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.arm4tlonlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.x64-testonlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.m68konlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.x32onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.arm5onlinemalware_download2026-09-09
hxxp://176.65.139.152/titan.ppconlinemalware_download2026-09-09

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 176-65-139-152
let malicious_domains = dynamic(["176.65.139.152"]);
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.152"]);
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/