← 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-08-16T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the SnappyClient tool by monitoring for specific Indicators of Compromise (IOCs) that signal potential reconnaissance or data exfiltration attempts. Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage threats and mitigate risks associated with this client’s usage before they escalate into significant security incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashe729ad151614c96d872320b40e2f2ad2payload2026-08-1595%
sha256_hash5869e740ee9d36f62ee9e6e01b4deded4970043d6a6cdd792d0beb383b62c842payload2026-08-1595%
sha1_hash4eec8596628db00cac1983789a55ee8c540a2dddpayload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SnappyClient
let malicious_hashes = dynamic(["e729ad151614c96d872320b40e2f2ad2", "5869e740ee9d36f62ee9e6e01b4deded4970043d6a6cdd792d0beb383b62c842", "4eec8596628db00cac1983789a55ee8c540a2ddd"]);
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

Here are specific false positive scenarios for the ThreatFox: SnappyClient IOCs detection rule, along with recommended filters and exclusions:

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