<?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>cmdLabs &#187; Embedded Systems Analysis</title>
	<atom:link href="http://blog.cmdlabs.com/tag/embedded-systems-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cmdlabs.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Sep 2011 15:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Winner of the DFRWS2011 Forensics Challenge Announced</title>
		<link>http://blog.cmdlabs.com/2011/09/26/winner-of-the-dfrws2011-forensic-challenge-announced/</link>
		<comments>http://blog.cmdlabs.com/2011/09/26/winner-of-the-dfrws2011-forensic-challenge-announced/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:24:01 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cell Phone Forensics]]></category>
		<category><![CDATA[Computer crime]]></category>
		<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[Digital crime scene]]></category>
		<category><![CDATA[Digital evidence]]></category>
		<category><![CDATA[Digital Forensics]]></category>
		<category><![CDATA[Digital Investigation]]></category>
		<category><![CDATA[Embedded Databases]]></category>
		<category><![CDATA[Embedded Systems Analysis]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[Flash memory]]></category>
		<category><![CDATA[Forensic science]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[NAND]]></category>
		<category><![CDATA[YAFFS2 file system]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=385</guid>
		<description><![CDATA[This year Eoghan Casey worked with Tim Vidas at Carnegie Mellon University and Matthew Geiger at CERT to create the DFRWS Forensics Challenge in an effort to advance forensic analysis of Android mobile devices. The winners of the challenge were Ivo Pooters, Steffen Moorrees and Pascal Arends from Fox-IT. Their submission provides a suite of [...]]]></description>
			<content:encoded><![CDATA[<p><br clear=all>This year Eoghan Casey worked with Tim Vidas at Carnegie Mellon University and Matthew Geiger at CERT to create the DFRWS Forensics Challenge in an effort to advance forensic analysis of Android mobile devices. The winners of the challenge were Ivo Pooters, Steffen Moorrees and Pascal Arends from <a href="http://www.fox-it.com/">Fox-IT</a>. Their submission provides a suite of utilities written in Python for extracting information from data acquired from Flash memory on Android devices. Complete results are posted on the <a href="http://www.dfrws.org/2011/challenge/results.shtml">DFRWS Web site</a>.</p>
<p><br clear=all>The scenarios for the DFRWS 2011 Forensics Challenge were two seemingly unrelated crimes that turned out to be tightly linked with each other. The first scenario was a suspicious death and the goal of the investigation was to determine whether the victim killed himself or was murdered. The second scenario was an intellectual property theft case and the goal of the investigation was to document any evidence that intellectual property was stolen and to support termination of the suspected insider.</p>
<p><br clear=all>An interesting outcome of the challenge was that using dd to acquire data from the Android device in Scenario 1 did not copy the important information in out-of-band (OOB) areas of the YAFFS2 file system. As a result, it was not possible to reconstruct the file system. However, contestants were still able to carve out usable content from this data.</p>
<p><br clear=all>The winning submission provides a technical analysis of data structures found in memory dump from Android mobile devices and provides an Android analysis toolkit that extracts specific items and formats them in a report. Using this toolkit to perform a forensic examination of a full NAND dump of a YAFFS2 file system (such as in Scenario 2 of the DFRWS 2011 Forensics Challenge) first requires the file system to be mounted under Linux as an emulated Flash device (using nandsim).</p>
<p><br clear=all>A sample of the information extracted by the winners from the SQLite database located on the Android device in Scenario 2 (mtd8\data\com.android.providers.telephony\databases\mmssms.db) is provided here:</p>
<div>
<table border="1">
<tbody>
<tr>
<th>Address</th>
<th>date/time (UTC)</th>
<th>read</th>
<th>type</th>
<th>body</th>
</tr>
<tr>
<td>shandra@cheerful.com</td>
<td>05/06/2011 01:34:55 AM</td>
<td>True</td>
<td>in</td>
<td>(Nearby! Coming for my beer) Hey Yob, I am closing in on Fat Heads. See ya soon.</td>
</tr>
<tr>
<td>sms.dynadel@gmail.com</td>
<td>05/06/2011 05:53:30 PM</td>
<td>True</td>
<td>in</td>
<td>Reminder, planned IT outage this weekend. This maintenance window will start at 3 PM today and continue for approx 48 hours.</td>
</tr>
<tr>
<td>sms.dynadel@gmail.com</td>
<td>05/06/2011 05:55:16 PM</td>
<td>True</td>
<td>in</td>
<td>This effects external services such as website, email, webmail, and the ftp server. Use the secondary email access and helpdesk # for emergencies</td>
</tr>
<tr>
<td>shandra@cheerful.com</td>
<td>05/07/2011 11:39:16 PM</td>
<td>True</td>
<td>in</td>
<td>(Save me!) If Luke asks, I&#8217;m going out with you to dinner, OK?<br />
I just can&#8217;t face Mr. Smooth tonight.<br />
Shandra</td>
</tr>
<tr>
<td>6245</td>
<td>05/07/2011 11:44:27 PM</td>
<td>True</td>
<td>out</td>
<td>Sure thing. Do you know where the wine loft is?</td>
</tr>
<tr>
<td>6245</td>
<td>05/07/2011 11:54:37 PM</td>
<td>True</td>
<td>out</td>
<td>I ran into some friends at the double wide, meetup at 8:30 or so?</td>
</tr>
<tr>
<td>6245</td>
<td>05/07/2011 11:56:53 PM</td>
<td>True</td>
<td>out</td>
<td>Or you can walk down Carson and join us</td>
</tr>
</tbody>
</table>
</div>
<p><br clear=all>Much more information was extracted from both Android devices as detailed in the reports, which include an impressive <a href="http://sandbox.dfrws.org/2011/fox-it/DFRWS2011_results/Report/DFRWS%202011%20-%20timeline.png">graphical reconstruction </a>of events.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2011/09/26/winner-of-the-dfrws2011-forensic-challenge-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handbook of Digital Forensics and Investigation Released</title>
		<link>http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/</link>
		<comments>http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 19:23:39 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Cell Phone Forensics]]></category>
		<category><![CDATA[Digital Forensics]]></category>
		<category><![CDATA[Digital Investigation]]></category>
		<category><![CDATA[Embedded Systems Analysis]]></category>
		<category><![CDATA[Intrusion Investigation]]></category>
		<category><![CDATA[Mac Forensic Analysis]]></category>
		<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[Network Forensics]]></category>
		<category><![CDATA[UNIX Forensic Analysis]]></category>
		<category><![CDATA[Windows Forensic Analysis]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=130</guid>
		<description><![CDATA[At long last and with the help of many talented experts, I have put together a new Handbook. This book provides an advanced reference for conducting digital investigations and performing forensic examinations. The first part of the book provides comprehensive methodologies and practical tips from experienced practitioners in the areas of forensic analysis, electronic discovery [...]]]></description>
			<content:encoded><![CDATA[<p>At long last and with the help of many talented experts, I have put together a new Handbook. This book provides an advanced reference for conducting digital investigations and performing forensic examinations. The first part of the book provides comprehensive methodologies and practical tips from experienced practitioners in the areas of forensic analysis, electronic discovery and intrusion investigation. The second part of the book delves into technical aspects of digital evidence on computers, networks, and embedded systems. The technologies covered include Windows, UNIX, and Macintosh computers, cellular telephones and other mobile devices, networks and mobile telecommunications technology.<br />
<br clear=all><br />
The Network Investigations chapter written by cmdLabs personnel is available in PDF form <a href="https://secure.tivilon.com/CMDLABS_COM/HandbookChapter9.aspx">upon request</a>.<br />
<br clear=all><br />
F-Response is giving a copy of the Handbook with purchase of their tool:<br />
<strong><a href="http://www.f-response.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=216%3 Abuy-f-response-get-a-copy-of-the-handbook-of-digital-forensics-and-investig ation&amp;amp;catid=34%3Ablog-posts&amp;amp;Itemid=58 ">Buy F-Response, Get a copy of The Handbook of Digital Forensics and Investigation</a><strong> </strong></strong></p>
<p><br clear=all><br />
<img src="http://blog.cmdlabs.com/wp-content/uploads/2010/02/Handbook2.jpg" alt="Handbook" title="Handbook" width="240" height="240" class="aligncenter size-full wp-image-140" /></p>
<p><strong><strong><span style="font-weight: normal;"><em> My deepest thanks to the contributors: Cory Altheide (Mandiant) &#8211; Christopher Daywalt (cmdLabs) &#8211; Andrea de Donno (Lepta) &#8211; Dario Forte (DFLabs) &#8211; James Holley (Ernst &amp; Young) &#8211; Andy Johnson (University of Maryland, Baltimore County) &#8211; Ronald van der Knijff (Netherlands Forensic Institute) &#8211; Anthony Kokocinski (CSC) &#8211; Paul Luehr (Stroz Friedberg) &#8211; Terrance Maguire (cmdLabs) &#8211; Ryan Pittman (US Army) &#8211; Curtis Rose (Curtis W. Rose &amp; Associates) &#8211; Joseph Schwerha (TraceEvidence) &#8211; Dave Shaver (US Army) &#8211; Jessica Reust Smith (Stroz Friedberg).</em></span></strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

