Merge pull request #28 from deralexxx/patch-1

mention uuid
pull/29/head
Alexandre Dulaunoy 2017-09-29 11:36:47 +02:00 committed by GitHub
commit a52847edad
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Feel free to propose your own MISP objects to be included in MISP. The system is
"meta-category": "network", "meta-category": "network",
"description": "A domain and IP address seen as a tuple in a specific time frame.", "description": "A domain and IP address seen as a tuple in a specific time frame.",
"version": 1, "version": 1,
"uuid": "f47559d7-6c16-40e8-a6b0-eda4a008376f",
"attributes" : "attributes" :
{ {
"ip": { "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. 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. 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 ## MISP objects documentation