<?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/en/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tux-es.com/project1</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 14:15:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure analysis alternative of .exe binaries</title>
		<link>http://www.tux-es.com/project1/en/2010/05/alternativa-al-analisis-seguro-de-binarios-exe/</link>
		<comments>http://www.tux-es.com/project1/en/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[Today, I&#8217;ll explain in short three alternatives for analysing binary files.
When we had suspected about binary file, we&#8217;ve had two options:
- First one and not recomendable, running and thinking that it only get &#8220;infected&#8221; the others  
- Second one, to have a Windows system virtualized, run it there while we monitorize it with tools [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;ll explain in short three alternatives for analysing binary files.</p>
<p>When we had suspected about binary file, we&#8217;ve had two options:</p>
<p>- First one and not recomendable, running and thinking that it only get &#8220;infected&#8221; the others <img src='http://www.tux-es.com/project1/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>- Second one, to have a Windows system virtualized, run it there while we monitorize it with tools as Filemon, Regmon, wireshark&#8230;</p>
<p>Recently, I&#8217;ve found one quickly way, and it could help us in some cases.</p>
<ul>
<li>VirusTotal - <a href="http://www.virustotal.com/es/">http://www.virustotal.com/es/</a></li>
<li>Joebox - <a href="http://www.joebox.org/">http://www.joebox.org/</a></li>
<li>Anubis - <a href="http://anubis.iseclab.org/">http://anubis.iseclab.org/</a></li>
</ul>
<p>We can analyse files with several antivirus engines at the same time with Virustotal, it will give us a orientation about file types that you use. This web is a Hispasec Systems creation, very good reference from my point of view.</p>
<p>With Joebox, we&#8217;ll have a sandbox installed, we can run the executable in a secure virtual environment. It&#8217;ll give us traces with information about the behavior. This virtual environment is easy to deploy and with same security guarantees that a virtual machine with independent operating system.</p>
<p>Anubis online service will analyse the binary file, and it will send us a report about its behavior. A good complement to any sandbox, it&#8217;ll allow us to contrast the information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tux-es.com/project1/en/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/en/2009/12/grep-para-entornos-windows/</link>
		<comments>http://www.tux-es.com/project1/en/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/en/2009/12/grep-para-entornos-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

