← Back to SOC feed Coverage →

ThreatFox: NjRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-njrat
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-10T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known NjRAT indicators of compromise, which are frequently used by adversaries to establish remote access and execute malicious payloads on compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate infected assets before the remote access trojan can be leveraged for lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash96add574a522e59eadea6ee8355f74a43c46f742payload2026-09-1095%
md5_hash29d87ed8ebc9b05426800ad3c13a8fcdpayload2026-09-1095%
sha256_hashc92f2e4f8ebfa4a61f3b17663076cb8513f26bc60fbdbe6faea232f621b6e802payload2026-09-1095%
sha256_hash54fced67df11a75293cb6620d57101aca7dea30fcafe9ff40df3626388328d9epayload2026-09-1095%
sha1_hash9ec707497613b9efae6a7af45a01a597e23b831epayload2026-09-1095%
md5_hash30f23cd8c071deac110bbaa70e4260ccpayload2026-09-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NjRAT
let malicious_hashes = dynamic(["96add574a522e59eadea6ee8355f74a43c46f742", "29d87ed8ebc9b05426800ad3c13a8fcd", "c92f2e4f8ebfa4a61f3b17663076cb8513f26bc60fbdbe6faea232f621b6e802", "54fced67df11a75293cb6620d57101aca7dea30fcafe9ff40df3626388328d9e", "9ec707497613b9efae6a7af45a01a597e23b831e", "30f23cd8c071deac110bbaa70e4260cc"]);
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/win.njrat/