MAEC 5.0 Malware obfuscation methods

pull/103/head
makflwana 2018-05-24 23:10:32 +10:00 committed by GitHub
parent 9397a9e825
commit 755cfb4169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,66 @@
{
"namespace": "MAEC Obfuscation methods",
"description": "Obfuscation methods used by malware based on MAEC 5.0",
"version": 1,
"predicates": [
{
"value": "maec-obfuscation-methods",
"expanded": "MAEC Obfuscation methods"
}
],
"values": [
{
"predicate": "maec-obfuscation-methods",
"entry": [
{
"value": "packing",
"expanded": "packing"
},
{
"value": "code-encryption",
"expanded": "code-encryption"
},
{
"value": "dead-code-insertion",
"expanded": "dead-code-insertion"
},
{
"value": "entry-point-obfuscation",
"expanded": "entry-point-obfuscation"
},
{
"value": "import-address-table-obfuscation",
"expanded": "import-address-table-obfuscation"
},
{
"value": "interleaving-code",
"expanded": "interleaving-code"
},
{
"value": "symbolic-obfuscation",
"expanded": "symbolic-obfuscation"
},
{
"value": "string-obfuscation",
"expanded": "string-obfuscation"
},
{
"value": "subroutine-reordering",
"expanded": "subroutine-reordering"
},
{
"value": "code-transposition",
"expanded": "code-transposition"
},
{
"value": "instruction-substitution",
"expanded": "instruction-substitution"
},
{
"value": "register-reassignment",
"expanded": "register-reassignment"
}
],
}
]
}