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

Hunt Hypothesis

This hunt hypothesis targets adversary behavior where ValleyRAT establishes a foothold through phishing emails to enable command-and-control communication, data exfiltration, and arbitrary command execution on infected endpoints. A SOC team should proactively hunt for these indicators in Azure Sentinel because the high severity of this remote access trojan allows attackers to maintain persistent access and silently extract sensitive information before detection occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash3249538fbf42402e1e5bedddba234e1755b3e975payload2026-08-0795%
md5_hash2b1caed38122d1e0336af79b88c5801bpayload2026-08-0795%
sha256_hash552497b4c1f9b3cf5514ce59292a1f715f3673c375fd1944bb5930f646383e41payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["3249538fbf42402e1e5bedddba234e1755b3e975", "2b1caed38122d1e0336af79b88c5801b", "552497b4c1f9b3cf5514ce59292a1f715f3673c375fd1944bb5930f646383e41"]);
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 4 specific false positive scenarios for the ThreatFox: ValleyRAT IOCs detection rule, tailored to a legitimate enterprise environment:

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