← Back to SOC feed Coverage →

ThreatFox: ValleyRAT IOCs

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

Hunt Hypothesis

This hunt identifies potential ValleyRAT infections by correlating known IOCs against asset telemetry to detect the presence of this high-severity remote access trojan. Proactively hunting for these indicators allows the SOC to identify compromised endpoints early, preventing the adversary from establishing persistent remote access and exfiltrating sensitive data within the Azure Sentinel environment.

IOC Summary

Malware Family: ValleyRAT Total IOCs: 9 IOC Types: sha256_hash, sha1_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashfaa76da73875b164970434cd53cdf8d47e5b5d81335ce780fa1a0725c4dde843payload2026-09-1295%
sha1_hash3b367f889adce4f6ec1c131493c33a6a8e0c63eapayload2026-09-1295%
md5_hashca69deb127174f928e7debff4dbcf4e9payload2026-09-1295%
sha1_hashd7999442a966d4e46c371e5d08b7e1a0c33ed910payload2026-09-1295%
md5_hash2254bd694ca0fd3d775ebb50e3568950payload2026-09-1295%
sha256_hashf231eb3b69bc197480b26779893f313d12267cb15f052475d0bcd097bd9feb4cpayload2026-09-1295%
sha1_hash9bfa27e4601811837196239bbad0328117a86bbfpayload2026-09-1295%
md5_hashe857eed1e71fa7360eae2d14126d9154payload2026-09-1295%
sha256_hashe3b85ca26c546d1dcf837d74c5f8b36f2c40c97c028226679177c7bbea771953payload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["faa76da73875b164970434cd53cdf8d47e5b5d81335ce780fa1a0725c4dde843", "3b367f889adce4f6ec1c131493c33a6a8e0c63ea", "ca69deb127174f928e7debff4dbcf4e9", "d7999442a966d4e46c371e5d08b7e1a0c33ed910", "2254bd694ca0fd3d775ebb50e3568950", "f231eb3b69bc197480b26779893f313d12267cb15f052475d0bcd097bd9feb4c", "9bfa27e4601811837196239bbad0328117a86bbf", "e857eed1e71fa7360eae2d14126d9154", "e3b85ca26c546d1dcf837d74c5f8b36f2c40c97c028226679177c7bbea771953"]);
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.valley_rat/