mirror of https://github.com/MISP/misp-objects
chg: [tsk-web-downloads] including link versus url (we assume it's malicious link by default)
parent
38a3718693
commit
5e952a4bf7
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue