Update object definition with first-|last- seen

pull/240/head
Koen Van Impe 2020-03-09 23:26:25 +01:00
parent bffae90c3d
commit ecac7ea52a
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,7 @@
{
"required": [],
"required": [
],
"attributes": {
"fileName": {
"description": "Original filename",
@ -36,7 +38,7 @@
],
"misp-attribute": "text"
},
"firstSeen": {
"first-seen": {
"description": "First seen timestamp of the file",
"to_ids": false,
"ui-priority": 3,
@ -45,7 +47,7 @@
],
"misp-attribute": "datetime"
},
"lastSeen": {
"last-seen": {
"description": "Last seen timestamp of the file",
"to_ids": false,
"ui-priority": 4,
@ -55,7 +57,7 @@
"misp-attribute": "datetime"
}
},
"version": 6,
"version": 7,
"description": "Cytomic Orion File Detection",
"meta-category": "misc",
"uuid": "0ad86572-ba38-4baf-9fed-1926e9ecc916",

View File

@ -47,7 +47,7 @@
],
"misp-attribute": "text"
},
"machineFirstSeen": {
"first-seen": {
"description": "First seen on machine",
"to_ids": false,
"ui-priority": 3,
@ -56,7 +56,7 @@
],
"misp-attribute": "datetime"
},
"machineLastSeen": {
"last-seen": {
"description": "Last seen on machine",
"to_ids": false,
"ui-priority": 4,
@ -93,7 +93,7 @@
"misp-attribute": "datetime"
}
},
"version": 3,
"version": 4,
"description": "Cytomic Orion File at Machine Detection",
"meta-category": "misc",
"uuid": "e0e46343-43fd-4ce7-b447-51381402c774",