Skip to content

Commit 0b01407

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects
2 parents 7006ed9 + 454285f commit 0b01407

1 file changed

Lines changed: 121 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)