Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```