We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2b62d commit 5feb052Copy full SHA for 5feb052
1 file changed
objects/cs-beacon-config/definition.json
@@ -9,6 +9,12 @@
9
"multiple": true,
10
"ui-priority": 1
11
},
12
+ "ip": {
13
+ "description": "IP of the C2",
14
+ "misp-attribute": "ip-dst",
15
+ "multiple": true,
16
+ "ui-priority": 1
17
+ },
18
"jar-md5": {
19
"categories": [
20
"External analysis"
@@ -17,6 +23,11 @@
23
"misp-attribute": "md5",
24
"ui-priority": 0
25
26
+ "license-id": {
27
+ "description": "License ID of the Colbalt Strike",
28
+ "misp-attribute": "text",
29
30
31
"md5": {
21
32
22
33
"Payload delivery"
@@ -69,5 +80,5 @@
69
80
"watermark"
70
81
],
71
82
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
72
- "version": 1
83
+ "version": 2
73
84
}
0 commit comments