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

Hunt Hypothesis

This hunt detects the presence of Agent Tesla malware, which compromises systems by injecting keylogging capabilities into browser processes to exfiltrate credentials and clipboard data following a successful phishing campaign. Proactive hunting in Azure Sentinel is critical because early identification of these specific IOCs allows the SOC team to isolate affected endpoints before sensitive authentication tokens and keystrokes are fully harvested by the adversary.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashfb26fdde000d289ac423f5dd74865e43payload2026-07-2595%
sha256_hash51816d9ac510766a54a0cc31569c5fd97b46742e0de82f18854ea042bfdfdf7bpayload2026-07-2595%
sha1_hash546a20ebd21328f86293ac94bc59b00a5c6f8426payload2026-07-2595%

KQL: Hash Hunt

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