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

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing ValleyRAT Remote Access Trojans delivered through phishing campaigns to establish persistent access for data exfiltration and remote command execution. Proactively hunting for these indicators in Azure Sentinel is critical to identify early-stage infections before attackers can leverage the Trojan’s stealth capabilities to compromise sensitive assets undetected.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashafc61229018541efa19cd9affa1aeb72payload2026-07-2495%
sha256_hash98f5e6cc01bd74709e63639e75a6e4d68b6c5fb9654ae97490155792888bebddpayload2026-07-2495%
sha1_hashb6cbc4017ed864b21917e3604c6e5f57d2e9ed0apayload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["afc61229018541efa19cd9affa1aeb72", "98f5e6cc01bd74709e63639e75a6e4d68b6c5fb9654ae97490155792888bebdd", "b6cbc4017ed864b21917e3604c6e5f57d2e9ed0a"]);
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

False Positive Scenarios: ThreatFox: ValleyRAT IOCs

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