From 1460d055a0207668cf1f0e99ff347411038f0113 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 21 Dec 2017 16:16:33 +0100 Subject: [PATCH] add: new stix2-pattern object to include STIX 2 patterning --- objects/stix2-pattern/definition.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 objects/stix2-pattern/definition.json diff --git a/objects/stix2-pattern/definition.json b/objects/stix2-pattern/definition.json new file mode 100644 index 0000000..5abd6f0 --- /dev/null +++ b/objects/stix2-pattern/definition.json @@ -0,0 +1,22 @@ +{ + "requiredOneOf": [ + "stix2-pattern" + ], + "attributes": { + "comment": { + "description": "A description of the stix2-pattern.", + "ui-priority": 0, + "misp-attribute": "comment" + }, + "stix2-pattern": { + "description": "STIX 2 pattern", + "ui-priority": 0, + "misp-attribute": "stix2-pattern" + } + }, + "version": 1, + "description": "An object describing a STIX pattern. The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a STIX pattern.", + "meta-category": "misc", + "uuid": "0c5bd072-7c3e-4d45-86f7-a8104d9143b9", + "name": "stix2-pattern" +}