mirror of https://github.com/MISP/misp-objects
77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
|
{
|
||
|
"attributes": {
|
||
|
"about": {
|
||
|
"description": "About page of the channel.",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"archive": {
|
||
|
"description": "Archive of the channel (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
|
||
|
},
|
||
|
"channel-avatar": {
|
||
|
"description": "A screen capture or exported channel avatar.",
|
||
|
"misp-attribute": "attachment",
|
||
|
"multiple": true,
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"channel-banner": {
|
||
|
"description": "A screen capture or exported channel header.",
|
||
|
"misp-attribute": "attachment",
|
||
|
"multiple": true,
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"channel-id": {
|
||
|
"description": "Channel id.",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"channel-name": {
|
||
|
"description": "Channel name.",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"description": {
|
||
|
"description": "A description of the channel.",
|
||
|
"disable_correlation": true,
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"featured-channel": {
|
||
|
"description": "Featured channel names.",
|
||
|
"misp-attribute": "text",
|
||
|
"multiple": true,
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"link": {
|
||
|
"description": "Original link to the channel page (supposed harmless).",
|
||
|
"misp-attribute": "link",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"url": {
|
||
|
"description": "Original URL location of the page (potentially malicious).",
|
||
|
"misp-attribute": "url",
|
||
|
"ui-priority": 1
|
||
|
}
|
||
|
},
|
||
|
"description": "A YouTube channel.",
|
||
|
"meta-category": "misc",
|
||
|
"name": "youtube-channel",
|
||
|
"requiredOneOf": [
|
||
|
"channel-name",
|
||
|
"channel-id",
|
||
|
"archive",
|
||
|
"link"
|
||
|
],
|
||
|
"uuid": "cb9f492b-9930-4388-98e1-5d0cdcfa51df",
|
||
|
"version": 1
|
||
|
}
|