From 738f32e27b4a66f3895bd6457fceec491ad1f370 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Tue, 28 Apr 2020 15:46:13 -0400 Subject: [PATCH] new: [publication] jq'd the object --- objects/publication/definition.json | 132 ++++++++++++++-------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/objects/publication/definition.json b/objects/publication/definition.json index db980c4..f7b354c 100644 --- a/objects/publication/definition.json +++ b/objects/publication/definition.json @@ -1,70 +1,19 @@ { "attributes": { - "publisher": { - "description": "Publisher of the document.", - "misp-attribute": "text", - "ui-priority": 0 - }, - "academic-institution": { - "description": "Academic institution associated with the publisher or authors.", + "DOI": { + "description": "DOI System is used to identify digital resources.", "misp-attribute": "text", "multiple": true, "ui-priority": 0 }, - "author": { - "description": "Author of the publication.", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 0 - }, - "contributor": { - "description": "Contributors include editors, compilers, and translators.", - "misp-attribute": "attachment", - "multiple": true, - "ui-priority": 0 - }, - "title": { - "description": "Content of the publication.", - "misp-attribute": "text", - "ui-priority": 0 - }, - "content": { - "description": "Content of the publication.", - "misp-attribute": "text", - "ui-priority": 0 - }, - "edition": { - "description": "Edition of the publication.", - "misp-attribute": "text", - "disable_correlation": true, - "ui-priority": 0 - }, - "series": { - "description": "Series of the publication.", - "misp-attribute": "text", - "disable_correlation": true, - "ui-priority": 0 - }, - "volume": { - "description": "Volume of the publication.", - "misp-attribute": "text", - "disable_correlation": true, - "ui-priority": 0 - }, - "year": { - "description": "Year of publication.", - "misp-attribute": "text", - "disable_correlation": true, - "ui-priority": 0 - }, "ISBN": { "description": "International Standard Book Number.", "misp-attribute": "text", "multiple": true, "ui-priority": 0 }, - "DOI": { - "description": "DOI System is used to identify digital resources.", + "academic-institution": { + "description": "Academic institution associated with the publisher or authors.", "misp-attribute": "text", "multiple": true, "ui-priority": 0 @@ -81,17 +30,34 @@ "multiple": true, "ui-priority": 1 }, - "link": { - "description": "Original link to the publication (supposed harmless).", - "misp-attribute": "link", + "author": { + "description": "Author of the publication.", + "misp-attribute": "text", "multiple": true, + "ui-priority": 0 + }, + "content": { + "description": "Content of the publication.", + "misp-attribute": "text", + "ui-priority": 0 + }, + "contributor": { + "description": "Contributors include editors, compilers, and translators.", + "misp-attribute": "attachment", + "multiple": true, + "ui-priority": 0 + }, + "description": { + "description": "A description of the publication.", + "disable_correlation": true, + "misp-attribute": "text", "ui-priority": 1 }, - "url": { - "description": "Original link to the publication (possibly malicious).", - "misp-attribute": "url", - "multiple": true, - "ui-priority": 1 + "edition": { + "description": "Edition of the publication.", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 0 }, "embedded-link": { "description": "Link contained in the publication (possibly malicious).", @@ -105,16 +71,50 @@ "multiple": true, "ui-priority": 0 }, - "description": { - "description": "A description of the publication.", + "link": { + "description": "Original link to the publication (supposed harmless).", + "misp-attribute": "link", + "multiple": true, + "ui-priority": 1 + }, + "publisher": { + "description": "Publisher of the document.", + "misp-attribute": "text", + "ui-priority": 0 + }, + "series": { + "description": "Series of the publication.", "disable_correlation": true, "misp-attribute": "text", + "ui-priority": 0 + }, + "title": { + "description": "Content of the publication.", + "misp-attribute": "text", + "ui-priority": 0 + }, + "url": { + "description": "Original link to the publication (possibly malicious).", + "misp-attribute": "url", + "multiple": true, "ui-priority": 1 }, + "volume": { + "description": "Volume of the publication.", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 0 + }, "website": { "description": "Website of the publisher.", - "misp-attribute": "link", "disable_correlation": true, + "misp-attribute": "link", + "ui-priority": 0 + }, + "year": { + "description": "Year of publication.", + "disable_correlation": true, + "misp-attribute": "text", "ui-priority": 0 } },