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

Hunt Hypothesis

This detection identifies potential Agent Tesla malware infections by monitoring network and endpoint activity against three specific Indicators of Compromise (IOCs) known to facilitate remote access trojan behaviors. Proactively hunting for these signatures in Azure Sentinel is critical due to the high severity risk posed by Agent Tesla’s ability to exfiltrate sensitive credentials and keystrokes, which often go undetected until significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash015a1b2d4c10af211b9d400ca44c263d9badc960payload2026-08-0795%
md5_hashed4ae654e0bbb7058128fef7bcad32a1payload2026-08-0795%
sha256_hash5067ae4261feea16e5b765d748a743eb9f55d86cf795c0213ac3769049e7dfbapayload2026-08-0795%

KQL: Hash Hunt

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

False Positive Scenarios for “ThreatFox: Agent Tesla IOCs” Rule

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