From 928f7af9533a0a1a16390a7578f45bbc01f0bfbe Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 28 Jun 2017 11:10:48 +0200 Subject: [PATCH] The list of default meta-category: file, network, financial, misc, internal has been updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0704e5b..fa24131 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Feel free to propose your own MISP objects to be included in MISP. The system is A MISP object is described in a simple JSON file containing the following element. * **name** is the name of the your object. -* **meta-category** is the category where the object falls into. (file, network, financial) +* **meta-category** is the category where the object falls into. (file, network, financial, misc, internal) * **description** is a summary of the object description. * **version** is the version number as a decimal value. * **required** is an array containing the minimal required attributes to describe the object.