← Back to SOC feed Coverage →

ThreatFox: CountLoader IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-count_loader
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-05-21T23:00:01Z · Confidence: high

Hunt Hypothesis

The ThreatFox: CountLoader IOCs rule detects potential adversary activity associated with the CountLoader malware, which is known for its persistence and data exfiltration capabilities. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced threats that may have evaded initial detection mechanisms.

IOC Summary

Malware Family: CountLoader Total IOCs: 8 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaindiospfj.cyoubotnet_cc2026-05-21100%
domainmaloneyr.cyoubotnet_cc2026-05-21100%
domainbalvlqts.cyoubotnet_cc2026-05-21100%
domainmilnleny.cyoubotnet_cc2026-05-21100%
domainmarkzsa.cyoubotnet_cc2026-05-21100%
domainbrownhc.cyoubotnet_cc2026-05-21100%
domainpantofr.cyoubotnet_cc2026-05-21100%
domainshenyac.cyoubotnet_cc2026-05-21100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - CountLoader
let malicious_domains = dynamic(["diospfj.cyou", "maloneyr.cyou", "balvlqts.cyou", "milnleny.cyou", "markzsa.cyou", "brownhc.cyou", "pantofr.cyou", "shenyac.cyou"]);
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/win.count_loader/