mirror of https://github.com/MISP/misp-objects
Update object definition with first-|last- seen
parent
bffae90c3d
commit
ecac7ea52a
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"required": [],
|
"required": [
|
||||||
|
|
||||||
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"fileName": {
|
"fileName": {
|
||||||
"description": "Original filename",
|
"description": "Original filename",
|
||||||
|
@ -36,7 +38,7 @@
|
||||||
],
|
],
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"firstSeen": {
|
"first-seen": {
|
||||||
"description": "First seen timestamp of the file",
|
"description": "First seen timestamp of the file",
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 3,
|
"ui-priority": 3,
|
||||||
|
@ -45,7 +47,7 @@
|
||||||
],
|
],
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"lastSeen": {
|
"last-seen": {
|
||||||
"description": "Last seen timestamp of the file",
|
"description": "Last seen timestamp of the file",
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 4,
|
"ui-priority": 4,
|
||||||
|
@ -55,7 +57,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 6,
|
"version": 7,
|
||||||
"description": "Cytomic Orion File Detection",
|
"description": "Cytomic Orion File Detection",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "0ad86572-ba38-4baf-9fed-1926e9ecc916",
|
"uuid": "0ad86572-ba38-4baf-9fed-1926e9ecc916",
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
],
|
],
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"machineFirstSeen": {
|
"first-seen": {
|
||||||
"description": "First seen on machine",
|
"description": "First seen on machine",
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 3,
|
"ui-priority": 3,
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"machineLastSeen": {
|
"last-seen": {
|
||||||
"description": "Last seen on machine",
|
"description": "Last seen on machine",
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 4,
|
"ui-priority": 4,
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "Cytomic Orion File at Machine Detection",
|
"description": "Cytomic Orion File at Machine Detection",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "e0e46343-43fd-4ce7-b447-51381402c774",
|
"uuid": "e0e46343-43fd-4ce7-b447-51381402c774",
|
||||||
|
|
Loading…
Reference in New Issue