├── CopyKittens ├── UnobfuscatedStrings.txt └── decryptRoutine.py ├── Emotet └── Domains.txt ├── MinerKiller ├── MinerKiller.ps1 ├── MinerKiller.sh └── README.md ├── ObfuscatedAutoItDecrypter └── AutoIt_dec.py ├── PuffStealer ├── AutoIt_dec.py └── README.md └── README.md /CopyKittens/UnobfuscatedStrings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/CopyKittens/UnobfuscatedStrings.txt -------------------------------------------------------------------------------- /CopyKittens/decryptRoutine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/CopyKittens/decryptRoutine.py -------------------------------------------------------------------------------- /Emotet/Domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/Emotet/Domains.txt -------------------------------------------------------------------------------- /MinerKiller/MinerKiller.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/MinerKiller/MinerKiller.ps1 -------------------------------------------------------------------------------- /MinerKiller/MinerKiller.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/MinerKiller/MinerKiller.sh -------------------------------------------------------------------------------- /MinerKiller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/MinerKiller/README.md -------------------------------------------------------------------------------- /ObfuscatedAutoItDecrypter/AutoIt_dec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/ObfuscatedAutoItDecrypter/AutoIt_dec.py -------------------------------------------------------------------------------- /PuffStealer/AutoIt_dec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/PuffStealer/AutoIt_dec.py -------------------------------------------------------------------------------- /PuffStealer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/PuffStealer/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinervaLabsResearch/BlogPosts/HEAD/README.md --------------------------------------------------------------------------------