Skip to content

eBPF-based egress audit tool for CI environments. Captures outbound network connections with executable paths and DNS hostnames.

License

Notifications You must be signed in to change notification settings

tuananh/ci-agent

Repository files navigation

CI Agent

eBPF-based egress audit tool for CI environments. Captures outbound network connections with executable paths and DNS hostnames.

Usage

make                                    # Build
sudo ./ci-agentd                        # Run daemon
nc -U /run/ci-agent.sock                # View logs (in another terminal)
dig google.com                          # Test DNS capture
curl https://www.github.com             # Generate traffic

About

eBPF-based egress audit tool for CI environments. Captures outbound network connections with executable paths and DNS hostnames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published