← Back to SOC feed Coverage →

ThreatFox: TerraStealer IOCs

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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of TerraStealer malware, which targets sensitive data such as browser credentials and SSH keys to facilitate lateral movement and persistent access. A SOC team should proactively hunt for these indicators in Azure Sentinel because early identification of TerraStealer activity allows for rapid containment before attackers can exfiltrate critical secrets or compromise cloud infrastructure.

IOC Summary

Malware Family: TerraStealer Total IOCs: 2 IOC Types: md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash8401e96f3e47f9e0fb2544424acd1434payload2026-08-0895%
sha1_hash30584a4b5f16c8125f62bfdbc24c939d21be3784payload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - TerraStealer
let malicious_hashes = dynamic(["8401e96f3e47f9e0fb2544424acd1434", "30584a4b5f16c8125f62bfdbc24c939d21be3784"]);
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 exclusion strategies for the ThreatFox: TerraStealer IOCs detection rule in an enterprise environment:

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