From 42d3dda12fa529617972137fff01357c8d6bfcd4 Mon Sep 17 00:00:00 2001 From: Jesse Hedden Date: Mon, 1 Jun 2020 16:36:58 -0700 Subject: [PATCH] fixed order --- objects/trustar_report/definition.json | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/objects/trustar_report/definition.json b/objects/trustar_report/definition.json index 7d52164..1589038 100644 --- a/objects/trustar_report/definition.json +++ b/objects/trustar_report/definition.json @@ -12,6 +12,12 @@ "multiple": true, "ui-priority": 1 }, + "COMMENTS": { + "description": "A space for additional comments.", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "CVE": { "description": "The Common Vulnerabilities and Exposures (CVE) system provides a reference-method for publicly known information-security vulnerabilities and exposures.", "misp-attribute": "vulnerability", @@ -24,6 +30,12 @@ "multiple": true, "ui-priority": 1 }, + "INDICATOR_SUMMARY": { + "description": "Free text summary data related to an indicator. This should include a normalized score if one exists.", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "IP": { "description": "An Internet Protocol address (IP address) is a numerical label assigned to each device participating in a computer network that uses the Internet Protocol for communication.", "misp-attribute": "ip-dst", @@ -48,6 +60,12 @@ "multiple": true, "ui-priority": 1 }, + "REPORT_LINK": { + "description": "A link to the TruSTAR report. Access may be restricted depending on user permissions.", + "misp-attribute": "link", + "multiple": true, + "ui-priority": 1 + }, "SHA1": { "description": "SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function which takes an input and produces a 160-bit (20-byte) hash value known as a message digest - typically rendered as a hexadecimal number, 40 digits long. SHA-1 is prone to length extension attacks.", "misp-attribute": "sha1", @@ -71,24 +89,6 @@ "misp-attribute": "url", "multiple": true, "ui-priority": 1 - }, - "INDICATOR_SUMMARY": { - "description": "Free text summary data related to an indicator. This should include a normalized score if one exists.", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 1 - }, - "REPORT_LINK": { - "description": "A link to the TruSTAR report. Access may be restricted depending on user permissions.", - "misp-attribute": "link", - "multiple": true, - "ui-priority": 1 - }, - "COMMENTS": { - "description": "A space for additional comments.", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 1 } }, "description": "TruStar Report",