Archive for January, 2007
OpenDNS issues
1I’ve recently seen some issues onto my DNS servers, after testing them with DNS Report.
So, the red-flagged message was:
ERROR: One or more of your nameservers reports that it is an open DNS server.
This usually means that anyone in the world can query it for domains it is not authoritative for
(it is possible that the DNS server advertises that it does recursive lookups when it does not,
but that shouldn’t happen). This can cause an excessive load on your DNS server. Also, it is
strongly discouraged to have a DNS server be both authoritative for your domain and be
recursive (even if it is not open), due to the potential for cache poisoning (with no recursion, there
is no cache, and it is impossible to poison it). Also, the bad guys could use your DNS server as
part of an attack, by forging their IP address.Problem record(s) are:
Server dns.ip1.he.re reports that it will do recursive lookups. [test]
Server dns.ip2.he.re reports that it will do recursive lookups. [test]
The issue is not critical, but needs attention. It takes about 10 minutes to fix it.
(more…)
Spammer jegos: Călin Dalota de la Beia Consulting Internaţional
7Am primit încă un mesaj nesolicitat de la Beia Consult Internaţional, asta după ce acum câteva luni am mai raportat un mesaj nesolicitat de la ei.
PHP Captcha
Având nevoie de un modul independent de captcha pentru un formular de contact, am găsit ceva destul de simplu de implementat şi suficient de bun să acopere nevoile primare, până la găsirea unei soluţii mai paranoice, dacă e necesar.
