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

Hunt Hypothesis

This hunt detects adversary activity involving the 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. A SOC team should proactively hunt for these IOCs within Azure Sentinel to identify early-stage infections that may evade standard signature-based detection, thereby preventing potential lateral movement and data theft before they escalate into significant incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash87ac54897c3cb1a2b15f46c5897254f2579e529epayload2026-08-1495%
md5_hashcdba3f620f58b3283c37ad512452a9d7payload2026-08-1495%
sha256_hasha86215689dcc155290c3bbf9cf9e0da4d82681ffccab1a490965805ba26d7d76payload2026-08-1495%
sha1_hashb5248924bb215076323efa59a05a011d6199bbe1payload2026-08-1495%
md5_hash626e45681bd083f5f85acd0f6aefe5bcpayload2026-08-1495%
sha1_hash920f619ff80cdf2532571d9a55fe7c4ec79ce02fpayload2026-08-1495%
md5_hash476453e63cf65c3fbe54f9b2cb3cc649payload2026-08-1495%
sha256_hash375b42096406eed802c5470175c1b1a9f0a49933b17109cfbfb734593d1acd26payload2026-08-1495%
sha1_hashedbc21717aa9547c84daafe4780bc848b1876d47payload2026-08-1495%
md5_hash5a5171a49e704db4a7c0ac25c6713812payload2026-08-1495%
sha256_hash15f9f4389d34c8ffdc2ea7de5a4827e718b1d14e8a7b67b76bf8fc2486b5caffpayload2026-08-1495%
sha1_hash395cb23969206c1a5fabe746a0a891835d4c87e6payload2026-08-1495%
md5_hash583614371adddbcaf7f6c087479c77abpayload2026-08-1495%
sha256_hash1a2f081585e05540a72ceb36178f9549ff5bc3c6505fddb6565b887aa55f54a3payload2026-08-1495%
sha256_hash8ab5ad6e0c8b4cc906d162eb529b417b0d10a140bf295fb963cb63e70173c795payload2026-08-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["87ac54897c3cb1a2b15f46c5897254f2579e529e", "cdba3f620f58b3283c37ad512452a9d7", "a86215689dcc155290c3bbf9cf9e0da4d82681ffccab1a490965805ba26d7d76", "b5248924bb215076323efa59a05a011d6199bbe1", "626e45681bd083f5f85acd0f6aefe5bc", "920f619ff80cdf2532571d9a55fe7c4ec79ce02f", "476453e63cf65c3fbe54f9b2cb3cc649", "375b42096406eed802c5470175c1b1a9f0a49933b17109cfbfb734593d1acd26", "edbc21717aa9547c84daafe4780bc848b1876d47", "5a5171a49e704db4a7c0ac25c6713812", "15f9f4389d34c8ffdc2ea7de5a4827e718b1d14e8a7b67b76bf8fc2486b5caff", "395cb23969206c1a5fabe746a0a891835d4c87e6", "583614371adddbcaf7f6c087479c77ab", "1a2f081585e05540a72ceb36178f9549ff5bc3c6505fddb6565b887aa55f54a3", "8ab5ad6e0c8b4cc906d162eb529b417b0d10a140bf295fb963cb63e70173c795"]);
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 and corresponding exclusions for the ThreatFox: NetWire RC IOCs detection rule:

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