← 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-08-04T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior where Agent Tesla malware establishes persistence by capturing keystrokes and exfiltrating sensitive credentials following a successful phishing campaign involving malicious attachments or links. A proactive search in Azure Sentinel is critical to identify early-stage infections before attackers can compromise banking data or escalate privileges, thereby mitigating the high risk of widespread credential theft.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainftp.darlenemarino.cyoubotnet_cc2026-08-04100%
domainftp.melrz.combotnet_cc2026-08-04100%
domainftp.lodenrandmarines.combotnet_cc2026-08-04100%
domainftp.raxclopent.infobotnet_cc2026-08-04100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Agent Tesla
let malicious_domains = dynamic(["ftp.darlenemarino.cyou", "ftp.melrz.com", "ftp.lodenrandmarines.com", "ftp.raxclopent.info"]);
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

False Positive Scenarios: ThreatFox: Agent Tesla IOCs

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