This hypothesis posits that adversaries are actively deploying Agent Tesla remote access trojans to establish persistence and exfiltrate sensitive data via known indicators of compromise. Proactively hunting for these specific IOCs within Azure Sentinel is critical to identify early-stage infections before the malware can fully execute its command-and-control communications or escalate privileges.
Malware Family: Agent Tesla Total IOCs: 3 IOC Types: sha1_hash, md5_hash, sha256_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha1_hash | c9699aab5b60601b25da974dc06708b0c3b78b4c | payload | 2026-07-02 | 95% |
| md5_hash | d8ff995ca4b9a9a2018b852331c1d0f6 | payload | 2026-07-02 | 95% |
| sha256_hash | e131a1db2de30ed970ca887afe7153f0611215f663019c9296ae1a075cfd3245 | payload | 2026-07-02 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["c9699aab5b60601b25da974dc06708b0c3b78b4c", "d8ff995ca4b9a9a2018b852331c1d0f6", "e131a1db2de30ed970ca887afe7153f0611215f663019c9296ae1a075cfd3245"]);
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
| Sentinel Table | Notes |
|---|---|
DeviceFileEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios for the ThreatFox: Agent Tesla IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:
Endpoint Protection Scanning and Quarantine Operations
MsMpEng.exe, csagent.exe, SentinelOneAgent.exe) when they are executing scheduled scan jobs or updating their definition databases.IT Asset Management and Software Inventory Scans
DOMAIN\SCCM-Service-Account, DOMAIN\Lansweeper-Agent) and restrict the detection scope to exclude specific inventory scan job IDs or scheduled task names (e.g., “Software Inventory Scan,” “Hardware Discovery”).Security Baseline Compliance Audits