-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
52 lines (52 loc) · 1.38 KB
/
definition.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"attributes": {
"full": {
"description": "Cortex report object (full report) in JSON",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"name": {
"description": "Cortex analyser/worker name",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"server-name": {
"description": "Name of the cortex server",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"start-date": {
"description": "When the Cortex analyser was started",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"success": {
"description": "Result of the cortex job",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"True",
"False"
],
"ui-priority": 0
},
"summary": {
"description": "Cortex summary object (summary) in JSON",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Cortex object describing a complete Cortex analysis. Observables would be attribute with a relationship from this object.",
"meta-category": "misc",
"name": "cortex",
"requiredOneOf": [
"full"
],
"uuid": "144988f3-fa00-4374-8015-c1a32092f451",
"version": 3
}