<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Cyber Crime 101</title>
	<atom:link href="http://www.cybercrime101.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercrime101.com</link>
	<description>Cyber Safety, Computer Forensics, Information Security &#38; more</description>
	<lastBuildDate>Wed, 21 Sep 2011 04:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Cyber Safety, Computer Forensics, Information Security &amp; more</itunes:summary>
	<itunes:author>Cyber Crime 101</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.cybercrime101.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Cyber Safety, Computer Forensics, Information Security &amp; more</itunes:subtitle>
	<image>
		<title>Cyber Crime 101</title>
		<url>http://www.cybercrime101.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://www.cybercrime101.com</link>
	</image>
		<item>
		<title>Book Review: Windows Forensic Analysis 2/e by Harlan Carvey</title>
		<link>http://www.cybercrime101.com/book-review-windows-forensic-analysis-2e-by-harlan-carvey/</link>
		<comments>http://www.cybercrime101.com/book-review-windows-forensic-analysis-2e-by-harlan-carvey/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 04:03:36 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[Malware Analysis]]></category>
		<category><![CDATA[Harlan Carvey]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[regripper]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[WFA 2/e]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=557</guid>
		<description><![CDATA[I had read WFA 2/e a while back and just kept forgetting to post a review.  Well, the wait is over One caveat though…. I have not read WFA 1/e, so I cannot compare what differences may exist between the two books.  With that said, read on….. Traditional Digital Forensics methodology was to pull the [...]]]></description>
			<content:encoded><![CDATA[<p>I had read WFA 2/e a while back and just kept forgetting to post a review.  Well, the wait is over <img src='http://www.cybercrime101.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>One caveat though…. I have not read WFA 1/e, so I cannot compare what differences may exist between the two books.  With that said, read on…..</p>
<p>Traditional Digital Forensics methodology was to pull the plug from the back of a PC and conduct a &#8220;Dead Box&#8221; examination.  Chapter 1 covers Live Response to a scene, where that thought process may not be the best course of action anymore.   It also covers what evidence in memory to collect first before it disappears (volatile data), as well as analyzing that data using the command line.</p>
<p>Chapter 2 (Data Analysis) essentially guides you into taking data that you collected during your Live Response and understanding what it is telling you.  Harlan points out that a lot of times “unusual” or “suspicious activity” that an examiner is seeing is due to their lack of familiarity with how the system operates.</p>
<p>Chapter 3 takes the reader through the tools, such as win32dd &amp; memoryze, and the techniques to conducting an analysis of physical memory (RAM).  He also details examining the Hibernation File as part of memory analysis.  For an investigation where the responder/examiner was unable to get a “memory dump” from the system prior to shutdown (see “Dead Box” exam reference above), this can be a good source of information (That’s right, I am looking at you fellow LEO’s out there).</p>
<p>Moving on, Chapter 4 covers Registry Analysis.   Harlan breaks down the structure of the Registry hive files and what information is contained within those files for the reader.  It also introduces the reader to Registry analysis using tools that Harlan wrote- RegRipper and Rip/RipXP.  Also of note in this chapter is the tracking of USB devices and User activity.</p>
<p>File Analysis is up in Chapter 5.  This chapter is very useful if you are an incident responder.  Harlan discusses the use and understanding event logs, as well as helping you understand how timestamps for files are modified.  The examination of the Recycle Bin, as well as Restore Points and Volume Shadow Copies are discussed also.</p>
<p>Chapter 6 goes into static &amp; dynamic analysis of suspicious files, as well as the need to conduct them in a virtualized environment or a stand alone workstation.  You wouldn’t want to conduct an analysis of a possibly malicious file on a production system and risk infecting “mission critical” systems.  Also covered, is the use of tools like RegShot, Process Monitor and File Monitor for file analysis (as well as others).  The static and dynamic file analysis portion of this chapter reminded me of Day 1 of the SANS Reverse Engineering Malware course, where these techniques are fleshed out in more detail.  This part of the chapter is a good start for an examiner who has not been able to attend that course.</p>
<p>Chapter 7 defines Rootkits, the dangers that they pose on a system and various software solutions to detect &amp; eliminate them.</p>
<p>Chapter 8 essentially goes on to bring everything together that you learned in the previous chapters through the use of case studies.  In my opinion chapters like this one are crucial, as it gives the reader/examiner another perspective at which to conduct or fine tune their own exams through the experience of another (the author).</p>
<p>Chapter 9 ends this book with Reporting and Tools.  Reporting is crucial to any investigation.  If you cannot convey the steps that you took during an investigation to someone who does not have a technical background, it could lead to less than desirable results.  Just imagine testifying in a court proceeding and if you fail to explain (in a human understandable way) what you did to the housewife, plumber, librarian (you get the point) sitting on the jury, you may harm the prosecutor/defense attorney’s case.  You may also harm your credibility for that matter.  The tools listed in this chapter are freely available to use.  I’m sure Harlan didn’t have the budget to grab copies of commercially available tools.  Remember, the free tools are just as good as the commercial ones is you take the time to learn how to use them.</p>
<p>This book is a wonderful resource for any forensic examiner to have on their bookshelf.  Thanks to Harlan for writing this for the Digital Forensics community.  I know a lot of time &amp; research must go into writing a book such as this and there isn&#8217;t a ton of money to be made from it.</p>
<p>I look forward to WFA 3/e and it’s coverage of the Windows 7 Operating System.</p>
<p>&nbsp;</p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/book-review-windows-forensic-analysis-2e-by-harlan-carvey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online &amp; Offline Digital Forensics Resources</title>
		<link>http://www.cybercrime101.com/online-offline-digital-forensics-resources/</link>
		<comments>http://www.cybercrime101.com/online-offline-digital-forensics-resources/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 23:06:34 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[forensics]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[incident response]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=546</guid>
		<description><![CDATA[A listener of the show, Joe Tracy, recently queried me on the Facebook Fan Page asking what my Top 10 – 15 favorite online resources and Top 5 offline resources for entry level forensic analyst are.  So I decided to put a list together for each topic to share with you all.  These lists are [...]]]></description>
			<content:encoded><![CDATA[<p>A listener of the show, Joe Tracy, recently queried me on the <a title="Cyber Crime 101 Facebook Fan Page" href="https://www.facebook.com/pages/Cyber-Crime-101/223669920743" target="_blank">Facebook Fan Page</a> asking what my Top 10 – 15 favorite online resources and Top 5 offline resources for entry level forensic analyst are.  So I decided to put a list together for each topic to share with you all.  These lists are not necessarily in any order.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Top Online Resources for Digital Forensics:</strong></span></p>
<p>1- Windows Incident Response blog (<a title="Windows Incident Response" href="http://windowsir.blogspot.com" target="_blank">http://windowsir.blogspot.com</a>):   Hands down, one of the most informative blogs covering both forensics &amp; incident response.  It is authored by Harlan Carvey.</p>
<p>2- The SANS Computer Forensics &amp; Incident Response blog (<a title="SANS Digital Forensics &amp; Incident Response Blog" href="http://computer-forensics.sans.org/blog" target="_blank">http://computer-forensics.sans.org/blog</a>): This blog is maintained by a host of authors and has new material being posted regularly from some of the top examiners in the field.</p>
<p>3- Apple Examiner (<a title="Apple Examiner" href="http://appleexaminer.com" target="_blank">http://appleexaminer.com</a>):  A great resource for all things Mac Forensics.  Lots of great Mac Forensics news &amp; how-to’s posted here.  Maintained by Ryan Kubasiak.</p>
<p>4- A Fistful of Dongles (<a title="A Fistful of Dongles" href="http://www.ericjhuber.com" target="_blank">http://www.ericjhuber.com</a>):  Eric Huber’s blog, which has some great interviews with some of the heavyweights in the field of Digital Forensics, as well as some excellent insight into Information Security &amp; Incident Response.</p>
<p>5- Journey Into Incident Response (<a title="Journey Into Incident Response" href="http://journeyintoir.blogspot.com" target="_blank">http://journeyintoir.blogspot.com</a>): Site maintained by Corey Harrell, with lots of great information on Timelines, batch scripting, triage and even a post on how to get the most out of your DF &amp; IR news feeds.</p>
<p>6-  Forensic Methods blog (<a title="Forensic Methods" href="http://forensicmethods.com" target="_blank">http://forensicmethods.com</a>): Chad Tilbury&#8217;s blog with lots of great informational posts and links, as well as some book and product reviews.</p>
<p>7-  Zeltser.com (<a title="Lenny Zeltser's blog" href="http://blog.zeltser.com" target="_blank">http://blog.zeltser.com</a>): Lenny Zeltser’s blog that covers topics such as Malware analysis, Forensics and Incident Response.  Lenny also posts a list of his 5 favorite security reads each week.</p>
<p>8-  The Digital Standard (<a title="The Digital Standard" href="http://thedigitalstandard.blogspot.com" target="_blank">http://thedigitalstandard.blogspot.com</a>): Chris (Beefcake!!!) Pogue’s blog.  Chris’ has lots of great posts regarding “Sniper Forensics”, which deal with getting the information you are looking for that is relevant to your examination rather than wasting time getting (and reporting on) the dreaded “Everything”.</p>
<p>9-  Forensics Wiki (<a title="Forensics Wiki" href="http://www.forensicswiki.org/wiki/Main_Page" target="_blank">http://www.forensicswiki.org/wiki/Main_Page</a>): A Creative Commons wiki dedicated to Digital Forensics.  Lots of information regarding File Systems, File Analysis, Tools and How-To’s among other things.</p>
<p>10-  ForensicKB (<a title="ForensicKB" href="http://www.forensickb.com" target="_blank">http://www.forensickb.com</a>): ForensicKB is a great resource for users of EnCase (which I happen to be).  Maintained by Lance Mueller, there are lots of great how-to’s to help you get the most out of EnCase.  Lance even has a 4-part tutorial on EnScript concepts.</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Top Offiline Resources:</span></strong></p>
<p>1-  SANS Digital Forensics &amp; Incident Response Summit/DoD CyberCrime Conference/CEIC/AD Users Conference: These conferences are a great opportunity to hear about cutting edge techniques, as well as get a chance to network with others in the community.</p>
<p>2-  A Local/Regional DFIR Group:  I am fortunate to have <a title="NYC4SEC Meetup Group" href="http://www.nyc4sec.info/" target="_blank">NYC4SEC</a> in my backyard.  Groups like this are a great way of discussing current trends &amp; techniques, and also great networking opportunities.  One just got started recently in Northern Virginia (<a title="NoVA Forensics Meetup" href="http://windowsir.blogspot.com/p/nova-forensics-meetup.html" target="_blank">NoVA Forensics Meetup</a>) and one is getting underway in Boston.</p>
<p>3-  Security Conferences (Insert DefCon/Shmoocon/Any SOURCE con/B-Sides here): Every time I attend a security conference, I always pick up some nugget or two that may help me in future exams/investigations.</p>
<p>4-  Books: There are a ton of excellent books on the subject of DFIR.  Here is a start: <a title="Joe Garcia's DF reads list" href="http://www.amazon.com/Digital-Forensics-Reads/lm/R1C3BRA0RPR9JE/ref=cm_lm_byauthor_title_full" target="_blank">http://www.amazon.com/Digital-Forensics-Reads/lm/R1C3BRA0RPR9JE/ref=cm_lm_byauthor_title_full</a></p>
<p>5-  Your co-workers:  Hopefully, you are as lucky as I am to work with a talented bunch of Forensicators.  The ability to bounce things off of another examiner can help you fine tune your examinations.  It will also give you all a chance to learn from each others experience.</p>
<p>&nbsp;</p>
<p>Hope this helps!</p>
<p>&nbsp;</p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/online-offline-digital-forensics-resources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Episode 32- Operational Security with Bugbear</title>
		<link>http://www.cybercrime101.com/episode-32-operational-security-with-bugbear/</link>
		<comments>http://www.cybercrime101.com/episode-32-operational-security-with-bugbear/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 19:56:27 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[forensics]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[InfoSec]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Show Releases]]></category>
		<category><![CDATA[operational]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=543</guid>
		<description><![CDATA[In this episode, I discuss the challenges of Operational Security with Tim M. (@bug_bear) about . Make sure to check out Tim&#8217;s blog: http://securitybraindump.blogspot.com/]]></description>
			<content:encoded><![CDATA[<p>In this episode, I discuss the challenges of Operational Security with Tim M. (@bug_bear) about .</p>
<p>Make sure to check out Tim&#8217;s blog: http://securitybraindump.blogspot.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/episode-32-operational-security-with-bugbear/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://traffic.libsyn.com/cybercrime101/Episode_32-_Operational_Security_with_Bug_Bear.mp3" length="31138940" type="audio/mpeg" />
			<itunes:keywords>forensics,InfoSec,operational,security</itunes:keywords>
		<itunes:subtitle>In this episode, I discuss the challenges of Operational Security with Tim M. (@bug_bear) about . - Make sure to check out Tim&#039;s blog: http://securitybraindump.blogspot.com/</itunes:subtitle>
		<itunes:summary>In this episode, I discuss the challenges of Operational Security with Tim M. (@bug_bear) about .

Make sure to check out Tim&#039;s blog: http://securitybraindump.blogspot.com/</itunes:summary>
		<itunes:author>Cyber Crime 101</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>32:23</itunes:duration>
	</item>
		<item>
		<title>Episode 31- Talking CDFS with Eric Huber</title>
		<link>http://www.cybercrime101.com/episode-31-talking-cdfs-with-eric-huber/</link>
		<comments>http://www.cybercrime101.com/episode-31-talking-cdfs-with-eric-huber/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 13:21:02 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[forensics]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Show Releases]]></category>
		<category><![CDATA[CDFS]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[PI License]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=540</guid>
		<description><![CDATA[In this episode, I chat with Eric Huber about the recently announced Digital Forensics organization, The Consortium of Digital Forensic Specialists.  We discuss who is on the interim board, the goals and benefits of CDFS and the organization&#8217;s outlook. Visit www.cdfs.org for more information. &#160; Joe]]></description>
			<content:encoded><![CDATA[<p>In this episode, I chat with Eric Huber about the recently announced Digital Forensics organization, The Consortium of Digital Forensic Specialists.  We discuss who is on the interim board, the goals and benefits of CDFS and the organization&#8217;s outlook.</p>
<p>Visit <a title="The Consortium of Digital Forensic Specialists" href="http://www.cdfs.org/" target="_blank">www.cdfs.org</a> for more information.</p>
<p>&nbsp;</p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/episode-31-talking-cdfs-with-eric-huber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://traffic.libsyn.com/cybercrime101/Episode_31-_Talking_CDFS_with_Eric_Huber.mp3" length="41779396" type="audio/mpeg" />
			<itunes:keywords>CDFS,forensics,interview,PI License</itunes:keywords>
		<itunes:subtitle>In this episode, I chat with Eric Huber about the recently announced Digital Forensics organization, The Consortium of Digital Forensic Specialists.  We discuss who is on the interim board, the goals and benefits of CDFS and the organization&#039;s outlook. </itunes:subtitle>
		<itunes:summary>In this episode, I chat with Eric Huber about the recently announced Digital Forensics organization, The Consortium of Digital Forensic Specialists.  We discuss who is on the interim board, the goals and benefits of CDFS and the organization&#039;s outlook.

Visit www.cdfs.org for more information.

 

Joe</itunes:summary>
		<itunes:author>Cyber Crime 101</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>43:28</itunes:duration>
	</item>
		<item>
		<title>xkcd on Password Strength</title>
		<link>http://www.cybercrime101.com/xkcd-on-password-strength/</link>
		<comments>http://www.cybercrime101.com/xkcd-on-password-strength/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 12:27:49 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=537</guid>
		<description><![CDATA[xkcd gets it right when it comes to users creating difficult to remember passwords and the strength of those passwords.  It&#8217;s better to create a good passphrase rather than a password with just substituted characters. &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>xkcd gets it right when it comes to users creating difficult to remember passwords and the strength of those passwords.  It&#8217;s better to create a good passphrase rather than a password with just substituted characters.</p>
<p>&nbsp;</p>
<p><img class="alignleft" title="xkcd: Password Strength" src="http://imgs.xkcd.com/comics/password_strength.png" alt="" width="740" height="601" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/xkcd-on-password-strength/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Windows Registry Forensics by Harlan Carvey</title>
		<link>http://www.cybercrime101.com/book-review-windows-registry-forensics-by-harlan-carvey/</link>
		<comments>http://www.cybercrime101.com/book-review-windows-registry-forensics-by-harlan-carvey/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:40:36 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Carvey]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[regripper]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=535</guid>
		<description><![CDATA[Windows Registry Forensics by Harlan Carvey is a book that I had picked up some months ago on sale  (50% off) from the Publisher and had just didn’t have the time to read it until recently.  Once I picked it up though, I could not put it down.  Harlan Carvey has placed his knowledge and [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Registry Forensics by Harlan Carvey is a book that I had picked up some months ago on sale  (50% off) from the Publisher and had just didn’t have the time to read it until recently.  Once I picked it up though, I could not put it down.  Harlan Carvey has placed his knowledge and vast experience in dealing with the Windows Registry as an incident handler into this book.  WRF should be considered a companion work to his Windows Forensic Analysis 2/e book (WFA 3/e is in the works as of this review and will cover Vista and Windows 7).  Harlan packs a lot of information into 200 pages without overloading the reader.</p>
<p>Let’s look at the Chapters in this book:</p>
<p>Chapter One (Registry Analysis)- Here is where the Windows Registry is explained.  What it is, why analyzing it can be important to a digital forensic examiner and its nomenclature.</p>
<p>Chapter Two (Tools)- In this chapter, Harlan goes over some tools that an examiner can use while working on their cases and for conducting research.  Tools like Regshot, Autoruns and Process Monitor from Microsoft Sysinternals, F-Response, and Harlan’s own RegRipper (which should be in every examiner’s toolkit).</p>
<p>Chapter Three (Case Studies- The System)- For this chapter, Harlan highlights various Registry artifacts that deal with the computer system itself.  Topics such as USB devices that were connected to a system, file system settings and wireless networks that a system has connected to, to name a few.</p>
<p>Chapter Four (Case Studies- The User)- Finally, in this chapter Harlan goes over some key Registry artifacts that help show User activity on a system and how it ties into the information gained back in Chapter Three (like using the Mount Points 2 artifact to assist in creating a timeline of when a device was connected to a system).  In both Chapter Three &amp; Four, he draws from his experiences in the field during various Incident Handling engagements.</p>
<p>The DVD that accompanies this book contains a few goodies.  A few of which are PDF’s that cover topics such as how to tell if a CD image was burned by the user, an explanation of the ACMRU &amp; UserAssist keys and how to locate shares on a Windows image.  These are great reference materials to an examiner.  A copy of RegRipper is also included on the DVD.  By the time of this review though, an update version is available at <a href="http://code.google.com/p/winforensicaanalysis/downloads/list">http://code.google.com/p/winforensicaanalysis/downloads/list</a>.</p>
<p>Two complaints I’ve heard or read about this book have been, “For the price of this book, I can’t believe this book is only 200 pages and doesn’t have a list of every registry key” and “man, those large graphics use up a lot of page space”.  I would like to address these one at a time.</p>
<p>First, there are many keys that can/do hold a wealth of information.   Unfortunately, from Windows version to Windows version, these locations and the information held within them may and do change.  I agree with the approach Harlan took with this.  He gave the readers the keys that haven’t changed much or if they did it was with the benefit of providing additional information with each passing version of Windows.  There are plenty of resources on the Internet that have additional Registry key information (The Forensics Wiki, The SANS DFIR Blog, ForensicArtifacts.com, etc…).  If you are only interested in lists, go to those sites and find them.  The best part about Harlan’s writing is that it is to the point.  No fluff in this book.  I know that I do not have the time to waste when trying to learn something.  If that is what you are looking for, then I’d recommend that you buy a novel.</p>
<p>Second, I was happy to see larger graphics in this book.  I have read a bunch of technical books that contain small images that make it hard to get the authors point, especially when dealing with directories and files.  Each of the images provided in this book make it comfortable enough for the reader to follow along and not to guess as to what the author was speaking about.  I cannot comment on the quality of the graphics on the Kindle version of this book since I did not have it available to me.</p>
<p>As far as Cons for this book, the one I’d have to go with was the poor editing.  There are quite a few grammatical and spelling mistakes that were glaring enough that they should have been picked up before this book went to print.  I lay that blame on the Publisher, not on the Author.</p>
<p>Overall, some may think the price point of $69.99 (originally) was a bit steep.  It is worth the price tag to gain the knowledge that Harlan has put into this book.  If I did not luck out and get this on sale, I would have paid full price.  Trust me, you will find yourself going back and highlighting sections of this book for later use in your exams.</p>
<p>Thanks to Harlan for another fine effort!</p>
<p>&nbsp;</p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/book-review-windows-registry-forensics-by-harlan-carvey/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple PDF Vulnerability patch available</title>
		<link>http://www.cybercrime101.com/apple-pdf-vulnerability-patch-available/</link>
		<comments>http://www.cybercrime101.com/apple-pdf-vulnerability-patch-available/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 06:06:07 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=532</guid>
		<description><![CDATA[Hey kids, Apple has gone and updated iOS to fix a security issue relating to PDF&#8217;s.  The vulnerability had to do with how iOS Mobile Safari handles fonts that are embedded into PDF&#8217;s.  iOS version 4.2.9 covers CDMA iPhone 4&#8242;s, while version 4.3.4 covers the iPhone 4 (GSM), iPhone 3GS, iPad &#38; iPad 2 and [...]]]></description>
			<content:encoded><![CDATA[<p>Hey kids,</p>
<p>Apple has gone and updated iOS to fix a security issue relating to PDF&#8217;s.  The vulnerability had to do with how iOS Mobile Safari handles fonts that are embedded into PDF&#8217;s.  iOS <a title="iOS version 4.2.9 update" href="http://support.apple.com/kb/DL1417" target="_blank">version 4.2.9</a> covers CDMA iPhone 4&#8242;s, while <a title="iOS update version 4.3.4" href="http://support.apple.com/kb/DL1418" target="_blank">version 4.3.4</a> covers the iPhone 4 (GSM), iPhone 3GS, iPad &amp; iPad 2 and iPod Touch 3rd &amp; 4th Generation.</p>
<p>So fire up your iTunes &amp; get a patchin&#8217;</p>
<p>&nbsp;</p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/apple-pdf-vulnerability-patch-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Opt out of BeenVerified results</title>
		<link>http://www.cybercrime101.com/howto-opt-out-of-beenverified-results/</link>
		<comments>http://www.cybercrime101.com/howto-opt-out-of-beenverified-results/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 20:49:24 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[InfoSec]]></category>
		<category><![CDATA[BeenVerified]]></category>
		<category><![CDATA[PII]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=505</guid>
		<description><![CDATA[BeenVerified is one of the many information gathering websites that offer &#8220;Background Checks&#8221; to it&#8217;s customers.  Essentially, BeenVerified aggregates information from public records &#38; publicly available sources.  To get started on the site, you enter in a First and Last Name, as well as a State and hit &#8220;Search&#8221;.  You can also leave the &#8220;All [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/BeenVerified_Logo.jpg"><img class="aligncenter size-full wp-image-508" title="BeenVerified_Logo" src="http://www.cybercrime101.com/wp-content/uploads/2011/07/BeenVerified_Logo.jpg" alt="" width="301" height="67" /></a></p>
<p>BeenVerified is one of the many information gathering websites that offer &#8220;Background Checks&#8221; to it&#8217;s customers.  Essentially, BeenVerified aggregates information from public records &amp; publicly available sources.  To get started on the site, you enter in a First and Last Name, as well as a State and hit &#8220;Search&#8221;.  You can also leave the &#8220;All States&#8221; option to get broader search results.</p>
<p><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/Been-Verified-Search.jpg"><img class="alignleft size-medium wp-image-514" title="Been Verified Search" src="http://www.cybercrime101.com/wp-content/uploads/2011/07/Been-Verified-Search-300x103.jpg" alt="" width="300" height="103" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/BV_Search_Results1.jpg"><img class="alignleft size-medium wp-image-516" title="BV_Search_Results" src="http://www.cybercrime101.com/wp-content/uploads/2011/07/BV_Search_Results1-300x112.jpg" alt="" width="300" height="112" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now in the above image you can see that it lists the names they have matching the one that you have entered, along with a hometown and possible relative.  I used &#8220;John Doe&#8221; as name search criteria in this example.  Depending on the information available to Been Verified, a person may have more than one hometown and relative listed.  The site&#8217;s results are pretty accurate, which I found when running myself as well as the names of friends.  When you click on the &#8220;That&#8217;s The One&#8221; button, you&#8217;ll be asked to enter your information into a popup form.</p>
<p>&nbsp;</p>
<p><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/Been-Verified-Popup.jpg"><img class="alignleft size-medium wp-image-511" title="Been Verified Popup" src="http://www.cybercrime101.com/wp-content/uploads/2011/07/Been-Verified-Popup-300x174.jpg" alt="" width="300" height="174" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You will then arrive at a screen which gives you two options: Pay $19.95 for one background check or sign up for a 7-day free trial.  The 7-day free trial gives you unrestricted information &amp; unlimited searches.  That is a lot of information gathering that can be accomplished against you, your family, a business partner or even employees which can then be used in targeted Social Engineering attacks.</p>
<p><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/Been-Verified-Unlimited-Searches.jpg"><img class="alignleft size-medium wp-image-519" title="Been Verified -Unlimited Searches" src="http://www.cybercrime101.com/wp-content/uploads/2011/07/Been-Verified-Unlimited-Searches-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now that we see what is available from BeenVerified, let&#8217;s move on to opting out of having your personal information (or your family, friends, co-workers, employees, etc.) being returned in BeenVerified&#8217;s search results.  Follow the directions below:</p>
<p>- First if you find yourself listed in the search results, right click on the link for your name and choose &#8220;Copy Link Location&#8221; or &#8220;Copy Link Address&#8221; (or however your browser of choice labels that option in the popup menu).</p>
<p>- Then open up your mail application of choice and create an email to &#8220;support@beenverified.com&#8221;.  Also, make sure to CC yourself in the email.</p>
<p>- Next, make the subject &#8220;Site Removal&#8221;.</p>
<p>- In the body of the email, first paste the link for your name that you copied earlier.</p>
<p>- Finally, add your name as it is spelled in the search result that you found and list all fo the cities and states that were associated with the listing.</p>
<p>Within a few minutes of sending this email, you should receive an automated response with a ticket number with a message telling you that your request is being worked on.  You will then receive a follow up email that confirms that your information has been removed from search results on the site.  In my case, I received confirmation within an hour or so of the initial response.  I have heard from a couple of sources that they received their confirmation email a day or so later.</p>
<p>One thing to keep in mind is that they are constantly collecting data, so it is possible your information may end up on their site in the future.  So the obvious thing to do is check back from time to time and if need be, follow the above steps again to have you information removed.</p>
<p>Thanks to my co-worker Donna for pointing this site out to me!</p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/howto-opt-out-of-beenverified-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Episode 30- Assault on the Fifth Amendment and WTF Dropbox?</title>
		<link>http://www.cybercrime101.com/episode-30-assault-on-the-fifth-amendment-and-wtf-dropbox/</link>
		<comments>http://www.cybercrime101.com/episode-30-assault-on-the-fifth-amendment-and-wtf-dropbox/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 14:19:18 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Show Releases]]></category>
		<category><![CDATA[DefCon]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[EFF]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTCIA]]></category>
		<category><![CDATA[Spideroak]]></category>
		<category><![CDATA[TOS]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=491</guid>
		<description><![CDATA[Welcome to episode 30 of the show.   Its not terribly long, but it is packed with little chunks of goodness. In this episode, I talk about a Federal court case involving a major challenge to the Fifth Amendment.  I discuss the recent WTF moment with Dropbox and we say hello Google+, Google&#8217;s new Social [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to episode 30 of the show.   Its not terribly long, but it is packed with little chunks of goodness.</p>
<p>In this episode, I talk about a Federal court case involving a major challenge to the Fifth Amendment.  I discuss the recent WTF moment with Dropbox and we say hello Google+, Google&#8217;s new Social Networking service.</p>
<h2><span style="text-decoration: underline;"><strong>Show Notes: </strong></span></h2>
<p><strong><span style="text-decoration: underline;">- Challenge to the Fifth Amendment in Colorado Federal Court:</span></strong></p>
<p>Post on EFF.org: <a title="EFF.org: Challenge to Fifth Amendment" href="https://www.eff.org/press/archives/2011/07/08" target="_blank">https://www.eff.org/press/archives/2011/07/08</a></p>
<p>Post on CNET: <a title="CNET post on Fifth Amendment challenge" href="http://news.cnet.com/8301-31921_3-20078312-281/doj-we-can-force-you-to-decrypt-that-laptop/" target="_blank">http://news.cnet.com/8301-31921_3-20078312-281/doj-we-can-force-you-to-decrypt-that-laptop/</a></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">- Dropbox changes in Terms of Service causes uproar:</span></strong></p>
<p>My blog post here on the matter: <a title="Cyber Crime 101: Asta La Vista Dropbox" href="http://www.cybercrime101.com/asta-la-vista-dropbox/" target="_blank">http://www.cybercrime101.com/asta-la-vista-dropbox/</a></p>
<p>New Dropbox ToS as of July 6, 2011: <a title="Dropbox Terms of Service as of July 6, 2011" href="https://www.dropbox.com/terms" target="_blank">https://www.dropbox.com/terms</a></p>
<p>10 Alternative File Sharing/Hosting services: <a title="10 Dropbox Alternatives" href="http://techpp.com/2010/07/05/dropbox-alternatives-sync-files-online/" target="_blank">http://techpp.com/2010/07/05/dropbox-alternatives-sync-files-online/</a> (Thanks to <a title="Jaded Security blog" href="http://jadedsecurity.net/" target="_blank">JadedSecurity</a>)</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Google unveils it&#8217;s new Social Networking service, Google+:</span></strong></p>
<p>Google+ hompage: <a title="Google+ Homepage" href="https://plus.google.com/up/start/?continue=https://plus.google.com/&amp;type=st&amp;gpcaz=c484afe6" target="_blank">https://plus.google.com/up/start/?continue=https://plus.google.com/&amp;type=st&amp;gpcaz=c484afe6</a></p>
<p>XKCD&#8217;s take on Google+: <a title="XKCD: Google+" href="http://xkcd.com/918/" target="_blank">http://xkcd.com/918/</a></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Upcoming Conferences:</span></strong></p>
<p><a title="BSidesLV" href="http://www.securitybsides.com/w/page/36939448/BSidesLasVegas" target="_blank">Security BSides LasVegas</a>: August 3-4, 2011</p>
<p><a title="DefCon19" href="https://www.defcon.org/html/defcon-19/dc-19-index.html" target="_blank">DefCon19</a>: August 4-7, 2011</p>
<p><a title="HTCIA International Conference" href="http://www.htciaconference.org/" target="_blank">HTCIA International Conference</a>: September 12-14, 2011 Indian Wells, CA</p>
<p>&nbsp;</p>
<p>Joe</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/episode-30-assault-on-the-fifth-amendment-and-wtf-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://traffic.libsyn.com/cybercrime101/Episode_30-_Assault_on_Fifth_Amendment_and_WTF_Dropbox_.mp3" length="15603786" type="audio/mpeg" />
			<itunes:keywords>DefCon,Dropbox,EFF,Google,HTCIA,Spideroak,TOS</itunes:keywords>
		<itunes:subtitle>Welcome to episode 30 of the show.   Its not terribly long, but it is packed with little chunks of goodness. - In this episode, I talk about a Federal court case involving a major challenge to the Fifth Amendment.</itunes:subtitle>
		<itunes:summary>Welcome to episode 30 of the show.   Its not terribly long, but it is packed with little chunks of goodness.

In this episode, I talk about a Federal court case involving a major challenge to the Fifth Amendment.  I discuss the recent WTF moment with Dropbox and we say hello Google+, Google&#039;s new Social Networking service.
Show Notes: 
- Challenge to the Fifth Amendment in Colorado Federal Court:

Post on EFF.org: https://www.eff.org/press/archives/2011/07/08

Post on CNET: http://news.cnet.com/8301-31921_3-20078312-281/doj-we-can-force-you-to-decrypt-that-laptop/

 

- Dropbox changes in Terms of Service causes uproar:

My blog post here on the matter: http://www.cybercrime101.com/asta-la-vista-dropbox/

New Dropbox ToS as of July 6, 2011: https://www.dropbox.com/terms

10 Alternative File Sharing/Hosting services: http://techpp.com/2010/07/05/dropbox-alternatives-sync-files-online/ (Thanks to JadedSecurity)

 

Google unveils it&#039;s new Social Networking service, Google+:

Google+ hompage: https://plus.google.com/up/start/?continue=https://plus.google.com/&amp;type=st&amp;gpcaz=c484afe6

XKCD&#039;s take on Google+: http://xkcd.com/918/

 

Upcoming Conferences:

Security BSides LasVegas: August 3-4, 2011

DefCon19: August 4-7, 2011

HTCIA International Conference: September 12-14, 2011 Indian Wells, CA

 

Joe

 

 

 </itunes:summary>
		<itunes:author>Cyber Crime 101</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>16:12</itunes:duration>
	</item>
		<item>
		<title>Asta La Vista, Dropbox!</title>
		<link>http://www.cybercrime101.com/asta-la-vista-dropbox/</link>
		<comments>http://www.cybercrime101.com/asta-la-vista-dropbox/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 16:01:40 +0000</pubDate>
		<dc:creator>Cyber Crime 101</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[InfoSec]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[TOS]]></category>

		<guid isPermaLink="false">http://www.cybercrime101.com/?p=473</guid>
		<description><![CDATA[Hey boys &#38; girls who use Dropbox, Don&#8217;t know if you perused through your inboxes this morning, but you should have received an email from Dropbox letting you know that they changed their Terms of Service (TOS).  The email should have looked a little something like this: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Hey boys &amp; girls who use Dropbox,</p>
<p>Don&#8217;t know if you perused through your inboxes this morning, but you should have received an email from Dropbox letting you know that they changed their Terms of Service (TOS).  The email should have looked a little something like this:</p>
<div id="attachment_474" class="wp-caption alignleft" style="width: 310px"><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/Dropbox-TOS-Change-7_1_11.jpg"><img class="size-medium wp-image-474" title="Dropbox TOS Change 7_15_11" src="http://www.cybercrime101.com/wp-content/uploads/2011/07/Dropbox-TOS-Change-7_1_11-300x204.jpg" alt="" width="300" height="204" /></a><p class="wp-caption-text">Dropbox TOS Change 7/15/2011</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><br style="clear: both;" /><br />
So as I know, most users probably just hit the delete button and didn&#8217;t think twice about it.  You might have thought &#8220;Dropbox just probably added some new features that changed their TOS in some small way, right?&#8221;.</p>
<p>WRONG!!!  They added this little tidbit:</p>
<div id="attachment_475" class="wp-caption alignleft" style="width: 310px"><a href="http://www.cybercrime101.com/wp-content/uploads/2011/07/Dropbox-TOS-Change.jpg"><img class="size-medium wp-image-475" title="Dropbox TOS Change " src="http://www.cybercrime101.com/wp-content/uploads/2011/07/Dropbox-TOS-Change-300x85.jpg" alt="" width="300" height="85" /></a><p class="wp-caption-text">Dropbox TOS Change</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
So basically what this means is that whenever you upload a document, photo, video, audio or anything for that matter, you are giving them permission to distribute, display or make a derivative of that file however they wish, as they feel necessary for their service (whatever that means).  Oh, and they don&#8217;t need to compensate you in anyway for it either.</p>
<p>Most of you should be picking your jaws up off of the floor right now.  </p>
<p>Did they really think that no one would actually read this.  I slept in a bit late this morning and awoke to a flood of emails, tweets and other masses of information regarding this.  Services like Dropbox should know that the Information Security community is quite vigilant.  We live to check up on things that affect our security and freedoms</p>
<p>This goes far beyond their compliance with Law Enforcement requests to have access to your data, which in itself caused an uproar against Dropbox.  At least with a Law Enforcement request (Subpoena or Search Warrant), their is a checks and balances system in place, which they will just say Ok to.  Being an LEO myself I cannot just call or email Dropbox and tell them to give me access to anyone&#8217;s files willy nilly.  I have to prepare a Subpoena request or a Search Warrant application, which then gets reviewed by a law clerk or Assistant District Attorney.  It then gets brought before a Judge or similar legal authority who ultimately decides if this request should be granted in the form of a Subpoena or Search Warrant.  This keeps a rogue LEO from just gaining access to your data.</p>
<p>So my recommendation is to delete you Dropbox account as soon as you are done reading this and worry about finding an alternative later.  </p>
<p>Joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cybercrime101.com/asta-la-vista-dropbox/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

