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

Hunt Hypothesis

This hypothesis posits that adversaries are actively deploying Agent Tesla remote access trojans to establish persistence and exfiltrate sensitive data via known indicators of compromise. Proactively hunting for these specific IOCs within Azure Sentinel is critical to identify early-stage infections before the malware can fully execute its command-and-control communications or escalate privileges.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashc9699aab5b60601b25da974dc06708b0c3b78b4cpayload2026-07-0295%
md5_hashd8ff995ca4b9a9a2018b852331c1d0f6payload2026-07-0295%
sha256_hashe131a1db2de30ed970ca887afe7153f0611215f663019c9296ae1a075cfd3245payload2026-07-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["c9699aab5b60601b25da974dc06708b0c3b78b4c", "d8ff995ca4b9a9a2018b852331c1d0f6", "e131a1db2de30ed970ca887afe7153f0611215f663019c9296ae1a075cfd3245"]);
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

Here are specific false positive scenarios for the ThreatFox: Agent Tesla IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.agent_tesla/