← 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-09-04T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of NetWire RC, a remote control tool frequently leveraged by adversaries to establish persistent access and execute commands on compromised endpoints. Proactively hunting for these specific IOCs in Azure Sentinel allows the SOC team to identify stealthy remote administration sessions before they are used for lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash6c13dfb410af585f6d03540dd9597ab2payload2026-09-0495%
sha256_hash28d65f871d2b7aabc8fe8a13dfca6a48b2d87a49e80773d9e62cbb955beb0761payload2026-09-0495%
sha1_hash2f0b8f128e364319ca0ae650f2e3cff70470f135payload2026-09-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["6c13dfb410af585f6d03540dd9597ab2", "28d65f871d2b7aabc8fe8a13dfca6a48b2d87a49e80773d9e62cbb955beb0761", "2f0b8f128e364319ca0ae650f2e3cff70470f135"]);
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.netwire/