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

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing ValleyRAT to establish encrypted command-and-control channels that facilitate data exfiltration while evading standard network monitoring through masqueraded software updates. Proactive hunting in Azure Sentinel is critical because ValleyRAT’s stealthy entry via phishing and its ability to maintain persistent system control can lead to significant data loss if not detected early through analysis of unusual outbound traffic and unexpected process executions.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash3ee9badaa810b2fb6db57e4644ec40c58e8fe15c6980059a3232a374df5ba4a3payload2026-08-2895%
sha1_hashb770903ba5c898d69db81dbafbd98f3eb32fc3fbpayload2026-08-2895%
md5_hash4818c691ec402f0f2251f1a8d1d8a3b9payload2026-08-2895%
md5_hash846f4ed47a679e24505470f61d9110dbpayload2026-08-2895%
sha256_hash0bab062af7894bc44d68ebc5b9633a84ffaae1f17671ff3949002c43321ec86apayload2026-08-2895%
sha1_hash7be1989c25579401ac8638a889a1657d5182f7b8payload2026-08-2895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["3ee9badaa810b2fb6db57e4644ec40c58e8fe15c6980059a3232a374df5ba4a3", "b770903ba5c898d69db81dbafbd98f3eb32fc3fb", "4818c691ec402f0f2251f1a8d1d8a3b9", "846f4ed47a679e24505470f61d9110db", "0bab062af7894bc44d68ebc5b9633a84ffaae1f17671ff3949002c43321ec86a", "7be1989c25579401ac8638a889a1657d5182f7b8"]);
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 5 specific false positive scenarios for the ThreatFox: ValleyRAT IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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