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

Hunt Hypothesis

This hunt detects adversary activity involving known indicators of compromise (IOCs) linked to the NetWire Remote Access Trojan, which is frequently used by threat actors to establish persistent backdoors and exfiltrate sensitive data. The SOC team should proactively search for these specific IOCs within Azure Sentinel to identify early-stage infections that may have evaded standard signature-based detections, thereby preventing potential lateral movement and data breaches before they escalate.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash63b7edc9bec5b43b3f012abf34e6c8f7payload2026-08-0295%
sha256_hash226d96500e4ca936191cbfa466e673130fcd0d9fa5c886067d837cb44856b560payload2026-08-0295%
sha1_hash28af9a5bcfa86426fd4f77313bdb3ce1033410bdpayload2026-08-0295%
sha1_hashc463b7913a6e7b03d9c6f9d98a070cd5b97fdd78payload2026-08-0295%
md5_hash5fbf5f42ced3d876ae021839bcc00069payload2026-08-0295%
sha256_hash5a49b31f84002a128f1cd0272619ae3aac4bc4b3065d567daee4300b6ac27a05payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["63b7edc9bec5b43b3f012abf34e6c8f7", "226d96500e4ca936191cbfa466e673130fcd0d9fa5c886067d837cb44856b560", "28af9a5bcfa86426fd4f77313bdb3ce1033410bd", "c463b7913a6e7b03d9c6f9d98a070cd5b97fdd78", "5fbf5f42ced3d876ae021839bcc00069", "5a49b31f84002a128f1cd0272619ae3aac4bc4b3065d567daee4300b6ac27a05"]);
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 specific false positive scenarios for the ThreatFox: NetWire RC IOCs detection rule, including tailored filters and exclusions:

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