This hypothesis targets the presence of ClearFake IOCs, which are indicators associated with a high-severity threat actor known for deploying malware and conducting phishing campaigns. Proactively hunting for these specific indicators in Azure Sentinel allows the SOC team to identify compromised endpoints or network traffic before the adversary can establish persistence or exfiltrate data.
Malware Family: ClearFake Total IOCs: 11 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | fvrfq4s8.us-slimsplitsmethod.com | payload_delivery | 2026-09-18 | 100% |
| domain | s48bo9y4.en-en--enerflow.com | payload_delivery | 2026-09-18 | 100% |
| domain | 60aahn1v.nurvealive.com | payload_delivery | 2026-09-18 | 100% |
| domain | lyph0k3g.enus-beastforce.com | payload_delivery | 2026-09-18 | 100% |
| domain | enus-beastforce.com | payload_delivery | 2026-09-18 | 100% |
| domain | spiritofswitzerland.ch | payload_delivery | 2026-09-18 | 90% |
| domain | scientologyschweiz.ch | payload_delivery | 2026-09-18 | 90% |
| domain | j2zz03ut.belly-flush.us | payload_delivery | 2026-09-18 | 100% |
| domain | fv1hcoo0.neuro-neurosharp.com | payload_delivery | 2026-09-18 | 100% |
| domain | neuro-neurosharp.com | payload_delivery | 2026-09-18 | 100% |
| domain | 0ijvvr6j.en-en--cardioslim.com | payload_delivery | 2026-09-18 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["fvrfq4s8.us-slimsplitsmethod.com", "s48bo9y4.en-en--enerflow.com", "60aahn1v.nurvealive.com", "lyph0k3g.enus-beastforce.com", "enus-beastforce.com", "spiritofswitzerland.ch", "scientologyschweiz.ch", "j2zz03ut.belly-flush.us", "fv1hcoo0.neuro-neurosharp.com", "neuro-neurosharp.com", "0ijvvr6j.en-en--cardioslim.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 |
xsoar_agent.exe, splunk_soar_agent.exe) or where the working directory is within the SOAR installation path (e.g., C:\Program Files\Cortex XSOAR\).FalconSensor.exe, MsMpEng.exe) and the action is a file read/query rather than an execution, or exclude if the event source is tagged as “Sensor Maintenance” or “Threat Hunt.”C:\Jenkins\workspace\ or C:\gitlab-runner\ and the parent process is the CI/CD agent (e.g., java.exe for Jenkins, gitlab-runner.exe), or exclude if the user context is a service account like Jenkins-SVC or GitLab-Runner.