mirror of
https://github.com/MBCProject/mbc-markdown
synced 2026-06-08 11:36:36 +00:00
890 B
890 B
| ID | E1022 |
| Objective(s) | Exfiltration |
| Related ATT&CK Technique(s) | Data Encrypted |
Data Obfuscated
Malware may obfuscate data before exfiltration.
See ATT&CK Technique: Data Encrypted.
Methods
- Encoding:
- Standard Encoding: A standard algorithm, such as base64 encoding, is used to encode the exfiltrated data.
- Custom Encoding: A custom algorithm is used to encode the exfiltrated data.
- Encryption:
- Standard Encryption: A standard algorithm, such as Rijndael/AES, DES, RC4, is used to encrypt the exfiltrated data.
- Custom Encryption: A custom algorithm is used to encrypt the exfiltrated data.