-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
90 lines (90 loc) · 2.58 KB
/
definition.json
File metadata and controls
90 lines (90 loc) · 2.58 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"attributes": {
"description": {
"description": "Description of the text summarised.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"original-text": {
"description": "Original text before any processing.",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 0
},
"original-text-timestamp": {
"description": "Publication date of the original text (not related to the processing).",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"original-url": {
"description": "URL of the original text.",
"disable_correlation": true,
"misp-attribute": "link",
"ui-priority": 1
},
"summariser-model": {
"description": "Model used for the summariser",
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-0125 (16k)",
"gpt-4",
"gpt-4-turbo",
"gpt-4-o",
"gpt-4o-mini",
"o3-mini"
],
"ui-priority": 0
},
"summariser-timestamp": {
"description": "Date when the summary was produced.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"summariser-version": {
"description": "Version of the code used for the summariser.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"summary": {
"description": "Summary of the original text by the AI-based or NLP-based summariser.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"tcode": {
"description": "MITRE ATT&CK Technique ID extracted by the AI-based or NLP-based summariser.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"title": {
"description": "Title of the text summarised.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"ttp": {
"description": "TTP of the original text extracted by the AI-based or NLP-based summariser.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
}
},
"description": "Summariser output from an AI-based or NLP summariser.",
"meta-category": "misc",
"name": "summariser-output",
"required": [
"summary"
],
"uuid": "38633d19-123a-4b0f-bc4a-ccb381e58e49",
"version": 1
}