tracee VS monogon

Compare tracee vs monogon and see what are their differences.

monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress! (by monogon-dev)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tracee monogon
12 4
3,261 366
1.8% 27.0%
9.8 9.6
4 days ago 5 days ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tracee

Posts with mentions or reviews of tracee. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.
  • Linux runtime security agent powered by eBPF
    5 projects | news.ycombinator.com | 19 Oct 2023
  • Identifying PID generating DNS requests
    2 projects | /r/linuxquestions | 6 Jun 2023
    There're many other tools: https://github.com/aquasecurity/tracee from AquaSecurity for example
  • Help identifying which process is sending network requests
    4 projects | /r/linuxquestions | 4 Apr 2023
    You can also use tracee, or auditd
  • How do I intercept executed commands in user space?
    3 projects | /r/kernel | 26 Dec 2022
    If you're interested specifically in bash, you can look into bcc's bashreadline to output user commands. If you're interested in applying security policies to potential user commands, you can also take a look at Tracee although other open source solutions exist here as well.
  • Implement DevSecOps to Secure your CI/CD pipeline
    54 projects | dev.to | 27 Sep 2022
    Falco is a cloud native Kubernetes threat detection tool. It can detect unexpected behavior, intrusions, and data theft in real time. In the backend, it uses Linux eBPF technology to trace your system and applications at runtime. For example, it can detect if someone tries to read a secret file inside a container, access a pod as a root user, etc, and trigger a webhook or send logs to the monitoring system. There are similar tools like Tetragon, KubeArmor, and Tracee which also provide Kubernetes runtime security.
  • Debian 10 - Potentially infected by Hajime Threat
    1 project | /r/linuxquestions | 18 Aug 2022
  • Ask HN: Who is hiring? (January 2022)
    28 projects | news.ycombinator.com | 3 Jan 2022
    Aqua Security | Open Source Engineer (Go) | Remote

    Aqua Security provides the next generation of Cloud Native security solutions, and open source has been core to our DNA and strategy. Our Open Source team is fully remote worldwide.

    - https://github.com/aquasecurity/starboard : Kubernetes security, api-machinery and operators, security tool orchastration.

    - https://github.com/aquasecurity/trivy : Vulnerability and misconfiguration scanning, image/packages/code, static analysis.

    - https://github.com/aquasecurity/tracee : Runtime security, detect suspicious behavior, Linux and eBPF.

    I'm the hiring manager, feel free to DM me on twitter @itaysk if you have questions.

    Apply here: https://www.aquasec.com/about-us/careers/co/engineering/81.E...

    I will also be looking for an Engineering Manager to join the team soon. Responsibilities include people management, product direction, cross-team collaboration enablement. Need to understand the cloud native and opens source landscape. If you're interested please DM me on Twitter since the job posting isn't up yet.

  • Found malware on my system... can anyone tell me what it is? (or where better to ask)
    2 projects | /r/linuxquestions | 13 Aug 2021
    Besides opensnitch to monitor outbound connections you can use https://github.com/aquasecurity/tracee/tree/main/tracee-ebpf or the bpfcc-tools (apt install bpfcc-tools, opensnoop-bpfcc, execsnoop-bpfcc, tcpconnect-bpfcc, etc) to monitor the system, just in case there's something still running.
  • Ask HN: Who is hiring? (May 2021)
    20 projects | news.ycombinator.com | 3 May 2021
    Aqua Security provides the next generation of Cloud Native security solutions, and open source has been a core part to our DNA and strategy. Our Open Source team is fully remote worldwide. We are looking to expand with:

    - Golang / Kubernetes engineer for https://github.com/aquasecurity/starboard

    - Golang engineer for https://github.com/aquasecurity/trivy

    - eBPF/kernel developer for https://github.com/aquasecurity/tracee

    I'm the hiring manager, feel free to DM me on twitter @itaysk if you have questions.

    Apply here: https://www.aquasec.com/about-us/careers/co/engineering/81.E...

  • #Tracee: Seguridad y análisis forense en tiempo de ejecución con eBPF 🛡
    1 project | /r/u_esgeeks | 19 Apr 2021

monogon

Posts with mentions or reviews of monogon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-28.
  • Monogon: A Linux userland in pure Go
    4 projects | news.ycombinator.com | 28 Mar 2024
    It's somewhere in my git stack :).

    Until I get to publishing it, the proto/gRPC definitions for node management are a good enough start: https://github.com/monogon-dev/monogon/blob/main/metropolis/...

    And the top level API to actually deploy workloads is plain Kubernetes.

  • Ask HN: Who is hiring? (May 2021)
    20 projects | news.ycombinator.com | 3 May 2021
    Monogon, a fully remote, self-funded and engineer-led technology company, is hiring software engineers to work on Metropolis, an open source [1], secure, distributed cluster operating system based on Linux and Kubernetes.

    Metropolis runs on a fleet of bare metal or cloud machines and provides users with a hardened, production ready Kubernetes - without the overhead of traditional Linux distributions or configuration management systems. It does away with the scripting/YAML duct tape and configuration drift inherent to traditional deployments, and instead provides a stable, API-driven, secure and vendor-lock-in-free platform for companies to build their products upon.

    We're looking for senior candidates who can design, implement and verify complex systems that will make up part of Metropolis. We offer a kind and honest work environment in which we prioritize quality over quantity. You'll be the fourth member of a team working on an ambitious, industry-challenging product.

    Our ideal candidate is a generalist with deeper knowledge in one or more of the following areas:

    - Distributed systems;

    - Software engineering of systems built to last;

    - Security engineering, especially experience with secure boot chains;

    - Low-level programming and debugging (C, Linux Kernel, …);

    - Kubernetes, especially practical experience of running bare-metal production deployments;

    - Platform development, ie. running a 'Company A' style infrastructure/DevOps team [2].

    Our codebase is mostly Go (including pid1!), so knowledge of the language is a plus, but not a requirement (given the seniority of the position, we expect any candidate to be able to ramp up on Go within a few weeks).

    To get in touch, email me at at nexantic.com.

    [1] - https://github.com/monogon-dev/monogon

    [2] - https://rachelbythebay.com/w/2020/05/19/abc/

  • Ask HN: Who is hiring? (April 2021)
    21 projects | news.ycombinator.com | 1 Apr 2021
    - Platform development, ie. running a 'Company A' style infrastructure/DevOps team [2].

    Our codebase is mostly Go (including pid1!), so knowledge of the language is a plus, but not a requirement (given the seniority of the position, we expect any candidate to be able to ramp up on Go within a few weeks).

    To get in touch, email me at at nexantic.com.

    [1] - https://github.com/monogon-dev/monogon

What are some alternatives?

When comparing tracee and monogon you can also consider the following projects:

falco - Cloud Native Runtime Security

talos - Talos Linux is a modern Linux distribution built for Kubernetes.

trivy - Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

Kedro - Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.

ThreatMapper - Open source cloud native security observability platform. Linux, K8s, AWS Fargate and more.

libseccomp - The main libseccomp repository

u-bmc - Open-source firmware for your baseboard management controller (BMC)

eBPF-Guide - eBPF (extended Berkeley Packet Filter) Guide. Learn all about the eBPF Tools and Libraries for Security, Monitoring , and Networking.

postgrest - REST API for any Postgres database

ebpfkit - ebpfkit is a rootkit powered by eBPF

starboard - Moved to https://github.com/aquasecurity/trivy-operator