diff --git a/micro-behaviors/cryptography/crypto-hash.md b/micro-behaviors/cryptography/crypto-hash.md index efda11e..b55ced5 100644 --- a/micro-behaviors/cryptography/crypto-hash.md +++ b/micro-behaviors/cryptography/crypto-hash.md @@ -19,7 +19,3 @@ Methods |**SHA256**|C0029.003|Malware uses a SHA-256 hash.| |**Snefru**|C0029.006|Malware uses a Snefru hash.| |**Tiger**|C0029.005|Malware uses a Tiger hash.| - - - - diff --git a/micro-behaviors/cryptography/decrypt.md b/micro-behaviors/cryptography/decrypt.md index e21bb01..a5253cc 100644 --- a/micro-behaviors/cryptography/decrypt.md +++ b/micro-behaviors/cryptography/decrypt.md @@ -27,6 +27,3 @@ Methods |**Sosemanuk**|C0031.012|Malware decrypts data encrypted with the Sosemanuk stream cipher.| |**Stream Cipher**|C0031.013|Malware decrypts data encrypted with a stream cipher.| |**Twofish**|C0031.014|Malware decrypts data encrypted with the Twofish algorithm.| - - - diff --git a/micro-behaviors/cryptography/encrypt.md b/micro-behaviors/cryptography/encrypt.md index 7909ed6..a8f708a 100644 --- a/micro-behaviors/cryptography/encrypt.md +++ b/micro-behaviors/cryptography/encrypt.md @@ -27,6 +27,3 @@ Methods |**Sosemanuk**|C0027.008|Malware encrypts with the Sosemanuk stream cipher.| |**Stream Cipher**|C0027.012|Malware encrypts with a stream cipher.| |**Twofish**|C0027.005|Malware encrypts with the Twofish algorithm.| - - - diff --git a/micro-behaviors/data-manipulation/noncrypto-hash.md b/micro-behaviors/data-manipulation/noncrypto-hash.md index 9ce4360..587013f 100644 --- a/micro-behaviors/data-manipulation/noncrypto-hash.md +++ b/micro-behaviors/data-manipulation/noncrypto-hash.md @@ -17,6 +17,3 @@ Methods |**pHash**|C0030.002|Malware uses the pHash hash function.| |**Fast-Hash**|C0030.003|Malware uses the Fast-Hash hash function.| |**dhash**|C0030.004|Malware uses the dhash hash function.| - - -