<?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>Zettalife. &#187; Forensics</title>
	<atom:link href="http://www.zettalife.com/category/forensics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zettalife.com</link>
	<description>Zetta = 10^21</description>
	<lastBuildDate>Wed, 14 Jul 2010 23:15:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Análisis Forense a conversaciones de Skype.</title>
		<link>http://www.zettalife.com/2009/04/27/analisis-forense-a-conversaciones-de-skype/</link>
		<comments>http://www.zettalife.com/2009/04/27/analisis-forense-a-conversaciones-de-skype/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 16:52:30 +0000</pubDate>
		<dc:creator>Zetta</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Skype Logs]]></category>

		<guid isPermaLink="false">http://www.zettalife.com/?p=104</guid>
		<description><![CDATA[Si al realizar un análisis forense, nos encontramos con archivos de skype con extensión dbb, seguramente nos preguntaremos ¿y eso cómo se lee?
Afortunadamente, alguien más se lo pregunto y escribió un paper donde explica donde comienza el mensaje, el time stamp (bastante ofuscado) y el mensaje.
El PDF está aqui: http://www.lpcforensic.it/public_html/yabbfiles/Attachments/SkypeLogFileAnalysis.pdf y se puede ver en [...]]]></description>
			<content:encoded><![CDATA[<p>Si al realizar un análisis forense, nos encontramos con archivos de skype con extensión dbb, seguramente nos preguntaremos ¿y eso cómo se lee?</p>
<p>Afortunadamente, alguien más se lo pregunto y escribió un paper donde explica donde comienza el mensaje, el time stamp (bastante ofuscado) y el mensaje.</p>
<p>El PDF está aqui: http://www.lpcforensic.it/public_html/yabbfiles/Attachments/SkypeLogFileAnalysis.pdf y se puede ver en linea en: http://www.scribd.com/doc/9676016/Skype-Log-File-Analysis</p>
<p>Otra explicación sobre el time stamp: http://www.patrickmin.com/linux/tip.php?name=skype_timestamp</p>
<p>PERO como muchas personas no quieren ponerse a escribir programas para decodificar conversaciones de skype, entonces se puede recurrir a uno ya hecho. Para ver los archivos *.dbb de los chats de skype, solo basta usar el programa Skype Log View. http://www.nirsoft.net/utils/skype_log_view.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zettalife.com/2009/04/27/analisis-forense-a-conversaciones-de-skype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make a Live analysis from a &#8216;dd&#8217; image</title>
		<link>http://www.zettalife.com/2009/04/17/how-to-make-a-live-analysis-from-a-dd-image/</link>
		<comments>http://www.zettalife.com/2009/04/17/how-to-make-a-live-analysis-from-a-dd-image/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:54:37 +0000</pubDate>
		<dc:creator>Zetta</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[dd image]]></category>
		<category><![CDATA[dd to vmware]]></category>
		<category><![CDATA[live analysis]]></category>
		<category><![CDATA[virtual machine]]></category>

		<guid isPermaLink="false">http://www.zettalife.com/?p=98</guid>
		<description><![CDATA[In forensics, there are two diferents scenarios:

Dead analysis
Live analysis

Dead analysis are commons. It uses software like &#8220;Encase&#8221; or even linux distributions like &#8220;Helix&#8221; or &#8220;Caine&#8221;. But in dead analysis, you can&#8217;t know what a malware is doing or how a software instaled is working. So, you need to do a Live analysis.
If you have an [...]]]></description>
			<content:encoded><![CDATA[<p>In forensics, there are two diferents scenarios:</p>
<ol>
<li>Dead analysis</li>
<li>Live analysis</li>
</ol>
<p>Dead analysis are commons. It uses software like &#8220;Encase&#8221; or even linux distributions like &#8220;Helix&#8221; or &#8220;Caine&#8221;. But in dead analysis, you can&#8217;t know what a malware is doing or how a software instaled is working. So, you need to do a Live analysis.</p>
<p>If you have an image adquired through &#8220;dd&#8221;, you can mount it as a live pc system, in a vmware enviroment.  You need:</p>
<ul>
<li>Vmware Player (free) or Vmware Workstation (pay)</li>
<li>Vmware Virtual Disk Development Kit VDMK (free) http://www.vmware.com/download/sdk/virtualdisk.html</li>
<li>Live View (free) http://liveview.sourceforge.net/</li>
</ul>
<p>Then, install vwmare player, VDMK and run Live View.</p>
<p>In Live View, select Image file, Output directory and select Start. After a little work, a vm is launched with &#8216;dd&#8217; image as first hard disk.</p>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 409px"><img class="size-full wp-image-99" title="Live View 0.7b" src="http://www.zettalife.com/wp-content/uploads/2009/04/liveview07b.png" alt="Live View 0.7b" width="399" height="591" /><p class="wp-caption-text">Live View 0.7b</p></div>
<p>By other side, if you only need mount a &#8220;dd&#8221; image as a secundary hard disk into a vmware, you should try these options:</p>
<ol>
<li>Use Pro Discover Basic (free) http://www.techpathways.com/Demo.htm In Tools&gt;Image Convertion Tools&gt;Vmware support for &#8220;DD&#8221; image</li>
<li>Make  your own vmware disk, filling the information about sectors, heads, cylinders and size, as same as the original disk. This information could be read from a &#8220;dd&#8221; image, using a hex editor.  Example of vmware disk.</li>
</ol>
<pre># Disk DescriptorFile
version= 1
CID = fffffffe
parentCID = ffffffff
createType = "monolithicFlat"

# The Disk Data Base
#DDB

ddb.virtualHWVersion = "4"
ddb.geometry.sectors = "63"
ddb.geometry.heads = "16"
ddb.geometry.cylinders = "1"
ddb.adapterType = "ide" or "buslogic"

# Extent description
RW 156301488 FLAT "sdc-img.dd"0</pre>
<p>Happy Forensics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zettalife.com/2009/04/17/how-to-make-a-live-analysis-from-a-dd-image/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
