This hunt detects adversary behavior involving the consumption of newly identified malicious web resources associated with the specific threat signature 152-42-202-172, which often indicates early-stage command and control or phishing activities. A SOC team should proactively hunt for these URLs in Azure Sentinel to rapidly isolate compromised endpoints before attackers can establish persistence or exfiltrate sensitive data through these high-severity entry points.
Threat: 152-42-202-172 Total URLs: 3 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://152.42.202.172/pty4 | online | malware_download | 2026-08-26 |
hxxp://152.42.202.172/pty10 | online | malware_download | 2026-08-26 |
hxxp://152.42.202.172/pty3 | online | malware_download | 2026-08-26 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 152-42-202-172
let malicious_domains = dynamic(["152.42.202.172"]);
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(["152.42.202.172"]);
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: 152-42-202-172 Malicious URLs detection rule, along with targeted filters and exclusions suitable for a legitimate enterprise environment:
Scenario: Automated Security Feed Ingestion by EDR Agents
152-42-202-172 to fetch daily malware hash lists and URL signatures.C:\Program Files\CrowdStrike\FalconSensor\csfalcon.exe or MsMpEng.exe) when the destination IP is 152.42.202.172.Scenario: Scheduled Backup and Archiving Jobs
svc-veeam-backup) running between 01:30 and 05:00 daily, restricting the scope to the source subnet of the backup servers (e.g., `1