mirror of https://github.com/MISP/misp-objects
chg: [paste object] add a link attribute when the paste reference is not malicious
parent
aae03a3db2
commit
3aa3247b09
|
@ -19,7 +19,9 @@
|
|||
"codepad.org",
|
||||
"safebin.net",
|
||||
"hastebin.com",
|
||||
"ghostbin.com"
|
||||
"ghostbin.com",
|
||||
"paste.ee",
|
||||
"0bin.net"
|
||||
],
|
||||
"description": "Original source of the paste or post.",
|
||||
"ui-priority": 0,
|
||||
|
@ -39,7 +41,12 @@
|
|||
"url": {
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 0,
|
||||
"description": "Link to the original source of the paste or post."
|
||||
"description": "Link to the original source of the paste or post (when used maliciously)."
|
||||
},
|
||||
"link": {
|
||||
"misp-attribute": "link,",
|
||||
"ui-priority": 0,
|
||||
"description": "Link to the original source of the source or post (when used legitimately for OSINT source or alike)."
|
||||
},
|
||||
"last-seen": {
|
||||
"description": "When the paste has been accessible or seen for the last time.",
|
||||
|
@ -54,7 +61,7 @@
|
|||
"misp-attribute": "datetime"
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"description": "Paste or similar post from a website allowing to share privately or publicly posts.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
|
||||
|
|
Loading…
Reference in New Issue