[Postfixbuch-users] Bogus MX
Ralf Hildebrandt
Ralf.Hildebrandt at charite.de
Fr Sep 7 15:10:16 CEST 2007
* Uwe Driessen <driessen at fblan.de>:
> Irgendjemand hatte auch mal ein Script für die Abfrage nach bogus Netzwerken ich weis nur
> nicht mehr wer, ist so in etwa 6 Monate her.
> Hat das zufällig jemand abgespeichert ?
Sicher meins. Aber wo ist das :)
#!/bin/sh
cd /etc/bind
wget -nv -N http://www.cymru.com/Documents/bogon-bn-agg.txt
awk '
BEGIN { print "acl \"bogon\" {\n" }
/^(10\.|127\.|192\.168\.|172\.16\.)/ { printf ("//%s;\n",$0);next; }
// { printf ("%s;\n",$0) }
END { print "};\n"}
' bogon-bn-agg.txt > named.conf.bogons
Das ist awk und für meinen DNS...
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
All data leaves a trail. The search for data leaves a trail. The erasure of
data leaves a trail.The absence of data, under the right circumstances, can
leave the clearest trail of all. -- Dr. Kio Masada
Mehr Informationen über die Mailingliste Postfixbuch-users