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

Hunt Hypothesis

This hypothesis targets the presence of Agent Tesla, a keylogger that exfiltrates credentials and keystrokes through covert command-and-control channels, often deployed via phishing or exploit kits. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints early, preventing the theft of sensitive data and lateral movement before the adversary achieves their objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash89c1a2c27470e898513e95d6175c382cd5a33fd6a509cde700b213214ecf0b80payload2026-09-2195%
sha1_hashc5dfb45b76144ce20870bbdd5defb0a51989e0bbpayload2026-09-2195%
md5_hash9a3d0e61430550fc5f788c7cef6c1644payload2026-09-2195%
sha1_hash2478f36bdc0cc9c4e7cdd1da2fc22dca7e98e78bpayload2026-09-2195%
md5_hash6214f3fcc00cd747d244f0e2ab635618payload2026-09-2195%
sha256_hashc65486c9a6e7ad11cf87ed332d09a70e613ec18805851609b6abde5b618a479cpayload2026-09-2195%
sha1_hash04f1b1bd076950dbfacb762fcce73588ed4c0556payload2026-09-2195%
md5_hash5395d02944c8a772316499b75d62a25epayload2026-09-2195%
sha256_hashcd779076639126e20c3a7f2db656f376977953493fa33cc1ac232c4631f19810payload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["89c1a2c27470e898513e95d6175c382cd5a33fd6a509cde700b213214ecf0b80", "c5dfb45b76144ce20870bbdd5defb0a51989e0bb", "9a3d0e61430550fc5f788c7cef6c1644", "2478f36bdc0cc9c4e7cdd1da2fc22dca7e98e78b", "6214f3fcc00cd747d244f0e2ab635618", "c65486c9a6e7ad11cf87ed332d09a70e613ec18805851609b6abde5b618a479c", "04f1b1bd076950dbfacb762fcce73588ed4c0556", "5395d02944c8a772316499b75d62a25e", "cd779076639126e20c3a7f2db656f376977953493fa33cc1ac232c4631f19810"]);
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/