Prevent Ads & Malware - DNS Security
DNS-Resolver Ranking
Winner
Neustart (Threat Protection) DNS – 156.154.70.2
https://www.home.neustar/dns-services/ultra-recursive-dns
DNS0.eu: French non-profit DNS Hardening
IPv4:
193.110.81.9
and
185.253.5.9
Quad9: More Privacy & Security via DNS
https://www.ionos.de/digitalguide/server/knowhow/quad9-dns/
As this is part of the 9.x.x.x network, this is sponsored by IBM.
Useful setup is this: (validate DNSSEC and EDNS enabled service)
IPv4:
9.9.9.11 (dns.quad9.net)
and
149.112.112.112
IPv6:
2620:fe::11
2620:fe::fe
How to test a domain if blocked?
https://quad9.net/result?url=isitblocked.org
How Effective?
https://www.quad9.net/service/threat-blocking
=>
A recent study determined that approximately 33% of cybersecurity breaches could be blocked by a DNS-based system such as Quad9 (https://www.globalcyberalliance.org/reports_publications/measuring-the-economic-value-of-dns-security/)
Quad9 suggests that all users have multiple methods of defending themselves against cyber risks, such as anti-virus software. But as a no-cost, easily installed first-layer defense, Quad9 is extremely effective at preventing a broad set of infections or fraudulent activities and can easily be implemented on almost all Internet-connected devices in a network or home.
Different Open DNS-Servers
https://privacy-handbuch.de/handbuch_93d.htm
Open DNS Resover?
https://www.shodan.io/search?query=pi-hole
https://www.reddit.com/r/pihole/comments/rpybqw/can_pihole_be_used_while_away_from_home_network/
Why NO OPEN DNS Resolver? (DNS Amplification Attack)
How to bind to Interface and not local network ONLY? (DNSMASQ_WARN Warning in dnsmasq core:)
=>
http://linux.gueldenpfennig.info/admin/settings.php?tab=dns
iptables - how to use permit & deny?
Show all current Settings
iptables -L
Delete all Entries (Flush)
iptables -F
Recreate the Entries
### Greenfiber ...
iptables -A INPUT -p tcp -s 45.155.140.0/22 --dport 53 -j ACCEPT
iptables -A INPUT -p udp -s 45.155.140.0/22 --dport 53 -j ACCEPT
### SoftEther Network
iptables -A INPUT -p tcp -s 192.168.217.0/24 --dport 53 -j
ACCEPT
iptables -A INPUT -p udp -s 192.168.217.0/24 --dport 53 -j
ACCEPT
### Wireguard Network
iptables -A INPUT -p tcp -s 192.168.223.0/24 --dport 53 -j
ACCEPT
iptables -A INPUT -p udp -s 192.168.223.0/24 --dport 53 -j
ACCEPT
### linux-volker itself ...
iptables -A INPUT -p tcp -s 45.89.127.31/32 --dport 53 -j ACCEPT
iptables -A INPUT -p udp -s 45.89.127.31/32 --dport 53 -j ACCEPT
### loopback itself ...
iptables -A INPUT -p tcp -s 127.0.0.1/32 --dport 53 -j ACCEPT
iptables -A INPUT -p udp -s 127.0.0.1/32 --dport 53 -j ACCEPT
### deny all the rest ...
iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport 53 -j REJECT
iptables -A INPUT -p udp -s 0.0.0.0/0 --dport 53 -j REJECT
All changes in iptables NEED to be updated in Pi-hole.docx as well!!!
AFTER each change, we need to save this for "after reboot" ...
netfilter-persistent save
or
iptables-save > /etc/iptables/rules.v4
You can check the new contents:
cat /etc/iptables/rules.v4
DROP or REJECT?
Explain the Entries
- 45.155.140.0/22 - Greenfiber Volker
- removed - 27.3.25 - 89.58.64.0/19 - 2provide GmbH, Kiel - Matsi???
- tbd:
- 45.89.127.31/32 - VM linux2 - for local accesses like squid
- 127.0.0.1/32 - loopback - for local accesses like squid
- Where to update as well??? (Pi-hole docu?)
apt install iptables-persistent
netfilter-persistent save
PI Hole - DNS Security
https://de.wikipedia.org/wiki/Pi-hole
https://discourse.pi-hole.net/t/hardware-software-requirements/273
https://docs.pi-hole.net/main/basic-install/#alternative-2-manually-download-the-installer-and-run
https://github.com/pi-hole
https://forum.iobroker.net/topic/65966/pihole-sinn-oder-unsinn/160
https://forum.iobroker.net/topic/65966/pihole-sinn-oder-unsinn/35?_=1701355493957
Jun 5, 2023, 11:58 PM
Vorteil von pihole ist,
wie schon erwähnt, das verhindern von Werbung und tracking
auf DNS-Basis, also im gesamten Netzwerk, in allen Programmen und allen Geräten
Das beschleunigt dann auch noch den Seitenabruf, da Daten, die nicht abgerufen werden, auch nicht durch die Leitung müssen (nicht alle Werbebanner Anbieter sind hochperformant)
Andere Lösungen wie bspw AdBlockPlus wirken nur auf einem Gerät und nur im Browser. pihole kann bspw auch die ganzen Trackinginformationen von Windows selbst wegblocken. Auch Werbung in Apps auf Handy und Tablet.
Gerüchteweise soll es das auch für Spotify free und Youtube geben.
Nachteil:
Manche Seitenanbieter haben mittlerweile Mechansimen, die Werbeblocker erkennen und leider sogar dann, wenn diese Seiten auf der Whitelist stehen.
Das sind dann wohl die Fälle, wo es Probleme macht.
Es scheint wohl für alles auch irgendwelche Listen zu geben
Auch kann pihole im Gegensatz zu den Browsererweiterung keine Seiteninhalte analysieren und dann bestimmte andere Effekte (PopUps) blocken.
=> Es scheint so, dass man das einfach auf Ubuntu im Netz installieren kann und dann NUR den DNS Server darauf zeigen lassen muss ... also ganz einfach zu testen :-)
OpenDNS & Pi-hole
https://discourse.pi-hole.net/t/opendns-upstream-not-working/60019/23
eBlocker as free Solution
Cisco Umbrella
https://support.opendns.com/hc/en-us/articles/23294738520340-OpenDNS-Subscription-Upgrade
=>
OpenDNS Home / Deluxe & Home VIP are for free now :-)
Still possible, to setup free account and customize the DNS Server?
https://www.pcwelt.de/article/1192557/phishing-und-familienschutz-im-netzwerk-einrichten.html
https://signup.opendns.com/homefree/
=> Free Account Setup ...
=> https://dashboard.opendns.com/
OpenDNS addresses: (Attention: This blocks all configured stuff when coming from the correct source address)
208.67.222.222
and
208.67.220.220
...and some more at Wikipedia ...
... in the Preferred DNS server and Alternate DNS server fields ;-)
https://support.opendns.com/hc/en-us/articles/227988047-Web-Content-Filtering-and-Security
https://www.opendns.com/home-internet-security/
https://de.wikipedia.org/wiki/OpenDNS
Titan DNS Filtering - Umbrella Replacement
https://www.titanhq.com/opendns-pricing/
https://www.titanhq.com/opendns-alternatives/
( Security , Malware , DNS, Phishing and Malware-Attacks, DNS Resolver )
#






0 Kommentare:
Kommentar veröffentlichen