← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
iocjs-iclickfixthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-09-21T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the IClickFix malware family, a downloader that leverages browser-based clickjacking to establish command-and-control channels for data exfiltration. Proactively hunting for these IOCs in Azure Sentinel is critical because IClickFix often bypasses traditional email gateways by exploiting user interaction, making early detection essential to prevent lateral movement and persistent C2 establishment within the environment.

IOC Summary

Malware Family: IClickFix Total IOCs: 7 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
domainskaedbraearaquiet.lifebotnet_cc2026-09-21100%
urlhxxps://skaedbraearaquiet.life/t.js?site=2f702398a34ef46cb995c4f4e89c6407payload_delivery2026-09-21100%
urlhxxps://skaedbraearaquiet.life/ext-b[.]4f9db6afd06a.jspayload_delivery2026-09-21100%
domaincabskaiyn-crane.lifebotnet_cc2026-09-21100%
domainzigelpi12.lifebotnet_cc2026-09-2190%
domaincloudflare.botpayload_delivery2026-09-21100%
domainlaroverestore.compayload_delivery2026-09-21100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["skaedbraearaquiet.life", "cabskaiyn-crane.life", "zigelpi12.life", "cloudflare.bot", "laroverestore.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - IClickFix
let malicious_urls = dynamic(["https://skaedbraearaquiet.life/t.js?site=2f702398a34ef46cb995c4f4e89c6407", "https://skaedbraearaquiet.life/ext-b.4f9db6afd06a.js"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/js.iclickfix/