Learning Aid - Top Base64 Encodings Table
MITRE ATT4CK - T1132 - Data Encoding
Base64 Code | Mnemonic Aid | Decoded* | Description |
---|---|---|---|
JAB |
🗣 Jabber | $. |
Variable declaration (UTF-16) |
TVq |
📺 Television | MZ |
MZ header |
UEs |
🏬 Upper East Side | PK |
ZIP, Office documents |
SUVY |
🚙 SUV | IEX |
PowerShell Invoke Expression |
SQBFAF |
🐣 Squab favorite | I.E. |
PowerShell Invoke Expression (UTF-16) |
PAA |
💪 "Pah!" | <. |
Often used by Emotet (UTF-16) |
cwBhA |
🦁 Chewbaka | s.a. |
Often used in malicious droppers (UTF-16) 'sal' instead of 'var' |
aWV4 |
Awe version 4 | iex |
PowerShell Invoke Expression |
aQBlA |
💦 Aqua Blah (aquaplaning) | i.e. |
PowerShell Invoke Expression (UTF-16) |
R2V0 |
🤖 R2D2 but version 0 | Get |
Often used to obfuscate imports like GetCurrentThreadId |
dmFy |
👹 defy / demonify | var |
Variable declaration |
dgBhA |
debugger + high availability | v.a. |
Variable declaration (UTF-16) |
dXNpbm |
Dixon problem | usin |
Often found in compile after delivery attacks |
H4sIA |
🚁 HForce (Helicopter Force) I agree | gzip magic bytes (0x1f8b), e.g. echo 'test' | gzip -cf | base64 |
* the .
stands for 0x00
Cyber Chef Recipe
References
Tweet
Tweet and Thread https://twitter.com/cyb3rops/status/1187341941794660354
JAB
PAA
Emotet process command line https://app.any.run/tasks/dfba6d53-7a93-4d8b-86ba-4e737ad06b06/
cwBha
Explanation https://threat.tevora.com/5-minute-forensics-decoding-powershell-payloads/