mirror of https://github.com/MISP/misp-objects
fix: [crowdstrike-report] jq all the things
parent
516d5ac668
commit
d4b6596a9d
|
@ -1,53 +1,53 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"filename": {
|
"command": {
|
||||||
"description": "Filename on disk",
|
"description": "Commandline triggering the detection",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "filename",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
|
||||||
"fullpath": {
|
|
||||||
"description": "Complete path of the filename including the filename",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"multiple": true,
|
|
||||||
"ui-priority": 0
|
|
||||||
},
|
|
||||||
"process-name": {
|
|
||||||
"description": "Name of the process trigerring the detection",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"multiple": true,
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"parent-command": {
|
|
||||||
"description": "Commandline of the parent process",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"multiple": true,
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"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
|
|
||||||
},
|
|
||||||
"ip": {
|
|
||||||
"description": "Source IP address",
|
|
||||||
"misp-attribute": "ip-src",
|
|
||||||
"ui-priority": 1
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"description": "An Object Template to encode an Crowdstrike detection report",
|
"file-hash": {
|
||||||
"meta-category": "misc",
|
"description": "Unique file hash",
|
||||||
"name": "crowdstrike-report",
|
"misp-attribute": "sha256",
|
||||||
"uuid": "805b327c-8f1b-4d76-a3ba-c8bc4964e740",
|
"ui-priority": 1
|
||||||
"version": 1
|
},
|
||||||
}
|
"filename": {
|
||||||
|
"description": "Filename on disk",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "filename",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"fullpath": {
|
||||||
|
"description": "Complete path of the filename including the filename",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"ip": {
|
||||||
|
"description": "Source IP address",
|
||||||
|
"misp-attribute": "ip-src",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"parent-command": {
|
||||||
|
"description": "Commandline of the parent process",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"process-name": {
|
||||||
|
"description": "Name of the process trigerring the detection",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "An Object Template to encode an Crowdstrike detection report",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "crowdstrike-report",
|
||||||
|
"uuid": "805b327c-8f1b-4d76-a3ba-c8bc4964e740",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue