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

Hunt Hypothesis

This hunt detects adversary activity involving the specific indicators of compromise (IOCs) linked to the ValleyRAT remote access trojan, which is frequently used for initial access and persistent command-and-control operations. The SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections that may evade signature-based detection, thereby preventing potential data exfiltration or lateral movement before they escalate into broader incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashaa1b178ea8f756e209b05880cfac8bbepayload2026-07-3195%
sha1_hash6afcf80b5ff082e4bd4ce860d7846a06b99463d9payload2026-07-3195%
sha256_hash2da611af6f3cad9f6829a476cfd47b8c4fd54e814024517da3aab2e4a81643b0payload2026-07-3195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["aa1b178ea8f756e209b05880cfac8bbe", "6afcf80b5ff082e4bd4ce860d7846a06b99463d9", "2da611af6f3cad9f6829a476cfd47b8c4fd54e814024517da3aab2e4a81643b0"]);
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 false positive scenarios and corresponding filters for the ThreatFox: ValleyRAT IOCs detection rule:

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