<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hosting Al Descubierto &#187; dns</title>
	<atom:link href="http://hostingaldescubierto.com/wordpress/category/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostingaldescubierto.com/wordpress</link>
	<description>Ayuda plesk  hosting, servidores dedicados y virtuales. ¿ problemas con spam, migraciones, installar aplicaciones ? podemos ayudarte</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:44:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debian: Fallo de seguridad en BIND</title>
		<link>http://hostingaldescubierto.com/wordpress/2009/07/29/debian-fallo-de-seguridad-en-bind/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debian-fallo-de-seguridad-en-bind</link>
		<comments>http://hostingaldescubierto.com/wordpress/2009/07/29/debian-fallo-de-seguridad-en-bind/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 07:59:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Artículos]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[seguridad]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2009/07/29/debian-fallo-de-seguridad-en-bind/</guid>
		<description><![CDATA[Se ha publicado una actualización del paquete BIND para Debian . Exite un fallo de seguridad con el cual el denomio de dns cae con un paquete especificamente mal formado 15:38:11.676045 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto: UDP (17), length: 178) 10.2.0.205.59447 &#62; 10.2.0.205.53: 17378 update [1a] [1n] [1au] [...]]]></description>
			<content:encoded><![CDATA[<p>Se ha publicado una <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538975" target="_blank">actualización del paquete <b>BIND</b> para Debian </a>.</p>
<p>Exite un fallo de seguridad con el cual el denomio de dns cae con un paquete especificamente mal formado</p>
<pre>
15:38:11.676045 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto: UDP (17), length: 178) 10.2.0.205.59447 &gt; 10.2.0.205.53:  17378 update [1a] [1n] [1au] SOA? 8.0.10.in-addr.arpa. 8.8.0.10.in-addr.arpa. ANY ns: [|domain]
</pre>
<p>Bind solo fallará si se usa un nameserver como fqdn.</p>
<p>Script que proporcionan en debian para probar el fallo :</p>
<pre>
#!/usr/bin/perl -w

use Net::DNS;

our $NSI = '&lt;dns server&gt;';
our $NSI_KEY_NAME = '&lt;key name&gt;';
our $NSI_KEY = '&lt;key&gt;';

my $rzone = '&lt;zone&gt;';
my $rptr  = "1.$rzone";

my $packet = Net::DNS::Update-&gt;new($rzone);

$packet-&gt;push(
    pre =&gt; Net::DNS::RR-&gt;new(
        Name  =&gt; $rptr,
        Class =&gt; 'IN',
        Type  =&gt; 'ANY',
        TTL   =&gt; 0,
    )
);
$packet-&gt;push(
    update =&gt; Net::DNS::RR-&gt;new(
        Name  =&gt; $rptr,
        Class =&gt; 'ANY',
        Type  =&gt; 'ANY',
    )
);

$packet-&gt;sign_tsig( $NSI_KEY_NAME, $NSI_KEY ) if $NSI_KEY_NAME &#038;&#038; $NSI_KEY;

print $packet-&gt;string;

Net::DNS::Resolver-&gt;new( nameservers =&gt; [$NSI] )-&gt;send($packet);
</pre>
<p>Más información <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538975" target="_blank">aquí</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2009%2F07%2F29%2Fdebian-fallo-de-seguridad-en-bind%2F&amp;title=Debian%3A%20Fallo%20de%20seguridad%20en%20BIND" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2009/07/29/debian-fallo-de-seguridad-en-bind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Herramienta de stress para bind/named</title>
		<link>http://hostingaldescubierto.com/wordpress/2008/07/18/herramienta-de-stress-para-bind/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=herramienta-de-stress-para-bind</link>
		<comments>http://hostingaldescubierto.com/wordpress/2008/07/18/herramienta-de-stress-para-bind/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 14:36:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dns]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2008/07/18/herramienta-de-stress-para-bind/</guid>
		<description><![CDATA[A veces surge la necesidad de verificar si nuestros servicios están correctamente optimizados. En nuestro caso vamos a comprobar qué tal se comporta un servidor bind/named ( servicio dns ) Usaremos la herramienta queryperf ( dns stress tool ) cd /usr/src apt-get install libbind-dev build-essential libssl-dev wget ftp://ftp.nominum.com/pub/nominum/dnsperf/1.0.1.0/dnsperf-src-1.0.1.0-1.tar.gz tar zxvf dnsperf-src-1.0.1.0-1.tar.gz cd dnsperf-src-1.0.1.0-1 ./configure make [...]]]></description>
			<content:encoded><![CDATA[<p>A veces surge la necesidad de verificar si nuestros servicios están correctamente optimizados. En nuestro caso vamos a comprobar qué tal se comporta un servidor bind/named ( servicio dns )</p>
<p>Usaremos la herramienta queryperf ( dns stress tool )</p>
<pre>
cd /usr/src
apt-get install libbind-dev build-essential libssl-dev

wget ftp://ftp.nominum.com/pub/nominum/dnsperf/1.0.1.0/dnsperf-src-1.0.1.0-1.tar.gz
tar zxvf dnsperf-src-1.0.1.0-1.tar.gz
cd dnsperf-src-1.0.1.0-1
./configure
make
make install</pre>
<p>y para probarlo ( el fichero de examples está contenido en paquete tar ) :</p>
<pre>
dnsperf -s dns.hostingaldescubierto.com &lt; examples/queryfile-example-100thousand

DNS Performance Testing Tool

Nominum Version 1.0.1.0

[Status] Processing input data
[Status] Sending queries (to 192.168.100.1)
[Status] Testing complete

Statistics:

Parse input file:     once
Ended due to:         reaching end of file

Queries sent:         100000 queries
Queries completed:    100000 queries
Queries lost:         0 queries

Avg request size:     41 bytes
Avg response size:    110 bytes

Percentage completed: 100.00%
Percentage lost:        0.00%

Started at:           Fri Jul 18 14:56:52 2008
Finished at:          Fri Jul 18 14:57:01 2008
Ran for:              9.552197 seconds

Queries per second:   10468.795817 qps</pre>
<p>También podeis consultar un interesante artículo acerca del rendimiento de Bind 9 en distintos servidores <a href="ftp://ftp.isc.org/isc/dns_perf/ISC-TN-2008-1.pdf">en este enlace</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2008%2F07%2F18%2Fherramienta-de-stress-para-bind%2F&amp;title=Herramienta%20de%20stress%20para%20bind%2Fnamed" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2008/07/18/herramienta-de-stress-para-bind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

