← Back to SOC feed Coverage →

ThreatFox: Amatera IOCs

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

Hunt Hypothesis

This hypothesis targets the Amatera backdoor, which adversaries deploy to establish persistent access, exfiltrate sensitive data, and facilitate lateral movement across compromised network segments. Proactively hunting for these IOCs in Azure Sentinel is critical to identify stealthy footholds before they are leveraged for deeper intrusion or data theft.

IOC Summary

Malware Family: Amatera Total IOCs: 4 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash643ef35536ff9273fb84b8504467b1a5645cd3ffd5476d64b99244b02131b205payload2026-09-0950%
sha256_hash1819827e17f31e72d456158b6b9c90af25a65945f6f05d04a060da9f24179b25payload2026-09-0950%
sha256_hash279d04c0cfd700c8bcb9acbed528131d3ffef8e25d12713e8649772739aecb92payload2026-09-0950%
sha256_hashbd36f4c15fe0acb6748da5ed12e45dcc37d412385812c078d1e4f04730e9f69bpayload2026-09-0950%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Amatera
let malicious_hashes = dynamic(["643ef35536ff9273fb84b8504467b1a5645cd3ffd5476d64b99244b02131b205", "1819827e17f31e72d456158b6b9c90af25a65945f6f05d04a060da9f24179b25", "279d04c0cfd700c8bcb9acbed528131d3ffef8e25d12713e8649772739aecb92", "bd36f4c15fe0acb6748da5ed12e45dcc37d412385812c078d1e4f04730e9f69b"]);
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.amatera/