Skip to content

Commit

Permalink
chg: [ddos-config] as the config is mainly describing targets
Browse files Browse the repository at this point in the history
to_ids and correlation don't make a lot of sense
  • Loading branch information
adulau committed Jul 18, 2024
1 parent 0833c40 commit 454285f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion objects/ddos-config/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"attributes": {
"body": {
"description": "Payload used for the DDos",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"to_ids": false,
"ui-priority": 0
},
"ddos-tool": {
Expand All @@ -18,6 +20,7 @@
},
"headers": {
"description": "Headers used in the DDoS requests",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
Expand All @@ -27,12 +30,15 @@
"disable_correlation": true,
"misp-attribute": "hostname",
"multiple": true,
"to_ids": false,
"ui-priority": 0
},
"ip": {
"description": "IP address used as target of the DDoS attack",
"disable_correlation": true,
"misp-attribute": "ip-dst",
"multiple": true,
"to_ids": false,
"ui-priority": 0
},
"method": {
Expand All @@ -54,8 +60,10 @@
},
"path": {
"description": "URL path used for the DDoS attack (excluded hostname)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"to_ids": false,
"ui-priority": 0
},
"port": {
Expand All @@ -66,6 +74,7 @@
},
"request-id": {
"description": "request id",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
Expand Down Expand Up @@ -108,5 +117,5 @@
"ddos-tool"
],
"uuid": "e56d7f93-258e-4ba5-bd8a-463acd6d98c4",
"version": 2
"version": 3
}

0 comments on commit 454285f

Please sign in to comment.