This hunt targets adversary behavior involving the execution of web traffic directed toward known malicious infrastructure identified by URLhaus as IP 161.35.71.130, which often indicates active command-and-control communication or initial phishing delivery. Proactively hunting for these specific URLs in Azure Sentinel is critical to rapidly identify compromised endpoints and block lateral movement before the threat escalates into a broader incident.
Threat: 161-35-71-130 Total URLs: 3 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://161.35.71.130/1.sh | online | malware_download | 2026-07-20 |
hxxp://161.35.71.130/sshd | online | malware_download | 2026-07-20 |
hxxp://161.35.71.130/cache | online | malware_download | 2026-07-20 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 161-35-71-130
let malicious_domains = dynamic(["161.35.71.130"]);
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(["161.35.71.130"]);
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 specific false positive scenarios and corresponding exclusion strategies for the URLhaus: 161-35-71-130 Malicious URLs detection rule:
Automated Software Update Scans by Endpoint Protection Agents
161-35-71-130 hosts a legitimate software repository or CDN node used by these agents, their scheduled “health check” or “delta download” tasks will trigger the rule every morning between 2:00 AM and 4:00 AM across all workstations.svc-antivirus-updater) or filter by process name (MsMpEng.exe, csagent.exe) accessing the URL, provided the destination port is standard HTTPS (443) and no user interaction is logged.Scheduled IT Asset Inventory and Compliance Scans
161-35-71-130 is a registered partner server (e.g., a cloud storage gateway or API endpoint), the scheduled “Network Discovery” job running every Sunday at 00:00 will generate a high volume of HTTP GET requests that match the malicious URL signature.10.20.50.x) during the defined