-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
63 lines (63 loc) · 1.39 KB
/
definition.json
File metadata and controls
63 lines (63 loc) · 1.39 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
{
"attributes": {
"classification": {
"categories": [
"Other"
],
"description": "File classification - number",
"misp-attribute": "text",
"to_ids": false,
"ui-priority": 2
},
"classificationName": {
"categories": [
"Other"
],
"description": "File classification",
"misp-attribute": "text",
"to_ids": false,
"ui-priority": 1
},
"fileName": {
"categories": [
"Other"
],
"description": "Original filename",
"misp-attribute": "filename",
"ui-priority": 9
},
"fileSize": {
"categories": [
"Other"
],
"description": "Size of the file",
"misp-attribute": "size-in-bytes",
"to_ids": false,
"ui-priority": 0
},
"first-seen": {
"categories": [
"Other"
],
"description": "First seen timestamp of the file",
"misp-attribute": "datetime",
"to_ids": false,
"ui-priority": 3
},
"last-seen": {
"categories": [
"Other"
],
"description": "Last seen timestamp of the file",
"misp-attribute": "datetime",
"to_ids": false,
"ui-priority": 4
}
},
"description": "Cytomic Orion File Detection",
"meta-category": "misc",
"name": "cytomic-orion-file",
"required": [],
"uuid": "0ad86572-ba38-4baf-9fed-1926e9ecc916",
"version": 7
}