|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Tue, 05 Aug 2008
DNS cache poisoning attack succeeded for the constant port.
# dig @devfs1 3-c13a-15729.paypal.com. ; <<>> DiG 9.5.0-P2 <<>> @devfs1 3-c13a-15729.paypal.com. ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18330 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0 ;; QUESTION SECTION: ;3-c13a-15729.paypal.com. IN A ;; ANSWER SECTION: 3-c13a-15729.paypal.com. 123405 IN A 1.2.3.4 # dig 1-71b2-16080.money.paypal.com. ... ;; ANSWER SECTION: 1-71b2-16080.money.paypal.com. 123421 IN A 1.2.3.4 # dig @localhost 29-07f3-16098.test.com ... ;; ANSWER SECTION: 29-07f3-16098.test.com. 123411 IN A 1.2.3.4Although it is not a complete win yet: additional section from the poisoning packet was parsed, and entry looks like inserted into DNS server database, but subsequent request ends up with querying remote server. Probably because my fake requests do not contain authority section, so I will extend it and continue this game :) Ugh, 4 A.M. My body, soul and what else wants to sleep will all hate me tomorrow. /devel/networking/dns :: Link / Comments () |