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

Hunt Hypothesis

This hunt identifies potential ValleyRAT infections by correlating known indicators of compromise, such as specific file hashes or network artifacts, against active endpoints in the Azure Sentinel environment. Proactively hunting for these IOCs is critical because ValleyRAT is a high-severity remote access trojan that enables persistent adversary control and data exfiltration, allowing the SOC to detect and contain threats before they escalate into broader lateral movement or ransomware deployment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashf9b09befb30866b099222758b9dced1e58540c87payload2026-09-2495%
md5_hashc9dd06b54122a3c7b27299720b403a92payload2026-09-2495%
sha256_hashb709d2521e36fb30edbddffff27e7a09a0aa2766cd98c6aea38c92bd1f953176payload2026-09-2495%
sha1_hash2c760321782a419ada907cb66b2653f6e16ff17fpayload2026-09-2495%
md5_hashcd4247e33148b91be70282885447f757payload2026-09-2495%
sha1_hash64a0d5786d516194a42776f23e584a07d2c02080payload2026-09-2495%
md5_hashdd6920d9209ea1cdcbb9be9e2e605d57payload2026-09-2495%
sha256_hasha58f5fe338e416dbc8cf88b0b3cabebc5ba2f6ae632e50e703127519331660fcpayload2026-09-2495%
sha256_hash089cd5a891a8f212df5f54a6b08205e06e85eacbe6ff9bfcfcb5fd6e51d1813bpayload2026-09-2495%
sha1_hash6a08e4e05a94347b02b0aef2aa2a695e859eb678payload2026-09-2495%
md5_hash6200240443329003bc9e2b3ddfbe34dapayload2026-09-2495%
sha256_hash39e5875573d0bcd3fd29c680ff0081b52b6c38e01edea4a2bd718b22884a4307payload2026-09-2495%
sha256_hashb14b737c48708235edb9035cc09b35a9e0e888b25c8ee6959919fb6123810c81payload2026-09-2495%
sha1_hashf9c83110b111ffbf8ff129c251dcdf1494504f99payload2026-09-2495%
md5_hashc87cdff96cf2f30bd7665a151e6ee3a5payload2026-09-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["f9b09befb30866b099222758b9dced1e58540c87", "c9dd06b54122a3c7b27299720b403a92", "b709d2521e36fb30edbddffff27e7a09a0aa2766cd98c6aea38c92bd1f953176", "2c760321782a419ada907cb66b2653f6e16ff17f", "cd4247e33148b91be70282885447f757", "64a0d5786d516194a42776f23e584a07d2c02080", "dd6920d9209ea1cdcbb9be9e2e605d57", "a58f5fe338e416dbc8cf88b0b3cabebc5ba2f6ae632e50e703127519331660fc", "089cd5a891a8f212df5f54a6b08205e06e85eacbe6ff9bfcfcb5fd6e51d1813b", "6a08e4e05a94347b02b0aef2aa2a695e859eb678", "6200240443329003bc9e2b3ddfbe34da", "39e5875573d0bcd3fd29c680ff0081b52b6c38e01edea4a2bd718b22884a4307", "b14b737c48708235edb9035cc09b35a9e0e888b25c8ee6959919fb6123810c81", "f9c83110b111ffbf8ff129c251dcdf1494504f99", "c87cdff96cf2f30bd7665a151e6ee3a5"]);
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/