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

Hunt Hypothesis

This hunt detects adversary activity involving specific indicators of compromise (IOCs) linked to the NetWire Remote Access Trojan, which is known for establishing persistent backdoors and exfiltrating sensitive data from compromised endpoints. The SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections that may evade standard signature-based detections, thereby preventing potential lateral movement and data breaches within the organization’s cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashdb967abae63200065e22c95bbc1fe380payload2026-07-3195%
sha256_hash439a03653b8f93d80b15335d49f0937d0f395b803bbf60d6ed31b968816dad39payload2026-07-3195%
sha1_hash7df1fe0e985b0e7ccf3dd4dfa459a3ed20751143payload2026-07-3195%
sha256_hashe3144c24d2eefa8b88c9723c91217f57fb29114a9dbc1ff5f2b0fb4a0183a520payload2026-07-3195%
sha1_hash56426eddd14af3352f475a65af7b7dfb9de2af00payload2026-07-3195%
md5_hashd87b97d9015ba00ef095398f7fbfe4a0payload2026-07-3195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["db967abae63200065e22c95bbc1fe380", "439a03653b8f93d80b15335d49f0937d0f395b803bbf60d6ed31b968816dad39", "7df1fe0e985b0e7ccf3dd4dfa459a3ed20751143", "e3144c24d2eefa8b88c9723c91217f57fb29114a9dbc1ff5f2b0fb4a0183a520", "56426eddd14af3352f475a65af7b7dfb9de2af00", "d87b97d9015ba00ef095398f7fbfe4a0"]);
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 5 specific false positive scenarios for the ThreatFox: NetWire RC IOCs detection rule, along with targeted filtering strategies:

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