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

Hunt Hypothesis

This hunt targets known indicators of compromise associated with ValleyRAT, a remote access trojan frequently used for initial access and lateral movement. Proactively hunting these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints before the adversary establishes persistent control or exfiltrates sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash53adfabab985eca17ff3baea02873934c728d574payload2026-09-1195%
md5_hash7c4224b91735fb594820ee3722d02551payload2026-09-1195%
md5_hash8264bcaf76a6ff84e9d20bfd04f77ecfpayload2026-09-1195%
sha256_hashb1507fec0d085fb2c5aaaae94ee180f30cf4e628b6e30f7a4f6c20f509ffb1c5payload2026-09-1195%
md5_hash0a1e35182d1fc715d743b5ae3a5bd1c0payload2026-09-1195%
sha256_hash9aba970c5a0c5aa17d30720718a12c4bad31d826ef0e603c06c454d7b585fcdepayload2026-09-1195%
sha1_hash764040032ceea936dbdfac085abb04fa1950435apayload2026-09-1195%
sha256_hash3ac2984fed333b82ee4e58332df41cfb31f6f6f56b3e00285febef138f2bd864payload2026-09-1195%
sha1_hashb604a52a4bb4911a0b947fa0b052fe1fa52323d7payload2026-09-1195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["53adfabab985eca17ff3baea02873934c728d574", "7c4224b91735fb594820ee3722d02551", "8264bcaf76a6ff84e9d20bfd04f77ecf", "b1507fec0d085fb2c5aaaae94ee180f30cf4e628b6e30f7a4f6c20f509ffb1c5", "0a1e35182d1fc715d743b5ae3a5bd1c0", "9aba970c5a0c5aa17d30720718a12c4bad31d826ef0e603c06c454d7b585fcde", "764040032ceea936dbdfac085abb04fa1950435a", "3ac2984fed333b82ee4e58332df41cfb31f6f6f56b3e00285febef138f2bd864", "b604a52a4bb4911a0b947fa0b052fe1fa52323d7"]);
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/