This detection identifies adversaries leveraging newly reported malicious URLs that utilize encryption to evade traditional signature-based scanning and obscure command-and-control traffic. Proactive hunting for these encrypted threats within Azure Sentinel is critical to uncover stealthy initial access or data exfiltration attempts before they compromise sensitive assets.
Threat: encrypted Total URLs: 3 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxps://drive.google.com/uc?export=download&id=1Y3_BFb3tptXY0kprpPvWYV5CiKKZ9Cx2 | online | malware_download | 2026-07-22 |
hxxps://drive.google.com/uc?export=download&id=1_IQQEY7HAIOzTbbxSukTX35LyUH1i5xR | online | malware_download | 2026-07-22 |
hxxps://drive.google.com/uc?export=download&id=1UIgT0r3Q4SsKy23W67BvT20b4xNocMsf | online | malware_download | 2026-07-22 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: encrypted
let malicious_domains = dynamic(["drive.google.com"]);
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(["drive.google.com"]);
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: encrypted Malicious URLs detection rule in an enterprise environment, including suggested filters and exclusions:
Scenario: Automated Cloud Backup & Sync Operations
*.blob.core.windows.net or *.sharepoint.com) to upload large encrypted data streams. These high-volume, long-duration encrypted sessions often mimic the traffic patterns of malicious command-and-control (C2) channels flagged by URLhaus.svc-backup-01) destined for known cloud provider CIDR blocks (e.g., Microsoft Azure or AWS public IPs) where the SSL certificate is issued by trusted enterprise CAs.Scenario: Scheduled Software Update Mechanisms
https://*.update.microsoft.com or https://api.crowdstrike.com). These connections often involve new, dynamically generated URLs that may not yet be indexed in the URLhaus reputation database, triggering a “new/unknown” alert.FalconSensor.exe, SentinelOneAgent.exe, or MsMpEng.exe and the connection occurs during defined maintenance windows (e.g., 02:00–04:0