← Back to SOC feed Coverage →

ThreatFox: Taurus Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-taurus_stealer
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-13T11:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Taurus Stealer activity through known IOCs, indicating an adversary may be exfiltrating data or establishing persistence within the environment. SOC teams should proactively hunt for this behavior to identify and mitigate advanced threats before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash7105e52803914e37050b6f2a4c0d8a8339a2a381payload2026-06-1395%
md5_hash8368894761e8f296575356fe49978880payload2026-06-1395%
sha256_hash13a1587305880da5fbd956cf9a1353a336996a66735f887004e38ed65b2f7ff1payload2026-06-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Taurus Stealer
let malicious_hashes = dynamic(["7105e52803914e37050b6f2a4c0d8a8339a2a381", "8368894761e8f296575356fe49978880", "13a1587305880da5fbd956cf9a1353a336996a66735f887004e38ed65b2f7ff1"]);
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.taurus_stealer/