← Back to SOC feed Coverage →

URLhaus: 176-65-139-239 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 connections to a specific set of 14 malicious URLs associated with the IP address 176.65.139.239, which are known indicators of compromise for potential phishing or malware distribution campaigns. The SOC team should proactively hunt for these signals in Azure Sentinel to rapidly isolate affected endpoints and prevent lateral movement before the adversary can establish persistence within the network.

IOC Summary

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

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

KQL: Url Dns Hunt

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

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