← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

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

Hunt Hypothesis

This hypothesis targets the presence of known indicators of compromise associated with the “Unknown Stealer” malware family, which often operates through browser extensions or scripts to exfiltrate sensitive credentials and session tokens. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints or user sessions before the adversary can leverage stolen data to escalate privileges or persist within the environment.

IOC Summary

Malware Family: Unknown Stealer Total IOCs: 12 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainokekjaiw.clickbotnet_cc2026-09-04100%
domainstv4ec5.shopbotnet_cc2026-09-04100%
domainvg5sgxv.lolbotnet_cc2026-09-04100%
domain8jdjpwka.babybotnet_cc2026-09-04100%
domainapdhlhs3.xyzbotnet_cc2026-09-04100%
domainbduwih8.probotnet_cc2026-09-04100%
domainfbuytf67.clickbotnet_cc2026-09-04100%
domainj9af4sr.gurubotnet_cc2026-09-04100%
domainmachine628.babybotnet_cc2026-09-04100%
domain67sixcebeh.surfbotnet_cc2026-09-04100%
domainquartzdraft.combotnet_cc2026-09-04100%
domainkernel-87.combotnet_cc2026-09-04100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["okekjaiw.click", "stv4ec5.shop", "vg5sgxv.lol", "8jdjpwka.baby", "apdhlhs3.xyz", "bduwih8.pro", "fbuytf67.click", "j9af4sr.guru", "machine628.baby", "67sixcebeh.surf", "quartzdraft.com", "kernel-87.com"]);
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/unknown_stealer/