misp-objects/objects/cytomic-orion-machine/definition.json

102 lines
2.2 KiB
JSON
Raw Normal View History

{
"required": [
"machineName"
],
"attributes": {
"machineName": {
"description": "Machine name",
"ui-priority": 9,
"categories": [
"Other"
],
"misp-attribute": "target-machine"
},
"machineMuid": {
"description": "Machine UID",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "text"
},
"clientName": {
"description": "Client name",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "target-org"
},
"clientId": {
"description": "Client id",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "text"
},
"machinePath": {
"description": "Path of observable",
"to_ids": false,
"ui-priority": 2,
"categories": [
"Other"
],
"misp-attribute": "text"
},
"first-seen": {
"description": "First seen on machine",
"to_ids": false,
"ui-priority": 3,
"categories": [
"Other"
],
"misp-attribute": "datetime"
},
"last-seen": {
"description": "Last seen on machine",
"to_ids": false,
"ui-priority": 4,
"categories": [
"Other"
],
"misp-attribute": "datetime"
},
"clientCreationDateUTC": {
"description": "Client creation date UTC",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "datetime"
},
"creationDate": {
"description": "Client creation date",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "datetime"
},
"lastSeenUtc": {
"description": "Client last seen UTC",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "datetime"
}
},
"version": 4,
"description": "Cytomic Orion File at Machine Detection",
"meta-category": "misc",
"uuid": "e0e46343-43fd-4ce7-b447-51381402c774",
"name": "cytomic-orion-machine"
}