fix: [ddos-config] `ui-priority` added

pull/434/head
Alexandre Dulaunoy 2024-07-18 12:16:39 +02:00
parent 2220f14ca4
commit 0833c40b05
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 additions and 7 deletions

View File

@ -3,7 +3,8 @@
"body": { "body": {
"description": "Payload used for the DDos", "description": "Payload used for the DDos",
"misp-attribute": "text", "misp-attribute": "text",
"multiple": true "multiple": true,
"ui-priority": 0
}, },
"ddos-tool": { "ddos-tool": {
"description": "", "description": "",
@ -18,7 +19,8 @@
"headers": { "headers": {
"description": "Headers used in the DDoS requests", "description": "Headers used in the DDoS requests",
"misp-attribute": "text", "misp-attribute": "text",
"multiple": true "multiple": true,
"ui-priority": 0
}, },
"host": { "host": {
"description": "Hostname used as target of the DDoS attack", "description": "Hostname used as target of the DDoS attack",
@ -47,7 +49,8 @@
"SYN", "SYN",
"syn_ack", "syn_ack",
"udp_flood" "udp_flood"
] ],
"ui-priority": 0
}, },
"path": { "path": {
"description": "URL path used for the DDoS attack (excluded hostname)", "description": "URL path used for the DDoS attack (excluded hostname)",
@ -58,7 +61,8 @@
"port": { "port": {
"description": "Port used for attack (when the type and method requires it)", "description": "Port used for attack (when the type and method requires it)",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "port" "misp-attribute": "port",
"ui-priority": 0
}, },
"request-id": { "request-id": {
"description": "request id", "description": "request id",
@ -83,7 +87,8 @@
"tcp", "tcp",
"type", "type",
"udp" "udp"
] ],
"ui-priority": 0
}, },
"use-ssl": { "use-ssl": {
"description": "TLS/SSL used for the attack", "description": "TLS/SSL used for the attack",
@ -92,7 +97,8 @@
"sane_default": [ "sane_default": [
"true", "true",
"false" "false"
] ],
"ui-priority": 0
} }
}, },
"description": "DDoS-claim object describes a current claim of DDoS activity.", "description": "DDoS-claim object describes a current claim of DDoS activity.",
@ -102,5 +108,5 @@
"ddos-tool" "ddos-tool"
], ],
"uuid": "e56d7f93-258e-4ba5-bd8a-463acd6d98c4", "uuid": "e56d7f93-258e-4ba5-bd8a-463acd6d98c4",
"version": 1 "version": 2
} }