This hunt targets adversaries leveraging Agent Tesla keyloggers delivered through phishing campaigns to silently capture credentials and keystrokes before exfiltrating them to external C2 infrastructure. Proactively hunting for these specific IOCs in Azure Sentinel is critical because early detection of this high-severity threat prevents the compromise of sensitive user data that often goes unnoticed until after significant lateral movement or data loss occurs.
Malware Family: Agent Tesla Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | ftp.conceptpavagebtp.eu | botnet_cc | 2026-07-14 | 100% |
| domain | ftp.fibrasanchez.com | botnet_cc | 2026-07-14 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Agent Tesla
let malicious_domains = dynamic(["ftp.conceptpavagebtp.eu", "ftp.fibrasanchez.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are 5 specific false positive scenarios for the ThreatFox: Agent Tesla IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:
IT Asset Management Scans via Microsoft SCCM/Intune
Publisher of “Microsoft Corporation” and Path matching the standard deployment directory (e.g., C:\Program Files\Microsoft Intune Agent).Automated Browser Health Checks via Chrome Enterprise Policy
GoogleUpdate.exe or chrome.exe) initiate outbound connections to Google’s update servers and telemetry endpoints. Since Agent Tesla heavily targets browser data exfiltration, the volume of keystroke-related metadata sent by Chrome’s built-in diagnostic tools can resemble Tesla’s exfiltration patterns.chrome.exe or GoogleUpdate.exe when communicating with known Google Cloud IP ranges (e.g., 142.250.x.x). A more granular filter could exclude events where the User Agent string contains “Chrome-Enterprise” and the