← Back to SOC feed Coverage →

ThreatFox: Agent Tesla IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-09T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior consistent with Agent Tesla malware by monitoring for specific indicators of compromise such as unique file hashes and network connections to known command-and-control infrastructure. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of this remote access trojan can prevent lateral movement and data exfiltration before the threat establishes persistence across the environment.

IOC Summary

Malware Family: Agent Tesla Total IOCs: 4 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainftp.altatsradgez.combotnet_cc2026-07-09100%
domainftp.piovau.combotnet_cc2026-07-09100%
domainftp.duct-master.combotnet_cc2026-07-09100%
domainftp.cantablew.topbotnet_cc2026-07-09100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Agent Tesla
let malicious_domains = dynamic(["ftp.altatsradgez.com", "ftp.piovau.com", "ftp.duct-master.com", "ftp.cantablew.top"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are four specific false positive scenarios for the ThreatFox: Agent Tesla IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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