This hunt targets the initial compromise and persistence stages of ClearFake malware, which leverages phishing vectors to establish encrypted command-and-control channels for data exfiltration and payload execution. Proactively hunting for these indicators in Azure Sentinel is critical to identify early signs of encrypted C2 traffic and anomalous process behaviors before the adversary achieves full lateral movement or significant data loss.
Malware Family: ClearFake Total IOCs: 12 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | upnq65dj.kaarenorge.com | payload_delivery | 2026-09-21 | 100% |
| domain | hhccpas.com | payload_delivery | 2026-09-21 | 90% |
| domain | 3pe140d4.www-glycofree.com | payload_delivery | 2026-09-21 | 100% |
| domain | 12cscmg1.enus-tupitea.com | payload_delivery | 2026-09-21 | 100% |
| domain | wipeoutpestcontrol.co.nz | payload_delivery | 2026-09-21 | 90% |
| domain | 71t3btzj.zcode--system.com | payload_delivery | 2026-09-21 | 100% |
| domain | 2n37l2e6.us-tupitea.com | payload_delivery | 2026-09-21 | 100% |
| domain | yjkm9tsv.libertytokan.com | payload_delivery | 2026-09-21 | 100% |
| domain | 87x94lk6.en-en--enerflow.com | payload_delivery | 2026-09-21 | 100% |
| domain | yp1f3wpv.kickoffkingdom.com | payload_delivery | 2026-09-21 | 100% |
| domain | kickoffkingdom.com | payload_delivery | 2026-09-21 | 100% |
| domain | entry-code-cdn.codes | payload_delivery | 2026-09-21 | 90% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["upnq65dj.kaarenorge.com", "hhccpas.com", "3pe140d4.www-glycofree.com", "12cscmg1.enus-tupitea.com", "wipeoutpestcontrol.co.nz", "71t3btzj.zcode--system.com", "2n37l2e6.us-tupitea.com", "yjkm9tsv.libertytokan.com", "87x94lk6.en-en--enerflow.com", "yp1f3wpv.kickoffkingdom.com", "kickoffkingdom.com", "entry-code-cdn.codes"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Scenario: Automated Backup and Disaster Recovery Synchronization
s3.amazonaws.com, backup.vault.com) to upload incremental backups. If the C2 domain list includes generic cloud storage endpoints or if the backup agent’s process tree (e.g., VeeamBackup.exe spawning vssadmin.exe or network threads) is flagged as “unexpected process execution,” this can trigger a false positive.C:\Program Files\Veeam\...) when the destination IP falls within the approved backup subnet or known cloud provider CIDR ranges. Additionally, whitelist specific backup-related ports (e.g., 8443 for Veeam) if not already covered by standard service exclusions.Scenario: Software Update and Patch Management Agents
wuaexhost.exe, ccmexec.exe) that make network calls. If the detection rule flags “unusual outbound traffic” based on high frequency or specific TLS certificate patterns associated with the update server, legitimate patch cycles can be misidentified as C2 beaconing.