Merge pull request #100 from cocaman/master

New misp-object for a shortened URL and the redirect URL
pull/103/head
Alexandre Dulaunoy 2018-06-05 15:18:06 +02:00 committed by GitHub
commit b49c6d856b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
{
"required": [
"redirect-url",
"shortened-url"
],
"attributes": {
"first-seen": {
"description": "First time this shortened URL has been seen",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"redirect-url": {
"description": "Redirected to URL",
"ui-priority": 1,
"misp-attribute": "url"
},
"shortened-url": {
"description": "Shortened URL",
"ui-priority": 1,
"misp-attribute": "url"
},
"domain": {
"description": "Full domain",
"ui-priority": 0,
"misp-attribute": "domain"
},
"credential": {
"description": "Credential (username, password)",
"ui-priority": 0,
"misp-attribute": "text"
},
"text": {
"description": "Description and context of the shortened URL ",
"ui-priority": 0,
"misp-attribute": "text"
}
},
"version": 2018060501,
"description": "Shortened link and its redirect target",
"meta-category": "network",
"uuid": "361c0ae8-68bd-11e8-adc0-fa7ae01bbebc",
"name": "shortened-link"
}