All Projects → jankais3r → Dnoise

jankais3r / Dnoise

Licence: mit
DNS noise generator that looks at your network activity and blends in. Requires pi-hole.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dnoise

Partyloud
A simple tool to generate fake web browsing and mitigate tracking
Stars: ✭ 170 (+93.18%)
Mutual labels:  dns, privacy
dns-resolver-infra
Privacy DNS infrastructure
Stars: ✭ 39 (-55.68%)
Mutual labels:  dns, privacy
Blokada
The official repo for Blokada for Android and iOS.
Stars: ✭ 2,427 (+2657.95%)
Mutual labels:  dns, privacy
Secureoperator
A DNS-protocol proxy for DNS-over-HTTPS providers, such as Google and Cloudflare
Stars: ✭ 241 (+173.86%)
Mutual labels:  dns, privacy
Fem
Blokada 5 for Android and iOS (repo moved).
Stars: ✭ 57 (-35.23%)
Mutual labels:  dns, privacy
Pihole Unbound
Guide to setup Unbound recursive DNS resolver with Pi-Hole. With additional configs for speed and security!! 🚀🔒
Stars: ✭ 165 (+87.5%)
Mutual labels:  dns, privacy
whisperer
Simple Go program that makes HTTP request constantly in order to generate random HTTP/DNS traffic noise
Stars: ✭ 31 (-64.77%)
Mutual labels:  dns, privacy
Nogo
A cross-platform network-wide ad/site blocker with a simple web control panel.
Stars: ✭ 143 (+62.5%)
Mutual labels:  dns, privacy
Hblock
Improve your security and privacy by blocking ads, tracking and malware domains.
Stars: ✭ 724 (+722.73%)
Mutual labels:  dns, privacy
Dnsserver
Technitium DNS Server
Stars: ✭ 603 (+585.23%)
Mutual labels:  dns, privacy
Encrypted Dns Server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 398 (+352.27%)
Mutual labels:  dns, privacy
Noisy
Simple random DNS, HTTP/S internet traffic noise generator
Stars: ✭ 1,208 (+1272.73%)
Mutual labels:  dns, privacy
Dnscrypt Menu
Manage DNSCrypt from the macOS menu bar (BitBar plugin)
Stars: ✭ 59 (-32.95%)
Mutual labels:  dns, privacy
1hosts
DNS filter-/blocklists | safe. private. clean. browsing!
Stars: ✭ 85 (-3.41%)
Mutual labels:  dns, privacy
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (-10.23%)
Mutual labels:  privacy
Viper Browser
A lightweight Qt5 web browser using QtWebEngine
Stars: ✭ 84 (-4.55%)
Mutual labels:  privacy
Datadefender
Sensitive Data Management: Data Discovery and Anonymization toolkit
Stars: ✭ 79 (-10.23%)
Mutual labels:  privacy
Wahay
an easy-to-use, secure and decentralized conference call application (this repository is a mirror of an internal work repository)
Stars: ✭ 79 (-10.23%)
Mutual labels:  privacy
Ten34
A globally-distributed, eventually-consistent, 100% available key-value store ;)
Stars: ✭ 87 (-1.14%)
Mutual labels:  dns
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (-4.55%)
Mutual labels:  privacy

DNoiSe

DNS noise generator that looks at your network activity and blends in. Requires pi-hole to run.

DNoiSe blended into organic traffic The blue graph line marks queries generated by DNoiSe, blending in with peaks and valleys of organic traffic.

Why bother?

  1. Does your DNS provider log your queries? If it does, you should change your DNS provider. But if you can't, this will make it harder for them to profile you based on your DNS requests. Not impossible, but harder.
  2. Plausible deniability.

Dependencies

pip install pandas
# Raspberry Pi users should use 'sudo apt-get install python-pandas' instead

pip install requests
pip install dnspython

Recommended setup

  1. Run this on the same machine that hosts your pi-hole instance.
  2. Pair this with dnscrypt-proxy or some other DNSCrypt/DoH client to make sure your ISP can't snoop on your queries.
  3. Put this in your crontab -e to make it run after reboot. @reboot /usr/bin/python /home/pi/DNoiSe.py
  4. That's all there is to it. The script will sample network activity every minute and add 10% extra DNS queries made randomly to Cisco's top 1M domain list.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].