Patches coming today for DNS vulnerability


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Patches coming today for DNS vulnerability
# 1  
Old 07-08-2008
Patches coming today for DNS vulnerability

Tue, 08 Jul 2008 19:05:22 GMT
Whether you're running Linux, Windows, Cisco, Sun, or other DNS servers, you are at risk from a newly discovered vulnerability. So says Dan Kaminsky, head of penetration testing research at IO Active, who accidently discovered the DNS "design flaw" earlier this year.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

2. Shell Programming and Scripting

meaning of today=${1:-${today}}

what does today=${1:-${today}} mean??? I saw a script which has these two lines: today=`date '+%y%m%d'` today=${1:-${today}} but both gives the same value for $today user:/export/home/user>today=`date '+%y%m%d'` user:/export/home/user>echo $today 120326... (2 Replies)
Discussion started by: Vidhyaprakash
2 Replies

3. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies
Login or Register to Ask a Question
DNS-FLOOD-DETECTOR(8)					     dns flood detection tool					     DNS-FLOOD-DETECTOR(8)

NAME
DNS-FLOOD-DETECTOR - dns flood detection and alert tool SYNOPSIS
dns-flood-detector [-b|-d] [-v] [-h] [-i device] [-t n] [-a n] [-w n] [-x n] [-m n] DESCRIPTION
DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response to the use of one's nameserver to facilitate spam. OPTIONS
-b run in foreground in bindsnap mode -d run in background in daemon mode -v verbose output - use again for more verbosity -h display help -i device specify device name to listen on -t n alarm at >n queries per second -a n reset alarm after n seconds -w n calculate stats every n seconds -x n create n buckets -m n report overall stats every n seconds SEE ALSO
Website <http://www.adotout.com/> AUTHOR
DNS-FLOOD-DETECTOR was written by Dennis Opacki <dopacki@adotout.com>. This manual page was written by Jan Wagner <waja@cyconet.org>, for the Debian project (but may be used by others). 1.10 2006-11-03 DNS-FLOOD-DETECTOR(8)