mirror of https://github.com/MISP/misp-objects
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
|
{
|
||
|
"attributes": {
|
||
|
"archive": {
|
||
|
"description": "Archive of the playlist (Internet Archive, Archive.is, etc).",
|
||
|
"disable_correlation": true,
|
||
|
"misp-attribute": "link",
|
||
|
"multiple": true,
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"attachment": {
|
||
|
"description": "A screen capture or exported list of contacts etc.",
|
||
|
"misp-attribute": "attachment",
|
||
|
"multiple": true,
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"description": {
|
||
|
"description": "A description of the playlist.",
|
||
|
"disable_correlation": true,
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"link": {
|
||
|
"description": "Original link to the playlist page (supposed harmless).",
|
||
|
"misp-attribute": "link",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"playlist-id": {
|
||
|
"description": "Playlist id.",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"playlist-name": {
|
||
|
"description": "Playlist name.",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"url": {
|
||
|
"description": "Original URL location of the page (potentially malicious).",
|
||
|
"misp-attribute": "url",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"video-link": {
|
||
|
"description": "Link to the video in playlist (supposed harmless).",
|
||
|
"misp-attribute": "link",
|
||
|
"ui-priority": 1
|
||
|
}
|
||
|
},
|
||
|
"description": "A YouTube playlist.",
|
||
|
"meta-category": "misc",
|
||
|
"name": "youtube-playlist",
|
||
|
"requiredOneOf": [
|
||
|
"playlist-name",
|
||
|
"playlist-id",
|
||
|
"archive",
|
||
|
"link"
|
||
|
],
|
||
|
"uuid": "5a5e7441-c048-4e4b-bab7-642a91d30935",
|
||
|
"version": 1
|
||
|
}
|