diff --git a/objects/original-imported-file/definition.json b/objects/original-imported-file/definition.json index c9d4762..5bd93ff 100644 --- a/objects/original-imported-file/definition.json +++ b/objects/original-imported-file/definition.json @@ -7,6 +7,7 @@ "imported-sample": { "description": "The original imported file itself (binary).", "ui-priority": 1, + "disable_correlation": true, "misp-attribute": "attachment" }, "format": { 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",