-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
32 lines (32 loc) · 891 Bytes
/
definition.json
File metadata and controls
32 lines (32 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"attributes": {
"comment": {
"description": "A description of the stix2-pattern.",
"misp-attribute": "comment",
"ui-priority": 0
},
"stix2-pattern": {
"description": "STIX 2 pattern",
"misp-attribute": "stix2-pattern",
"ui-priority": 0
},
"version": {
"description": "Version of STIX 2 pattern.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"stix 2.0",
"stix 2.1"
],
"ui-priority": 0
}
},
"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",
"name": "stix2-pattern",
"requiredOneOf": [
"stix2-pattern"
],
"uuid": "0c5bd072-7c3e-4d45-86f7-a8104d9143b9",
"version": 4
}