This hunt targets potential Command and Control (C2) infrastructure by identifying assets that have communicated with known malicious URLs flagged for automated monitoring. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect compromised endpoints or lateral movement attempts before adversaries can fully establish persistent connections or exfiltrate data.
Threat: c2-monitor-auto Total URLs: 3 Active URLs: 1
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://91.92.242.236/files-129312398/files/file_ea7a051a82d4b3b5.exe | online | malware_download | 2026-09-09 |
hxxp://91.92.242.236/files-129312398/files/file_1951c3c55f06d767.exe | offline | malware_download | 2026-09-09 |
hxxp://91.92.242.236/files-129312398/files/file_f72e5551675befb7.exe | offline | malware_download | 2026-09-09 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: c2-monitor-auto
let malicious_domains = dynamic(["91.92.242.236"]);
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(["91.92.242.236"]);
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 |
file.io, transfer.sh, or a corporate instance of sharable.io) to share large log files or configuration dumps with a vendor. If the specific short URL generated happens to match one of the three known malicious hashes in the URLhaus feed (a rare but possible collision if the feed includes generic shorteners or if the “malicious” tag is a false positive in the source data), the rule will trigger.
*.fileshare.corp.com, *.sharable.io) and the user agent is a standard browser (Chrome, Edge, Firefox) rather than a script or agent.10.20.0.0/16) and the user account belongs to the IT-Testing or SecOps security group.c2-monitor-auto in URLhaus (possibly due