← Back to SOC feed Coverage →

ThreatFox: CrossRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocjar-crossratthreatfox
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-04T11:00:00Z · Confidence: high

Hunt Hypothesis

This rule identifies network connections to known CrossRAT command-and-control infrastructure, indicating the presence of a remote access Trojan that grants adversaries persistent control over compromised hosts. Proactively hunting for these IOCs allows the SOC team to detect stealthy RAT deployments before they are leveraged for lateral movement or data exfiltration within the Azure environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash4bdf3dc7d3fa0c2776f70b4ca2597930cf956201payload2026-09-0495%
md5_hash54ff1c3f0ae632c2429b9cd907dea567payload2026-09-0495%
sha256_hasha4a65e265ee3974c553aa410b625e4c13108d9e27430f070a6d5d6a9d84a11d2payload2026-09-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["4bdf3dc7d3fa0c2776f70b4ca2597930cf956201", "54ff1c3f0ae632c2429b9cd907dea567", "a4a65e265ee3974c553aa410b625e4c13108d9e27430f070a6d5d6a9d84a11d2"]);
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/jar.crossrat/