← Back to SOC feed Coverage →

ThreatFox: NetWire RC IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-netwire
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-07-14T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversary behavior involving command-and-control communications or lateral movement utilizing specific indicators of compromise (IOCs) linked to the NetWire Remote Control malware family. Proactively searching for these IOCs within Azure Sentinel is critical because NetWire RC often establishes persistent footholds that can be leveraged for long-term data exfiltration and unauthorized system access if not detected early.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash018669315fa61b7c7a64c8298abd5971payload2026-07-1495%
sha256_hashdab128d1dba2feeb8762b300bc6ba32eb976cbe33274ac29c2c0d4c4eda5e6f7payload2026-07-1495%
sha1_hash7f082fa8bd8540595bfcbc719dbcdb19ec7b2cebpayload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["018669315fa61b7c7a64c8298abd5971", "dab128d1dba2feeb8762b300bc6ba32eb976cbe33274ac29c2c0d4c4eda5e6f7", "7f082fa8bd8540595bfcbc719dbcdb19ec7b2ceb"]);
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 4 specific false positive scenarios for the ThreatFox: NetWire RC IOCs rule, tailored for an enterprise environment where legitimate administrative and maintenance activities often mimic threat indicators:

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