fix: [crowdstrike-report] jq all the things

pull/410/head
Alexandre Dulaunoy 2023-11-21 08:20:35 +01:00
parent 516d5ac668
commit d4b6596a9d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 51 additions and 51 deletions

View File

@ -1,5 +1,17 @@
{
"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": {
"description": "Filename on disk",
"disable_correlation": true,
@ -14,10 +26,9 @@
"multiple": true,
"ui-priority": 0
},
"process-name": {
"description": "Name of the process trigerring the detection",
"misp-attribute": "text",
"multiple": true,
"ip": {
"description": "Source IP address",
"misp-attribute": "ip-src",
"ui-priority": 1
},
"parent-command": {
@ -27,22 +38,11 @@
"multiple": true,
"ui-priority": 1
},
"command": {
"description": "Commandline triggering the detection",
"disable_correlation": true,
"process-name": {
"description": "Name of the process trigerring the detection",
"misp-attribute": "text",
"multiple": true,
"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",