← 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-07-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of CrossRAT malware by monitoring for specific Indicators of Compromise (IOCs) that signal active remote access trojan infections within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain potential data exfiltration or lateral movement attacks before they escalate into broader security incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash73827e53552bac53092a3f937f4c29d060969093cf20d9548836de516f2efedepayload2026-07-2495%
sha1_hash4912001b000d5414dcaa0c3a0ef8cda8260ad920payload2026-07-2495%
md5_hash9ce153849e117145877431ce9e43e110payload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["73827e53552bac53092a3f937f4c29d060969093cf20d9548836de516f2efede", "4912001b000d5414dcaa0c3a0ef8cda8260ad920", "9ce153849e117145877431ce9e43e110"]);
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 for the ThreatFox: CrossRAT IOCs detection rule, tailored for an enterprise environment:

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