← Back to SOC feed Coverage →

URLhaus: 176-65-139-195 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 hunt detects adversary behavior involving connections to a specific set of 20 malicious URLs identified by URLhaus under IP 176.65.139.195, which are likely associated with active phishing campaigns or command-and-control infrastructure. A SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly identify and isolate compromised endpoints before they facilitate data exfiltration or lateral movement within the network.

IOC Summary

Threat: 176-65-139-195 Total URLs: 20 Active URLs: 18

URLStatusThreatDate Added
hxxp://176.65.139.195/prootonlinemalware_download2026-08-11
hxxp://176.65.139.195/syst3mdonlinemalware_download2026-08-11
hxxp://176.65.139.195/wd1337onlinemalware_download2026-08-11
hxxp://176.65.139.195/traffaarchonlinemalware_download2026-08-11
hxxp://176.65.139.195/logonlinemalware_download2026-08-11
hxxp://176.65.139.195/oldercheck.shofflinemalware_download2026-08-11
hxxp://176.65.139.195/traffonlinemalware_download2026-08-11
hxxp://176.65.139.195/clionlinemalware_download2026-08-11
hxxp://176.65.139.195/Error84onlinemalware_download2026-08-11
hxxp://176.65.139.195/oldbossonlinemalware_download2026-08-11
hxxp://176.65.139.195/mainonlinemalware_download2026-08-11
hxxp://176.65.139.195/cliaarchonlinemalware_download2026-08-11
hxxp://176.65.139.195/check.shonlinemalware_download2026-08-11
hxxp://176.65.139.195/checkmacos.shonlinemalware_download2026-08-11
hxxp://176.65.139.195/bossonlinemalware_download2026-08-11
hxxp://176.65.139.195/check1.shonlinemalware_download2026-08-11
hxxp://176.65.139.195/nvidia.shonlinemalware_download2026-08-11
hxxp://176.65.139.195/auto1onlinemalware_download2026-08-11
hxxp://176.65.139.195/autoonlinemalware_download2026-08-11
hxxp://176.65.139.195/loliofflinemalware_download2026-08-11

KQL: Url Dns Hunt

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

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