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

Hunt Hypothesis

This hunt detects adversary behavior involving the execution of known NjRAT remote access trojan indicators to establish persistent command and control channels within the environment. Proactive hunting for these specific IOCs in Azure Sentinel is critical because NjRAT frequently serves as an initial foothold for attackers, enabling early detection before lateral movement or data exfiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash70c24a2bb97c0b995bce9c7cee42d1cc856d177bpayload2026-08-0795%
md5_hashac061db892ad8cd21a565996bdb33d5cpayload2026-08-0795%
sha256_hash135732f938ca6b6e1fd1974ba172665d3c474b5346e035ea24c37b03500fb4e9payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NjRAT
let malicious_hashes = dynamic(["70c24a2bb97c0b995bce9c7cee42d1cc856d177b", "ac061db892ad8cd21a565996bdb33d5c", "135732f938ca6b6e1fd1974ba172665d3c474b5346e035ea24c37b03500fb4e9"]);
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 three specific false positive scenarios for the ThreatFox: NjRAT IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.njrat/