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

Hunt Hypothesis

This hunt detects adversary activity involving specific indicators of compromise (IOCs) linked to the ValleyRAT remote access trojan, which is known for establishing persistent backdoors and exfiltrating sensitive data from compromised endpoints. Proactively hunting for these IOCs within Azure Sentinel allows the SOC team to identify early-stage infections before they escalate into broader lateral movement or data breaches across the organization’s cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash77d7a748ab647241403ab5741a7184501602877cc803ef33b6044feb5a708387payload2026-08-0195%
sha1_hash7fe65928be331e3acab2fb9c59eb13e86a900c6cpayload2026-08-0195%
md5_hashbbd9cd5ee29a18fbf5d953abab877368payload2026-08-0195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["77d7a748ab647241403ab5741a7184501602877cc803ef33b6044feb5a708387", "7fe65928be331e3acab2fb9c59eb13e86a900c6c", "bbd9cd5ee29a18fbf5d953abab877368"]);
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 the specific false positive scenarios and corresponding filters for the ThreatFox: ValleyRAT IOCs rule:

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