This hunt targets the presence of ClearFake IOCs, a tool frequently used by adversaries to spoof browser fingerprints and evade detection during web-based intrusions. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised endpoints or active sessions before attackers leverage this obfuscation to establish persistence or exfiltrate data.
Malware Family: ClearFake Total IOCs: 12 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | team-building-strasbourg.fr | payload_delivery | 2026-09-11 | 90% |
| domain | symbioticenergy.net | payload_delivery | 2026-09-11 | 90% |
| domain | talrise.com | payload_delivery | 2026-09-11 | 90% |
| domain | tattoonhatrang.com | payload_delivery | 2026-09-11 | 90% |
| domain | wergfxqe.www-cardioslim.com | payload_delivery | 2026-09-11 | 100% |
| domain | zian1d9k.blowfemme.com | payload_delivery | 2026-09-11 | 100% |
| domain | prudenceflores.com | payload_delivery | 2026-09-11 | 90% |
| domain | www.popieriniaipuodeliai.lt | payload_delivery | 2026-09-11 | 90% |
| domain | fgnr9ilf.pura--boost.us | payload_delivery | 2026-09-11 | 100% |
| domain | pspilates.es | payload_delivery | 2026-09-11 | 90% |
| domain | nextecho.org | payload_delivery | 2026-09-11 | 90% |
| domain | mbq5b6qe.nelloconstruction.com | payload_delivery | 2026-09-11 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["team-building-strasbourg.fr", "symbioticenergy.net", "talrise.com", "tattoonhatrang.com", "wergfxqe.www-cardioslim.com", "zian1d9k.blowfemme.com", "prudenceflores.com", "www.popieriniaipuodeliai.lt", "fgnr9ilf.pura--boost.us", "pspilates.es", "nextecho.org", "mbq5b6qe.nelloconstruction.com"]);
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 |
svc-siem-integration or threat-intel-sync) or where the process name is a known SIEM agent (e.g., splunkd.exe, qradar_agent).TaskName: "IOC-Audit-Monthly") or where the command line contains keywords like audit, validate, or coverage alongside the IOC reference.Environment: Dev or Environment: Test, or where the user belongs to a group like devops-testers or security-lab.\\rules\\, \\sigma\\, or \\yara\\, or where the user is a member of the security-engineers group.