<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hacking Articles &#187; Cyber Forensics</title>
	<atom:link href="http://www.hackingarticles.in/category/cyber-forensics-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackingarticles.in</link>
	<description>Raj Chandel&#039;s Blog</description>
	<lastBuildDate>Sat, 18 May 2013 11:28:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Volatility &#8211; An advanced memory forensics framework</title>
		<link>http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/</link>
		<comments>http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 12:59:01 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7765</guid>
		<description><![CDATA[The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer unprecedented visibility into the runtime state of the system. The framework [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer unprecedented visibility into the runtime state of the system. The framework is intended to introduce people to the techniques and complexities associated with extracting digital artifacts from volatile memory samples and provide a platform for further work into this exciting area of research.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Windows Features</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;"><b>Basic / Informational</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Current date, time, CPU count, CPU speed, service pack</span></li>
<li><span style="color: #000000;">Current thread and idle thread</span></li>
<li><span style="color: #000000;">Addresses of the KDBG, KPCR, DTB, PsActiveProcessHead, PsLoadedModuleList, etc</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Processes</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">List active processes (column or tree view)</span></li>
<li><span style="color: #000000;">Scan for hidden or terminated _EPROCESS objects (using pool tags or _DISPATCHER_HEADER)</span></li>
<li><span style="color: #000000;">Enumerate DLLs in the PEB LDR lists</span></li>
<li><span style="color: #000000;">Rebuild/extract DLLs or EXEs to disk based on name, base address, or physical offset</span></li>
<li><span style="color: #000000;">Print open handles to files, registry keys, mutexes, threads, processes, etc</span></li>
<li><span style="color: #000000;">List security identifiers (SIDs) for processes</span></li>
<li><span style="color: #000000;">Scan for cmd.exe command history and full console input/output buffers</span></li>
<li><span style="color: #000000;">List process environment variables</span></li>
<li><span style="color: #000000;">Print PE version information from processes or DLLs (file version, company name, etc)</span></li>
<li><span style="color: #000000;">Enumerate imported and exported API functions anywhere in process or kernel memory</span></li>
<li><span style="color: #000000;">Show a list of virtual and physical mappings of all pages available to a process</span></li>
<li><span style="color: #000000;">Dump process address space to disk as a single file</span></li>
<li><span style="color: #000000;">Analyze Virtual Address Descriptor (VAD) nodes, show page protection, flags, and mapped files</span></li>
<li><span style="color: #000000;">Represent the VAD in tree form or Graphviz .dot graphs</span></li>
<li><span style="color: #000000;">Dump each VAD range to disk for inspecting with external tools</span></li>
<li><span style="color: #000000;">Parse XP/2003 event log records</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Kernel Memory</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">List loaded kernel modules and scan for hidden/unloaded module structures</span></li>
<li><span style="color: #000000;">Extract PE files including drivers from anywhere in kernel memory</span></li>
<li><span style="color: #000000;">Dump the SSDT for all 32- and 64-bit windows systems</span></li>
<li><span style="color: #000000;">Scan for driver objects, print IRP major function tables</span></li>
<li><span style="color: #000000;">Show devices and device tree layout</span></li>
<li><span style="color: #000000;">Scan for file objects (can show deleted files, closed handles, etc)</span></li>
<li><span style="color: #000000;">Scan for threads, mutex objects and symbolic links</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>GUI Memory</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Analyze logon sessions and the processes and mapped images belonging to the session</span></li>
<li><span style="color: #000000;">Scan for window stations and clipboard artifacts (clipboard snooping malware)</span></li>
<li><span style="color: #000000;">Scan for desktops, analyze desktop heaps and attached GUI threads</span></li>
<li><span style="color: #000000;">Locate and parse atom tables (class names, DLL injection paths, etc)</span></li>
<li><span style="color: #000000;">Extract the contents of the windows clipboard</span></li>
<li><span style="color: #000000;">Analyze message hooks and event hooks, show the injected DLL and function address</span></li>
<li><span style="color: #000000;">Dump all USER object types, pool tags, and flags from the gahti</span></li>
<li><span style="color: #000000;">Print all open USER handles, associated threads or processes, and object offsets</span></li>
<li><span style="color: #000000;">Display details on all windows, such as coordiates, window title, class, procedure address, etc</span></li>
<li><span style="color: #000000;">Take screen shots from memory dumps (requires PIL)</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Malware Analysis</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Find injected code and DLLs, unpacker stubs, and decrypted configurations, etc</span></li>
<li><span style="color: #000000;">Scan process or kernel memory for any string, regular expression, byte pattern, URL, etc</span></li>
<li><span style="color: #000000;">Analyze services, their status (running, stopped, etc) and associated process or driver</span></li>
<li><span style="color: #000000;">Cross-reference memory mapped executable files with PEB lists to find injected code</span></li>
<li><span style="color: #000000;">Scan for imported functions in process or kernel memory (without using import tables)</span></li>
<li><span style="color: #000000;">Detect API hooks (Inline, IAT, EAT), hooked winsock tables, syscall hooks, etc</span></li>
<li><span style="color: #000000;">Analyze the IDT and GDT for each CPU, alert on hooks and disassemble code</span></li>
<li><span style="color: #000000;">Dump details of threads, such as hardware breakpoints, context registers, etc</span></li>
<li><span style="color: #000000;">Enumerate kernel callbacks for process creation, thread creation, and image loading</span></li>
<li><span style="color: #000000;">Display FS registration, registry, shutdown, bugcheck, and debug print callbacks</span></li>
<li><span style="color: #000000;">Detect hidden processes with alternate process listings (6+ sources)</span></li>
<li><span style="color: #000000;">Analyze kernel timers and their DPC routine functions</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Networking</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Walk the list of connection and socket objects for XP/2003 systems</span></li>
<li><span style="color: #000000;">Scan physical memory for network information (recover closed/terminated artifacts)</span></li>
<li><span style="color: #000000;">Determine if listening sockets are IPv4, IPv6, etc and link to their owning processes</span></li>
<li><span style="color: #000000;">Registry</span></li>
<li><span style="color: #000000;">Scan for registry hives in memory</span></li>
<li><span style="color: #000000;">Parse and print any value or key cached in kernel memory, with timestamps</span></li>
<li><span style="color: #000000;">Dump an entire registry hive recursively</span></li>
<li><span style="color: #000000;">Extract cached domain credentials from the registry</span></li>
<li><span style="color: #000000;">Locate and decrypt NT/NTLM hashes and LSA secrets</span></li>
<li><span style="color: #000000;">Analyze user assist keys, the shimcache, and shellbags</span></li>
<li><span style="color: #000000;">Crash Dumps, Hibernation, Conversion</span></li>
<li><span style="color: #000000;">Print crash dump and hibernation file header information</span></li>
<li><span style="color: #000000;">Run any plugin on a crash dump or hibernation file (hiberfil.sys)</span></li>
<li><span style="color: #000000;">Convert a raw memory dump to a crash dump for opening in !WinDBG</span></li>
<li><span style="color: #000000;">Convert a crash dump or hibernation file to a raw memory dump</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Miscellaneous</b></span></p>
<ul>
<li style="text-align: justify;"><span style="color: #000000;">Link strings found at physical offsets to their owning kernel address or process</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Interactive shell with disassembly, type display, hexdumps, etc</span></li>
</ul>
<h4><span style="color: #000000;">How to use Volatility Framework</span></h4>
<p><span style="color: #000000;">Before you can conduct victim system analysis you need to capture memory.</span></p>
<p><span style="color: #000000;"><b>Step 1</b>: First Download</span> <a href="http://www.moonsols.com/wp-content/plugins/download-monitor/download.php?id=7"><b>dumpit</b></a> <span style="color: #000000;">and capture victim pc memory</span> (<a href="http://www.hackingarticles.in/dumpit-ram-capture-tool/"><b>How to use Dumpit</b></a>)</p>
<p><span style="color: #000000;"><b>Step2</b>: Download Volatility for windows PC from</span> <a href="http://code.google.com/p/volatility/downloads/detail?name=volatility-2.2.standalone.exe&amp;can=2&amp;q="><b>here</b></a></p>
<p><span style="color: #000000;"><b>Step3</b>: Now Open <b>Volatility</b> from <b>command prompt</b> and use the Following Commands</span></p>
<h5><span style="color: #000000;"><b>Imageinfo</b></span></h5>
<p><span style="color: #000000;">If you don&#8217;t know what type of system your image came from, use the <b>imageinfo</b> command</span></p>
<p><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) imageinfo</b></span></p>
<p><img alt="" src="http://i2.wp.com/4.bp.blogspot.com/-kzWG_7sFUBg/UPP7sHTiGBI/AAAAAAAAFeQ/V3DJBJ3ClOo/s1600/imageinfo.jpg?resize=577%2C222" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>pslist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To list the processes of a system, use the pslist command. This walks the doubly-linked list pointed to by PsActive Process Head. It does not detect hidden or unlinked processes.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) pslist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/1.bp.blogspot.com/-Ww6O6Y9S5UQ/UPP8gpoBY7I/AAAAAAAAFec/1GUzcp0_lpg/s1600/pslist.jpg?resize=579%2C489" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>psscan</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To enumerate processes using pool tag scanning, use the psscan command. This can find processes that previously terminated (inactive) and processes that have been hidden or unlinked by a rootkit.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) psscan</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-ZgZG0v2iJqQ/UPP828OVcaI/AAAAAAAAFek/28F_e2ddUOs/s1600/psscan.jpg?resize=582%2C503" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>dlllist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To display a process&#8217;s loaded DLLs, use the dlllist command. It walks the doubly-linked list of LDR_DATA_TABLE_ENTRY structures which is pointed to by the PEB&#8217;s In Load Order Module List. DLLs are automatically added to this list when a process calls LoadLibrary (or some derivative such as LdrLoadDll) and they aren&#8217;t removed until Free Library is called and the reference count reaches zero.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) dlllist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/2.bp.blogspot.com/-eBimAZZOos0/UPP9KbCbZRI/AAAAAAAAFfw/gPPx4X-ifKU/s1600/dll.jpg?w=620" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>getsids</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To view the SIDs (Security Identifiers) associated with a process, use the getsids command. Among other things, this can help you identify processes which have maliciously escalated privileges.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) getsids</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/2.bp.blogspot.com/-LfRz-ManedY/UPP9WwrLRgI/AAAAAAAAFf4/jYFa3rfOET4/s1600/getsid.jpg?w=620" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>sockets</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To detect listening sockets for any protocol (TCP, UDP, RAW, etc), use the sockets command. This walks a singly-linked list of socket structures which is pointed to by a non-exported symbol in the tcpip.sys module. This command is for Windows XP and Windows 2003 Server only.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) sockets</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/4.bp.blogspot.com/-9ZuJMKqTXVA/UPP9gKQDfGI/AAAAAAAAFgA/IULcGh3q8qA/s1600/sockets.jpg?resize=577%2C410" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>hivelist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To locate the virtual addresses of registry hives in memory, and the full paths to the corresponding hive on disk, use the hivelist command.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) hivelist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-UFmOTpWXgpM/UPP9qWUIWiI/AAAAAAAAFgI/L8QzIfB265A/s1600/hivelist.jpg?resize=579%2C285" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>userassist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To get the UserAssist keys from a sample you can use the userassist plugin.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) userassist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/1.bp.blogspot.com/-6qY5ouZ7NN4/UPP92cGUQ5I/AAAAAAAAFgQ/UIl7pnA2ucg/s1600/usserassist.jpg?resize=575%2C545" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>svcscan</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">Volatility is the only memory forensics framework with the ability to list Windows services. To see which services are registered on your memory image, use the svcscan command. The output shows the process ID of each service (if its active and pertains to a usermode process), the service name, service display name, service type, and current status. It also shows the binary path for the registered service &#8211; which will be an EXE for usermode services and a driver name for services that run from kernel mode</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) svcscan</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/2.bp.blogspot.com/-kesVsKjbaFA/UPP-AKLK6AI/AAAAAAAAFgY/8sgLYuyqlZE/s1600/svcscan.jpg?w=620" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><b> Command Reference &amp; More Commands Visit: </b></span></p>
<p><a href="http://code.google.com/p/volatility/wiki/CommandReference"><b>http://code.google.com/p/volatility/wiki/CommandReference</b></a></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/" data-title="Volatility &#8211; An advanced memory forensics framework"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DumpIt – RAM Capture Tool</title>
		<link>http://www.hackingarticles.in/dumpit-ram-capture-tool/</link>
		<comments>http://www.hackingarticles.in/dumpit-ram-capture-tool/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 00:41:37 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7758</guid>
		<description><![CDATA[This utility is used to generate a physical memory dump of Windows machines. It works with both x86 (32-bits) and x64 (64-bits) machines. The raw memory dump is generated in the current directory, only a confirmation question is prompted before starting. Perfect to deploy the executable on USB keys, for quick incident responses needs. First [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">This utility is used to generate a physical memory dump of Windows machines. It works with both x86 (32-bits) and x64 (64-bits) machines. The raw memory dump is generated in the current directory, only a confirmation question is prompted before starting. Perfect to deploy the executable on USB keys, for quick incident responses needs.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">First Download Dumpit from</span> <b><a href="http://www.moonsols.com/wp-content/plugins/download-monitor/download.php?id=7">Here</a></b> <span style="color: #000000;">and Save in Your Desktop</span></p>
<p><span style="color: #000000;">Now run <b>Dumpit.exe</b> file the raw memory dump will be generated and save to the same directory</span></p>
<p><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-3NXDC99mU7I/UPNTZmszCNI/AAAAAAAAFc4/W8a_CbCuqR0/s1600/dumpit.jpg?w=620" data-recalc-dims="1" /></p>
<p><img alt="" src="http://i1.wp.com/3.bp.blogspot.com/-j5xBH4vXPy4/UPNTd2ZXvoI/AAAAAAAAFdA/PexLzLWK310/s1600/dum.jpg?w=620" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/dumpit-ram-capture-tool/" data-title="DumpIt – RAM Capture Tool"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/dumpit-ram-capture-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to View Last Activity of Your PC</title>
		<link>http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/</link>
		<comments>http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 07:00:36 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7131</guid>
		<description><![CDATA[LastActivityView is a tool for Windows operating system that collects information from various sources on a running system, and displays a log of actions made by the user and events occurred on this computer. Download]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">LastActivityView is a tool for Windows operating system that collects information from various sources on a running system, and displays a log of actions made by the user and events occurred on this computer.</span></p>
<p><img src="http://i1.wp.com/1.bp.blogspot.com/-wTUVdPJQeRQ/UI4oJSH7FEI/AAAAAAAAEgc/7dH7j1O7Kyw/s1600/ACTIVITY.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><a href="http://www.nirsoft.net/utils/lastactivityview.zip"><strong>Download</strong></a></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/" data-title="How to View Last Activity of Your PC"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view Date &amp; Time of any Captured JPEG Image</title>
		<link>http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/</link>
		<comments>http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 11:41:00 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=5915</guid>
		<description><![CDATA[ExifDataView ExifDataView is a small utility that reads and displays the Exif data stored inside .jpg image files generated by digital cameras. The EXIF data includes the name of the company created the camera, camera model, the date/time that the photograph was taken, Exposure Time, ISO Speed, GPS information (for digital cameras with GPS), and [...]]]></description>
				<content:encoded><![CDATA[<h5 style="text-align: justify;"><span style="color: #000000;"><strong>ExifDataView</strong></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">ExifDataView is a small utility that reads and displays the Exif data stored inside .jpg image files generated by digital cameras. The EXIF data includes the name of the company created the camera, camera model, the date/time that the photograph was taken, Exposure Time, ISO Speed, GPS information (for digital cameras with GPS), and more.</span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/2.bp.blogspot.com/-bh4bmp_ooSc/T-RW5FCstMI/AAAAAAAADbE/w8FsWtAmsXk/s1600/exif.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h5><strong><a href="http://www.nirsoft.net/utils/exif_data_view.html">Download</a></strong></h5>
<p>&nbsp;</p>
<h5 style="text-align: justify;"><span style="color: #000000;"><strong>Photo Studio</strong></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">Photo Studio is a useful tool for exploring the Meta data stored along with your image files. The program supports a wide variety of Meta data standards, including EXIF, CIFF, Olympus, JFIF and Photoshop. EXIF data will be of particular interest to digital camera users &#8211; it is the format used by most digital cameras to store camera settings along with an image.</span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/4.bp.blogspot.com/-x0Xntygh4Tw/T-RXH5a4aDI/AAAAAAAADbM/Y-Y_Tzo1dus/s1600/photo+stodio.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h5><strong><a href="http://www.stuffware.co.uk/photostudio/">Download</a></strong></h5>
<p><strong> </strong></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><strong>In Windows PC</strong></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">Right Click on Your Image then click on<strong> properties</strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;">In properties tab click on<strong> Details</strong></span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/1.bp.blogspot.com/-VQ1NQvRSGKY/T-RXUjn66ZI/AAAAAAAADbU/gqguePsPOUM/s1600/img+data.jpg?w=620" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/" data-title="How to view Date &amp; Time of any Captured JPEG Image"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antivirus Forensics Tools</title>
		<link>http://www.hackingarticles.in/antivirus-forensics-tools/</link>
		<comments>http://www.hackingarticles.in/antivirus-forensics-tools/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 19:48:01 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[BackTrack 5 Tutorials]]></category>
		<category><![CDATA[Cyber Forensics]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=4490</guid>
		<description><![CDATA[Chkrootkit chkrootkit is a tool to locally check for signs of a rootkit. It contains a chkrootkit: shell script that checks system binaries for rootkit modification. Chkrootkit is a powerful tool to scan your Linux server for Trojans. Download &#160; Rkhunter Rootkit scanner is scanning tool to ensure you for about 99.9%* you&#8217;re clean of [...]]]></description>
				<content:encoded><![CDATA[<h4 style="text-align: justify;"><span style="color: #000000;"><strong>Chkrootkit</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">chkrootkit is a tool to locally check for signs of a rootkit. It contains a chkrootkit: shell script that checks system binaries for rootkit modification. Chkrootkit is a powerful tool to scan your Linux server for Trojans.</span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/2.bp.blogspot.com/--L4WEfuIlYs/T1PEZmc-V5I/AAAAAAAACQM/BxWpG2I6CTk/s1600/chk+root+kit.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h5><strong><a href="http://freecode.com/projects/chkrootkit">Download</a></strong><strong></strong></h5>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>Rkhunter</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Rootkit scanner is scanning tool to ensure you for about 99.9%* you&#8217;re clean of nasty tools. This tool scans for rootkits, backdoors and local exploits. rkhunter is a shell script which carries out various checks on the local system to try and detect known rootkits and malware.</span></p>
<p style="text-align: justify;"><img src="http://i0.wp.com/4.bp.blogspot.com/-ertZIJ28w0g/T1PEwkO9HOI/AAAAAAAACQU/g7kkPdU-Cco/s1600/rkhunter.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h5><strong><a href="http://rkhunter.sourceforge.net/">Download</a></strong></h5>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/antivirus-forensics-tools/" data-title="Antivirus Forensics Tools"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/antivirus-forensics-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BFT (Browser Forensic Tool )</title>
		<link>http://www.hackingarticles.in/bft-browser-forensic-tool/</link>
		<comments>http://www.hackingarticles.in/bft-browser-forensic-tool/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 13:51:09 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Browser Hacking]]></category>
		<category><![CDATA[Cyber Forensics]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=4300</guid>
		<description><![CDATA[Browser forensic tool is software that will search in all kind of browser history (even archived) in a few seconds. It will retrieve URLS and Title with the chosen keywords of all matching search. Download]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Browser forensic tool is software that will search in all kind of browser history (even archived) in a few seconds. It will retrieve URLS and Title with the chosen keywords of all matching search.</span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/4.bp.blogspot.com/-ZmlSNy7Z2ug/T0D9fOiZ9YI/AAAAAAAACHc/yYkWArMgcQ4/s1600/browser+foren.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><strong><a href="http://www.softpedia.com/get/Internet/Other-Internet-Related/Browser-Forensic-Tool.shtml">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/bft-browser-forensic-tool/" data-title="BFT (Browser Forensic Tool )"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/bft-browser-forensic-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to View Windows system reboot Date and Time (Windows Forensics)</title>
		<link>http://www.hackingarticles.in/how-to-view-windows-system-reboot-date-and-time-windows-forensics/</link>
		<comments>http://www.hackingarticles.in/how-to-view-windows-system-reboot-date-and-time-windows-forensics/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 18:51:06 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Windows Hacking Tricks]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=3106</guid>
		<description><![CDATA[Open command prompt and type Systeminfo &#124; find /i  “boot time”  This will show the time when you last rebooted the computer. Other method Start Windows Task Manager Press (Alt+Ctrl+Del) in this window, click on the Performance tab.]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Open command prompt and type</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Systeminfo | find /i  “boot time” </strong></span></p>
<p style="text-align: justify;"><img src="http://i0.wp.com/4.bp.blogspot.com/-b4KyBqn7K-k/TrGN1FQwxAI/AAAAAAAABW4/qXRRNQmo74A/s1600/windows+boot+time.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p>This will show the time when you last rebooted the computer.</p>
<p><span class="Apple-style-span" style="font-size: 18px; font-weight: bold;">Other method</span></p>
<p>Start Windows Task Manager Press (<strong>Alt+Ctrl+Del</strong>) in this window, click on the <strong>Performance tab</strong>.</p>
<p><img src="http://i1.wp.com/3.bp.blogspot.com/-c3S8AnlRWsU/TrGOI7vqvBI/AAAAAAAABXA/RgOBorVEGI4/s1600/wu.jpg?w=620" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-view-windows-system-reboot-date-and-time-windows-forensics/" data-title="How to View Windows system reboot Date and Time (Windows Forensics)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-view-windows-system-reboot-date-and-time-windows-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Computer forensics Exposed</title>
		<link>http://www.hackingarticles.in/hacking-computer-forensics-exposed/</link>
		<comments>http://www.hackingarticles.in/hacking-computer-forensics-exposed/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 05:06:19 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Hacking Books]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2482</guid>
		<description><![CDATA[Download]]></description>
				<content:encoded><![CDATA[<p><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-wBTtaJwYOJA/TlsdBEAu7ZI/AAAAAAAAA_Y/LRMLDBH3YDI/s1600/hacking+exposed.jpg?resize=600%2C749" data-recalc-dims="1" /></p>
<p><span style="font-size: 35px; letter-spacing: -1px; line-height: 35px;"><strong><a href="http://www.ziddu.com/download/21932133/hackingexposed.pdf.html">Download</a></strong></span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/hacking-computer-forensics-exposed/" data-title="Hacking Computer forensics Exposed"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/hacking-computer-forensics-exposed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Computer Forensics Tools (Part 1)</title>
		<link>http://www.hackingarticles.in/list-of-computer-forensics-tools/</link>
		<comments>http://www.hackingarticles.in/list-of-computer-forensics-tools/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 08:23:06 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2341</guid>
		<description><![CDATA[Process Explorer: The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you&#8217;ll see the [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><strong><a href="http://www.filehippo.com/download_process_explorer/download/4a1e4618fc0ec7cf64153141a4895f9c/">Process Explorer</a>:</strong> <span style="color: #000000;">The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you&#8217;ll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you&#8217;ll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.</span></p>
<p><img src="http://i2.wp.com/4.bp.blogspot.com/-idx97xw1iZs/Tjz1mO4OF8I/AAAAAAAAA8E/LrdaO4GXT6s/s1600/process+explorer.jpg?resize=563%2C282" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong><a href="http://www.filehippo.com/download_autoruns/">Autoruns</a></strong>: <span style="color: #000000;">Autoruns shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys.</span></p>
<p><img src="http://i2.wp.com/1.bp.blogspot.com/-UrcvgE-_cOs/Tjz1s4nTrdI/AAAAAAAAA8I/dXMIDkExGp0/s1600/autoruns.jpg?resize=561%2C402" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong><a href="http://www.filehippo.com/download_irfanview/">Irfan View</a></strong> : <span style="color: #000000;">IrfanView is a very fast, small, compact and innovative Freeware (for non-commercial use) graphic viewer for Windows.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><img src="http://i0.wp.com/2.bp.blogspot.com/-dNNyuT1sH4A/Tjz1zI3g7SI/AAAAAAAAA8M/jNN8lAjGUGA/s1600/irfan+view.jpg?w=620" alt="" data-recalc-dims="1" /></span></p>
<p><strong><a href="http://www.mcafee.com/apps/free-tools/termsofuse.aspx?url=/us/downloads/free-tools/fport.aspx">Fport</a></strong> :fport reports all open TCP/IP and UDP ports and maps them to the owning application. This is the same information you would see using the &#8216;netstat -an&#8217; command, but it also maps those ports to running processes with the PID, process name and path. Fport can be used to quickly identify unknown open ports and their associated applications.</p>
<p style="text-align: justify;"><span style="color: #000000;"><img src="http://i0.wp.com/3.bp.blogspot.com/-oIzVMCOftTA/Tjz15aLBmkI/AAAAAAAAA8Q/mBDbXrKRuEk/s1600/fport.jpg?resize=599%2C295" alt="" data-recalc-dims="1" /></span></p>
<p style="text-align: justify;"><strong><a href="http://www.nirsoft.net/utils/awatch.html">Adapterwatch</a>: </strong><span style="color: #000000;">AdapterWatch displays useful information about your network adapters: IP addresses, Hardware address, WINS servers, DNS servers, MTU value, Number of bytes received or sent, The current transfer speed, and more. In addition, it displays general TCP/IP/UDP/ICMP statistics for your local computer</span>.</p>
<p style="text-align: justify;"><img src="http://i1.wp.com/3.bp.blogspot.com/-Rpg6gMxe_mc/Tjz2Blj7nbI/AAAAAAAAA8U/PjiN7Yrruu8/s1600/adapter+watch.jpg?resize=571%2C430" alt="" data-recalc-dims="1" /></p>
<p><strong><a href="http://www.neuber.com/timeanalyzer/download.html">Visual TimeAnalyzer</a></strong>: <strong>Visual TimeAnalyzer</strong> automatically tracks all computer usage and presents detailed, richly illustrated reports.</p>
<p><img src="http://i1.wp.com/1.bp.blogspot.com/-T-ktZ1HGo2g/Tjz2r0UwYSI/AAAAAAAAA8c/rO1Buj7NA_s/s1600/visual+time+analyzer.jpg?resize=596%2C288" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong><a href="http://www.gtopala.com/siw-download.html">SIW</a></strong>: <span style="color: #000000;"><strong>SIW</strong> is an advanced <strong>System Information for Windows</strong> tool that analyzes your computer and gathers detailed information about system properties and settings and displays it in an extremely comprehensible manner.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><img src="http://i0.wp.com/2.bp.blogspot.com/-SOjR1vrcpt4/Tjz243aFExI/AAAAAAAAA8k/9_tMbt5BjiQ/s1600/siw.jpg?w=620" alt="" data-recalc-dims="1" /></span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/list-of-computer-forensics-tools/" data-title="List of Computer Forensics Tools (Part 1)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/list-of-computer-forensics-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Last Connected USB on your system (USB Forensics)</title>
		<link>http://www.hackingarticles.in/find-last-connected-usb-on-your-system-usb-forensics/</link>
		<comments>http://www.hackingarticles.in/find-last-connected-usb-on-your-system-usb-forensics/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 05:11:15 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2335</guid>
		<description><![CDATA[USBDeview is a small utility that lists all USB devices that currently connected to your computer, as well as all USB devices that you previously used. For each USB device, exteneded information is displayed: Device name/description, device type, serial number (for mass storage devices), the date/time that device was added, VendorID, ProductID, and more&#8230; USBDeview [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">USBDeview is a small utility that lists all USB devices that currently connected to your computer, as well as all USB devices that you previously used. </span><br />
<span style="color: #000000;"> For each USB device, exteneded information is displayed: Device name/description, device type, serial number (for mass storage devices), the date/time that device was added, VendorID, ProductID, and more&#8230; </span><br />
<span style="color: #000000;"> USBDeview also allows you to uninstall USB devices that you previously used, disconnect USB devices that are currently connected to your computer, as well as to disable and enable USB devices. </span><br />
<span style="color: #000000;"> You can also use USBDeview on a remote computer, as long as you login to that computer with admin user.</span></p>
<p><img src="http://i2.wp.com/1.bp.blogspot.com/-B0LfKz8ZBcg/TjzLyrDfpvI/AAAAAAAAA8A/32t0xYXmZ_k/s1600/usb+drive.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><strong><a href="http://www.nirsoft.net/utils/usb_devices_view.html">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/find-last-connected-usb-on-your-system-usb-forensics/" data-title="Find Last Connected USB on your system (USB Forensics)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/find-last-connected-usb-on-your-system-usb-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
