← Back to SOC feed Coverage →

ThreatFox: SnappyClient IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-09-13T23:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of known indicators of compromise associated with the SnappyClient malware, a tool frequently used by adversaries for initial access and lateral movement. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised assets early, potentially preventing the execution of malicious payloads or the establishment of persistent footholds within the environment.

IOC Summary

Malware Family: SnappyClient Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash5d43f472743ec596067f96a143e0058a8bd27b119f59e2705293334c21fd05f4payload2026-09-1395%
sha1_hashca0114a1d5d941287431fd5f506b85df0b1d4a62payload2026-09-1395%
md5_hash72b4cbacd5e0f967cda3a9adfd04a136payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SnappyClient
let malicious_hashes = dynamic(["5d43f472743ec596067f96a143e0058a8bd27b119f59e2705293334c21fd05f4", "ca0114a1d5d941287431fd5f506b85df0b1d4a62", "72b4cbacd5e0f967cda3a9adfd04a136"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

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