1+ {
2+ "attributes" : {
3+ "body" : {
4+ "description" : " Payload used for the DDos" ,
5+ "misp-attribute" : " text" ,
6+ "multiple" : true
7+ },
8+ "ddos-tool" : {
9+ "description" : " " ,
10+ "disable_correlation" : true ,
11+ "misp-attribute" : " text" ,
12+ "sane_default" : [
13+ " DDoSia-go" ,
14+ " unknown"
15+ ],
16+ "ui-priority" : 0
17+ },
18+ "headers" : {
19+ "description" : " Headers used in the DDoS requests" ,
20+ "misp-attribute" : " text" ,
21+ "multiple" : true
22+ },
23+ "host" : {
24+ "description" : " Hostname used as target of the DDoS attack" ,
25+ "disable_correlation" : true ,
26+ "misp-attribute" : " hostname" ,
27+ "multiple" : true ,
28+ "ui-priority" : 0
29+ },
30+ "ip" : {
31+ "description" : " IP address used as target of the DDoS attack" ,
32+ "misp-attribute" : " ip-dst" ,
33+ "multiple" : true ,
34+ "ui-priority" : 0
35+ },
36+ "method" : {
37+ "description" : " Method of DDoS attack used" ,
38+ "disable_correlation" : true ,
39+ "misp-attribute" : " text" ,
40+ "sane_default" : [
41+ " ack" ,
42+ " GET" ,
43+ " method" ,
44+ " PING" ,
45+ " POST" ,
46+ " syn" ,
47+ " SYN" ,
48+ " syn_ack" ,
49+ " udp_flood"
50+ ]
51+ },
52+ "path" : {
53+ "description" : " URL path used for the DDoS attack (excluded hostname)" ,
54+ "misp-attribute" : " text" ,
55+ "multiple" : true ,
56+ "ui-priority" : 0
57+ },
58+ "port" : {
59+ "description" : " Port used for attack (when the type and method requires it)" ,
60+ "disable_correlation" : true ,
61+ "misp-attribute" : " port"
62+ },
63+ "request-id" : {
64+ "description" : " request id" ,
65+ "misp-attribute" : " text" ,
66+ "ui-priority" : 0
67+ },
68+ "target-id" : {
69+ "description" : " target id" ,
70+ "disable_correlation" : true ,
71+ "misp-attribute" : " text" ,
72+ "ui-priority" : 0
73+ },
74+ "type" : {
75+ "description" : " Type of network protocol used for the DDoS attack" ,
76+ "disable_correlation" : true ,
77+ "misp-attribute" : " text" ,
78+ "sane_default" : [
79+ " http" ,
80+ " http2" ,
81+ " http3" ,
82+ " nginx_loris" ,
83+ " tcp" ,
84+ " type" ,
85+ " udp"
86+ ]
87+ },
88+ "use-ssl" : {
89+ "description" : " TLS/SSL used for the attack" ,
90+ "disable_correlation" : true ,
91+ "misp-attribute" : " text" ,
92+ "sane_default" : [
93+ " true" ,
94+ " false"
95+ ]
96+ }
97+ },
98+ "description" : " DDoS-claim object describes a current claim of DDoS activity." ,
99+ "meta-category" : " network" ,
100+ "name" : " ddos-config" ,
101+ "requiredOneOf" : [
102+ " ddos-tool"
103+ ],
104+ "uuid" : " e56d7f93-258e-4ba5-bd8a-463acd6d98c4" ,
105+ "version" : 1
106+ }
0 commit comments