This detection identifies adversary activity involving known malicious URLs associated with the IP address 176.65.139.201, which often signal initial access or command-and-control communications used in phishing and malware campaigns. The SOC team should proactively hunt for these indicators within Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement before attackers can establish a persistent foothold in the network.
Threat: 176-65-139-201 Total URLs: 3 Active URLs: 1
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://176.65.139.201/LjEZs/spc | offline | malware_download | 2026-08-12 |
hxxp://176.65.139.201/LjEZs/x86 | online | malware_download | 2026-08-12 |
hxxp://176.65.139.201/LjEZs/ppc | offline | malware_download | 2026-08-12 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 176-65-139-201
let malicious_domains = dynamic(["176.65.139.201"]);
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.201"]);
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 |
Scenario: Scheduled Antivirus Definition Updates
update.antivirus-vendor.com during off-hours. If this domain resolves to an IP range overlapping with 176-65-139-201, the rule triggers on every workstation.MsMpEng.exe or FalconSensor.exe) and the destination URL pattern containing /definitions/update. Alternatively, whitelist the specific FQDN used for updates in the network proxy policy to bypass the rule.Scenario: Automated Backup and Cloud Sync Jobs
176-65-139-201. The traffic is legitimate data transfer, but the rule flags the connection as malicious due to the IP reputation.DOMAIN\svc-backup-agent) and restrict the detection scope to exclude traffic originating from the “Backup Servers” security group in the SIEM logic.Scenario: Third-Party SaaS Integration Webhooks
176-65-139-201 to push real-time lead data. When the integration service