Encoding is the process of putting a sequence of characters (letters, numbers, punctuation, and certain symbols) into a specialized format for efficient transmission or storage.

Attackers may use encoding to obfuscate the data being transferred to thwart security controls from reading/interpreting the data in transit.

Common types

  • XOR
  • Base64
  • ROT13

Malware/Threat actors

Preventions

<Mitigation techniques>

Detections

<Detection techniques>

Toolkit

<Toolkit instructions, if applicable>

Similar techniques

References