mirror of https://github.com/MISP/misp-objects
commit
a52847edad
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue