mirror of https://github.com/MISP/misp-objects
chg: [dev] run validate_all/jq
parent
56bd29d829
commit
53d2a18811
|
@ -13,26 +13,6 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile_image": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-image-url": {
|
||||
"description": "A link to the user's avatar.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-banner": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-banner-url": {
|
||||
"description": "A link to the user's background image.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"bio": {
|
||||
"description": "Displayed name.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -127,6 +107,26 @@
|
|||
],
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-banner": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-banner-url": {
|
||||
"description": "A link to the user's background image.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile-image-url": {
|
||||
"description": "A link to the user's avatar.",
|
||||
"misp-attribute": "url",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"profile_image": {
|
||||
"description": "A screenshot or exported user avatar.",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"tweets": {
|
||||
"description": "Number of tweets posted.",
|
||||
"disable_correlation": true,
|
||||
|
|
|
@ -18,18 +18,6 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"member-count": {
|
||||
"description": "Number of accounts following this list.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"subscriber-count": {
|
||||
"description": "Number of accounts subscribing to this list.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"embedded-link": {
|
||||
"description": "Link embedded in the description (potentially malicious).",
|
||||
"misp-attribute": "url",
|
||||
|
@ -59,11 +47,23 @@
|
|||
"misp-attribute": "link",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"member-count": {
|
||||
"description": "Number of accounts following this list.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"name": {
|
||||
"description": "List's screen name (without the @).",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"subscriber-count": {
|
||||
"description": "Number of accounts subscribing to this list.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"url": {
|
||||
"description": "Original URL location of the list (potentially malicious).",
|
||||
"misp-attribute": "url",
|
||||
|
|
|
@ -24,6 +24,18 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"favorite-count": {
|
||||
"description": "Number of favorites.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"geo": {
|
||||
"description": "Geolocation data.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"hashtag": {
|
||||
"description": "Hashtag embedded in the tweet",
|
||||
"misp-attribute": "text",
|
||||
|
@ -48,12 +60,6 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"geo": {
|
||||
"description": "Geolocation data.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"language": {
|
||||
"description": "The language of the post.",
|
||||
"disable_correlation": true,
|
||||
|
@ -67,6 +73,23 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the account that posted this tweet.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"possibly-sensitive": {
|
||||
"description": "Does this post contain sensitive content?",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"possibly-sensitive-appealable": {
|
||||
"description": "Is the sensitive content of this post appealable?",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"post": {
|
||||
"description": "Raw text of the post.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -88,24 +111,6 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"favorite-count": {
|
||||
"description": "Number of favorites.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"possibly-sensitive": {
|
||||
"description": "Does this post contain sensitive content?",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"possibly-sensitive-appealable": {
|
||||
"description": "Is the sensitive content of this post appealable?",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"source": {
|
||||
"description": "Source of tweet (android, web etc).",
|
||||
"misp-attribute": "text",
|
||||
|
@ -122,11 +127,6 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the account that posted this tweet.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"username-quoted": {
|
||||
"description": "Username who is quoted in the tweet.",
|
||||
"misp-attribute": "text",
|
||||
|
|
Loading…
Reference in New Issue