From ede33742aa4095e5761cd16bb8ae89fc35601d67 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Thu, 28 May 2020 15:32:43 -0400 Subject: [PATCH] chg: [dev] run rq --- objects/facebook-group/definition.json | 4 +- objects/facebook-page/definition.json | 100 ++++++++++++------------- objects/facebook-post/definition.json | 42 +++++------ 3 files changed, 73 insertions(+), 73 deletions(-) diff --git a/objects/facebook-group/definition.json b/objects/facebook-group/definition.json index 3f63292..b0a1607 100644 --- a/objects/facebook-group/definition.json +++ b/objects/facebook-group/definition.json @@ -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).", diff --git a/objects/facebook-page/definition.json b/objects/facebook-page/definition.json index 848e39b..e463bd5 100644 --- a/objects/facebook-page/definition.json +++ b/objects/facebook-page/definition.json @@ -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", diff --git a/objects/facebook-post/definition.json b/objects/facebook-post/definition.json index 344b75b..89f855a 100644 --- a/objects/facebook-post/definition.json +++ b/objects/facebook-post/definition.json @@ -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",