-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
50 lines (50 loc) · 1.24 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
{
"attributes": {
"archive": {
"description": "Archive of the image (Internet Archive, Archive.is, etc).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "The image file.",
"misp-attribute": "attachment",
"ui-priority": 1
},
"filename": {
"description": "The image filename.",
"misp-attribute": "filename",
"ui-priority": 1
},
"image-text": {
"description": "Raw text of image",
"misp-attribute": "text",
"ui-priority": 1
},
"link": {
"description": "Original link into the image (Supposed harmless)",
"misp-attribute": "link",
"ui-priority": 1
},
"url": {
"description": "Original URL location of the image (potentially malicious)",
"misp-attribute": "url",
"ui-priority": 1
},
"username": {
"description": "Username who posted the image.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Object describing an image file.",
"meta-category": "file",
"name": "image",
"requiredOneOf": [
"attachment",
"archive",
"link"
],
"uuid": "ca78ec03-3321-4ed3-9840-9bfd52b91d82",
"version": 1
}