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

Hunt Hypothesis

This hunt detects adversary activity involving the specific indicators of compromise (IOCs) linked to the CrossRAT remote access trojan, which is frequently used by threat actors for initial access and lateral movement within compromised networks. The SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections that may evade standard signature-based detection, thereby preventing potential data exfiltration or command-and-control establishment before the malware fully embeds itself.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash13260e2e1ec04400403f6dfd4cb93994payload2026-08-0495%
md5_hash67e230755c1cf7cfc8d92a98c4caac13payload2026-08-0495%
sha256_hash53356890a6e72a151d869823f410ecf681731868d241c07ff02d51d6436c3dfdpayload2026-08-0495%
sha1_hashf54e0ed941e989cfe030e0a7682d669b85612ab5payload2026-08-0495%
sha256_hash033eb7a351b65d9aa4e6a19a0be58ea87f579671fe54c3725129589f834c2d06payload2026-08-0495%
sha1_hash57f60f9ca384d9b29794de5446c8fe6fe4e214c2payload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["13260e2e1ec04400403f6dfd4cb93994", "67e230755c1cf7cfc8d92a98c4caac13", "53356890a6e72a151d869823f410ecf681731868d241c07ff02d51d6436c3dfd", "f54e0ed941e989cfe030e0a7682d669b85612ab5", "033eb7a351b65d9aa4e6a19a0be58ea87f579671fe54c3725129589f834c2d06", "57f60f9ca384d9b29794de5446c8fe6fe4e214c2"]);
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 5 specific false positive scenarios and corresponding mitigation strategies for the ThreatFox: CrossRAT IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/jar.crossrat/