chg: [tsk-web-downloads] including link versus url (we assume it's malicious link by default)

pull/125/head
Alexandre Dulaunoy 2018-10-25 17:45:58 +02:00
parent 38a3718693
commit 5e952a4bf7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
{ {
"required": [ "required": [
"URL", "url",
"name" "name"
], ],
"attributes": { "attributes": {
"URL": { "url": {
"description": "The URL used to download the file.", "description": "The URL used to download the file.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "link" "misp-attribute": "url"
}, },
"datetime-accessed": { "datetime-accessed": {
"description": "date and time when the file was downloaded.", "description": "date and time when the file was downloaded.",
@ -49,7 +49,7 @@
}, },
"version": 1, "version": 1,
"description": "An Object Template to add web-downloads", "description": "An Object Template to add web-downloads",
"meta-category": "File", "meta-category": "file",
"uuid": "ab9603a1-9dcc-48e8-a51c-b8bccc7bcc26", "uuid": "ab9603a1-9dcc-48e8-a51c-b8bccc7bcc26",
"name": "tsk-web-downloads" "name": "tsk-web-downloads"
} }