← Back to SOC feed Coverage →

ThreatFox: Tsunami IOCs

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

Hunt Hypothesis

This hunt targets the presence of known Tsunami IOCs to identify potential compromise by this threat actor, which often leverages these indicators for initial access or persistence. Proactively hunting for these specific IOCs in Azure Sentinel allows the SOC to detect and isolate affected assets before the adversary can establish a foothold or execute further malicious activities within the environment.

IOC Summary

Malware Family: Tsunami Total IOCs: 2 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash86947b00a3d61b82b6f752876404953ff3c39952f2b261988baf63fbbbd6d6aepayload2026-09-13100%
sha256_hash0d762c8cbba56cd827c0dc710688d7410840940b9994020b8e365b63d3ff316cpayload2026-09-13100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Tsunami
let malicious_hashes = dynamic(["86947b00a3d61b82b6f752876404953ff3c39952f2b261988baf63fbbbd6d6ae", "0d762c8cbba56cd827c0dc710688d7410840940b9994020b8e365b63d3ff316c"]);
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/elf.tsunami/