This hunt targets adversary behavior where malicious actors deploy the CrossRAT remote access trojan to establish persistent command-and-control channels using three specific indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection of CrossRAT activity allows the SOC team to isolate compromised endpoints before attackers can exfiltrate sensitive data or pivot laterally across the network.
Malware Family: CrossRAT Total IOCs: 3 IOC Types: sha256_hash, sha1_hash, md5_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha1_hash | 24b670caf5090f91fff6ad82ffcfe21b61f1e14c | payload | 2026-07-01 | 95% |
| md5_hash | 37daa89551604908ec63096ec5a87504 | payload | 2026-07-01 | 95% |
| sha256_hash | f682942cb2b55e88b3dc13b228c35765ad624434cf472490078a29566c7bfa03 | payload | 2026-07-01 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["24b670caf5090f91fff6ad82ffcfe21b61f1e14c", "37daa89551604908ec63096ec5a87504", "f682942cb2b55e88b3dc13b228c35765ad624434cf472490078a29566c7bfa03"]);
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
| Sentinel Table | Notes |
|---|---|
DeviceFileEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios for the ThreatFox: CrossRAT IOCs detection rule, tailored for an enterprise environment:
Software Deployment via SCCM/Intune
ccmexec.exe or Microsoft.Windows.CloudExperienceHost communicating with the identified IOCs during scheduled maintenance windows (e.g., 02:00–04:00 UTC).Vendor-Managed Remote Support Sessions
TeamViewer.exe, AnyDesk.exe, or LogMeIn.exe) when initiated from known Vendor IP subnets. Additionally, exclude events where the user context is a dedicated “Remote Support” service account rather than standard interactive users.Automated Patch Management and Health Checks
Task Scheduler launching a