--- layout: default permalink: /RE101/section2/ title: Malware Techniques --- [Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) # Section 2: Malware Techniques # ## Typical Attack Flow ## | Perimeter Recon | Infiltrate | Internal Recon | Entrench | Exfiltrate | Purge | | ------------ |:------------:|:------------:|:------------:|:------------:|:------------:| |  |  |  |  |  |  | ## Techniques Overview ## * [Compression](#compression) * [Obfuscation](#obfuscation) * [Persistence](#persistence) * [Privilege Escalation](#privilege-escalation) * [Defense Evasion](#defense-evasion) * [Credential Theft](#credential-theft) * [Reconnaissance](#recon) * [Lateral Movement](#lateral-movement) * [Execution](#execution) * [Collection](#collection) * [Exfiltration](#exfiltration) * [Command and Control](#command-and-control) ## Compression * Combining the compressed data with decompression code into a single executable * Runtime packers * Self extractive archives * List of packers * [Themida](http://www.oreans.com/themida.php) * [Armadillo](http://www.siliconrealms.com/armadillo.php) * [ASPack](http://www.aspack.com/aspack.html) * [ASPR (ASProtect)](http://www.aspack.com/asprotect32.html) * [BoxedApp Packer](http://www.boxedapp.com/boxedapppacker) * [CExe](http://www.scottlu.com/Content/CExe.html) * [dotBundle](http://www.dotbundle.com) * [Enigma Protector](http://www.enigmaprotector.com) * [EXE Bundle](http://www.webtoolmaster.com/exebundle.htm) * [EXE Stealth](http://www.webtoolmaster.com/exestealth.htm) * [eXPressor](http://www.cgsoftlabs.ro/express.html) * [FSG](http://xtreeme.prv.pl/) * [kkrunchy](http://www.farbrausch.de/~fg/kkrunchy/) * [MEW](https://web.archive.org/web/20070831063728/http://northfox.uw.hu/index.php?lang=eng&id=dev) * [MPRESS](http://www.matcode.com/mpress.htm) * [Obsidium](http://www.obsidium.de) * [PESpin](http://pespin.w.interia.pl) * [Petite](http://www.un4seen.com/petite) * [RLPack Basic](http://www.softpedia.com/get/Programming/Packers-Crypters-Protectors/RLPack-Basic-Edition.shtml) * [Smart Packer Pro](http://www.smartpacker.nl) * [Themida](http://www.oreans.com/themida.php) * [UPX](https://upx.github.io/) * [VMProtect](http://vmpsoft.com/products/vmprotect) * [XComp/XPack](http://soft-lab.de/JoKo)