This hunt targets adversary behavior where compromised hosts initiate outbound connections to known malicious infrastructure identified by URLhaus under the signature 54e64e. Proactively hunting for these specific URLs in Azure Sentinel is critical to rapidly identify early-stage command-and-control communications or phishing campaigns before they escalate into widespread data exfiltration events.
Threat: 54e64e Total URLs: 2 Active URLs: 2
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://91.92.242.236/files-129312398/files/file_c56fe58aebd99210.exe | online | malware_download | 2026-06-28 |
hxxp://91.92.242.236/files-129312398/files/file_27872a5c0fad9cef.exe | online | malware_download | 2026-06-28 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 54e64e
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 |
Here are specific false positive scenarios for the URLhaus: 54e64e Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:
Endpoint Security Agent Telemetry & Updates
urlhaus.abuse.ch or related subdomains, which may be flagged as “malicious” if the specific hash 54e64e is associated with a known update server that hasn’t been whitelisted in the detection logic yet.svc-crowdstrike-updater, LocalSystem) and restrict the rule to exclude destination ports 443/80 when the User-Agent string contains “CrowdStrike” or “Microsoft Defender”.Scheduled Software License Verification
54e64e tag, legitimate license renewal pings may trigger the alert during off-hours (e.g., 2:00 AM daily runs).Adobe CC License Check, MSO365-Auth-Ping) and limit the rule’s scope to exclude traffic occurring during