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

Hunt Hypothesis

The detection identifies potential troystealer malware activity through known IOCs, indicating an adversary may be exfiltrating sensitive data from compromised systems. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate data theft early in the attack lifecycle.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash8df2a2834beb8e7f61290ad647a943b76d37a7e9payload2026-06-1495%
md5_hash4fb1d95832b2daa5125f7ff2e618df0bpayload2026-06-1495%
sha256_hashb90911b23eee913a11dc19e983910497c3822f2c0f12722672cb790cadf3f4fapayload2026-06-1495%
md5_hasha59021e930e4788c1f8ad670d63b00bapayload2026-06-1495%
sha256_hash7d33c40bde71d7b366335c81ce63e834d6295db5a5b9aaaa179c0a1f782714cepayload2026-06-1495%
sha1_hashdbfec091c4ca2cf728c090075130705b33f678e6payload2026-06-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - troystealer
let malicious_hashes = dynamic(["8df2a2834beb8e7f61290ad647a943b76d37a7e9", "4fb1d95832b2daa5125f7ff2e618df0b", "b90911b23eee913a11dc19e983910497c3822f2c0f12722672cb790cadf3f4fa", "a59021e930e4788c1f8ad670d63b00ba", "7d33c40bde71d7b366335c81ce63e834d6295db5a5b9aaaa179c0a1f782714ce", "dbfec091c4ca2cf728c090075130705b33f678e6"]);
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

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