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

Hunt Hypothesis

This hunt detects adversary activity involving four specific indicators of compromise (IOCs) linked to the IClickFix platform, which may signal unauthorized access or data exfiltration attempts targeting this critical business application. SOC teams should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain potential threats before they escalate into significant security incidents affecting organizational operations.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainskiy.mountpopclickgetnow.monsterpayload_delivery2026-08-11100%
domainleappoploaderinstantly.monsterpayload_delivery2026-08-11100%
domainverif-key-code.infopayload_delivery2026-08-11100%
domainmoniskk.livepayload_delivery2026-08-11100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["skiy.mountpopclickgetnow.monster", "leappoploaderinstantly.monster", "verif-key-code.info", "moniskk.live"]);
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 specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: IClickFix IOCs detection rule in an enterprise environment:

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