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

Hunt Hypothesis

The ThreatFox: Agent Tesla IOCs rule detects potential Agent Tesla malware activity by identifying suspicious network traffic associated with known command-and-control servers, indicating data exfiltration. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromises before sensitive data is exfiltrated.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashb0e94f6295e469e77f16759ad1a117e4f5c120455032f375b38660f050bbf9capayload2026-06-2695%
sha1_hash84f81b908bd93e017c25cebb74b970cc42c23287payload2026-06-2695%
md5_hash4b68c75c72823af59074f1dd0d07b1f5payload2026-06-2695%
sha256_hash51ce23480bb91da183356efa8a0003d7cba21c18847165abc435b3e7536d721apayload2026-06-2695%
sha1_hashb54e2388437298c34d62431eea04ac9852fb18f6payload2026-06-2695%
md5_hash7a5224de6406df80ee440ea593e4f526payload2026-06-2695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["b0e94f6295e469e77f16759ad1a117e4f5c120455032f375b38660f050bbf9ca", "84f81b908bd93e017c25cebb74b970cc42c23287", "4b68c75c72823af59074f1dd0d07b1f5", "51ce23480bb91da183356efa8a0003d7cba21c18847165abc435b3e7536d721a", "b54e2388437298c34d62431eea04ac9852fb18f6", "7a5224de6406df80ee440ea593e4f526"]);
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/