
<?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>viaForensics &#187; HOWTO install log2timeline on Ubuntu 9.10</title>
	<atom:link href="http://viaforensics.com/tag/timeline-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://viaforensics.com</link>
	<description>innovative digital forensics and security</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:45:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HOWTO install log2timeline on Ubuntu 9.10</title>
		<link>http://viaforensics.com/computer-forensics/howto-install-log2timeline-ubuntu-910.html</link>
		<comments>http://viaforensics.com/computer-forensics/howto-install-log2timeline-ubuntu-910.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 15:31:51 +0000</pubDate>
		<dc:creator>ahoog</dc:creator>
				<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[timeline analysis]]></category>

		<guid isPermaLink="false">http://viaforensics.com/?p=1568</guid>
		<description><![CDATA[ <p>Kristinn Gudjonsson has written an excellent timeline utility for forensics investigators call log2timeline. The power of his tool is that it will add a wide range of event inline to an existing body file so that when you are doing timeline analysis (a key component to any forensic investigation) you can see file [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fviaforensics.com%2Fcomputer-forensics%2Fhowto-install-log2timeline-ubuntu-910.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fviaforensics.com%2Fcomputer-forensics%2Fhowto-install-log2timeline-ubuntu-910.html&amp;source=viaforensics&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Kristinn Gudjonsson has written an excellent timeline utility for forensics investigators call log2timeline.  The power of his tool is that it will add a wide range of event inline to an existing body file so that when you are doing timeline analysis (a key component to any forensic investigation) you can see file system, event log, browser history, setupapi, etc. all in the same file.</p>
<p>I had issues with the utility after I ran CPAN to update some perl modules.  I decided to strat from scratch on a clean Ubuntu 9.10 workstation and wanted to document the steps I took.  Kristinn included installation directions in docs/INSTALL but I had to make minor tweaks for Ubuntu 9.10.  Here&#8217;s what I did:</p>
<h3>Install prerequisites</h3>
<pre>sudo apt-get install libnet-pcap-perl libarchive-any-perl libxml-libxml-perl \
libdbi-perl libhtml-scrubber-perl libimage-exiftool-perl libgtk2-perl \
libglib-perl libcarp-assert-perl libdbd-sqlite3-perl perl-modules \
libdatetime-perl libdate-manip-perl
</pre>
<p></p>
<h3>Install Perl modules not available as Ubuntu packages using CPAN</h3>
<pre>perl -MCPAN -e shell
install Parse::Win32Registry
install Data::Hexify
install NetPacket::Ethernet
install Digest::CRC
</pre>
<p></p>
<h3>Download, compile and install log2timeline</h3>
<pre>mkdir ~/src
cd ~/src
wget http://log2timeline.net/files/log2timeline_0.41.tgz
tar xzvf log2timeline_0.41.tgz
cd log2timeline
perl Makefile.PL
make
make install (as root user)
</pre>
<p></p>
<h3>Running the utility</h3>
<p>After this was complete, I could run log2timeline or timescanner (which after Kristinn pointed it out to me, I was able to remove much of the complexity from the scripts I wrote trying to locate and identify valid files for processing).  Hope this helps&#8230;kudos to Kristinn for a great tool and all his hard work.</p>
]]></content:encoded>
			<wfw:commentRss>http://viaforensics.com/computer-forensics/howto-install-log2timeline-ubuntu-910.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

