<?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>TUX-ES.com &#187; windows</title>
	<atom:link href="http://www.tux-es.com/project1/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tux-es.com/project1</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Alternativa al análisis seguro de binarios .exe</title>
		<link>http://www.tux-es.com/project1/2010/05/alternativa-al-analisis-seguro-de-binarios-exe/</link>
		<comments>http://www.tux-es.com/project1/2010/05/alternativa-al-analisis-seguro-de-binarios-exe/#comments</comments>
		<pubDate>Wed, 26 May 2010 14:34:27 +0000</pubDate>
		<dc:creator>macuriel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tux-es.com/project1/?p=666</guid>
		<description><![CDATA[Hoy seré breve, pero conciso. Cuando hemos sospechado de algún fichero ejecutable, siempre hemos tenido dos opciones:
- La primera y menos recomendable, ejecutarlo y pensar que solo se &#8220;infectan&#8221; los demás. Nada recomendable  
- La segunda, tener un sistema Windows virtualizado, ejecutarlo allí mientras monitorizamos con cosas como Filemon, Regmon, wireshark , etc&#8230;
Recientemente, he [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy seré breve, pero conciso. Cuando hemos sospechado de algún fichero ejecutable, siempre hemos tenido dos opciones:</p>
<p>- La primera y menos recomendable, ejecutarlo y pensar que solo se &#8220;infectan&#8221; los demás. Nada recomendable <img src='http://www.tux-es.com/project1/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>- La segunda, tener un sistema Windows virtualizado, ejecutarlo allí mientras monitorizamos con cosas como Filemon, Regmon, wireshark , etc&#8230;</p>
<p>Recientemente, he encontrado una forma más rápida, y que puede ayudarnos en casos muy concretos.</p>
<ul>
<li>VirusTotal &#8211; <a href="http://www.virustotal.com/es/">http://www.virustotal.com/es/</a></li>
<li>Joebox &#8211; <a href="http://www.joebox.org/">http://www.joebox.org/</a></li>
<li>Anubis &#8211; <a href="http://anubis.iseclab.org/">http://anubis.iseclab.org/</a></li>
</ul>
<p>Con VirusTotal podremos analizar ficheros con varios motores antivirus al mismo tiempo, nos dará una orientación sobre el tipo de ficheros que manejas. Además esta web viene de la mano de <a href="http://www.hispasec.com/">Hispasec Sistemas</a>, muy buena referencia desde mi punto de vista.</p>
<p>Con Joebox podremos instalarnos una <a href="http://es.wikipedia.org/wiki/Sandbox">sandbox</a>, y ejecutar en un entorno seguro virtual este ejecutable. Nos dará trazas con información relevante sobre su comportamiento. Este entorno virtual, es de fácil despliegue y con las mismas garantías de seguridad que una máquina virtual con sistema operativo independiente.</p>
<p>Por último Anubis, con su servicio online, analizará el binario y nos enviará un informe sobre su comportamiento. Un complemento ideal a cualquier sandbox, nos permitirá contrastar la información.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tux-es.com/project1/2010/05/alternativa-al-analisis-seguro-de-binarios-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grep para entornos windows ^^</title>
		<link>http://www.tux-es.com/project1/2009/12/grep-para-entornos-windows/</link>
		<comments>http://www.tux-es.com/project1/2009/12/grep-para-entornos-windows/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:11:01 +0000</pubDate>
		<dc:creator>macuriel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[RegExp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tux-es.com/project1/?p=588</guid>
		<description><![CDATA[Cual ha sido mi sorpresa hoy, leyendo un artículo sobre implementación de Bacula Client en entornos Windows, encontré el siguiente comando:
findstr
Leyendo más sobre él, puedo concluir que tiene la apariencia de grep, que ni hablo del sed  , pero con menos potencia:
findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [...]]]></description>
			<content:encoded><![CDATA[<p>Cual ha sido mi sorpresa hoy, leyendo un artículo sobre implementación de <a href="http://www.bacula.org">Bacula</a> Client en entornos Windows, encontré el siguiente comando:</p>
<h2><strong>findstr</strong></h2>
<p>Leyendo más sobre él, puedo concluir que tiene la apariencia de grep, que ni hablo del sed <img src='http://www.tux-es.com/project1/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , pero con menos potencia:</p>
<h3>findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [/offline] [/g:file] [/f:file] [/c:string] [/d:dirlist] [/a:ColorAttribute] [strings] [[Drive:][Path] FileName [...]]</h3>
<p>Ey!, que nos deja poner algunas expresiones regulares:</p>
<table id="ENCAC" style="border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">.</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Wildcard: any character</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">*</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Repeat: zero or more occurrences of previous character or class</p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">^</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Line position: beginning of line</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">$</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Line position: end of line</p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">[<em>class</em>]</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Character class: any one character in set</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">[^<em>class</em>]</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Inverse class: any one character not in set</p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">[<em>x</em>-<em>y</em>]</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Range: any characters within the specified range</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">\<em>x</em></p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Escape: literal use of metacharacter <em>x</em></p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">\&lt;<em>xyz</em></p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Word position: beginning of word</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;"><em>xyz\&gt;</em></p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Word position: end of word</p>
</td>
</tr>
</tbody>
</table>
<p><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/findstr.mspx?mfr=true">Referencias &#8211; http://www.microsoft.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tux-es.com/project1/2009/12/grep-para-entornos-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
