From 8a2745fe61bbffe9d258eefea3fb0f724e420498 Mon Sep 17 00:00:00 2001 From: Alexander J Date: Fri, 29 Sep 2017 10:52:04 +0200 Subject: [PATCH] mention uuid How to create a uuid and also mention the UUID in the example. https://twitter.com/alexanderjaeger/status/913505371817435138 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0093ff3..5e42794 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Feel free to propose your own MISP objects to be included in MISP. The system is "meta-category": "network", "description": "A domain and IP address seen as a tuple in a specific time frame.", "version": 1, + "uuid": "f47559d7-6c16-40e8-a6b0-eda4a008376f", "attributes" : { "ip": { @@ -105,6 +106,8 @@ We recommend to add a **text** attribute in a object to allow users to add comme If the unparsed object can be included, a **raw-base64** attribute can be used in the object to import the whole object. +Every object needs a **uuid** which can be created using **uuidgen -r** on a linux command line. + When the object is created, pull a request on this project. We usually merge the objects if it fits existing use-cases. ## MISP objects documentation