mirror of https://github.com/MISP/misp-objects
renamed url attributed, versioning date based
parent
69ed89cef0
commit
85901f995a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"required": [
|
"required": [
|
||||||
"url",
|
"redirect-url",
|
||||||
"shortened-url"
|
"shortened-url"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"url": {
|
"redirect-url": {
|
||||||
"description": "Redirected to URL",
|
"description": "Redirected to URL",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "url"
|
"misp-attribute": "url"
|
||||||
|
@ -36,9 +36,9 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2018060501,
|
||||||
"description": "Shortened link and its redirect target",
|
"description": "Shortened link and its redirect target",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "99c2857c-689f-11e8-adc0-fa7ae01bbebc",
|
"uuid": "361c0ae8-68bd-11e8-adc0-fa7ae01bbebc",
|
||||||
"name": "shortened-link"
|
"name": "shortened-link"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue