This hypothesis targets the presence of Agent Tesla, a keylogging malware that exfiltrates sensitive credentials and financial data through encrypted channels, often introduced via phishing or exploit kits. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints and detect unauthorized data exfiltration before attackers establish persistent access or steal high-value assets.
Malware Family: Agent Tesla Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| md5_hash | ff7fe11166b27eb6f3e0c8cb02a50f8c | payload | 2026-09-11 | 95% |
| sha256_hash | 0298b368f84837c39e3361517e0efc6ff0e1e25e17cdd34cfd297f15f4a149ff | payload | 2026-09-11 | 95% |
| sha1_hash | fcbbe468195ec9f863edb4f6b6528bbe6f9dcc0c | payload | 2026-09-11 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - Agent Tesla
let malicious_hashes = dynamic(["ff7fe11166b27eb6f3e0c8cb02a50f8c", "0298b368f84837c39e3361517e0efc6ff0e1e25e17cdd34cfd297f15f4a149ff", "fcbbe468195ec9f863edb4f6b6528bbe6f9dcc0c"]);
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 |
TeamViewer.exe, AnyDesk.exe) or specific source ports associated with these tools, provided the session is initiated by a verified admin account.VeeamBackup.exe).*.windowsupdate.com, internal patch server FQDNs) and exclude traffic from update service processes (e.g., wuauclt.exe, IvantiAgent.exe).