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

Hunt Hypothesis

This hunt targets the IClickFix exploit, a prevalent browser-based attack that leverages user interaction to execute malicious code without requiring a traditional vulnerability. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints early, as this technique often bypasses traditional perimeter defenses and can lead to rapid lateral movement within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainauthshipup.netbotnet_cc2026-09-11100%
domainruntimerailbit.combotnet_cc2026-09-11100%
domainservicestatlab.combotnet_cc2026-09-11100%
domainreed-greogzium.lifepayload_delivery2026-09-11100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["authshipup.net", "runtimerailbit.com", "servicestatlab.com", "reed-greogzium.life"]);
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

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