2018-06-05 11:04:15 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"credential": {
|
|
|
|
"description": "Credential (username, password)",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"domain": {
|
|
|
|
"description": "Full domain",
|
|
|
|
"misp-attribute": "domain",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
2018-06-05 11:04:15 +02:00
|
|
|
"first-seen": {
|
2018-06-05 14:35:42 +02:00
|
|
|
"description": "First time this shortened URL has been seen",
|
2018-06-05 11:04:15 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2018-06-05 11:04:15 +02:00
|
|
|
},
|
2018-06-05 14:39:12 +02:00
|
|
|
"redirect-url": {
|
2018-06-05 11:04:15 +02:00
|
|
|
"description": "Redirected to URL",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "url",
|
|
|
|
"ui-priority": 1
|
2018-06-05 11:04:15 +02:00
|
|
|
},
|
|
|
|
"shortened-url": {
|
|
|
|
"description": "Shortened URL",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "url",
|
|
|
|
"ui-priority": 1
|
2018-06-05 11:04:15 +02:00
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"description": "Description and context of the shortened URL ",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
2018-06-05 11:04:15 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Shortened link and its redirect target",
|
|
|
|
"meta-category": "network",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "shortened-link",
|
|
|
|
"required": [
|
|
|
|
"redirect-url",
|
|
|
|
"shortened-url"
|
|
|
|
],
|
2018-06-05 14:39:12 +02:00
|
|
|
"uuid": "361c0ae8-68bd-11e8-adc0-fa7ae01bbebc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 2018060501
|
|
|
|
}
|