Files
MBCProject-mbc-markdown/exfiltration/data-obfuscate.md
T
2019-08-27 21:23:03 -04:00

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.