-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
46 lines (46 loc) · 1.41 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
{
"attributes": {
"derefUri": {
"description": "The base-64 encoded data content of the resource file.",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 0
},
"digest": {
"description": "The code representing the digital digest (“hash”) computed from the resource file (OPTIONAL).",
"misp-attribute": "sha1",
"ui-priority": 0
},
"mimeType": {
"description": "The identifier of the MIME content type and sub-type describing the resource file.",
"disable_correlation": true,
"misp-attribute": "mime-type",
"ui-priority": 0
},
"resourceDesc": {
"description": "The text describing the type and content of the resource file.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"size": {
"description": "The integer indicating the size of the resource file.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"uri": {
"description": "The identifier of the hyperlink for the resource file.",
"misp-attribute": "link",
"ui-priority": 0
}
},
"description": "Common Alerting Protocol Version (CAP) resource object",
"meta-category": "misc",
"name": "cap-resource",
"requiredOneOf": [
"resourceDesc"
],
"uuid": "6fddc76b-59fc-49f6-a673-52f8d15149c4",
"version": 1
}