diff --git a/docs/tutorials/additional-resources.md b/docs/tutorials/additional-resources.md new file mode 100644 index 00000000000..a40bb2f119f --- /dev/null +++ b/docs/tutorials/additional-resources.md @@ -0,0 +1,21 @@ +# Additional Resources + +This page links to external resources, created by Aqua Security and the community. If you create content on Tracee, we would highly appreciate if you would contribute the link to this page. + +## Blog Post +* [The Story of Tracee: The Path to Runtime Security Tool](https://blog.aquasec.com/open-source-container-runtime-security) +* [Detecting eBPF Malware with Tracee](https://blog.aquasec.com/detecting-ebpf-malware-with-tracee) + +## Useful Videos + +* [Tracee Livestream: Everything is an Event in Tracee](https://www.youtube.com/live/keqVe4d71uk?feature=share) + +Have a look at the recordings on the [Aqua Open Source YouTube channel.](https://www.youtube.com/channel/UCZd5NF4XJRaU-yfextsY-pw) + +## Conference recording + +* [eBPF Warfare - Detecting Kernel & eBPF Rootkits with Tracee](https://youtu.be/0MjVan5lQd0) +* [Verifiable GitHub Actions with eBPF - Jose Donizetti, Aqua](https://www.youtube.com/watch?v=6vNt9JMU9p4) +* [Tracee Features and Internals: High Throughput of eBPF Events for Execution Patterns Detections](https://youtu.be/xdEVGT5vAIM) +* [BlackHat Arsenal 2022: Detecting Linux kernel rootkits with Aqua Tracee](https://youtu.be/EATX8g3sh-0) +* [Tracee presentation at BlackHat USA 2021](https://youtu.be/LXP2tdBPNj8) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 11ae6b05fba..0d97c0335fb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,6 +25,7 @@ nav: - Working with Tracee's Policies on Kubernetes: tutorials/k8s-policies.md - Deploy Tracee Grafana Dashboard: tutorials/deploy-grafana-dashboard.md - Accessing Tracee Logs through Promtail and Loki: tutorials/promtail.md + - Additional Resources: tutorials/additional-resources.md - Docs: - Overview: docs/overview.md - Events: