mirror of https://github.com/MISP/misp-objects
New attributes: title
In case of paste or post has a title. Ghostbin.com origin addedpull/29/head
parent
028bb2e0c1
commit
71860b21e9
|
@ -18,12 +18,18 @@
|
||||||
"gist.github.com",
|
"gist.github.com",
|
||||||
"codepad.org",
|
"codepad.org",
|
||||||
"safebin.net",
|
"safebin.net",
|
||||||
"hastebin.com"
|
"hastebin.com",
|
||||||
|
"ghostbin.com"
|
||||||
],
|
],
|
||||||
"description": "Original source of the paste or post.",
|
"description": "Original source of the paste or post.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"title": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"description": "Title of the paste or post."
|
||||||
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"misp-attribute": "url",
|
"misp-attribute": "url",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -42,7 +48,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Paste or similar post from a website allowing to share privately or publicly posts.",
|
"description": "Paste or similar post from a website allowing to share privately or publicly posts.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
|
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
|
||||||
|
|
Loading…
Reference in New Issue