This hypothesis targets potential web-based intrusion attempts or phishing campaigns leveraging the malicious IP 176.65.139.208, which may be used to host landing pages or deliver payloads to compromised endpoints. Proactively hunting for these specific URLs in Azure Sentinel allows the SOC to identify early-stage lateral movement or credential harvesting activities before they escalate into a full breach.
Threat: 176-65-139-208 Total URLs: 5 Active URLs: 5
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://176.65.139.208/bins/arm5 | online | malware_download | 2026-09-18 |
hxxp://176.65.139.208/bins/arm7 | online | malware_download | 2026-09-18 |
hxxp://176.65.139.208/bins/mpsl | online | malware_download | 2026-09-18 |
hxxp://176.65.139.208/bins/mips | online | malware_download | 2026-09-18 |
hxxp://176.65.139.208/bins/arm6 | online | malware_download | 2026-09-18 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 176-65-139-208
let malicious_domains = dynamic(["176.65.139.208"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc
// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["176.65.139.208"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
176.65.139.208 to verify network egress or retrieve version metadata.
java.exe, w3wp.exe, httpd.exe) and the destination port is 80 or 443, specifically if the URL path matches known diagnostic paths like /health, /status, or /version.VeeamBackup.exe, commvault.exe, powershell.exe running from the backup agent directory) where the destination IP matches 176.65.139.208 and the source port is ephemeral, provided the job is scheduled during known maintenance windows.176.65.139.208.