update text

This commit is contained in:
Desiree Beck
2020-10-14 13:31:34 -04:00
parent c1582b2154
commit fdfeb243d6
+17 -17
View File
@@ -1,32 +1,32 @@
|||
|---|---|
|**ID**|**C0027**|
|**ID**|**C0031**|
|**Objective(s)**|[Cryptography](../cryptography)|
|**Related ATT&CK Technique**|None|
Encrypt Data
Decrypt Data
============
Malware may encrypt data.
Malware may decrypt data.
Methods
-------
|Name|ID|Description|
|---|---|---|
|**AES**|C0027.001|Malware encrypts with the AES algorithm.|
|**Block Cipher**|C0027.014|Malware encrypts using a block cipher.|
|**Blowfish**|C0027.002|Malware encrypts with the Blowfish algorithm.|
|**Camellia**|C0027.003|Malware encrypts with the Camellia algorithm.|
|**3DES**|C0027.004|Malware encrypts with the 3DES algorithm.|
|**HC-128**|C0027.006|Malware encrypts with the HC-128 algorithm.|
|**HC-256**|C0027.007|Malware encrypts with the HC-256 algorithm.|
|**RC4**|C0027.009|Malware encrypts with RC4 algorithm.|
|**RC6**|C0027.010|Malware encrypts with RC6 algorithm.|
|**RSA**|C0027.011|Malware encrypts with RSA algorithm.|
|**Skipjack**|C0027.013|Malware encrypts with the Skipjack block cipher algorithm.|
|**Sosemanuk**|C0027.011|Malware encrypts with Sosemanuk stream cipher.|
|**Stream Cipher**|C0027.012|Malware encrypts using a stream cipher.|
|**Twofish**|C0027.015|Malware encrypts using the Twofish algorithm.|
|**AES**|C0031.001|Malware encrypts with the AES algorithm.|
|**Block Cipher**|C0031.002|Malware encrypts using a block cipher.|
|**Blowfish**|C0031.003|Malware encrypts with the Blowfish algorithm.|
|**Camellia**|C0031.004|Malware encrypts with the Camellia algorithm.|
|**3DES**|C0031.005|Malware encrypts with the 3DES algorithm.|
|**HC-128**|C0031.006|Malware encrypts with the HC-128 algorithm.|
|**HC-256**|C0031.007|Malware encrypts with the HC-256 algorithm.|
|**RC4**|C0031.008|Malware encrypts with RC4 algorithm.|
|**RC6**|C0031.009|Malware encrypts with RC6 algorithm.|
|**RSA**|C0031.010|Malware encrypts with RSA algorithm.|
|**Skipjack**|C0031.011|Malware encrypts with the Skipjack block cipher algorithm.|
|**Sosemanuk**|C0031.012|Malware encrypts with Sosemanuk stream cipher.|
|**Stream Cipher**|C0031.013|Malware encrypts using a stream cipher.|
|**Twofish**|C0031.014|Malware encrypts using the Twofish algorithm.|