← 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-12T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects 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. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification allows the SOC team to isolate potential threats before they escalate into broader security incidents affecting sensitive business operations.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainyamin4d.orgpayload_delivery2026-08-12100%
domainaaa.akoraofficial.compayload_delivery2026-08-12100%
domainanalysis-id-fmd.infopayload_delivery2026-08-12100%
domainmaletosr.worldpayload_delivery2026-08-12100%
domainbrusketaa.lolpayload_delivery2026-08-12100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["yamin4d.org", "aaa.akoraofficial.com", "analysis-id-fmd.info", "maletosr.world", "brusketaa.lol"]);
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 4 specific false positive scenarios for the ThreatFox: IClickFix IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

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