chg: [cs-beacon-config] some updates

pull/408/head v2.4.178
Alexandre Dulaunoy 2023-10-13 16:29:01 +02:00
parent 3c2b62d3c3
commit 5feb052732
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 12 additions and 1 deletions

View File

@ -9,6 +9,12 @@
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"ip": {
"description": "IP of the C2",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"jar-md5": { "jar-md5": {
"categories": [ "categories": [
"External analysis" "External analysis"
@ -17,6 +23,11 @@
"misp-attribute": "md5", "misp-attribute": "md5",
"ui-priority": 0 "ui-priority": 0
}, },
"license-id": {
"description": "License ID of the Colbalt Strike",
"misp-attribute": "text",
"ui-priority": 1
},
"md5": { "md5": {
"categories": [ "categories": [
"Payload delivery" "Payload delivery"
@ -69,5 +80,5 @@
"watermark" "watermark"
], ],
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54", "uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
"version": 1 "version": 2
} }