Objects for data coming from the Cytomic Orion API

pull/240/head
Koen Van Impe 2020-03-07 09:03:01 +01:00
parent b457df2a36
commit 8bb88fceaf
2 changed files with 166 additions and 0 deletions

View File

@ -0,0 +1,65 @@
{
"required": [
],
"attributes": {
"fileName": {
"description": "Original filename",
"ui-priority": 9,
"categories": [
"Other"
],
"misp-attribute": "filename"
},
"fileSize": {
"description": "Size of the file",
"to_ids": false,
"ui-priority": 0,
"categories": [
"Other"
],
"misp-attribute": "size-in-bytes"
},
"classification": {
"description": "File classification - number",
"to_ids": false,
"ui-priority": 2,
"categories": [
"Other"
],
"misp-attribute": "text"
},
"classificationName": {
"description": "File classification",
"to_ids": false,
"ui-priority": 1,
"categories": [
"Other"
],
"misp-attribute": "text"
},
"firstSeen": {
"description": "First seen timestamp of the file",
"to_ids": false,
"ui-priority": 3,
"categories": [
"Other"
],
"misp-attribute": "datetime"
},
"lastSeen": {
"description": "Last seen timestamp of the file",
"to_ids": false,
"ui-priority": 4,
"categories": [
"Other"
],
"misp-attribute": "datetime"
}
},
"version": 6,
"description": "Cytomic Orion File Detection",
"meta-category": "misc",
"uuid": "0ad86572-ba38-4baf-9fed-1926e9ecc916",
"name": "cytomic-orion-file"
}

View File

@ -0,0 +1,101 @@
{
"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"
},
"machineFirstSeen": {
"description": "First seen on machine",
"to_ids": false,
"ui-priority": 3,
"categories": [
"Other"
],
"misp-attribute": "datetime"
},
"machineLastSeen": {
"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": 3,
"description": "Cytomic Orion File at Machine Detection",
"meta-category": "misc",
"uuid": "e0e46343-43fd-4ce7-b447-51381402c774",
"name": "cytomic-orion-machine"
}