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

Hunt Hypothesis

The detection identifies potential Agent Tesla malware activity through known IOCs, indicating an adversary may be exfiltrating data or establishing persistence. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced persistent threats before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash214e97b9f597cbb2422a4cf062c8154fpayload2026-06-2395%
sha256_hash059f89bc7b83b669362cb3ce1182508255c2e97c296c1b9820415d0a9b1ba3d5payload2026-06-2395%
sha1_hash3a9e07ad7d205d67d2e1e2608fc85c9a92418380payload2026-06-2395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["214e97b9f597cbb2422a4cf062c8154f", "059f89bc7b83b669362cb3ce1182508255c2e97c296c1b9820415d0a9b1ba3d5", "3a9e07ad7d205d67d2e1e2608fc85c9a92418380"]);
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/