← Back to SOC feed Coverage →

ThreatFox: ZynorRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-zynor_rat
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-06-17T23:00:00Z · Confidence: high

Hunt Hypothesis

Hunt package for 3 IOCs associated with ZynorRAT

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash103b05b20c9c625fe9e38bc3973fc0cc58b797e7payload2026-06-1795%
md5_hash8f4739d863929bd0b22a0d4a569cf72cpayload2026-06-1795%
sha256_hash037e5fe028a60604523b840794d06c8f70a9c523a832a97ecaaccd9f419e364apayload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ZynorRAT
let malicious_hashes = dynamic(["103b05b20c9c625fe9e38bc3973fc0cc58b797e7", "8f4739d863929bd0b22a0d4a569cf72c", "037e5fe028a60604523b840794d06c8f70a9c523a832a97ecaaccd9f419e364a"]);
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.zynor_rat/