<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mobile Device Forensics &#187; Black Berry</title>
	<atom:link href="http://mobileforensics.wordpress.com/category/black-berry/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobileforensics.wordpress.com</link>
	<description>Cell Phone Forensic Tips, Tricks and Tutorials</description>
	<lastBuildDate>Tue, 10 Nov 2009 11:27:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mobileforensics.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c868e0922f8f1c1a20a7c8792d880534?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Mobile Device Forensics &#187; Black Berry</title>
		<link>http://mobileforensics.wordpress.com</link>
	</image>
			<item>
		<title>Black Berry IPD Files</title>
		<link>http://mobileforensics.wordpress.com/2007/03/12/black-berry-ipd-files/</link>
		<comments>http://mobileforensics.wordpress.com/2007/03/12/black-berry-ipd-files/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 16:12:31 +0000</pubDate>
		<dc:creator>numenorian</dc:creator>
				<category><![CDATA[Black Berry]]></category>

		<guid isPermaLink="false">http://mobileforensics.wordpress.com/2007/03/12/black-berry-ipd-files/</guid>
		<description><![CDATA[IPD Files Demystified
Black Berry handheld devices have long been a favorite of the corporate executive but now with the release of a more mainstream multimedia capable mobile device in the Pearl and an aggressive advertising campaign, the Black Berry is bound to become a more popular device with non corporate types as well.
This mini white [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mobileforensics.wordpress.com&blog=805908&post=21&subd=mobileforensics&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><font face="Arial"><font size="5"><u>IPD Files Demystified</u></font></font></strong></p>
<p><font face="Arial">Black Berry handheld devices have long been a favorite of the corporate executive but now with the release of a more mainstream multimedia capable mobile device in the Pearl and an aggressive advertising campaign, the Black Berry is bound to become a more popular device with non corporate types as well.</font></p>
<p><font face="Arial">This mini white paper discusses the structure of the Black Berry backup or IPD file for the forensic examiner.</font></p>
<p><strong><u><font face="Arial">The IPD What is it?</font></u></strong></p>
<p><font face="Arial">The Black Berry Desktop software creates a proprietary backup of the databases on the Black Berry Handheld. This file is by default named in the following fashion</font></p>
<p><strong><font face="Arial">Backup-(current date,time and year)-.ipd</font></strong></p>
<p><font face="Arial">The files also default to the user’s “My Documents” folder. This, of course, may be changed by a user. The IPD file itself is a database of the databases.</font></p>
<p><strong><font face="Arial"><u>IPD STRUCTURE</u></font></strong></p>
<p><font face="Arial">Below is a graphic of the IPD file.</font></p>
<p><font face="Arial"><img border="0" src="http://www.mobile-examiner.com/downloads/docs/imgs/db_header.jpg" /> </font></p>
<p><font face="Arial">As you can see from the graphic the IPD file begins with <strong>Inter@ctive Pager Backup/Restore File</strong>. The examiner may find this to be of use in search strings to find hidden or unallocated files.</font></p>
<p><font face="Arial">Following this “header” the structure follows as is shown in the graphic below.</font></p>
<p><font face="Arial"><img border="0" src="http://www.mobile-examiner.com/downloads/docs/imgs/struct.jpg" /> </font></p>
<p><font face="Arial">Here we can see that we have an one byte line feed (x/OA) followed by an one byte version (x/02) and a two byte indicator of the number of data bases in the file (in the above case x/3F). </font></p>
<p><font face="Arial">Finally the names of the Databases follow after a 1 byte separator (x/00).</font></p>
<p><font face="Arial"><strong><u>DATABASE NAME STRUCTURE</u></strong></font></p>
<p><font face="Arial">The databases within the file are constructed as follows</font></p>
<ul>
<li><font face="Arial">Database name length </font><font face="Arial">2 bytes the length includes terminating null</font></li>
<li><font face="Arial">Database name </font><font face="Arial">As long as the name length above</font></li>
</ul>
<p><font face="Arial">This is illustrated in the following graphic</font></p>
<p><font face="Arial"><img border="0" src="http://www.mobile-examiner.com/downloads/docs/imgs/db_name.jpg" /></font></p>
<p><font face="Verdana"> </font><font face="Arial">After the database name length and name the database follows the following structure</font></p>
<ul>
<li><font face="Arial">Database ID </font><font face="Arial">Two bytes zero </font><font face="Arial">based position in the list of DB name blocks</font></li>
<li><font face="Arial">Record Length </font><font face="Arial">4 bytes</font></li>
<li><font face="Arial">Database version </font><font face="Arial">1 byte</font></li>
<li><font face="Arial">DatabaseRecordHandler </font><font face="Arial">2 bytes</font></li>
<li><font face="Arial">Record Unique ID </font><font face="Arial">4 bytes</font></li>
<li><font face="Arial">Field length #1 </font><font face="Arial">2 bytes</font></li>
<li><font face="Arial">Field type #1 </font><font face="Arial">1 byte</font></li>
<li><font face="Arial">Field data #1 </font><font face="Arial">As long as field length</font></li>
<li><font face="Arial">Field length #m </font><font face="Arial">2 bytes</font></li>
<li><font face="Arial">Field type #m </font><font face="Arial">1 byte</font></li>
<li><font face="Arial">Field data #m </font><font face="Arial">As long as the field length</font></li>
</ul>
<p><font face="Arial">The database has a unique id that is followed by the record length and the record ID. Each record will have a variable number of fields (as shown in the table by field #1 …field #m) that have a structure of length, type and data. </font></p>
<p><font face="Arial">This is illustrated in the below graphic</font></p>
<p><font face="Arial"><img border="0" src="http://www.mobile-examiner.com/downloads/docs/imgs/db_struct.jpg" /> </font></p>
<p><font face="Arial">This short white paper attempted to show the structure of the Black Berry backup file commonly known as the IPD file. The IPD file can be loaded into a Black Berry simulator or third party software such as the Amber Black Berry Converter to extract evidence. Examiners are encouraged to do their own research and validation into the file.</font></p>
<p><font face="Times New Roman"><font size="3"><strong><u>CITATIONS</u></strong></font></font></p>
<p><font face="Times New Roman"><font size="3">1. <a target="_blank" href="http://www.blackberry.com/developers/journal/jan_2006/ipd_file_format.shtml"><font color="#000075">http://www.BlackBerry.com/developers/journal/jan_2006/ipd_file_format.shtml</font></a></font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mobileforensics.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mobileforensics.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mobileforensics.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mobileforensics.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mobileforensics.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mobileforensics.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mobileforensics.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mobileforensics.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mobileforensics.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mobileforensics.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mobileforensics.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mobileforensics.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mobileforensics.wordpress.com&blog=805908&post=21&subd=mobileforensics&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mobileforensics.wordpress.com/2007/03/12/black-berry-ipd-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13dc769b56b34b5081f8f6d57905d3ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">numenorian</media:title>
		</media:content>

		<media:content url="http://www.mobile-examiner.com/downloads/docs/imgs/db_header.jpg" medium="image" />

		<media:content url="http://www.mobile-examiner.com/downloads/docs/imgs/struct.jpg" medium="image" />

		<media:content url="http://www.mobile-examiner.com/downloads/docs/imgs/db_name.jpg" medium="image" />

		<media:content url="http://www.mobile-examiner.com/downloads/docs/imgs/db_struct.jpg" medium="image" />
	</item>
		<item>
		<title>Black Berry Forensic Exams-How-To</title>
		<link>http://mobileforensics.wordpress.com/2007/02/22/black-berry-forensic-exams-how-to/</link>
		<comments>http://mobileforensics.wordpress.com/2007/02/22/black-berry-forensic-exams-how-to/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 09:57:18 +0000</pubDate>
		<dc:creator>numenorian</dc:creator>
				<category><![CDATA[Black Berry]]></category>

		<guid isPermaLink="false">http://mobileforensics.wordpress.com/2007/02/22/black-berry-forensic-exams-how-to/</guid>
		<description><![CDATA[Here&#8217;s a how-to for Black Berry forensic examinations. Just a fraction of the cost you&#8217;d have to pay for a 90 minute webinar at some training sites-FREE.
I hope its useful for you.
HARDWARE NEEDED

BlackBerry (duh)
USB Cable
Cradle (if its that type)
Forensic Computer (see the reference to the BlackBerry)

SOFTWARE NEEDED

BlackBerry Desktop Software
BlackBerry Simulator for your device model (more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mobileforensics.wordpress.com&blog=805908&post=3&subd=mobileforensics&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a how-to for Black Berry forensic examinations. Just a fraction of the cost you&#8217;d have to pay for a 90 minute webinar at some training sites-FREE.</p>
<p>I hope its useful for you.</p>
<p align="center"><strong><u>HARDWARE NEEDED</u></strong></p>
<ul>
<li><span class="highlight">BlackBerry</span> (duh)</li>
<li>USB Cable</li>
<li>Cradle (if its that type)</li>
<li>Forensic Computer (see the reference to the <span class="highlight">BlackBerry</span>)</li>
</ul>
<p align="center"><strong><u>SOFTWARE NEEDED</u></strong></p>
<ul>
<li><a href="http://na.blackberry.com/eng/services/desktop/" target="_blank"><span class="highlight">BlackBerry</span> Desktop Software</a></li>
<li><a href="http://na.blackberry.com/eng/developers/downloads/simulators.jsp" target="_blank"><span class="highlight">BlackBerry</span> Simulator</a> for your device model (more on this later)</li>
<li><a href="http://www.processtext.com/abcblackberry.html" target="_blank">Amber <span class="highlight">Blackberry</span> Converter</a>-not free but only 19.95 USD for a license-plus you get a thirty day trial.</li>
</ul>
<p>Ok now that we are armed with our needed equipment, lets proceed to do our forensic magic.</p>
<p align="center"><u><strong>USING THE DESKTOP SOFTWARE AND SIMULATOR</strong></u></p>
<p>First install the desktop software. After this is done, you need to make sure that the connection is set for USB. Look at <strong>Options-&gt;Connection Settings</strong> and from the combo box select <strong>USB</strong>. Ok now connect the suspect&#8217;s <span class="highlight">Blackberry</span> to your system (did you protect it from the network and make sure it was charged&#8230;? <img src="http://www.phone-forensics.com/forum/images/smilies/extra1/Happy_992.gif" class="inlineimg" border="0" /> )</p>
<p><strong>!!CAVEAT!!:</strong> If the <span class="highlight">BlackBerry</span> needs a PIN-get it or get the PUK. This will not work without it. If you fail to do this, and use up your attempts to enter PIN/PUK you will wipe the device.</p>
<p>Now with the device connected make a backup of the handheld. Double Click the <strong>Backup/restore</strong> Icon and then choose backup (this may differ depending on the version of desktop software you are using). Direct the backup (*.ipd File) to where you want to save it and name it. Then make sure you choose all databases. I recommend making a working copy and a archive copy. Now reseal and store your exhibit.</p>
<p>Ok time to get out the Simulator&#8230;but wait, you say, how do I know what Simulator I need to use&#8230;there are so many choices. Glad you asked. Prior to downloading the Simulator you neeed to check something on the BlackBerry-its OS version. This is located from the mail screen under Options-About. You are looking for the platform version number as shown below (specific to my BB).</p>
<p align="left"><strong><span class="highlight">Blackberry</span> 7130e</strong><br />
<strong>WirelessHandheld (CDMA)</strong><br />
<strong><font color="red">v4.1.0.268</font>(Platform 2.2.0.9)</strong></p>
<p align="left">Once you have this go to the link above and find the Simulator for this group of <span class="highlight">BlackBerry</span> Devices download and install the Simulator.</p>
<p align="left">Now with that installed, fire up the Simulator for your device. The Desktop software should be fooled into thinking a BB device is connected tot he computer.</p>
<p align="left">Again, choose the backup/restore icon and this time <em><strong>restore </strong></em>the backup file you created. Make sure to choose all the databases. Once this completes you are looking at the exact handheld you seized albeit virtually. Pretty cool huh? Just take screencaps/vids of the device and you have your evidence.</p>
<p align="left">Two side notes the Similator behaves just like a regular BB, i.e. you can click the trackwheel and escape key. If you want to see call times make sure that you enable call logging by going to the phone icon, clicking the trackwheel, coosing options and &#8220;call logging&#8221;.</p>
<p align="center"><strong><u>USING AMBER <span class="highlight">BLACKBERRY</span> CONVERTER</u></strong></p>
<p align="left">This is even easier. Once you have fired up the converter, simply click the link that says to load the IPD and the converter will load the file and show you tabs for SMS, EMAIL, call records and contacts..notice the options for PDF, HTML and Excel export&#8230;How easy is <strong>THAT</strong>?? One thing it doesnt do is pull out pictures (though it grabs MMS) that are saved&#8230;bummer but only a small one.</p>
<p align="center"><strong>OTHER TIPS/TRICKS</strong></p>
<p align="left">Take the *.IPD file and load it into EnCase or FTK and index. This can give you fast access to keywords. You can also carve for pictures (though not deleted).</p>
<p align="left">If you have read to here, I hope you have found this useful. I plan to add a short discussion on the structure of the IPD file-<font color="red">WARNING HEX AHEAD!!!</font></p>
<p align="center">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mobileforensics.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mobileforensics.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mobileforensics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mobileforensics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mobileforensics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mobileforensics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mobileforensics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mobileforensics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mobileforensics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mobileforensics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mobileforensics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mobileforensics.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mobileforensics.wordpress.com&blog=805908&post=3&subd=mobileforensics&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mobileforensics.wordpress.com/2007/02/22/black-berry-forensic-exams-how-to/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13dc769b56b34b5081f8f6d57905d3ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">numenorian</media:title>
		</media:content>

		<media:content url="http://www.phone-forensics.com/forum/images/smilies/extra1/Happy_992.gif" medium="image" />
	</item>
	</channel>
</rss>