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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Agent Tesla malware by matching network and endpoint telemetry against a curated set of twelve specific Indicators of Compromise (IOCs). Proactively hunting for these signals in Azure Sentinel is critical to identify early-stage infections that could lead to comprehensive credential theft, keylogging, and sensitive data exfiltration before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash2b1f09c4559ffa9c0c4400d2bf96807e14243144c242b4d58d57af2fec004f18payload2026-07-2495%
sha1_hash8ed2be4f406cd7012bbc432229c8938a97f02b5apayload2026-07-2495%
md5_hash0ac806ee073f53b035d805fac4f532fapayload2026-07-2495%
sha256_hashe130fb44008595cc59028b23ee7c616e3c927a8ccdc03b0972a690e0378b0265payload2026-07-2495%
sha1_hash34b80a1b8d157606d8f95929c59eb8844f693613payload2026-07-2495%
md5_hash1d4b4313f46c5e36636df5689a02eb2apayload2026-07-2495%
md5_hash74d740193b40387b0bb8d31d4e681146payload2026-07-2495%
sha256_hash02469c593ecd42b98fd30db086bfc49c9a486d123085a626cf2ab247d7003e65payload2026-07-2495%
sha1_hashb4cccb07fb11d53156e975edad2767ef519efc39payload2026-07-2495%
md5_hash4f1d4fda1144646990ce36efc915d43bpayload2026-07-2495%
sha256_hash5cae1bc499bb70c7bd93592360a9d6d5a4fefa3969feecb4c87553ddb582976dpayload2026-07-2495%
sha1_hash1c179c0c5b6d40186ee0599775f179817e65f4e4payload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["2b1f09c4559ffa9c0c4400d2bf96807e14243144c242b4d58d57af2fec004f18", "8ed2be4f406cd7012bbc432229c8938a97f02b5a", "0ac806ee073f53b035d805fac4f532fa", "e130fb44008595cc59028b23ee7c616e3c927a8ccdc03b0972a690e0378b0265", "34b80a1b8d157606d8f95929c59eb8844f693613", "1d4b4313f46c5e36636df5689a02eb2a", "74d740193b40387b0bb8d31d4e681146", "02469c593ecd42b98fd30db086bfc49c9a486d123085a626cf2ab247d7003e65", "b4cccb07fb11d53156e975edad2767ef519efc39", "4f1d4fda1144646990ce36efc915d43b", "5cae1bc499bb70c7bd93592360a9d6d5a4fefa3969feecb4c87553ddb582976d", "1c179c0c5b6d40186ee0599775f179817e65f4e4"]);
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 suggested filters and exclusions tailored for an enterprise environment:

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