← Back to SOC feed Coverage →

URLhaus: 176-65-139-237 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-11T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversary behavior involving traffic to a specific set of 14 malicious URLs associated with the IP address 176-65-139-237, which are known indicators of compromise for web-based threats. A SOC team should proactively hunt for these URLs in Azure Sentinel to identify potential early-stage infections or data exfiltration attempts that may have bypassed standard perimeter defenses due to the high severity and targeted nature of this threat intelligence feed.

IOC Summary

Threat: 176-65-139-237 Total URLs: 14 Active URLs: 14

URLStatusThreatDate Added
hxxp://176.65.139.237/static/js/sdfjgnjsdf.mipsonlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.m68konlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.arconlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.arm5onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.ppconlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.arm6onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.armonlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.x86onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.mpslonlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.i486onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.arm7onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.i686onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.sh4onlinemalware_download2026-08-11
hxxp://176.65.139.237/static/js/sdfjgnjsdf.x86_64onlinemalware_download2026-08-11

KQL: Url Dns Hunt

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

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