From beb0ec8bb7556fdbd2cdb64f9566d5543c56192a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 24 Jan 2019 13:36:09 +0100 Subject: [PATCH] chg: [script] added PHP in the most used programming language (at least when looking at malicious WebShells on the Internet) - I sense a new stackoverflow survey category Signed-off: 5c45721d-de08-4fff-b9b0-168a02de0b81 --- objects/script/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/script/definition.json b/objects/script/definition.json index 1824f58..f95d34f 100644 --- a/objects/script/definition.json +++ b/objects/script/definition.json @@ -30,7 +30,8 @@ "Perl", "Ruby", "Winbatch", - "AutoIt" + "AutoIt", + "PHP" ] }, "filename": { @@ -54,7 +55,7 @@ ] } }, - "version": 1, + "version": 2, "description": "Object describing a computer program written to be run in a special run-time environment. The script or shell script can be used for malicious activities but also as support tools for threat analysts.", "meta-category": "misc", "uuid": "6bce7d01-dbec-4054-b3c2-3655a19382e2",