<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Security Ripcord &#187; F-Response</title>
	<atom:link href="http://www.cutawaysecurity.com/blog/archives/category/f-response/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cutawaysecurity.com/blog</link>
	<description>Cutaway's Observations, Opinions, Rants, Raves, Tantrums, and Tirades</description>
	<lastBuildDate>Tue, 01 Jun 2010 15:17:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>		<item>
		<title>Quick Incident Response Techniques IV</title>
		<link>http://www.cutawaysecurity.com/blog/archives/575</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/575#comments</comments>
		<pubDate>Tue, 12 May 2009 16:10:16 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[F-Response]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[Audit Viewer]]></category>
		<category><![CDATA[Memory Analysis]]></category>
		<category><![CDATA[Memoryze]]></category>
		<category><![CDATA[Security Ripcord]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=575</guid>
		<description><![CDATA[In Quick Incident Response Techniques I,  II and III we talked about how to use F-Response and FTK Imager to gather hard drive and memory information from a remote system and what to do with some of that information.  Now we need to talk alittle bit about what we can do with the memory image [...]]]></description>
			<content:encoded><![CDATA[<p>In <a title="QIRT I" href="http://www.cutawaysecurity.com/blog/archives/536" target="_blank">Quick Incident Response Techniques I</a>,  <a title="QIRT II" href="http://www.cutawaysecurity.com/blog/?p=548" target="_blank">II</a> and <a title="Part III" href="http://www.cutawaysecurity.com/blog/?p=561" target="_blank">III</a> we talked about how to use F-Response and FTK Imager to gather hard drive and memory information from a remote system and what to do with some of that information.  Now we need to talk alittle bit about what we can do with the memory image from that system.</p>
<p style="margin-bottom: 0in;">With a copy of the remote system&#8217;s memory and an understanding of F-Response&#8217;s impact on that system an analysis of the system&#8217;s memory can be performed.  Advances in memory analysis are rapidly moving forward.  A good and free tool for memory analysis is Mandiant&#8217;s Memoryze.  Memoryze parses the bit-stream memory file and generates XML output associated with the contents of the memory.  To review these XML files and present it as human-readable information Mandiant&#8217;s developers have released Audit Viewer.  Although Memoryze can be run manually, it is much easier to utilize the functionality of Audit Viewer to Launch Memoryze to analyze the memory file.</p>
<div id="attachment_576" class="wp-caption alignnone" style="width: 675px"><img class="size-full wp-image-576" title="Audit Viewer" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r23.png" alt="Audit Viewer" width="665" height="678" /><p class="wp-caption-text">Audit Viewer</p></div>
<p style="margin-bottom: 0in;">By clicking the Launch Memoryze button the analyst is presented with the usual configuration functionality.  The analyst will point the tool to the Memoryze executable, the memory file, and the information output directory where the XML files will written.  The other configuration considerations pertain to the information that will be collected from the memory file.</p>
<p style="margin-bottom: 0in;">
<ul>
<li>
<p style="margin-bottom: 0in;">MemoryDD will acquire memory from 	the system Memoryze is run on or from a Physical Drive such as those 	provided through F-Response&#8217;s functionality.</p>
</li>
<li>
<p style="margin-bottom: 0in;">ProcessDD will collect information 	pertaining to the process name or identification number provided.  	This will actually pull copies of the process executable and drivers 	associated with the process and copy them to the output directory.</p>
</li>
<li>
<p style="margin-bottom: 0in;">Driver Walk List will parse 	through the memory and determine the drivers being used by the 	system.</p>
</li>
<li>
<p style="margin-bottom: 0in;">DriverDD will collect information 	pertaining to a single driver name or all drivers.  This will 	actually pull copies of the driver from memory and create driver 	files in the output directory.</p>
</li>
<li>
<p style="margin-bottom: 0in;">Processes will collect information 	pertaining to a single process or all processes.  Specific 	information about a process can be selected.  These include:</p>
<ul>
<li>
<p style="margin-bottom: 0in;">Handles</p>
</li>
<li>
<p style="margin-bottom: 0in;">Sections</p>
</li>
<li>
<p style="margin-bottom: 0in;">Ports</p>
</li>
<li>
<p style="margin-bottom: 0in;">Strings</p>
</li>
<li>
<p style="margin-bottom: 0in;">Imports</p>
</li>
<li>
<p style="margin-bottom: 0in;">Exports</p>
</li>
<li>
<p style="margin-bottom: 0in;">Injected DLLs</p>
</li>
</ul>
</li>
<li>
<p style="margin-bottom: 0in;">Hook Detection – actually, I 	have to admit that I don&#8217;t know much about hook analysis.  This 	information is key for determining the affects of malware on a 	system.  Memoryze can be configured to collect information 	pertaining to:</p>
<ul>
<li>
<p style="margin-bottom: 0in;">System Service Descriptor Table 		call table</p>
</li>
<li>
<p style="margin-bottom: 0in;">System Service Descriptor Table 		functions</p>
</li>
<li>
<p style="margin-bottom: 0in;">Interrupt Descriptor Table</p>
</li>
<li>
<p style="margin-bottom: 0in;">IRP tables</p>
</li>
</ul>
</li>
</ul>
<div id="attachment_577" class="wp-caption alignnone" style="width: 711px"><img class="size-full wp-image-577" title="Launch Memoryze" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r24.png" alt="Launch Memoryze" width="701" height="389" /><p class="wp-caption-text">Launch Memoryze</p></div>
<p style="margin-bottom: 0in;">Once Memoryze has completed its analysis of the memory file Audit Viewer can analyze the XML output.  After pointing Audit Viewer to the output information details about the information can be reviewed.  The following image shows how network connections can be identified.  In this example, Audit Viewer shows the the Telnet service has an established connection with a remote system.</p>
<div id="attachment_578" class="wp-caption alignnone" style="width: 684px"><img class="size-full wp-image-578" title="Telnet with Established Connection" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r25.png" alt="Telnet with Established Connection" width="674" height="399" /><p class="wp-caption-text">Telnet with Established Connection</p></div>
<p style="margin-bottom: 0in;">Of course, F-Response also has an established connection.  Of course, as we know from earlier we should expect to see two network connections associated with the F-Response process.  The presence of only one connection shown in the following image could be a result of Memoryze&#8217;s parsing method or the exact time that the memory image was generated.</p>
<div id="attachment_579" class="wp-caption alignnone" style="width: 684px"><img class="size-full wp-image-579" title="F-Response with Established Connection" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r26.png" alt="F-Response with Established Connection" width="674" height="399" /><p class="wp-caption-text">F-Response with Established Connection</p></div>
<p style="margin-bottom: 0in;">The following image shows F-Response is connected to the log file name f-response-ent.exe.log.  This is a good indicator of how Memoryze and Audit Viewer can provide information about running processes that cannot be determined from simply understanding that a process or service is running on a system.</p>
<div id="attachment_580" class="wp-caption alignnone" style="width: 684px"><img class="size-full wp-image-580" title="F-Response with open log file" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r27.png" alt="F-Response with open log file" width="674" height="399" /><p class="wp-caption-text">F-Response with open log file</p></div>
<p style="margin-bottom: 0in;">The default analysis activity associated with each process parsed by using the the Process configuration  is just to grab information about each process.  Audit Viewer provides the ability to output the process executable and all for driver files associated with the selected process.  These, in turn, can be analyzed individually using malware analysis or code review.</p>
<div id="attachment_581" class="wp-caption alignnone" style="width: 684px"><img class="size-full wp-image-581" title="Acquire F-Response Process" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r28.png" alt="Acquire F-Response Process" width="674" height="399" /><p class="wp-caption-text">Acquire F-Response Process</p></div>
<p style="margin-bottom: 0in;">Depending on the system and the process being acquired the acquisition process could take one to five minutes.  The analyst can determine when the acquisition process is complete by monitoring the Audit Viewer command window that is started for the acquisition process.  Once the acquisition is completed the command window will close.</p>
<div id="attachment_582" class="wp-caption alignnone" style="width: 545px"><img class="size-full wp-image-582" title="Audit Viewer parsing process files" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r29.png" alt="Audit Viewer parsing process files" width="535" height="434" /><p class="wp-caption-text">Audit Viewer parsing process files</p></div>
<p style="margin-bottom: 0in;">As mentioned, the acquired files will be written to the output directory for further analysis.</p>
<div id="attachment_583" class="wp-caption alignnone" style="width: 652px"><img class="size-full wp-image-583" title="Acquired Files" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r30.png" alt="Acquired Files" width="642" height="449" /><p class="wp-caption-text">Acquired Files</p></div>
<p style="margin-bottom: 0in;">Well, I think this is going to mark the end of this series of posts.  Hopefully you have a better understanding of some of the techniques and tools utilized when performing quick incident responses for yourselves or your customers.</p>
<p style="margin-bottom: 0in;">If there is something else you would like to see or that you would like me to talk about, just drop a comment and I will look into it.  For now, however, I will be moving onto some of those scripts I was talking about and one or two other ideas that I have to help advance these techniques and tools.</p>
<p style="margin-bottom: 0in;">Go forth and do good things,</p>
<p style="margin-bottom: 0in;">Don C. Weber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/575/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Incident Response Techniques III</title>
		<link>http://www.cutawaysecurity.com/blog/archives/561</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/561#comments</comments>
		<pubDate>Mon, 11 May 2009 11:34:30 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[F-Response]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[FTK Imager]]></category>
		<category><![CDATA[Harlan Carvey]]></category>
		<category><![CDATA[Incident Respoonse]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[RegRipper]]></category>
		<category><![CDATA[Security Ripcord]]></category>
		<category><![CDATA[Windows Incident Response]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=561</guid>
		<description><![CDATA[In our first Quick Incident Response Techniques I and II we talked about how to use F-Response and FTK Imager to gather hard drive and memory information from a remote system.  Now we need to talk alittle bit about what we can do with access to the remote system.
Setting this up again.  We have connected [...]]]></description>
			<content:encoded><![CDATA[<p>In our first <a title="QIRT I" href="http://www.cutawaysecurity.com/blog/archives/536" target="_blank">Quick Incident Response Techniques I</a> and <a title="QIRT II" href="http://www.cutawaysecurity.com/blog/?p=548" target="_blank">II</a> we talked about how to use F-Response and FTK Imager to gather hard drive and memory information from a remote system.  Now we need to talk alittle bit about what we can do with access to the remote system.</p>
<p>Setting this up again.  We have connected to a remote system using<a title="F-Response" href="http://www.f-response.com/" target="_blank"> F-Response Enterprise Management Console</a> (FEMC).  This provides us with Read-Only access as a physical drive on the local system.  We are not going to do things with that access.</p>
<p style="margin-bottom: 0in;">Files pulled from remote system can be analyzed using any number of tools.  A good example of this is pulling the Registry files and parsing them with <a title="RegRipper - Please contribute plugins" href="http://www.regripper.net/" target="_blank">RegRipper</a>.  Understanding registry settings and Last Write times associated with registry keys is critical when trying to piece together what has occurred on a system in the times leading up to an incident.</p>
<div id="attachment_562" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-562" title="RegRipper" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r18.png" alt="RegRipper" width="500" height="420" /><p class="wp-caption-text">RegRipper</p></div>
<p style="margin-bottom: 0in;">Although files can be pulled from the remote system and stored locally, they can also just be parsed, as is, from the local representation of the remote system.  The following example shows RegRipper parsing the SAM registry file to pull local user account information for the remote system.  The text output can be written to the local drive or to an external storage device.  The same can be accomplished for the System, Software, and Security registry files.  This example is not limited to the Registry files.  Analysts can use their favorite analysis and parsing tools to access other important files such as the Windows Event Log or other application log files.</p>
<div id="attachment_563" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-563" title="RegRipper parsing SAM registry file from remote system" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r19.png" alt="RegRipper parsing SAM registry file from remote system" width="500" height="420" /><p class="wp-caption-text">RegRipper parsing SAM registry file from remote system</p></div>
<p style="margin-bottom: 0in;">Local access to the remote file systems allow analysts to perform timeline analysis to determine what has occurred on a system.  Timeline analysis provides a sense of logical progression.  Although some malware will use the anti-forensic techniques of modifying file times this will not occur for every file or in every instance.  Anti-forensic techniques only means that the analyst needs to understand that the times used to parse the information might be slightly off. <a title="Sleuth Kit's Bodyfile" href="http://wiki.sleuthkit.org/index.php?title=Body_file" target="_blank"> Body file</a> scripts are easily generated using Perl or Python to stat every file available through the attached Drive Letter.  The following image demonstrates this technique.  Other, more through methods, can be performed such as using <a title="Sleuth Kit's FLS" href="http://www.sleuthkit.org/sleuthkit/man/fls.html" target="_blank">Sleuthkit&#8217;s FLS</a> to grab file information from available and deleted files and folders.  Unless specifically programmed to identify deleted files and folders, the Perl and Python stat scripts will not provide access or information about these important files.</p>
<div id="attachment_564" class="wp-caption alignnone" style="width: 707px"><img class="size-full wp-image-564" title="Generating a Timeline BodyFile using Python" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r20.png" alt="Generating a Timeline BodyFile using Python" width="697" height="564" /><p class="wp-caption-text">Generating a Timeline BodyFile using Python</p></div>
<blockquote>
<p style="margin-bottom: 0in;">As you know, I like to share scripts I have written to perform tasks such as creating the body file you see in the image above.  However, as he often does, Harlan has <a title="Timeline Analysis, pt V - First Steps" href="http://windowsir.blogspot.com/2009/03/timeline-analysis-pt-v-first-steps.html" target="_blank">already pointed us to a better way of creating this body file</a>.  Basically, just use the functionality inherit to FTK Imager to create a directory listing.  Now the file that is created will be tab delimited and it will be encoded <a title="UTF-16/UCS-2" href="http://en.wikipedia.org/wiki/UTF-16" target="_blank">UCS-2LE</a>.  Although the tab delimiting is not a problem, the UCS-2LE encoding makes it difficult to grep through for specific files and directories.  I have found two ways around this.  First, on Windows systems, you can use <a title="Notepad++" href="http://notepad-plus.sourceforge.net/" target="_blank">Notepad++</a> to convert from UCS-2LE to UTF-8 through the Format dropdown in the Main Menu.  On Linux systems you should use the <a title="man iconv" href="http://www.manpagez.com/man/1/iconv/" target="_blank">iconv</a> command to do the same thing.  Hopefully soon enough I will have a script that will convert this output to a bodyfile.  Either that or Harlan will beat me to it as usual.</p>
</blockquote>
<p style="margin-bottom: 0in;">As F-Response is a live response tool it is important to understand the impact it will have on a remote system.  Three files will be written to the %System% directory.  F-response-ent.exe is the executable file.  F-response-ent.exe.ini is the configuraiton file for the executable.  F-response-ent.exe.log is a log file that records F-Response activity and can be used for debugging issues.</p>
<div id="attachment_565" class="wp-caption alignnone" style="width: 575px"><img class="size-full wp-image-565" title="F-Response files on remote system" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r21.png" alt="F-Response files on remote system" width="565" height="319" /><p class="wp-caption-text">F-Response files on remote system</p></div>
<p style="margin-bottom: 0in;">As F-Response is a client/server program there will be a network connection associated with the communication between the two components.  Actually as the remote client connects back to the FLMM and the FEMC there should be two network connections to port 5681, which is the default configuration setting.</p>
<div id="attachment_566" class="wp-caption alignnone" style="width: 595px"><img class="size-full wp-image-566" title="F-Response Established Connections" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r22.png" alt="F-Response Established Connections" width="585" height="585" /><p class="wp-caption-text">F-Response Established Connections</p></div>
<p style="margin-bottom: 0in;">Hopefully that is enough for today.  Next time we will start looking at how to analyze the memory we acquired.</p>
<p style="margin-bottom: 0in;">Go forth and do good things,</p>
<p style="margin-bottom: 0in;">Don C. Weber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/561/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Incident Response Techniques II</title>
		<link>http://www.cutawaysecurity.com/blog/archives/548</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/548#comments</comments>
		<pubDate>Fri, 08 May 2009 20:51:29 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[F-Response]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[FTK Imager]]></category>
		<category><![CDATA[Security Ripcord]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=548</guid>
		<description><![CDATA[Picking up where we left off in the last post, Quick Incident Response Techniques, we are about to connect to the  hard drive and memory of a remote system.  In this case a Windows 2000 VMware image.  Our goals are to collect system information that will be helpful during an incident response.
At this point we [...]]]></description>
			<content:encoded><![CDATA[<p>Picking up where we left off in the last post, <a title="Part One of This Series" href="http://www.cutawaysecurity.com/blog/?p=536" target="_blank">Quick Incident Response Techniques</a>, we are about to connect to the  hard drive and memory of a remote system.  In this case a Windows 2000 VMware image.  Our goals are to collect system information that will be helpful during an incident response.</p>
<p>At this point we have used the <a title="F-Response" href="http://www.f-response.com/" target="_blank">F-Response Enterprise Management Console</a> (FEMC) to connect to the remote system.  Now we are going to access these resources.</p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Login requests are performed by selecting the system disk or memory to access and the selecting Connect → Login to F-Response.</p>
<div id="attachment_549" class="wp-caption alignnone" style="width: 491px"><img class="size-full wp-image-549" title="Login to Remote Disks and Memory" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r9.png" alt="Login to Remote Disks and Memory" width="481" height="374" /><p class="wp-caption-text">Login to Remote Disks and Memory</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Successful logins will be represented by the blue F-Response icon.  Selected disks and memory can now be accessed by any number of methods from the local operating system to data acquisition programs such as EnCase, FTK, FTK Imager, and ProDiscover, just to name a few.  Analysts should note that the Connect tab in the FEMC now displays a Physical Drive location on the local system.  Another welcome improvement in this new version.</p>
<div id="attachment_550" class="wp-caption alignnone" style="width: 742px"><img class="size-full wp-image-550" title="Connected to Remote Disks and Memory" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r10.png" alt="Connected to Remote Disks and Memory" width="732" height="366" /><p class="wp-caption-text">Connected to Remote Disks and Memory</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Once connected to a remote system the local operating system will attempt to provide a local drive letter to all partitions whose file system it understands.  To help identify which drive letters have been assigned to these partitions the local system&#8217;s Disk Manager can be used.  Once the Disk Manager has been opened, if the remotes system&#8217;s memory has been connected, or if the local system does not recognize the remote file system it may notify the user with a request to format the remote disk.  As all disks are mounted as Read-only devices this should not be a problem, but selecting Cancel is the recommended action.</p>
<div id="attachment_551" class="wp-caption alignnone" style="width: 520px"><img class="size-full wp-image-551" title="Disk Manager - Memory Format" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r11.png" alt="Disk Manager - Memory Format" width="510" height="362" /><p class="wp-caption-text">Disk Manager - Memory Format</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Disk Manager should now display all of the connected Physical Drives as well as any drive letters that have been assigned to them.</p>
<div id="attachment_552" class="wp-caption alignnone" style="width: 648px"><img class="size-full wp-image-552" title="Disk Manager" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r12.png" alt="Disk Manager" width="638" height="473" /><p class="wp-caption-text">Disk Manager</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Now that the remote systems disk and memory are accessible as local Physical Drives, as mentioned previously, any data analysis tool can be used to collect the information provided by these drives.  One freely available tool that is capable of connecting to Physical Drives is <a title="FTK Imager" href="http://www.accessdata.com/downloads.html" target="_blank">AccessData&#8217;s FTK Imager</a>.</p>
<div id="attachment_553" class="wp-caption alignnone" style="width: 501px"><img class="size-full wp-image-553" title="FTK Imager" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r13.png" alt="FTK Imager" width="491" height="380" /><p class="wp-caption-text">FTK Imager</p></div>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">To connect FTK Imager to Physical Drives an analyst only has to press the icon with the green plus symbol.  This will produce the Select Drive window.  Because of the new markings provided by FEMC each Physical Drive is clearly marked as to the remote system and Physical Drive number making it easy for analysts to keep track of the resources with which they are working.</p>
<div id="attachment_554" class="wp-caption alignnone" style="width: 452px"><img class="size-full wp-image-554" title="FTK Imager Connecting to Physical Drives" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r14.png" alt="FTK Imager Connecting to Physical Drives" width="442" height="352" /><p class="wp-caption-text">FTK Imager Connecting to Physical Drives</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Once connected to a remote drive using FTK Imager the analyst can review the information on the remote system and either acquire the full system or pull individual files including those that are normally locked by the operating system.</p>
<div id="attachment_555" class="wp-caption alignnone" style="width: 624px"><img class="size-full wp-image-555" title="FTK Imager Viewing Remote Drive" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r15.png" alt="FTK Imager Viewing Remote Drive" width="614" height="475" /><p class="wp-caption-text">FTK Imager Viewing Remote Drive</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">To create an image of memory the analyst only has to right click on the Physical Drive representing the remote system&#8217;s memory and select Export.  This will pop-up the Create Image window which will allow the analyst to select the location to store the bit-stream image of memory.</p>
<div id="attachment_556" class="wp-caption alignnone" style="width: 624px"><img class="size-full wp-image-556" title="FTK Imager Creating Image of Memory" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r16.png" alt="FTK Imager Creating Image of Memory" width="614" height="475" /><p class="wp-caption-text">FTK Imager Creating Image of Memory</p></div>
<p style="margin-bottom: 0in;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Accessing files on Physical Drives that have been assigned Drive Letters does not require any special tools.  As long as the local operating system understands the file structure the individual files and folders can be accessed through the Windows Explorer.  This is a Read-only access that will allow the analyst to copy selected files out to their designated storage location.  Unlike many data acquisition tools, however, the origin and other information pertaining to the copied file will not be saved for future use.  Analysts will have to keep their own detailed notes when using this method of file access and collection.  This type of access also allows for the use of many tools installed on the local system.  Malware analysis is a great example.  Anti-virus scanners or the Gargoyle tool can be pointed to this Drive Letter to perform their malware analysis.</p>
<div id="attachment_557" class="wp-caption alignnone" style="width: 615px"><img class="size-full wp-image-557" title="Review Files Via Read-Only Disk Drive" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r17.png" alt="Review Files Via Read-Only Disk Drive" width="605" height="490" /><p class="wp-caption-text">Review Files Via Read-Only Disk Drive</p></div>
<p style="margin-bottom: 0in;">It should be noted, however, that reviewing some files and folders using this method may not be possible without elevated privileges.  The local system is still going to honor setting such as those files and folders marked as &#8220;hidden.&#8221;  To over come this limitation using the Windows Command Shell and programs such as SysInternal&#8217;s PSEXEC may be necessary.</p>
<p style="margin-bottom: 0in;">But more on that later.  For now I think this is enough.</p>
<p style="margin-bottom: 0in;">Go forth and do good things,</p>
<p style="margin-bottom: 0in;">Don C. Weber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/548/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Incident Response Techniques</title>
		<link>http://www.cutawaysecurity.com/blog/archives/536</link>
		<comments>http://www.cutawaysecurity.com/blog/archives/536#comments</comments>
		<pubDate>Fri, 08 May 2009 04:24:38 +0000</pubDate>
		<dc:creator>cutaway</dc:creator>
				<category><![CDATA[F-Response]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[Security Ripcord]]></category>

		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=536</guid>
		<description><![CDATA[&#60;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&#62;
When answers are needed fast an incident handler needs to be able to quickly gather pertinent information and begin data analysis.  Two things are necessary in these situations.  First, knowing what to look for and second know how to [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">When answers are needed fast an incident handler needs to be able to quickly gather pertinent information and begin data analysis.  Two things are necessary in these situations.  First, knowing what to look for and second know how to get it.  On the Windows Incident Response blog Harlan has been providing us with some of the important, detailed information required during incident responses in his posts about “<a title="Part One" href="http://windowsir.blogspot.com/2009/02/looking-for-bad-stuff-part-i.html" target="_blank">Looking for</a> <a title="Part Two" href="http://windowsir.blogspot.com/2009/02/looking-for-bad-stuff-pt-ii.html" target="_blank">Bad Stuff</a>” and “<a title="Search for other Timeline Analysis Posts, Too" href="http://windowsir.blogspot.com/2009/04/timeline-analysis-xp-restore-points.html" target="_blank">Timeline Analysis</a>.”</p>
<p style="margin-bottom: 0in;">When specifics are not know there are several parts of a Windows operating system that are necessary for analysis.  These include:</p>
<ol>
<li>
<p style="margin-bottom: 0in;">The memory of the system to 	determine what and how a process is running.</p>
</li>
<li>
<p style="margin-bottom: 0in;">The registry of the system to 	determine information such as Autoruns, services, and other 	important configuration settings.</p>
</li>
<li>
<p style="margin-bottom: 0in;">System event logs for system 	access.</p>
</li>
<li>
<p style="margin-bottom: 0in;">A timeline of file and folder 	events.</p>
</li>
<li>
<p style="margin-bottom: 0in;">Anti-virus scan of the system to 	determine if the system is infected.</p>
</li>
</ol>
<p style="margin-bottom: 0in;">Armed with this information an incident handler can at least start an investigation and obtain an understanding of events on the target system.</p>
<p style="margin-bottom: 0in;">Now that we know what we want, how do we get it.  Traditional methods tell us to image the system to get the information necessary for an incident response.  But that takes time and physical access to systems.  These requirements can complicate things.  Third-party hosting or requirements for surreptitious information gathering may be factors of consideration.  This is where F-Response comes into play.  By now most of you know its capabilities of providing remote access to a system and providing access to the target system&#8217;s hard drives and memory.  Recent advances, particularly the April 15<sup>th</sup>, 2009 release of<a title="F-Response" href="http://www.f-response.com/" target="_blank"> F-Response Enterprise Management Console</a> (FEMC), make remote information gathering much easier and stealthier.</p>
<p style="margin-bottom: 0in;">The information that follows is a quick run through of how to use FEMC in conjunction with a variety of tools to gather the pertinent system information that we have already covered.</p>
<p style="margin-bottom: 0in;">First we have to start with a remote system.  For this example I will be using a Windows 2000 Professional system loaded into Vmware Workstation.  This will provide us with all of the necessary components of a remote system.</p>
<div id="attachment_537" class="wp-caption alignnone" style="width: 263px"><img class="size-full wp-image-537" title="Windows 2000 Logon" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/win2k.png" alt="Windows 2000 Logon" width="253" height="157" /><p class="wp-caption-text">Windows 2000 Logon</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">Next step is to start the F-Response License Manager Monitor (FLMM).  This will require that a dongle is inserted into one of the Universal Serial Bus (USB) ports on the system.  For systems with fewer USB ports a USB 2.0 Hub comes in very handy.  Be sure to pay close attention to the IP Address that the FLMM is configured to listen on.  Using Vmware is a perfect example because it makes the Host system an multi-homed system.  If the correct IP Address is not selected the remote system, in this case the VMware Guest, will not be able to contact the FLMM and the remote F-Response program will not start.</p>
<div id="attachment_538" class="wp-caption alignnone" style="width: 287px"><img class="size-full wp-image-538" title="Start F-Response License Manager Monitor" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r1.png" alt="Start F-Response License Manager Monitor" width="277" height="299" /><p class="wp-caption-text">Start F-Response License Manager Monitor</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">Next we start the FEMC.  As I mentioned, the FEMC makes deploying and managing remote deployments of F-Response very easy and intuitive.</p>
<div id="attachment_539" class="wp-caption alignnone" style="width: 357px"><img class="size-full wp-image-539" title="F-Response Enterprise Management Console" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r2.png" alt="F-Response Enterprise Management Console" width="347" height="199" /><p class="wp-caption-text">F-Response Enterprise Management Console</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">Before deploying F-Response to remote systems the remote program has to be configured.  This is done by selecting File → Configuration.  Several items need to be configured.  First is the Domain/Network Credentials.  This is the authentication necessary to access the remote system.  These credentials require Administrative level capabilities because the program will be installed in the systems %SYSTEM% directory.  Generally, C:\WINNT\system32 or C:\Windows\system32.  Administrative level capabilities are also necessary because F-Response will be started as a service.  Next, the Host Configuration should be configured.  I generally always select Physical Memory because even if I initially decide that I don&#8217;t want the system memory something I see on the system might change my mind.  The only real reason to not select Physical Memory would be if you were deploying F-Response to a 64-bit system.  Currently F-Response does not support acquisition of Physical Memory on 64-bit systems.  The Username and Password fields are used to authenticate connections to the remote deployments.  The Username must be eight characters log and the password must be fourteen characters long.  The IP Address in the Validation Configuration should default to the settings applied to the FLMM, a quick verification would not hurt to ensure proper configuration.  The last thing to consider during configuration is information about the remote F-Response deployment.  Service Name refers to the name of the service F-Response will run as on the remote system.  Executable refers to the executable that will be pushed to the remote system.  Both of these input should be noted and remembered so that they can be easily identified and distinguished during data analysis.  A good trick is to rename the executable before pushing it to the remote system.  This will help keep other persons and processes on the remote system from easily identifying that F-Response has been deployed.</p>
<div id="attachment_540" class="wp-caption alignnone" style="width: 425px"><img class="size-full wp-image-540" title="F-Response Configuration" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r3.png" alt="F-Response Configuration" width="415" height="460" /><p class="wp-caption-text">F-Response Configuration</p></div>
<p>&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">One of the strengths of F-Response is its discovery capabilities.  By selecting Scan → ??? or Scan → IP Address the analyst can quickly identify all systems on the network.  This is very helpful in quickly identify remote systems within an environment.  It can, however, also take quite a bit of time obviously generate network traffic that might generate alerts on intrusion detection systems.  Additionally, collecting information from multiple remote systems will obviously have an impact on the local system&#8217;s network activity and hardware performance.  For instances where these factors are a concern or if a single remote system is all that is necessary a direct connection functionality is available through Scan → Direct Connect.  Direct Connect will accept the entry of a Host Name or an IP Address to locate the remote system.  Once the Open button is click FEMC will attempt to contact the remote system and authenticate.  If connection and authentication is successful the Direct Connect window will display the Install F-Response radio button.  When selected this radio button will push the F-Response client to the remote system.  This will activate the Start F-Response radio button.  As you will notice, only the actions that can be performed will be made accessible by the Direct Connect window.</p>
<div id="attachment_541" class="wp-caption alignnone" style="width: 352px"><img class="size-full wp-image-541" title="Direct Connect" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r4.png" alt="Direct Connect" width="342" height="289" /><p class="wp-caption-text">Direct Connect</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">If the start request was successful the Direct Connect will display the Stop F-Response and Issue Discovery Request radio buttons.  If it was not successful then only the Start F-Response radio button will remain available.  Analysts should give the process a little time to let the remote process start and respond back.  If the start was not successful there could be a number of reasons.  Analyst should double check the credentials provided during the configuration.  If that does not work then the IP Address provided during the configuration and to the FLMM should be checked.</p>
<div id="attachment_542" class="wp-caption alignnone" style="width: 353px"><img class="size-full wp-image-542" title="Start F-Response" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r5.png" alt="Start F-Response" width="343" height="288" /><p class="wp-caption-text">Start F-Response</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">Once F-Response has been successfully deployed and started on the remote system the Direct Connect window can be closed by selecting the Close or Quit button.  The focus will be returned to the FEMC main window.  In the bottom section there are several tabs.  Activity associated with problems or successful start should be displayed in the Messages tab.  Remote systems that have been successfully connected to will be displayed in the Active Clients tab.</p>
<div id="attachment_543" class="wp-caption alignnone" style="width: 491px"><img class="size-full wp-image-543" title="Active Clients" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r6.png" alt="Active Clients" width="481" height="264" /><p class="wp-caption-text">Active Clients</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">Once a client is activated it is time to determine what is available to be accessed.  This is done by performing an Issue Discovery Request.  In this case there is only one remote system available, but F-Response is capable of issuing discovery request to as many systems as are available.  This is done by highlighting the clients available in the Active Clients tab and then selecting Deployment → Issue Discovery Request.</p>
<div id="attachment_544" class="wp-caption alignnone" style="width: 491px"><img class="size-full wp-image-544" title="Discovery Request" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r7.png" alt="Discovery Request" width="481" height="264" /><p class="wp-caption-text">Discovery Request</p></div>
<p style="margin-bottom: 0in;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom: 0in;">The discovery request will inform FEMC of the available disks and memory on each remote system selected.  Discovered disks and memory will be displayed in the Connect tab.  A new feature and distinct improvement in the 3.09 version of F-Response is the fact that it displays not only the host name of the remote system but it also provides name of the connected disk or memory.  Access to the whole physical disk or separate partitions is available as is the system memory when selected.  Although these disks and memory have been identified these resources are not accessible until a Login request has been issued.</p>
<div id="attachment_545" class="wp-caption alignnone" style="width: 491px"><img class="size-full wp-image-545" title="Discovered Disk and Memory" src="http://www.cutawaysecurity.com/blog/wp-content/uploads/f-r8.png" alt="Discovered Disk and Memory" width="481" height="374" /><p class="wp-caption-text">Discovered Disk and Memory</p></div>
<p style="margin-bottom: 0in;">That is more than enough for now.  If you are still with me, check back later for more on how to initiate the connection to the remote systems drives and memory.</p>
<p style="margin-bottom: 0in;">Go forth and do good things,</p>
<p style="margin-bottom: 0in;">Don C. Weber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cutawaysecurity.com/blog/archives/536/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
