← 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-09-01T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis detects adversaries leveraging IClickFix malware to exfiltrate sensitive data by exploiting compromised credentials delivered through phishing campaigns with malicious links. Proactive hunting in Azure Sentinel is essential to identify early indicators of this command-and-control activity and prevent unauthorized access before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainmole.albaikmenuonline.compayload_delivery2026-09-01100%
domainrain.afghankabobgrill.compayload_delivery2026-09-01100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["mole.albaikmenuonline.com", "rain.afghankabobgrill.com"]);
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 5 specific false positive scenarios for the ThreatFox: IClickFix IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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