Malware Analysis - Unpacking AutoIt stub with large obfuscated script

Опубликовано: 08 Февраль 2026
на канале: MalwareAnalysisForHedgehogs
3,243
113

We look at two ways to unpack malware that was crypted with an AutoIt packer.
At first we trick our way to the payload, skipping the AutoIt script altogether.
At the second run we thoroughly analyse the packer stub, decrypt strings, unpack the shellcode and find the decryption function in it.

Malware analysis courses: https://malwareanalysis-for-hedgehogs...

sample: https://bazaar.abuse.ch/sample/ee69b7...
binary refinery: https://github.com/binref/refinery
autoit-ripper: https://github.com/nazywam/AutoIt-Ripper
AgentTesla config extractor: https://github.com/struppigel/hedgeho...

Follow me on Twitter:   / struppigel  

00:00 Intro
00:25 Triage
03:38 Way 1: Unpacking by guessing
10:10 Way 2: Finding the code in large scripts
12:22 String decryption
29:51 Shellcode decryption
32:19 Shellcode analysis
34:32 Config extraction
37:31 3 lessons we learned

#autoit #malware #unpacking #malwareanalysis #reverseengineering