← 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-04T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversary behavior where TerraStealer malware actively extracts credentials, sensitive files, and system data from compromised endpoints to facilitate large-scale exfiltration. A SOC team should proactively hunt for these indicators in Azure Sentinel because early detection of this high-severity threat prevents the loss of critical assets and limits the attacker’s ability to pivot within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashe202edf94b706e5596283aa3456760de6bcbcd54payload2026-08-0495%
md5_hash6435611106d0d7b3301229b9021a9908payload2026-08-0495%
sha1_hash71147bd6657f1dc2837aaa54d2b4567ebb81ef31payload2026-08-0495%
md5_hash83928513bb5518e71704d089dedfe44dpayload2026-08-0495%
sha256_hash0d29741bb7161b12319909ecbbfb6029b08fe80c98fc8a93658ea14fededdfd9payload2026-08-0495%
sha256_hashbc7d5b9ae130f1b9c5a41517d56d9213950ef7f9b1ed78d9f33a4b2797d009e1payload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - TerraStealer
let malicious_hashes = dynamic(["e202edf94b706e5596283aa3456760de6bcbcd54", "6435611106d0d7b3301229b9021a9908", "71147bd6657f1dc2837aaa54d2b4567ebb81ef31", "83928513bb5518e71704d089dedfe44d", "0d29741bb7161b12319909ecbbfb6029b08fe80c98fc8a93658ea14fededdfd9", "bc7d5b9ae130f1b9c5a41517d56d9213950ef7f9b1ed78d9f33a4b2797d009e1"]);
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 4 specific false positive scenarios for the ThreatFox: TerraStealer IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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