Merge pull request #268 from dhondta/main

Improved runtime-packers
pull/269/head
Alexandre Dulaunoy 2023-09-30 10:04:13 +02:00 committed by GitHub
commit 903ada058d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 153 additions and 18 deletions

View File

@ -1,10 +1,10 @@
{ {
"namespace": "runtime-packer", "namespace": "runtime-packer",
"description": "Runtime or software packer used to combine compressed or encrypted data with the decompression or decryption code. This code can add additional obfuscations mechanisms including polymorphic-packer or other obfuscation techniques. This taxonomy lists all the known or official packer used for legitimate use or for packing malicious binaries.", "description": "Runtime or software packer used to combine compressed or encrypted data with the decompression or decryption code. This code can add additional obfuscations mechanisms including polymorphic-packer or other obfuscation techniques. This taxonomy lists all the known or official packer used for legitimate use or for packing malicious binaries.",
"version": 1, "version": 2,
"predicates": [ "predicates": [
{ {
"value": "portable-executable", "value": "pe",
"expanded": "Portable Executable (PE)" "expanded": "Portable Executable (PE)"
}, },
{ {
@ -16,7 +16,7 @@
"expanded": "Executable Linkable Format (ELF)" "expanded": "Executable Linkable Format (ELF)"
}, },
{ {
"value": "mach-o", "value": "macho",
"expanded": "Mach-object (Mach-O)" "expanded": "Mach-object (Mach-O)"
}, },
{ {
@ -26,12 +26,91 @@
], ],
"values": [ "values": [
{ {
"predicate": "portable-executable", "predicate": "dex",
"entry": [
{
"value": "apk-protect",
"expanded": "APK Protect"
},
{
"value": "dexguard",
"expanded": "DexGuard"
},
{
"value": "dexprotector",
"expanded": "DexProtector"
}
]
},
{
"predicate": "elf",
"entry": [
{
"value": "bzexe",
"expanded": "BzExe"
},
{
"value": "ezuri",
"expanded": "Ezuri"
},
{
"value": "gzexe",
"expanded": "GzExe"
},
{
"value": "midgetpack",
"expanded": "MidgetPack"
},
{
"value": "pakkero",
"expanded": "Pakkero"
},
{
"value": "papaw",
"expanded": "Papaw"
},
{
"value": "shiva",
"expanded": "Shiva"
},
{
"value": "upx",
"expanded": "UPX"
}
]
},
{
"predicate": "macho",
"entry": [
{
"value": "eleckey",
"expanded": "ElecKey"
},
{
"value": "muncho",
"expanded": "Muncho"
},
{
"value": "mpress",
"expanded": "MPRESS"
},
{
"value": "upx",
"expanded": "UPX"
}
]
},
{
"predicate": "pe",
"entry": [ "entry": [
{ {
"value": ".netshrink", "value": ".netshrink",
"expanded": ".netshrink" "expanded": ".netshrink"
}, },
{
"value": "acprotect",
"expanded": "ACProtect"
},
{ {
"value": "alienyze", "value": "alienyze",
"expanded": "Alienyze" "expanded": "Alienyze"
@ -40,10 +119,6 @@
"value": "apack", "value": "apack",
"expanded": "aPack" "expanded": "aPack"
}, },
{
"value": "apk-protect",
"expanded": "APK Protect"
},
{ {
"value": "armadillo", "value": "armadillo",
"expanded": "Armadillo" "expanded": "Armadillo"
@ -53,13 +128,17 @@
"expanded": "ASPack" "expanded": "ASPack"
}, },
{ {
"value": "aspr-asprotect", "value": "asprotect",
"expanded": "ASPR (ASProtect)" "expanded": "ASProtect"
}, },
{ {
"value": "autoit", "value": "autoit",
"expanded": "AutoIT" "expanded": "AutoIT"
}, },
{
"value": "axprotector",
"expanded": "AxProtector"
},
{ {
"value": "bero", "value": "bero",
"expanded": "BeRo EXE Packer" "expanded": "BeRo EXE Packer"
@ -77,21 +156,29 @@
"expanded": "Code Virtualizer" "expanded": "Code Virtualizer"
}, },
{ {
"value": "dexguard", "value": "confuserex",
"expanded": "DexGuard" "expanded": "ConfuserEx"
},
{
"value": "dexprotector",
"expanded": "DexProtector"
}, },
{ {
"value": "dotbundle", "value": "dotbundle",
"expanded": "dotBundle" "expanded": "dotBundle"
}, },
{
"value": "dragon-armor",
"expanded": "Dragon Armor"
},
{
"value": "eleckey",
"expanded": "ElecKey"
},
{ {
"value": "enigma-protector", "value": "enigma-protector",
"expanded": "Enigma Protector" "expanded": "Enigma Protector"
}, },
{
"value": "enigma-virtual-box",
"expanded": "Enigma Virtual Box"
},
{ {
"value": "exe-bundle", "value": "exe-bundle",
"expanded": "EXE Bundle" "expanded": "EXE Bundle"
@ -100,6 +187,10 @@
"value": "exe-stealth", "value": "exe-stealth",
"expanded": "EXE Stealth" "expanded": "EXE Stealth"
}, },
{
"value": "exe32pack",
"expanded": "EXE32Pack"
},
{ {
"value": "expressor", "value": "expressor",
"expanded": "eXPressor" "expanded": "eXPressor"
@ -109,8 +200,12 @@
"expanded": "FSG" "expanded": "FSG"
}, },
{ {
"value": "gzexe", "value": "hxor-packer",
"expanded": "GzExe" "expanded": "hXOR Packer"
},
{
"value": "jdpack",
"expanded": "JDPack"
}, },
{ {
"value": "kkrunchy", "value": "kkrunchy",
@ -124,10 +219,26 @@
"value": "mew", "value": "mew",
"expanded": "MEW" "expanded": "MEW"
}, },
{
"value": "molebox",
"expanded": "MoleBox"
},
{
"value": "morphine",
"expanded": "Morphine"
},
{ {
"value": "mpress", "value": "mpress",
"expanded": "MPRESS" "expanded": "MPRESS"
}, },
{
"value": "neolite",
"expanded": "Neolite"
},
{
"value": "netcrypt",
"expanded": "NetCrypt"
},
{ {
"value": "nspack", "value": "nspack",
"expanded": "NSPack" "expanded": "NSPack"
@ -136,6 +247,10 @@
"value": "obsidium", "value": "obsidium",
"expanded": "Obsidium" "expanded": "Obsidium"
}, },
{
"value": "packman",
"expanded": "Packman"
},
{ {
"value": "pecompact", "value": "pecompact",
"expanded": "PECompact" "expanded": "PECompact"
@ -144,6 +259,10 @@
"value": "pelock", "value": "pelock",
"expanded": "PELock" "expanded": "PELock"
}, },
{
"value": "pepacker",
"expanded": "PE Packer"
},
{ {
"value": "peshield", "value": "peshield",
"expanded": "PEShield" "expanded": "PEShield"
@ -156,6 +275,10 @@
"value": "petite", "value": "petite",
"expanded": "PEtite" "expanded": "PEtite"
}, },
{
"value": "procrypt",
"expanded": "ProCrypt"
},
{ {
"value": "rlpack-basic", "value": "rlpack-basic",
"expanded": "RLPack Basic" "expanded": "RLPack Basic"
@ -164,10 +287,22 @@
"value": "smart-packer-pro", "value": "smart-packer-pro",
"expanded": "Smart Packer Pro" "expanded": "Smart Packer Pro"
}, },
{
"value": "squishy",
"expanded": "Squishy"
},
{
"value": "telock",
"expanded": "Telock"
},
{ {
"value": "themida", "value": "themida",
"expanded": "Themida" "expanded": "Themida"
}, },
{
"value": "thinstall",
"expanded": "Thinstall"
},
{ {
"value": "upack", "value": "upack",
"expanded": "UPack" "expanded": "UPack"