Skip to content

Commit 454285f

Browse files
committed
chg: [ddos-config] as the config is mainly describing targets
to_ids and correlation don't make a lot of sense
1 parent 0833c40 commit 454285f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

objects/ddos-config/definition.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"attributes": {
33
"body": {
44
"description": "Payload used for the DDos",
5+
"disable_correlation": true,
56
"misp-attribute": "text",
67
"multiple": true,
8+
"to_ids": false,
79
"ui-priority": 0
810
},
911
"ddos-tool": {
@@ -18,6 +20,7 @@
1820
},
1921
"headers": {
2022
"description": "Headers used in the DDoS requests",
23+
"disable_correlation": true,
2124
"misp-attribute": "text",
2225
"multiple": true,
2326
"ui-priority": 0
@@ -27,12 +30,15 @@
2730
"disable_correlation": true,
2831
"misp-attribute": "hostname",
2932
"multiple": true,
33+
"to_ids": false,
3034
"ui-priority": 0
3135
},
3236
"ip": {
3337
"description": "IP address used as target of the DDoS attack",
38+
"disable_correlation": true,
3439
"misp-attribute": "ip-dst",
3540
"multiple": true,
41+
"to_ids": false,
3642
"ui-priority": 0
3743
},
3844
"method": {
@@ -54,8 +60,10 @@
5460
},
5561
"path": {
5662
"description": "URL path used for the DDoS attack (excluded hostname)",
63+
"disable_correlation": true,
5764
"misp-attribute": "text",
5865
"multiple": true,
66+
"to_ids": false,
5967
"ui-priority": 0
6068
},
6169
"port": {
@@ -66,6 +74,7 @@
6674
},
6775
"request-id": {
6876
"description": "request id",
77+
"disable_correlation": true,
6978
"misp-attribute": "text",
7079
"ui-priority": 0
7180
},
@@ -108,5 +117,5 @@
108117
"ddos-tool"
109118
],
110119
"uuid": "e56d7f93-258e-4ba5-bd8a-463acd6d98c4",
111-
"version": 2
120+
"version": 3
112121
}

0 commit comments

Comments
 (0)