← Back to SOC feed Coverage →

ThreatFox: troystealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-troystealer
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-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving Troystealer malware by identifying matches against three specific Indicators of Compromise (IOCs) within the Azure Sentinel environment. Proactive hunting for these IOCs is critical to rapidly identify and contain potential data theft incidents before they escalate into broader compromise events.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashc3c4e615bdff2ac3b6f290c044931d49f483c5bb62e2d7ec4cbf936e5dbee6b5payload2026-08-2595%
sha1_hash2ff1e76cd7036ffa6e93e41e634bbcc0ee4a4c39payload2026-08-2595%
md5_hashd840e5f63396eaf9d3801f630bde373bpayload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - troystealer
let malicious_hashes = dynamic(["c3c4e615bdff2ac3b6f290c044931d49f483c5bb62e2d7ec4cbf936e5dbee6b5", "2ff1e76cd7036ffa6e93e41e634bbcc0ee4a4c39", "d840e5f63396eaf9d3801f630bde373b"]);
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 filters for the ThreatFox: troystealer IOCs rule in an enterprise environment:

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