← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-07-28T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity by identifying network traffic and endpoint events matching 51 specific Indicators of Compromise (IOCs) linked to the IClickFix threat landscape. A proactive search is essential in Azure Sentinel to rapidly identify potential early-stage compromises or lateral movement attempts associated with this high-severity threat before they escalate into broader incidents.

IOC Summary

Malware Family: IClickFix Total IOCs: 51 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://95[.]164[.]123[.]77:5506/ton.vbsbotnet_cc2026-07-2875%
urlhxxp://85[.]209[.]129[.]37:5504/ld.batbotnet_cc2026-07-2875%
urlhxxp://87[.]120[.]126[.]100/0o1.wavbotnet_cc2026-07-2875%
urlhxxp://87[.]120[.]126[.]100/kamet1.wavbotnet_cc2026-07-2875%
urlhxxp://87[.]120[.]126[.]100/mames33.wavbotnet_cc2026-07-2875%
urlhxxp://87[.]120[.]126[.]100/names22.wavbotnet_cc2026-07-2875%
urlhxxp://91[.]247[.]36[.]3/immunewait.msibotnet_cc2026-07-2875%
urlhxxp://80[.]253[.]249[.]186:5504/cl.batbotnet_cc2026-07-2875%
urlhxxp://80[.]253[.]249[.]186:5504/cv.batbotnet_cc2026-07-2875%
urlhxxp://80[.]253[.]249[.]186:5504/l.batbotnet_cc2026-07-2875%
urlhxxp://80[.]253[.]249[.]186:5504/vm.batbotnet_cc2026-07-2875%
urlhxxp://83[.]217[.]209[.]227/2UP.limbotnet_cc2026-07-2875%
urlhxxp://83[.]217[.]209[.]227/oay.limbotnet_cc2026-07-2875%
urlhxxp://216[.]245[.]184[.]93/bdA.limbotnet_cc2026-07-2875%
urlhxxp://45[.]144[.]53[.]136/Vvm.limbotnet_cc2026-07-2875%
urlhxxp://45[.]144[.]53[.]136/g0N.limbotnet_cc2026-07-2875%
urlhxxp://45[.]43[.]11[.]138:8000/image.pngbotnet_cc2026-07-2875%
urlhxxp://185[.]100[.]157[.]193/Fwp.limbotnet_cc2026-07-2875%
urlhxxp://185[.]163[.]204[.]237/2eue.jsonbotnet_cc2026-07-2875%
urlhxxp://185[.]163[.]204[.]237/2euesell.wavbotnet_cc2026-07-2875%
urlhxxp://95[.]164[.]53[.]214:5554/d.batbotnet_cc2026-07-2875%
urlhxxps://85[.]209[.]132[.]130/eeroigcukqcpeyatbotnet_cc2026-07-2875%
urlhxxp://103[.]27[.]156[.]206/most.pdfbotnet_cc2026-07-2875%
urlhxxp://144[.]31[.]3[.]187/23logo.wavbotnet_cc2026-07-2875%
urlhxxp://80[.]253[.]249[.]186:5504/ct.batbotnet_cc2026-07-2875%

KQL: Domain Hunt

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

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - IClickFix
let malicious_urls = dynamic(["http://95.164.123.77:5506/ton.vbs", "http://85.209.129.37:5504/ld.bat", "http://87.120.126.100/0o1.wav", "http://87.120.126.100/kamet1.wav", "http://87.120.126.100/mames33.wav", "http://87.120.126.100/names22.wav", "http://91.247.36.3/immunewait.msi", "http://80.253.249.186:5504/cl.bat", "http://80.253.249.186:5504/cv.bat", "http://80.253.249.186:5504/l.bat", "http://80.253.249.186:5504/vm.bat", "http://83.217.209.227/2UP.lim", "http://83.217.209.227/oay.lim", "http://216.245.184.93/bdA.lim", "http://45.144.53.136/Vvm.lim", "http://45.144.53.136/g0N.lim", "http://45.43.11.138:8000/image.png", "http://185.100.157.193/Fwp.lim", "http://185.163.204.237/2eue.json", "http://185.163.204.237/2euesell.wav", "http://95.164.53.214:5554/d.bat", "https://85.209.132.130/eeroigcukqcpeyat", "http://103.27.156.206/most.pdf", "http://144.31.3.187/23logo.wav", "http://80.253.249.186:5504/ct.bat", "http://85.192.48.8/v9L.lim", "http://85.209.129.37:5504/fs.bat", "http://87.120.126.100/007.wav", "http://93.113.25.102/msi/e69378480adab23d", "http://93.152.223.30:5000/uploads/admin/stage2.ps1"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 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/