Skip to content

Commit 0833c40

Browse files
committed
fix: [ddos-config] ui-priority added
1 parent 2220f14 commit 0833c40

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

objects/ddos-config/definition.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"body": {
44
"description": "Payload used for the DDos",
55
"misp-attribute": "text",
6-
"multiple": true
6+
"multiple": true,
7+
"ui-priority": 0
78
},
89
"ddos-tool": {
910
"description": "",
@@ -18,7 +19,8 @@
1819
"headers": {
1920
"description": "Headers used in the DDoS requests",
2021
"misp-attribute": "text",
21-
"multiple": true
22+
"multiple": true,
23+
"ui-priority": 0
2224
},
2325
"host": {
2426
"description": "Hostname used as target of the DDoS attack",
@@ -47,7 +49,8 @@
4749
"SYN",
4850
"syn_ack",
4951
"udp_flood"
50-
]
52+
],
53+
"ui-priority": 0
5154
},
5255
"path": {
5356
"description": "URL path used for the DDoS attack (excluded hostname)",
@@ -58,7 +61,8 @@
5861
"port": {
5962
"description": "Port used for attack (when the type and method requires it)",
6063
"disable_correlation": true,
61-
"misp-attribute": "port"
64+
"misp-attribute": "port",
65+
"ui-priority": 0
6266
},
6367
"request-id": {
6468
"description": "request id",
@@ -83,7 +87,8 @@
8387
"tcp",
8488
"type",
8589
"udp"
86-
]
90+
],
91+
"ui-priority": 0
8792
},
8893
"use-ssl": {
8994
"description": "TLS/SSL used for the attack",
@@ -92,7 +97,8 @@
9297
"sane_default": [
9398
"true",
9499
"false"
95-
]
100+
],
101+
"ui-priority": 0
96102
}
97103
},
98104
"description": "DDoS-claim object describes a current claim of DDoS activity.",
@@ -102,5 +108,5 @@
102108
"ddos-tool"
103109
],
104110
"uuid": "e56d7f93-258e-4ba5-bd8a-463acd6d98c4",
105-
"version": 1
111+
"version": 2
106112
}

0 commit comments

Comments
 (0)