This hypothesis posits that adversaries are actively deploying Agent Tesla remote access trojans to establish persistence and exfiltrate sensitive data via known network indicators of compromise. The SOC team should proactively hunt for these specific IOCs within Azure Sentinel to rapidly identify early-stage infections before the malware can fully execute its command-and-control routines or escalate privileges.
Malware Family: Agent Tesla Total IOCs: 8 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | ftp.acellemez.hu | botnet_cc | 2026-07-07 | 100% |
| domain | ftp[.]3dsportsgins.com | botnet_cc | 2026-07-07 | 100% |
| domain | ftp.dankely.org | botnet_cc | 2026-07-07 | 100% |
| domain | ftp.enogcaen-br.com | botnet_cc | 2026-07-07 | 100% |
| domain | ftp.telewatte-pe.com | botnet_cc | 2026-07-07 | 100% |
| domain | ftp.hivimer.com | botnet_cc | 2026-07-07 | 100% |
| domain | ftp.avion.com.sg | botnet_cc | 2026-07-07 | 100% |
| domain | ftp.vilimorin.com | botnet_cc | 2026-07-07 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Agent Tesla
let malicious_domains = dynamic(["ftp.acellemez.hu", "ftp.3dsportsgins.com", "ftp.dankely.org", "ftp.enogcaen-br.com", "ftp.telewatte-pe.com", "ftp.hivimer.com", "ftp.avion.com.sg", "ftp.vilimorin.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:
Endpoint Security Management Console Updates
HKLM\Software, and executing background scripts that match the file hashes or network beaconing patterns of Agent Tesla IOCs.falcon.sys, sentinel-agent.exe) and whitelist specific registry keys modified during policy synchronization windows.IT Asset Inventory Scans
svc-lansweeper, SCCMAgent) and filter out events occurring during defined maintenance windows (e.g., 02:00–04:00 UTC) where these scans are known to run.Patch Management Deployment
C:\Windows\Temp