misp-objects/objects/youtube-comment/definition.json

88 lines
2.4 KiB
JSON

{
"attributes": {
"archive": {
"description": "Archive of the original comment (Internet Archive, Archive.is, etc).",
"disable_correlation": true,
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "A screen capture or exported comment.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"channel-name": {
"description": "The name of the channel where it was posted.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"comment": {
"description": "The raw text of the YouTube video comment.",
"misp-attribute": "text",
"ui-priority": 1
},
"description": {
"description": "A description of the comment.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"embedded-link": {
"description": "Link embedded in the comment (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Link embedded in the comment (supposed safe).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"hashtag": {
"description": "Hashtag used in the comment.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"link": {
"description": "Original link to the comment (supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"url": {
"description": "Original URL location of the comment (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
},
"user-account": {
"description": "The user account that commented on the YouTube video.",
"misp-attribute": "text",
"ui-priority": 1
},
"username-quoted": {
"description": "Username who are quoted in the comment.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"video-title": {
"description": "The title of the YouTube video.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "A YouTube video comment.",
"meta-category": "misc",
"name": "youtube-comment",
"requiredOneOf": [
"comment",
"archive",
"link"
],
"uuid": "218bc1ae-c5ee-452b-895d-a26e0beaa550",
"version": 1
}