Distributed-systems analyzer
See every request that crossed the wire. Decrypted, and kept.▌
Spider takes the packets off the wire with AF_PACKET, decrypts them using TLS keys eBPF lifts out of process memory, and reconstructs them into one correlated trace that is still there next week, when you find out you needed it.
◆ AF_PACKET capture · eBPF TLS keys · no code changes · HTTP · gRPC · Redis · PostgreSQL · Kafka
What Spider does
Built to end the guesswork
Decrypt the packets, not a copy
eBPF uprobes lift TLS and goTLS session keys from memory, and Spider decrypts the packets it captured. The handshake, the certificate and the connection that failed survive next to the plaintext.
One trace, five protocols, kept
HTTP, gRPC, Redis, PostgreSQL and Kafka reconstructed into a single correlated timeline, stored and searchable for as long as you set retention.
Automatic cluster map
eBPF traces and resolves every network call in the cluster, so you see what talks to what with no configuration.
Agentless by design
AF_PACKET takes the packets, eBPF takes the keys. No instrumentation, no libraries, no language lock-in. Deploy agents from the UI in a few clicks.
Runs on your infra
Helm and Docker, on-prem or SaaS, with IAM and data segregation. Your traffic never leaves your cluster.
Search it in your language
Tags and plugins resolve raw wire data into customers, orders and products, pulled from your own business APIs.
See how →How it works
Four steps, no instrumentation
- 1
Capture
AF_PACKET takes the packets off the wire across your pods. No agents in your code.
- 2
Decrypt
TLS keys lifted from OpenSSL and Go memory by eBPF decrypt those packets.
- 3
Parse
Protocol parsers rebuild every request and response, correlated end to end.
- 4
Visualize
Timelines, maps and a searchable trace of what actually happened.
The signature move
From raw wire to business meaning
Five protocols converge into one correlated trace. Then tags and plugins resolve every raw identifier into the customers, orders and products your business actually thinks in.
Every protocol, one trace
These five are just the start - more protocols are on the way.
◆ resolved live by tags + plugins, against your own business APIs
Ready to see it on real traffic?
Spin up the live demo and watch your protocols correlate into one trace.