mirror of https://github.com/MISP/misp-objects
new: [facebook-reaction] new object to link reaction with facebook posts or alike
parent
5e2b455123
commit
fc51889b42
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"link": {
|
||||||
|
"description": "Link to the user account which did the reaction.",
|
||||||
|
"misp-attribute": "link",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"description": "The name of A user account which did the reaction.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"description": "Type of reaction.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"like",
|
||||||
|
"love",
|
||||||
|
"sad",
|
||||||
|
"haha",
|
||||||
|
"wow",
|
||||||
|
"care"
|
||||||
|
],
|
||||||
|
"ui-priority": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "Reaction to facebook posts.",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "facebook-reaction",
|
||||||
|
"requiredOneOf": [
|
||||||
|
"name",
|
||||||
|
"link"
|
||||||
|
],
|
||||||
|
"uuid": "f219f784-38b8-47f4-a676-e32efd7df0c3",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue