AgentTesla .NET Infostealer
Overview
AgentTesla is a commodity .NET Framework information stealer sold as malware-as-a-service. It targets browser credentials, clipboard data, keystrokes, screenshots, and email client credentials, exfiltrating via SMTP, FTP, or Telegram. In this corpus, it is most commonly delivered inside an AutoItSC single-file PE32 wrapper that drops an encrypted payload and a shellcode intermediary.
Capabilities
browser-credential-harvesting— Chrome, Firefox, Edge, Opera, Yandex credential stores (Login Data,key4.db,logins.json)email-client-credential-theft— Outlook, Thunderbird, FoxMail, Mailbird, The Bat!, Eudorakeylogging—SetWindowsHookExAWH_KEYBOARD_LL hookclipboard-monitoring—GetClipboardData/OpenClipboardscreenshot-capture—CopyFromScreen/System.Drawingwindows-credential-manager-dump—CryptUnprotectDataon credential blobssmtp-exfiltration— hardcoded SMTP credentials, typically free/cheap hosting domainsftp-exfiltration—FtpWebRequestwith hardcoded credentialshttp-exfiltration—HttpWebRequestPOST to panels or Telegram Bot APIanti-vm-wmi-queries—SELECT * FROM Win32_ComputerSystemfor manufacturer/model checksip-geolocation-check— queriesapi.ipify.organdip-api.comfor hosting/VPS detectionmutex-single-instance-gating— UUID-based mutex to prevent multiple infections
Delivery in This Corpus
AgentTesla is rarely the outer layer. In this corpus, delivery chains follow this pattern:
- Phishing email → business-document lure (invoice, RFQ, PO, shipping notice).
- AutoItSC PE32 → compiled AutoIt script drops encrypted payload + shellcode.
- Shellcode → decoded, allocated RWX, executed at
0x23b0viaDllCallAddress. - Shellcode → XOR-decrypts inner payload, process-hollows
svchost.exeorRegSvcs.exe. - AgentTesla → .NET assembly runs inside the hollowed process, harvesting and exfiltrating.
Notable Analyses in Corpus
0efed3b3— SMTP C2mail.rrcindia.co.in, credentialsgoyal@rrcindia.co.in/Goyal@0783. 17-byte XOR key.6718622d— 19-byte XOR key, .NET inner payload withaaalogshsindgdaLogndtalog file.b017d189— 30-byte XOR key, 268 KB inner .NET PE32, SMTP/FTP/HTTP exfil.accd2ccd— SMTP C2mail.myhydropowered.com, WMI anti-VM.127c404a— 15-byte XOR keyK1DOQHHP0ZQDOL4, inner payload SHA-2568145724e..., sameaaalogshsindgdaLogndtalog filename. Primary targetsvchost.exe, fallbackRegSvcs.exe.
Related
- agenttesla — entity page (broader family context)
- unclassified-autoit-compiled — delivery mechanism cluster
- process-hollowing-svchost-regsvcs — injection technique
- smtp-exfiltration — exfiltration channel
- browser-credential-harvesting — collection technique