Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T20:40:27.000Z (2 months ago)
- Last Synced: 2024-11-27T06:07:16.574Z (26 days ago)
- Topics: bcc, bpf, dns, ebpf, ebpf-programs
- Language: Python
- Homepage:
- Size: 515 KB
- Stars: 159
- 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.
![Demo](assets/demo.gif)## 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
```