updated definition, removed some attributes

pull/100/head
Corsin Camichel 2018-06-05 14:35:42 +02:00 committed by GitHub
parent 19f7c90d1a
commit 69ed89cef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 25 deletions

View File

@ -4,35 +4,12 @@
"shortened-url"
],
"attributes": {
"port": {
"description": "Port number",
"ui-priority": 0,
"misp-attribute": "port",
"disable_correlation": true
},
"scheme": {
"description": "Scheme",
"sane_default": [
"http",
"https",
"ftp"
],
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation": true
},
"first-seen": {
"description": "First time this URL has been seen",
"description": "First time this shortened URL has been seen",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"query_string": {
"description": "Query (after path, preceded by '?')",
"ui-priority": 0,
"misp-attribute": "text",
"multiple": true
},
"url": {
"description": "Redirected to URL",
"ui-priority": 1,
@ -62,6 +39,6 @@
"version": 1,
"description": "Shortened link and its redirect target",
"meta-category": "network",
"uuid": "3ac2857c-689f-11e8-adc0-fa7ae01bbebc",
"uuid": "99c2857c-689f-11e8-adc0-fa7ae01bbebc",
"name": "shortened-link"
}