This hunt targets the presence of ClearFake IOCs, which are frequently leveraged by adversaries to establish initial footholds or execute malicious payloads within Azure environments. Proactively hunting for these indicators allows the SOC team to identify compromised assets early, mitigating the risk of persistent threats before they can escalate to lateral movement or data exfiltration.
Malware Family: ClearFake Total IOCs: 10 IOC Types: url, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | s0y9huzr.ravanshenasibartar.com | payload_delivery | 2026-09-26 | 100% |
| domain | ravanshenasibartar.com | payload_delivery | 2026-09-26 | 100% |
| domain | znzk3tim.betyek.net | payload_delivery | 2026-09-26 | 100% |
| url | hxxps://testingcf.jsdelivr.net/gh/dsteru3421/02-FD9159F9-9A/4fea-a19d-c354a1aaa4eb | payload_delivery | 2026-09-26 | 100% |
| domain | uhwyehxa.leo10.ir | payload_delivery | 2026-09-26 | 100% |
| domain | leo10.ir | payload_delivery | 2026-09-26 | 100% |
| domain | c71414tk.betxane.com | payload_delivery | 2026-09-26 | 100% |
| domain | beauty-tech.de | payload_delivery | 2026-09-26 | 90% |
| domain | wasp.blinqueofficial.com | botnet_cc | 2026-09-26 | 100% |
| domain | duck.bergamonerazzurra.com | botnet_cc | 2026-09-26 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["s0y9huzr.ravanshenasibartar.com", "ravanshenasibartar.com", "znzk3tim.betyek.net", "uhwyehxa.leo10.ir", "leo10.ir", "c71414tk.betxane.com", "beauty-tech.de", "wasp.blinqueofficial.com", "duck.bergamonerazzurra.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
// Hunt for access to known malicious URLs
// Source: ThreatFox - ClearFake
let malicious_urls = dynamic(["https://testingcf.jsdelivr.net/gh/dsteru3421/02-FD9159F9-9A/4fea-a19d-c354a1aaa4eb"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
UrlClickEvents | Ensure this data connector is enabled |
chrome.exe, firefox.exe, msedge.exe) and the action is “delete” or “uninstall” within a specific GPO or admin group.CcmExec.exe (SCCM) or IntuneAgent.exe/MdmClient.exe (Intune), or where the source path contains \Appx\ or \ProgramData\Microsoft\Intune\.MsMpEng.exe, FalconSensor.exe) or where the event type is explicitly “Quarantine” or “Delete” initiated by a security tool.unins000.exe or similar uninstaller scripts