https://github.com/furkanonder/dnstrace
Monitor DNS queries by host processes using eBPF!
https://github.com/furkanonder/dnstrace
bcc bpf dns ebpf ebpf-programs
Last synced: 10 days ago
JSON representation
Monitor DNS queries by host processes using eBPF!
- Host: GitHub
- URL: https://github.com/furkanonder/dnstrace
- Owner: furkanonder
- License: mit
- Created: 2024-10-01T22:58:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T20:40:27.000Z (6 months ago)
- Last Synced: 2025-04-04T02:07:01.496Z (19 days ago)
- Topics: bcc, bpf, dns, ebpf, ebpf-programs
- Language: Python
- Homepage:
- Size: 515 KB
- Stars: 170
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DnsTrace
DnsTrace is a tool that identifies DNS queries made by processes on the host.
## Installation
Before installing DnsTrace, you need to install BCC (BPF Compiler Collection) as it is a
dependency for the project. You can find installation instructions [here](https://github.com/iovisor/bcc/blob/master/INSTALL.md).After installing BCC, you can install DnsTrace using the following command:
```sh
pipx install dnstrace
```## Running
```sh
sudo dnstrace
```