← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-08-17T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the IClickFix platform, which may signal unauthorized access or data exfiltration attempts within the organization’s ecosystem. The SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly validate potential compromises and mitigate risks associated with compromised third-party integrations before they escalate into broader security incidents.

IOC Summary

Malware Family: IClickFix Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainbolerkas.shoppayload_delivery2026-08-17100%
domainpokarse.onlinepayload_delivery2026-08-17100%
domainbolerkas.sbspayload_delivery2026-08-17100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["bolerkas.shop", "pokarse.online", "bolerkas.sbs"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: IClickFix IOCs detection rule:

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