# jvns/dnspeep

spy on the DNS queries your computer is making

Repository: https://github.com/jvns/dnspeep
Canonical: https://ross.abutalabs.com/products/dnspeep
Language: Rust
License: MIT
License Family: permissive
Last push: 2024-08-27T19:11:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1984, "days_push": 736, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1383, forks 60 (observed 2026-08-28T04:04:34.651925+00:00)

## What it is
dnspeep is a Rust command-line tool that captures DNS packets on port 53 using libpcap and displays DNS queries and responses together in real time. It helps users see exactly which DNS lookups their computer is making, including queries that received no response.

## Use cases
- see what DNS queries my computer is making
- debug why a domain isn't resolving
- find which programs are making DNS requests
- inspect DNS responses for a hostname
- detect DNS queries that get no response
- troubleshoot slow DNS lookups

## When to choose
- you want a quick, simple way to watch live DNS traffic on Linux or macOS
- you need to see DNS queries and responses paired on one line
- you're debugging DNS behavior over UDP on port 53

## When to avoid
- you need DNS-over-HTTPS or TCP DNS visibility
- you need a maintained, production-grade DNS monitoring tool
- you need a cross-platform tool that runs on Windows

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: networking, monitoring, developer-tools
- domain: networking, security, developer-tools
- platform: cli
- tags: dns, packet-capture, libpcap, packet-sniffing, network-debugging, command-line, linux, macos

## Member repositories
- jvns/dnspeep (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:34.651925+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:02.640072+00:00, confidence not recorded.
  - readme: https://github.com/jvns/dnspeep (fetched 2026-08-28T04:04:34.651925+00:00, sha 68d843b469b0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
