Skip to main content

Local DNS Firewall

Project description

Downloads Latest Version License Supported Python implementations

DNS firewall

A proxy to inspect and mingle locally generated DNS queries. Optional tray icon an Gtk interface.

Rationale

Inspecting and filtering DNS traffic generated by desktop applications can be tricky. Tools like tcpdump have no way to tell which running process generated a DNS query. Also, Netfilter cannot filter traffic by domain name and many domains resolve to IP addresses that change frequently.

A typical use case is to monitor browser, browsers plugins and extensions for suspicious home-calling or malicious/tracking javascript, or other application leaking data through DNS queries.

dns-firewall acts as a forwarding DNS resolver. It listens locally on port 53 and forwards only the allowed queries to external resolvers.

It detects the name of the process trying to resolve a domain name and applies filtering rules based on that.

Features

  • Block DNS queries by application and domain, or return configurable IP addresses

  • Tray icon with activity indicators

  • Log window to inspect recent activity

  • Optionally resolve names using the Tor network

Usage

Create conf.yaml from conf.yaml.example

Binding to UDP port 53 is required. You can run the process as root or install and configure authbind:

sudo apt-get install authbind
sudo touch /etc/authbind/byport/53
authbind --depth 2 ./dns_firewall/main.py conf.yaml

# or

sudo ./dns_firewall/main.py conf.yaml

Add –tray to enable the tray icon and Gtk interface. Left-click on the tray icon to display the log window.

Update your /etc/resolv.conf with “nameserver 127.0.0.1”

Development status

In development. Testing and contributions are welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dns-firewall-0.0.4.tar.gz (13.7 kB view details)

Uploaded Source

File details

Details for the file dns-firewall-0.0.4.tar.gz.

File metadata

File hashes

Hashes for dns-firewall-0.0.4.tar.gz
Algorithm Hash digest
SHA256 57de5a10d41b3ab4bda0ec1bc8e6d7da1c9572b188af9d174f79c4c10a582e6c
MD5 eb001a61ae50a6b8bf34f90c4b2b0161
BLAKE2b-256 c4e1ac503e193adce7a1a892d507c21eaa1e5f7cef903daae0b7ee4445e51825

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page