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

Hunt Hypothesis

This hunt detects adversary activity involving known NjRAT indicators of compromise to identify potential remote access trojan infections within the environment. Proactive hunting is essential in Azure Sentinel because NjRAT’s stealthy command-and-control capabilities often evade standard signature-based detection, requiring manual investigation to prevent lateral movement and data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash2f6e93b860cef097c863668b1f38a6f7088bcb77payload2026-08-0295%
md5_hashb9fbf6f35099d3dd0f984ffb7e027b35payload2026-08-0295%
sha256_hash06185d74edbdc06f99095e96f74aa2e49a1cda2d02a294c11a9ac35a0231075epayload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NjRAT
let malicious_hashes = dynamic(["2f6e93b860cef097c863668b1f38a6f7088bcb77", "b9fbf6f35099d3dd0f984ffb7e027b35", "06185d74edbdc06f99095e96f74aa2e49a1cda2d02a294c11a9ac35a0231075e"]);
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 the documented false positive scenarios and corresponding exclusions for the ThreatFox: NjRAT IOCs detection rule:

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