Network Instrumentation and TCP File Descriptor Hijacking

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • boopkit

    Linux eBPF backdoor over TCP. Spawn reverse shells, RCE, on prior privileged access. Less Honkin, More Tonkin.

  • > What's the performance hit for doing this?

    So I want to be clear. This work is very much in the "fantasy" stage. I haven't ran this at scale, and there is a lot I would do before I blindly rolled something like this out. As far performance impact, it obviously would depend on how it's implemented however I think a reasonable amount of "tracer packets" being sent out every 15 seconds or so to each hop shouldn't be too disruptive to the network, or to the host machine issuing the request. In other words if you take the `ptrace(2)` concern out of the equation (this is the big one in my mind) its going to be negligible.

    > And, the rootkit question, how would eBPF notice you doing this?

    I suppose it would depend on what your strategy with eBPF is and where you were looking. Reminding yourself that the pidfd_getfd and pidfd_open functions are system calls, I think any modern Linux auditing system would see something like this "a mile away".

    In other words, I don't see somebody using this tactic to steal FDs in production without quickly alerting most security systems. I suspect there would be ways of hiding this however... https://github.com/krisnova/boopkit...

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Uprobes Siblings - Capturing HTTPS Traffic: A Rust and eBPF Odyssey

    3 projects | dev.to | 7 Dec 2023
  • Harnessing eBPF and XDP for DDoS Mitigation - A Rust Adventure with rust-aya

    3 projects | dev.to | 21 Nov 2023
  • Linux runtime security agent powered by eBPF

    1 project | /r/patient_hackernews | 22 Oct 2023
  • Linux runtime security agent powered by eBPF

    5 projects | news.ycombinator.com | 19 Oct 2023
  • Kubernetes security projects for entry grad roles in DevSecOps/Cloud security

    1 project | /r/kubernetes | 9 Jul 2023