forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
44 lines (44 loc) · 1.09 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
{
"attributes": {
"credential": {
"description": "Credential (username, password)",
"misp-attribute": "text",
"ui-priority": 0
},
"domain": {
"description": "Full domain",
"misp-attribute": "domain",
"ui-priority": 0
},
"first-seen": {
"description": "First time this shortened URL has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"redirect-url": {
"description": "Redirected to URL",
"misp-attribute": "url",
"ui-priority": 1
},
"shortened-url": {
"description": "Shortened URL",
"misp-attribute": "url",
"ui-priority": 1
},
"text": {
"description": "Description and context of the shortened URL ",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Shortened link and its redirect target",
"meta-category": "network",
"name": "shortened-link",
"required": [
"redirect-url",
"shortened-url"
],
"uuid": "361c0ae8-68bd-11e8-adc0-fa7ae01bbebc",
"version": 2018060501
}