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

Hunt Hypothesis

This rule detects potential compromise by NjRAT, a remote access trojan frequently used by threat actors to establish persistent control and exfiltrate data from Azure environments. Proactively hunting for these IOCs allows the SOC team to identify stealthy intrusions that may evade standard behavioral detections, ensuring rapid containment of high-severity threats before they escalate.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashfb33520062ee28f1137e7704df12871cpayload2026-09-0595%
sha256_hash1884032fa01f5483b881248998fc7338979551cf2a1e598dd564cc75a9dd2934payload2026-09-0595%
sha1_hashf24d9b13169f3fa43f09e4ea2abe62c7fe9bffaepayload2026-09-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NjRAT
let malicious_hashes = dynamic(["fb33520062ee28f1137e7704df12871c", "1884032fa01f5483b881248998fc7338979551cf2a1e598dd564cc75a9dd2934", "f24d9b13169f3fa43f09e4ea2abe62c7fe9bffae"]);
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/