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

Hunt Hypothesis

This hunt identifies potential ValleyRAT infections by correlating known indicators of compromise with asset telemetry to detect the presence of this remote access trojan. Proactively hunting for these IOCs is critical because ValleyRAT provides adversaries with persistent remote control capabilities, enabling data exfiltration and lateral movement that can lead to significant business impact if left undetected.

IOC Summary

Malware Family: ValleyRAT Total IOCs: 2 IOC Types: md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashe86536389821f0a45ff24820a6f2f2fepayload2026-09-0795%
sha1_hash00adf03b95e931937d391890133b770c0b51c730payload2026-09-0795%

KQL: Hash Hunt

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

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