216.73.216.233

T1521.002: Asymmetric Cryptography

View on MITRE ATT&CK · Published 05/04/2022 22:15 · Modified 27/03/2026 01:41

Essential information

MITRE technique ID
T1521.002
Confidence
100/100
Revoked
No
Published
05/04/2022 22:15
Modified
27/03/2026 01:41
Author / Source

Platforms

android iOS

Description

Adversaries may employ a known asymmetric encryption algorithm to conceal command and control traffic, rather than relying on any inherent protections provided by a communication protocol. Asymmetric cryptography, also known as public key cryptography, uses a keypair per party: one public that can be freely distributed, and one private that should not be distributed. Due to how asymmetric algorithms work, the sender encrypts data with the receiver’s public key and the receiver decrypts the data with their private key. This ensures that only the intended recipient can read the encrypted data. Common public key encryption algorithms include RSA, ElGamal, and ECDSA. For efficiency, many protocols (including SSL/TLS) use symmetric cryptography once a connection is established, but use asymmetric cryptography to establish or transmit a key. As such, these protocols are classified as [Asymmetric Cryptography](https://attack.mitre.org/techniques/T1521/002).

Kill chain phases

Kill chainPhase
mitre-mobile-attack command-and-control

Marking (TLP)

Copyright 2015-2025, The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation.

External references