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

Hunt Hypothesis

This hypothesis targets the presence of known Tsunami threat indicators, which often signal active reconnaissance or initial access attempts by a sophisticated adversary. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised assets or lateral movement paths before the threat actor can establish persistence or escalate privileges within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash9e28f942262805b5fb59f46568fed53fd4b7dbf6faf666bedaf6ff22dd416572payload2026-09-12100%
sha256_hasha2d67291d87fe8f4d6e92fdb45c0190fb372cdd2c83ccc9ab8fb81bf69c74588payload2026-09-12100%
sha256_hash7d22fabcc98916294775e10101526492c105b583ccc9cf3e2edad9187dab4f14payload2026-09-12100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Tsunami
let malicious_hashes = dynamic(["9e28f942262805b5fb59f46568fed53fd4b7dbf6faf666bedaf6ff22dd416572", "a2d67291d87fe8f4d6e92fdb45c0190fb372cdd2c83ccc9ab8fb81bf69c74588", "7d22fabcc98916294775e10101526492c105b583ccc9cf3e2edad9187dab4f14"]);
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/