← Back to SOC feed Coverage →

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

Hunt Hypothesis

This hypothesis targets adversaries leveraging the IP address 176.65.139.157 to host malicious URLs, a behavior often associated with phishing campaigns or command-and-control infrastructure. Proactively hunting for these specific indicators in Azure Sentinel allows the SOC team to identify compromised endpoints or suspicious user activity before the malicious URLs are actively exploited for data exfiltration or payload delivery.

This hypothesis targets adversaries leveraging the IP address 176.65.139.157 to host malicious URLs, a behavior often associated with phishing campaigns or command-and-control infrastructure. Proactively hunting for these specific indicators in Azure Sentinel allows the SOC team to identify compromised endpoints or suspicious user activity before the malicious URLs are actively exploited for data exfiltration or payload delivery.

IOC Summary

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

URLStatusThreatDate Added
hxxp://176.65.139.157/fvbig/sever1078.arm6lonlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.arm5onlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.mpslonlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.armeabi-v7aonlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.x86_64onlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.mipsofflinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.arm64onlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.spconlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.armonlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.arm7onlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.arconlinemalware_download2026-09-18
hxxp://176.65.139.157/fvbig/sever1078.ppconlinemalware_download2026-09-18

KQL: Url Dns Hunt

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