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

Hunt Hypothesis

This detection rule identifies active Agent Tesla infections characterized by the exfiltration of sensitive credentials, keystrokes, and browser data through its keylogging capabilities. SOC teams should proactively hunt for these indicators in Azure Sentinel to rapidly contain potential identity theft incidents before adversaries can leverage stolen authentication data for lateral movement or privilege escalation.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash84798b7f2d9b0a4eaac38348497fb4a63a811df9payload2026-08-2595%
md5_hash862b5f62028a30d7f6c8ef20d4450f29payload2026-08-2595%
sha256_hash3ab6ed7b7cb21244b34addf64ac6f64b1c38ee98236985511c4af47e8cc93cd4payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["84798b7f2d9b0a4eaac38348497fb4a63a811df9", "862b5f62028a30d7f6c8ef20d4450f29", "3ab6ed7b7cb21244b34addf64ac6f64b1c38ee98236985511c4af47e8cc93cd4"]);
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 5 specific false positive scenarios for the ThreatFox: Agent Tesla IOCs detection rule, including context and recommended filters:

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