add: new stix2-pattern object to include STIX 2 patterning

pull/65/head
Alexandre Dulaunoy 2017-12-21 16:16:33 +01:00
parent 285635c04c
commit 1460d055a0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 22 additions and 0 deletions

View File

@ -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"
}