← Back to SOC feed Coverage →

ThreatFox: Agent Tesla IOCs

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

Hunt Hypothesis

This hypothesis targets the presence of Agent Tesla, a keylogging malware that exfiltrates sensitive credentials and financial data through encrypted channels, often introduced via phishing or exploit kits. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints and detect unauthorized data exfiltration before attackers establish persistent access or steal high-value assets.

IOC Summary

Malware Family: Agent Tesla Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashff7fe11166b27eb6f3e0c8cb02a50f8cpayload2026-09-1195%
sha256_hash0298b368f84837c39e3361517e0efc6ff0e1e25e17cdd34cfd297f15f4a149ffpayload2026-09-1195%
sha1_hashfcbbe468195ec9f863edb4f6b6528bbe6f9dcc0cpayload2026-09-1195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["ff7fe11166b27eb6f3e0c8cb02a50f8c", "0298b368f84837c39e3361517e0efc6ff0e1e25e17cdd34cfd297f15f4a149ff", "fcbbe468195ec9f863edb4f6b6528bbe6f9dcc0c"]);
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.agent_tesla/