← Back to SOC feed Coverage →

ThreatFox: SnappyClient IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-snappy_client
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-07T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: SnappyClient IOCs rule detects potential adversary activity associated with the SnappyClient 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 be leveraging these IOCs to maintain persistence and steal sensitive data.

IOC Summary

Malware Family: SnappyClient Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainohn.stainedunstitch.workbotnet_cc2026-05-07100%
domainootid.srv-auth-dlt-msh.in.netbotnet_cc2026-05-07100%
domainsash.thirstyschnapps.cfdbotnet_cc2026-05-07100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - SnappyClient
let malicious_domains = dynamic(["ohn.stainedunstitch.work", "ootid.srv-auth-dlt-msh.in.net", "sash.thirstyschnapps.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

Original source: https://threatfox.abuse.ch/browse/malware/win.snappy_client/