← Back to SOC feed Coverage →

ThreatFox: Unknown Loader IOCs

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

Hunt Hypothesis

This hunt detects adversary activity involving the execution of Unknown Loader indicators, which often serve as initial footholds for malware delivery and lateral movement within an Azure environment. Proactively hunting these specific IOCs in Azure Sentinel allows the SOC team to identify early-stage compromise signals before they escalate into full-blown incidents, thereby reducing detection latency and potential impact.

IOC Summary

Malware Family: Unknown Loader Total IOCs: 11 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainabcsgftr.ccbotnet_cc2026-07-31100%
domainalkociferblat.ccbotnet_cc2026-07-31100%
domainblakcinwhitexn.ccbotnet_cc2026-07-31100%
domaingotynotbag.ccbotnet_cc2026-07-31100%
domaingugonaftikzin.ccbotnet_cc2026-07-31100%
domainhihankidaha.ccbotnet_cc2026-07-31100%
domainhilacbatoriaaa.ccbotnet_cc2026-07-31100%
domainhuishuvish.ccbotnet_cc2026-07-31100%
domaininfociganka.ccbotnet_cc2026-07-31100%
domainpluhabovra.infobotnet_cc2026-07-31100%
domaintue-partner-03.cfdbotnet_cc2026-07-31100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["abcsgftr.cc", "alkociferblat.cc", "blakcinwhitexn.cc", "gotynotbag.cc", "gugonaftikzin.cc", "hihankidaha.cc", "hilacbatoriaaa.cc", "huishuvish.cc", "infociganka.cc", "pluhabovra.info", "tue-partner-03.cfd"]);
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: Unknown Loader IOCs rule, including targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/unknown_loader/