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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of CrossRAT remote access trojan indicators, which are commonly used to establish persistent command and control channels on compromised endpoints. The SOC team should proactively hunt for these specific IOCs within Azure Sentinel to identify early-stage infections that may evade standard signature-based detection and prevent potential data exfiltration or lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashe5bccb979fef3945c64622c6ad4461947eca123465f2989d9f4af879fd467890payload2026-07-2595%
sha1_hashaf381a40b1babd7f65f118608a958fc1aa48f115payload2026-07-2595%
md5_hashcc7e9ae7f054d90355af2dd379625ec3payload2026-07-2595%
md5_hashc29ddb54bb464846ba7e2de1d3eff471payload2026-07-2595%
sha256_hash748c32e3718319e569d7a71eab5ace7589ed012764902b55475faab82a63c89bpayload2026-07-2595%
sha1_hash49d293bee3fe99fbc0cf857347d9e5259dc41b94payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["e5bccb979fef3945c64622c6ad4461947eca123465f2989d9f4af879fd467890", "af381a40b1babd7f65f118608a958fc1aa48f115", "cc7e9ae7f054d90355af2dd379625ec3", "c29ddb54bb464846ba7e2de1d3eff471", "748c32e3718319e569d7a71eab5ace7589ed012764902b55475faab82a63c89b", "49d293bee3fe99fbc0cf857347d9e5259dc41b94"]);
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, along with suggested filters and exclusions tailored for an enterprise environment:

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