← Back to SOC feed Coverage →

ThreatFox: RatonRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-raton_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-10T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversary behavior involving the deployment of RatonRAT malware by detecting specific indicators of compromise across network and endpoint telemetry within Azure Sentinel. Proactive hunting for these IOCs is critical to identify early-stage remote access trojan infections before they establish persistence or exfiltrate sensitive data, ensuring rapid containment in high-severity scenarios.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash9a1983ef9feea7bdb06c17d5957db7aapayload2026-07-1095%
sha256_hashe8573e97c75bec4b9645f40c94a1f961971aa28444e3726564f4dda1312aac25payload2026-07-1095%
sha1_hash3ef07367be035c6524b96fd552a57f309710b34bpayload2026-07-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - RatonRAT
let malicious_hashes = dynamic(["9a1983ef9feea7bdb06c17d5957db7aa", "e8573e97c75bec4b9645f40c94a1f961971aa28444e3726564f4dda1312aac25", "3ef07367be035c6524b96fd552a57f309710b34b"]);
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 specific false positive scenarios for the ThreatFox: RatonRAT IOCs detection rule, tailored for an enterprise environment:

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