This hunt targets adversary behavior where endpoints access known malicious web resources hosted on IP 165-232-101-151, indicating potential command-and-control communication or drive-by download attacks. The SOC team should proactively investigate these connections in Azure Sentinel to rapidly identify compromised assets and block lateral movement before the threat escalates into a broader incident.
Threat: 165-232-101-151 Total URLs: 3 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://165.232.101.151/pty4 | online | malware_download | 2026-07-21 |
hxxp://165.232.101.151/pty3 | online | malware_download | 2026-07-21 |
hxxp://165.232.101.151/pty10 | online | malware_download | 2026-07-21 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 165-232-101-151
let malicious_domains = dynamic(["165.232.101.151"]);
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(["165.232.101.151"]);
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 |
Here are 4 specific false positive scenarios for the URLhaus: 165-232-101-151 Malicious URLs detection rule in an enterprise environment, along with suggested filters and exclusions:
Antivirus Definition Updates via Central Management Console
165-232-101-151 to fetch signature databases and heuristic models.falcon.sys, SentinelOne.exe, or MsMpEng.exe) communicating with the specific URL path /update or /definitions. Alternatively, whitelist the IP 165-232-101-151 for the specific user account running these scheduled jobs (e.g., svc_antivirus_update).Cloud Backup Agent Repository Scans
165-232-101-151 to validate checksums and retrieve encryption keys for archived data blocks before the nightly backup window begins.VeeamAgent.exe, rubrik-agent) and the destination URL contains specific query parameters related to metadata validation (