mirror of https://github.com/MISP/misp-objects
chg: [dev] run rq
parent
ae95dd1834
commit
ede33742aa
|
@ -71,12 +71,12 @@
|
|||
"privacy": {
|
||||
"description": "Group privacy: public, closed, secret.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1,
|
||||
"sane_default": [
|
||||
"Public",
|
||||
"Closed",
|
||||
"Secret"
|
||||
]
|
||||
],
|
||||
"ui-priority": 1
|
||||
},
|
||||
"url": {
|
||||
"description": "Original URL location of the group (potentially malicious).",
|
||||
|
|
|
@ -1,16 +1,5 @@
|
|||
{
|
||||
"attributes": {
|
||||
"team-member": {
|
||||
"description": "A user account who is a member of the page.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"creator": {
|
||||
"description": "The user account that created the page.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"archive": {
|
||||
"description": "Archive of the original page (Internet Archive, Archive.is, etc).",
|
||||
"disable_correlation": true,
|
||||
|
@ -24,6 +13,17 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"contact-detail": {
|
||||
"description": "Contact url listed on about page.",
|
||||
"misp-attribute": "url",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"creator": {
|
||||
"description": "The user account that created the page.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"description": {
|
||||
"description": "A description of the page.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -41,51 +41,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"page-name": {
|
||||
"description": "The name of the page.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-id": {
|
||||
"description": "Page id (without the @).",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-alias": {
|
||||
"description": "Aliases or previous names of page.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"related-page-name": {
|
||||
"description": "name of a page listed as related to this one.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"related-page-id": {
|
||||
"description": "id of a page listed as related to this one (without the @).",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"event": {
|
||||
"description": "Event announcement on page.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"contact-detail": {
|
||||
"description": "Contact url listed on about page.",
|
||||
"misp-attribute": "url",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-type": {
|
||||
"description": "Facebook page type, e.g. community, product etc.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"hashtag": {
|
||||
"description": "Hashtag used to identify or promote the page.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -97,6 +58,45 @@
|
|||
"misp-attribute": "link",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-alias": {
|
||||
"description": "Aliases or previous names of page.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-id": {
|
||||
"description": "Page id (without the @).",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-name": {
|
||||
"description": "The name of the page.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"page-type": {
|
||||
"description": "Facebook page type, e.g. community, product etc.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"related-page-id": {
|
||||
"description": "id of a page listed as related to this one (without the @).",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"related-page-name": {
|
||||
"description": "name of a page listed as related to this one.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"team-member": {
|
||||
"description": "A user account who is a member of the page.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"url": {
|
||||
"description": "Original URL location of the page (potentially malicious).",
|
||||
"misp-attribute": "url",
|
||||
|
|
|
@ -12,16 +12,6 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"user-name": {
|
||||
"description": "Display name of the account who posted.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"user-id": {
|
||||
"description": "Id of the account who posted.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"embedded-link": {
|
||||
"description": "Link in the facebook post",
|
||||
"misp-attribute": "url",
|
||||
|
@ -40,14 +30,14 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"in-reply-to-status-id": {
|
||||
"description": "The facebook ID of the post that this post shares.",
|
||||
"in-reply-to-display-name": {
|
||||
"description": "The user display name of the facebook this post shares.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"in-reply-to-display-name": {
|
||||
"description": "The user display name of the facebook this post shares.",
|
||||
"in-reply-to-status-id": {
|
||||
"description": "The facebook ID of the post that this post shares.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
|
@ -60,8 +50,8 @@
|
|||
},
|
||||
"language": {
|
||||
"description": "The language of the post.",
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
|
@ -76,9 +66,9 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"removal-date": {
|
||||
"description": "When the facebook post was removed.",
|
||||
"misp-attribute": "datetime",
|
||||
"post-id": {
|
||||
"description": "The facebook post id.",
|
||||
"misp-attribute": "post-id",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"post-location": {
|
||||
|
@ -86,9 +76,9 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"post-id": {
|
||||
"description": "The facebook post id.",
|
||||
"misp-attribute": "post-id",
|
||||
"removal-date": {
|
||||
"description": "When the facebook post was removed.",
|
||||
"misp-attribute": "datetime",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"url": {
|
||||
|
@ -97,6 +87,16 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"user-id": {
|
||||
"description": "Id of the account who posted.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"user-name": {
|
||||
"description": "Display name of the account who posted.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"username": {
|
||||
"description": "Username who posted the facebook post",
|
||||
"misp-attribute": "text",
|
||||
|
|
Loading…
Reference in New Issue