mirror of https://github.com/MISP/misp-objects
fix: [crowdstrike-report] jq all the things
parent
516d5ac668
commit
d4b6596a9d
|
@ -1,5 +1,17 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"command": {
|
||||||
|
"description": "Commandline triggering the detection",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"file-hash": {
|
||||||
|
"description": "Unique file hash",
|
||||||
|
"misp-attribute": "sha256",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"filename": {
|
"filename": {
|
||||||
"description": "Filename on disk",
|
"description": "Filename on disk",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -14,10 +26,9 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"process-name": {
|
"ip": {
|
||||||
"description": "Name of the process trigerring the detection",
|
"description": "Source IP address",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "ip-src",
|
||||||
"multiple": true,
|
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"parent-command": {
|
"parent-command": {
|
||||||
|
@ -27,22 +38,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"command": {
|
"process-name": {
|
||||||
"description": "Commandline triggering the detection",
|
"description": "Name of the process trigerring the detection",
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
|
||||||
"file-hash": {
|
|
||||||
"description": "Unique file hash",
|
|
||||||
"misp-attribute": "sha256",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"ip": {
|
|
||||||
"description": "Source IP address",
|
|
||||||
"misp-attribute": "ip-src",
|
|
||||||
"ui-priority": 1
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "An Object Template to encode an Crowdstrike detection report",
|
"description": "An Object Template to encode an Crowdstrike detection report",
|
||||||
|
@ -50,4 +50,4 @@
|
||||||
"name": "crowdstrike-report",
|
"name": "crowdstrike-report",
|
||||||
"uuid": "805b327c-8f1b-4d76-a3ba-c8bc4964e740",
|
"uuid": "805b327c-8f1b-4d76-a3ba-c8bc4964e740",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue