← Back to SOC feed Coverage →

ThreatFox: neshta IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-neshta
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 detection rule identifies adversary activity by monitoring network traffic and endpoint logs against three specific Indicators of Compromise (IOCs) linked to the Neshta threat actor. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of Neshta’s unique signatures allows the SOC team to isolate affected assets before lateral movement or data exfiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashf75568d900a96c55b60e19d0e7670dcfpayload2026-08-0295%
sha256_hashb0171c900fcc422ebb4bae4807728717a9f7fd9dce2f6c3735a83196905a2105payload2026-08-0295%
sha1_hashccc88d2b303448a4d0cac621ab30eb84835de808payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - neshta
let malicious_hashes = dynamic(["f75568d900a96c55b60e19d0e7670dcf", "b0171c900fcc422ebb4bae4807728717a9f7fd9dce2f6c3735a83196905a2105", "ccc88d2b303448a4d0cac621ab30eb84835de808"]);
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 the documented false positive scenarios and corresponding exclusion strategies for the ThreatFox: neshta IOCs detection rule:

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