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

Hunt Hypothesis

This hunt targets the presence of Agent Tesla, a remote access trojan frequently used by adversaries to steal credentials and establish persistent access, by correlating its known indicators of compromise against telemetry in Azure Sentinel. Proactively hunting for these IOCs is critical because Agent Tesla often operates stealthily to exfiltrate sensitive data, making early detection essential to disrupt the attacker’s post-exploitation activities before they escalate privileges or move laterally.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashfd5ace68d49a2d5d5663c1c6b134705bpayload2026-09-1295%
sha256_hashfab988a0b181785fd70536a3557f3e2d8474fe1f4cdbc2c6138078da5f691f26payload2026-09-1295%
sha1_hash1e1e0c41adfc16eca44a98cef207373e0a86ac5apayload2026-09-1295%

KQL: Hash Hunt

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