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

Hunt Hypothesis

The ThreatFox: Agent Tesla IOCs rule detects potential adversary activity associated with the Agent Tesla malware, which is known for stealing credentials and exfiltrating sensitive data. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced persistent threats that could compromise organizational assets.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashe4a8efef165b15db21b9aa1fa13586119c9b433epayload2026-06-1795%
md5_hash1e0852887af0490bf192a9e7d06acf49payload2026-06-1795%
sha256_hash07a018c6af370b03e0daa84a1dc214ab516fe9f6ce180e64248bc2682d550d9cpayload2026-06-1795%
md5_hash0ad93109b547084f43fe09682c4825cbpayload2026-06-1795%
sha256_hash5b7146ddfce30ff5d5c8215ba0ba68544726a03da31bf3074c4086587fda1370payload2026-06-1795%
sha1_hash23795a745385b1444cfe8618603f623d686573f9payload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["e4a8efef165b15db21b9aa1fa13586119c9b433e", "1e0852887af0490bf192a9e7d06acf49", "07a018c6af370b03e0daa84a1dc214ab516fe9f6ce180e64248bc2682d550d9c", "0ad93109b547084f43fe09682c4825cb", "5b7146ddfce30ff5d5c8215ba0ba68544726a03da31bf3074c4086587fda1370", "23795a745385b1444cfe8618603f623d686573f9"]);
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/