-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpraesi.sh
executable file
ยท278 lines (260 loc) ยท 7.88 KB
/
praesi.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
#!/bin/bash
# make sure no open reverse shell is running
kubectl rollout restart deployment vuln-fileupload
sleep 1
clear
echo ""
echo ""
echo ""
figlet -w $(tput cols) -c "K8S"
figlet -w $(tput cols) -c "Hacking"
figlet -w $(tput cols) -c "Reality"
echo ""
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mBenedikt Iltisberger\033[0m"
echo ""
imgcat assets/bene-head.png --width=30
echo -e "Age:\t\t 40"
echo -e "From:\t\t Cologne/Germany"
echo -e "Company:\t mogenius"
echo -e "Job:\t\t DevOps Engineer, Software Developer"
echo -e "Lang:\t\t go, typescript, swift, bash ..."
echo -e "Focus:\t\t DevOps, Backend, Kubernetes, Security"
echo -e "Hobbies:\t Family, Coding, Motorcycles"
echo -e "Email:\t\t [email protected]"
echo -e "X:\t\t @iltisberger"
echo ""
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mTopics in Kubernetes Security\033[0m"
echo ""
echo ""
echo ""
read -p ""
echo " => ๐ฅ๏ธ Common Attack Vectors: API Server, Etcd Data Store"
read -p ""
echo " => ๐ ๏ธ Container Runtime Security: Container Escape, Image Vulnerabilities"
read -p ""
echo " => ๐ Network Security: Service Mesh Exploits, Man-in-the-Middle Attacks"
read -p ""
echo " => ๐ Supply Chain Attacks: Malicious Images, CI/CD Pipeline Vulnerabilities"
read -p ""
echo " => ๐ต๏ธ Persistent Threats: Backdoors, Data Exfiltration"
read -p ""
echo " => ๐ก๏ธ Defense Strategies: Pod Security Policies, Network Policies, Audit Logs, RBAC"
read -p ""
echo " => ๐ง Security Tools: Kube-bench, Kube-hunter, Falco"
read -p ""
echo " => ๐จ Incident Response: Response Plans, Forensics"
read -p ""
echo ""
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mPractical Hacking\033[0m"
echo ""
echo ""
echo ""
read -p ""
echo " => ๐ฏ Find an unpatched security vulnerability"
read -p ""
echo " => ๐ Purchase a Zero-Day-Exploit"
read -p ""
echo " => ๐คฏ Exploit a misconfiguration of the cluster"
read -p ""
echo " => โ๏ธ Target RBAC, Network Policies, Impersonation, etc."
read -p ""
echo " => ๐โโ๏ธ You go the extra-mile: Gain maintainers' trust and manipulate the build pipeline"
echo " of an open-source project and spend years deploying backdoors into it (e.g., #XZ Utils backdoor)"
read -p ""
echo " => ๐บ Use ChatGPT and YouTube to find new ways to hack Kubernetes"
read -p ""
echo " => ๐ฎ You name it..."
echo " Kubernetes is complex and there are many ways to hack it"
read -p ""
echo ""
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mBut it is even easier ...\033[0m"
read -p ""
echo ""
echo ""
echo ""
echo "Imagine you work for SmartWash Ltd:"
echo ""
read -p ""
echo "SmartWash Ltd. is a small company selling washing machines."
echo "They have a small IT department with a DevOps engineer and a few full-stack developers."
echo "The company is using one kubernetes cluster to run their applications."
read -p ""
echo " - k8s was introduced into the company because the CTO received 200.000$ credits from Google"
read -p ""
echo " - the companies IT department is understaffed and the engineers are overworked"
read -p ""
echo " - the staff feels overwhelmed by the complexity"
echo " (helm, service mesh, terraform, k8s, istio, prometheus, grafana, etc.)"
read -p ""
echo " - they are currently working on:"
read -p ""
echo " - \"Introduce network policies\""
read -p ""
echo " - \"Use AI to sell more washing machines\""
read -p ""
echo " - \"Introduce securityContexts to ALL containers\""
read -p ""
echo " - \"Introduce Hashicorp Vault\""
read -p ""
echo " - \"Dedicated kubeconfig for every dev (instead of the shared admin kubeconfig)\""
read -p ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mDeveloper-Steve and DevOps-Joe\033[0m"
read -p ""
echo ""
imgcat assets/steve-and-joe.png --width=50
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mQuick Reminder: Reverse Shell\033[0m"
echo ""
echo ""
echo ""
echo -e "\033[1;31m+-----------------+ \033[1;32m+-------------------+\033[0m
\033[1;31m| Attacker's | \033[1;32m| Kubernetes |\033[0m
\033[1;31m| Machine | \033[1;32m| Cluster |\033[0m
\033[1;31m| (Listener) |<------------------------------>\033[1;32m| |\033[0m
\033[1;31m+-----------------+ \033[1;32m| \033[1;35m+--------------+ \033[1;32m|\033[0m
\033[1;31m ^ \033[1;32m| \033[1;35m| Victim's | \033[1;32m|\033[0m
\033[1;31m | \033[1;32m| \033[1;35m| Container | \033[1;32m|\033[0m
\033[1;31m | \033[1;32m| \033[1;35m| (Reverse | \033[1;32m|\033[0m
\033[1;31m | \033[1;32m| \033[1;35m| Shell) | \033[1;32m|\033[0m
\033[1;31m | \033[1;32m| \033[1;35m+--------------+ \033[1;32m|\033[0m
\033[1;31m | \033[1;32m+-------------------+\033[0m
\033[1;31m | |\033[0m
\033[1;31m | |\033[0m
\033[1;31m | \033[1;32m+----------v-----------+\033[0m
\033[1;31m | \033[1;32m| Firewall |\033[0m
\033[1;31m +-------------------------------------\033[1;32m| (Allows outgoing |\033[0m
\033[1;31m \033[1;32m| connections) |\033[0m
\033[1;31m \033[1;32m+----------------------+\033[0m"
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mDemo time ...\033[0m"
echo ""
imgcat assets/demo-time.png --width=60
echo " - Exploit a container"
echo " - Establish a reverse shell"
echo " - Asses our environment (kubectl can-i)"
echo " - Extract secrets"
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mExploit ...\033[0m"
echo ""
echo ""
echo ""
echo ""
bat exploit.sh
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo -e "\033[1mSummary ๐๐๐\033[0m"
read -p ""
echo ""
echo ""
echo ""
echo " ๐งฌ kubernetes can be dangerous"
read -p ""
echo " ๐ always try to improve your security"
read -p ""
echo " - use non-default namespaces"
echo " - use network policies"
echo " - setup SecurityContexts"
echo " - run slim-containers, use distroless, remove all shells"
echo " - limit user capabilities"
echo " - use WAFs (but dont rely on them)"
read -p ""
echo " ๐ try to understand what you are doing in kubernetes"
read -p ""
echo " ๐จ Benchmark your system (e.g. CIS-Benchmark)"
read -p ""
echo " ๐จ Monitor your system"
read -p ""
echo " ๐จ Apply best practices to your system"
read -p ""
echo ""
echo ""
echo " ๐งโโ๏ธ This is not a fairytale scenario. This can happen to anyone."
echo " ๐ 1. Keep improving your security."
echo " ๐ 2. Always stay humble."
echo ""
echo ""
echo ""
read -p "Press ENTER to continue..."
clear
echo ""
echo ""
echo ""
echo ""
echo ""
echo ""
figlet -c "Thank You"
read -p ""
echo ""
echo ""
echo ""
echo ""
echo ""
echo -e "Github: https://github.com/mogenius/meetup-2024-hack"
echo ""
echo ""
echo ""