Kubernetes: Master Post
我有几篇关于Kubernetes的文章排队发布,将把本文作为主索引文章来提供相关主题的参考资料。如果我遗漏了任何博客文章或有用的资源,请在这里或Twitter上联系我。
值得观看的Kubernetes相关演讲:
通过实例进行Kubernetes集群攻防加固 [I] - Brad Geesaman
- https://www.youtube.com/watch?v=vTgQLzeBfRU
- https://github.com/bgeesaman/
- https://github.com/bgeesaman/hhkbe [上述演讲的演示代码]
- https://schd.ws/hosted_files/kccncna17/d8/Hacking%20and%20Hardening%20Kubernetes%20By%20Example%20v2.pdf [幻灯片]
完美风暴:掌控Kubernetes - Ian Coldwater
黑客的Kubernetes和云指南 - Rory McCune
在海盗出没水域航行:Kubernetes中的实用攻防
他人撰写的博客文章:
- https://techbeacon.com/hackers-guide-kubernetes-security
- https://elweb.co/the-security-footgun-in-etcd/
- https://www.4armed.com/blog/hacking-kubelet-on-gke/
- https://www.4armed.com/blog/kubeletmein-kubelet-hacking-tool/
- https://www.4armed.com/blog/hacking-digitalocean-kubernetes/
- https://github.com/freach/kubernetes-security-best-practice
- https://neuvector.com/container-security/kubernetes-security-guide/
- https://medium.com/@pczarkowski/the-kubernetes-api-call-is-coming-from-inside-the-cluster-f1a115bd2066
- https://blog.intothesymmetry.com/2018/12/persistent-xsrf-on-kubernetes-dashboard.html
- https://raesene.github.io/blog/2016/10/14/Kubernetes-Attack-Surface-cAdvisor/
- https://raesene.github.io/blog/2017/05/01/Kubernetes-Security-etcd/
- https://raesene.github.io/blog/2017/04/02/Kubernetes-Service-Tokens/
- https://www.cyberark.com/threat-research-blog/securing-kubernetes-clusters-by-eliminating-risky-permissions/
- https://labs.mwrinfosecurity.com/blog/attacking-kubernetes-through-kubelet/
- https://blog.ropnop.com/attacking-default-installs-of-helm-on-kubernetes/
审计工具:
- https://github.com/Shopify/kubeaudit
- https://github.com/aquasecurity/kube-bench
- https://github.com/aquasecurity/kube-hunter
CVE-2018-1002105 相关资源:
- https://blog.appsecco.com/analysing-and-exploiting-kubernetes-apiserver-vulnerability-cve-2018-1002105-3150d97b24bb
- https://gravitational.com/blog/kubernetes-websocket-upgrade-security-vulnerability/
- https://github.com/gravitational/cve-2018-1002105
- https://github.com/evict/poc_CVE-2018-1002105
CG发布的文章:
开放Etcd:http://carnal0wnage.attackresearch.com/2019/01/kubernetes-open-etcd.html
使用kube-hunter检测Etcd:http://carnal0wnage.attackresearch.com/2019/01/kubernetes-kube-hunterpy-etcd.html
cAdvisor:http://carnal0wnage.attackresearch.com/2019/01/kubernetes-cadvisor.html
Kubernetes端口列表:https://carnal0wnage.attackresearch.com/2019/01/kubernetes-list-of-ports.html
Kubernetes仪表板:http://carnal0wnage.attackresearch.com/2019/01/kubernetes-kubernetes-dashboard.html
Kubelet 10255端口:https://carnal0wnage.attackresearch.com/2019/01/kubernetes-kube-hunter-10255.html
Kubelet 10250端口
- 容器日志:http://carnal0wnage.attackresearch.com/2019/01/kubernetes-kubelet-api-containerlogs.html
- 获取shell方法1:https://carnal0wnage.attackresearch.com/2019/01/kubernetes-unauth-kublet-api-10250.html
- 获取shell方法2:https://carnal0wnage.attackresearch.com/2019/01/kubernetes-unauth-kublet-api-10250_16.html
云元数据URL与Kubernetes
- 将在发布后更新