|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Wed, 06 Aug 2008
Additional note on DNS poisoning attack IN A entry injection.
# ping poisoned_dns.blah.com -c100 > /dev/null 2>&1 & # tcpdump -nn icmp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 11:27:20.422124 IP devfs1 > 1.2.3.4: ICMP echo request, id 55367, seq 5, length 64 11:27:20.422333 IP gw > devfs1: ICMP host 1.2.3.4 unreachable, length 36 11:27:21.422126 IP devfs1 > 1.2.3.4: ICMP echo request, id 55367, seq 6, length 64 11:27:21.422310 IP gw > devfs1: ICMP host 1.2.3.4 unreachable, length 36 11:27:22.422123 IP devfs1 > 1.2.3.4: ICMP echo request, id 55367, seq 7, length 64 11:27:22.422286 IP gw > devfs1: ICMP host 1.2.3.4 unreachable, length 36 11:27:23.423122 IP devfs1 > 1.2.3.4: ICMP echo request, id 55367, seq 8, length 64 11:27:23.423311 IP gw > devfs1: ICMP host 1.2.3.4 unreachable, length 36 /devel/networking/dns :: Link / Comments () |