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

Hunt Hypothesis

This hunt targets known CrossRAT indicators of compromise to identify hosts that may be compromised by this remote access trojan, which is frequently used for initial access and lateral movement. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect persistent threats before they can establish a foothold, exfiltrate data, or deploy additional payloads within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashf4a21c6c2dbc446fadce7744a112cb14payload2026-09-1395%
sha256_hash73297baf09544ba19037911c2a5352069622ebdbccae2ae15d7150c718dd81f4payload2026-09-1395%
sha1_hashe9f57b057380b8da867c57a26550ea509e5cb3e8payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["f4a21c6c2dbc446fadce7744a112cb14", "73297baf09544ba19037911c2a5352069622ebdbccae2ae15d7150c718dd81f4", "e9f57b057380b8da867c57a26550ea509e5cb3e8"]);
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/