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

Hunt Hypothesis

This hunt targets the presence of CrossRAT indicators of compromise, a remote access trojan frequently used by adversaries to establish persistent control and exfiltrate data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage intrusions and prevent the malware from leveraging its remote access capabilities to pivot laterally or execute further malicious actions within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash9a0bf53c0238db10d5072e1eed3e899476a93f08payload2026-09-1295%
md5_hash778536300231f9b2986156aca82877a2payload2026-09-1295%
sha256_hash0fb478ddeb84afbe562320708adf25611b302d4e89bc0557d070dd6e89dec6a3payload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["9a0bf53c0238db10d5072e1eed3e899476a93f08", "778536300231f9b2986156aca82877a2", "0fb478ddeb84afbe562320708adf25611b302d4e89bc0557d070dd6e89dec6a3"]);
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/