Skip to content

onlinedj/tracee

This branch is 1098 commits behind aquasecurity/tracee:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6076457 · Jul 20, 2023
Jul 18, 2023
May 3, 2023
Mar 29, 2023
Jul 18, 2023
Jul 18, 2023
Jul 20, 2023
Jul 19, 2023
Jul 13, 2023
Mar 13, 2023
Jul 18, 2023
Jul 19, 2023
May 9, 2023
Jul 18, 2023
Jun 2, 2023
May 20, 2022
May 25, 2023
May 12, 2023
Jun 27, 2023
Feb 16, 2022
May 2, 2023
Sep 19, 2019
Jul 18, 2023
Nov 15, 2019
May 15, 2023
Jun 14, 2023
Jun 10, 2023
Jun 22, 2023
May 1, 2023
Dec 14, 2021
Jun 14, 2023
Jun 14, 2023
Jul 13, 2023
Feb 6, 2023

Repository files navigation

Tracee Logo

GitHub release (latest by date) License docker

Tracee: Runtime Security and Forensics using eBPF

Tracee uses eBPF technology to tap into your system and give you access to hundreds of events that help you understand how your system behaves. In addition to basic observability events about system activity, Tracee adds a collection of sophisticated security events that expose more advanced behavioral patterns. You can also easily add your own events using the popular Rego language. Tracee provides a rich filtering mechanism that allows you to eliminate noise and focus on specific workloads that matter most to you.

To learn more about Tracee, check out the documentation.

Quickstart

You can easily start experimenting with Tracee using the Docker image as follows:

docker run \
  --name tracee --rm -it \
  --pid=host --cgroupns=host --privileged \
  -v /etc/os-release:/etc/os-release-host:ro \
  -v /boot/config-$(uname -r):/boot/config-$(uname -r):ro \
  aquasec/tracee:$(uname -m)

To learn how to install Tracee in a production environment, check out the Kubernetes guide.


Tracee is an Aqua Security open source project.
Learn about our open source work and portfolio Here.
Join the community, and talk to us about any matter in GitHub Discussion or Slack.

About

Linux Runtime Security and Forensics using eBPF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 79.5%
  • C 16.8%
  • Open Policy Agent 1.3%
  • Shell 1.3%
  • Other 1.1%