<?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>Forensic Artifacts</title>
	<atom:link href="http://forensicartifacts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://forensicartifacts.com</link>
	<description>The Definitive Database</description>
	<lastBuildDate>Wed, 22 May 2013 04:53:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Skype shared.xml and the &#8220;ContraProbeResults&#8221;  tag</title>
		<link>http://forensicartifacts.com/2013/05/skype-shared-xml-and-the-contraproberesults-tag/</link>
		<comments>http://forensicartifacts.com/2013/05/skype-shared-xml-and-the-contraproberesults-tag/#comments</comments>
		<pubDate>Wed, 22 May 2013 02:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[I.M.]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=196</guid>
		<description><![CDATA[Author Name Hal Pomeranz Submission Title Skype shared.xml and the &#60;ContraProbeResults&#62; tag Artifact or Program Version All versions Artifact Description Skype is a popular instant messaging, audio, and video teleconferencing program. The Skype application data directory contains a file named shared.xml. As the extension implies, the file is XML formatted, but most of the entries [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Author Name</strong><br />
Hal Pomeranz</p>
<p><strong>Submission Title</strong><br />
Skype shared.xml and the &lt;ContraProbeResults&gt; tag</p>
<p><strong>Artifact or Program Version</strong><br />
All versions</p>
<p><strong>Artifact Description</strong><br />
Skype is a popular instant messaging, audio, and video teleconferencing program. The Skype application data directory contains a file named shared.xml. As the extension implies, the file is XML formatted, but most of the entries are encoded. This encoding has not been documented or reversed to my knowledge.</p>
<p>Of interest is one of the non-encoded fields, set off with the &lt;ContraProbeResults&gt; tag. This tag contains a list with an IP address and varying port numbers:</p>
<p>&#8230;<br />
<code>&lt;NatTracker&gt;<br />
&lt;ContraProbeResults&gt;71.224.218.86:52514 71.224.218.86:53485 71.224.218.86:64410 71.224.218.86:58455 71.224.218.86:52870&lt;/ContraProbeResults&gt;</code><br />
&#8230;</p>
<p>Testing shows that the IP address reflects the &#8220;externally visible&#8221; IP address of the workstation where Skype is running&#8211; in other words the IP address of the outermost NAT gateway connecting the device to the Internet. There is no documentation from Skype related to the contents of the shared.xml file, so this finding is based purely on observation. Eoghan Casey references this artifact in his &#8220;Handbook of Digital Forensics and Investigation&#8221; but makes no conclusive statements regarding its meaning.</p>
<p>This artifact can be useful for attribution as it indicates the IP address the computer was connecting to the Internet from as of the last time Skype updated this entry. This may help tie a subject to a particular IP address and activity originating from that address.</p>
<p>Multiple versions of shared.xml may be found in unallocated, indicating that the Skype software sometimes deletes and recreates this file. String searching in unallocated for &#8220;&lt;ContraProbeResults&gt;&#8221; can turn up historical IP information related to the local system.</p>
<p>Immediately following the &lt;ContraProbeResults&gt; tag are additional encoded entries under the &lt;ProbeResults&gt; list. The individual tags in the list appear to be dates in &#8220;Unix Epoch Format&#8221; (seconds since Jan 1, 1970) with a leading underscore. While the entries themselves are encoded, hexadecimal IP addresses, possibly followed by 16-bit port numbers, can be observed.</p>
<p>In the example below, you can pick out the encoded form of &#8220;71.224.218.86&#8243; as &#8220;47E0DA56&#8243;. The meaning of the rest of the data in each entry is unknown.</p>
<p>&#8230;<br />
<code>&lt;NatTracker&gt;<br />
&lt;ContraProbeResults&gt;71.224.218.86:52514 71.224.218.86:53485 71.224.218.86:64410 71.224.218.86:58455 71.224.218.86:52870&lt;/ContraProbeResults&gt;<br />
&lt;PreviousNatType&gt;9&lt;/PreviousNatType&gt;<br />
&lt;ProbeResults&gt;<br />
&lt;_1369067520&gt;321AEDF742E647E0DA56CAD34E4600653A9D47E0DA56E525182F9A83109E47E0DA56C4836C27919C0A7047E0DA56FEDE9D37388F01BB47E0DA56EB4A6FDD4D9B01BB47E0DA56CBD74108B203F8FD47E0DA56E092AD33B2721E9947E0DA56F319AD3AE4F3925A47E0DA56CC1C424B0CAF0FE747E0DA56C529&lt;/_1369067520&gt;<br />
&lt;_1369071616&gt;BCBF23A3557447E0DA56D49EB144790FAF6947E0DA56D23356A428112F0647E0DA56CDE19D37EB9901BB47E0DA56CFA96FDD4A1901BB47E0DA56DB95&lt;/_1369071616&gt;<br />
&lt;_1369075712&gt;BDDE8F8C71C847E0DA56F4AB32509337D23E47E0DA56F162&lt;/_1369075712&gt;</code><br />
&#8230;</p>
<p>If these observations are correct, &lt;ProbeResults&gt; then gives the analyst a time-stamped history of IP addresses used by the local machine when accessing the Internet. Again, this is obviously useful for attribution, as well as indicating networks that the system may have connected to in the past. Simply decode the XML tag to find the date and time, then take the last six bytes of each entry&#8211; the first four bytes of the six should be the IP address.</p>
<p><strong>File Locations</strong><br />
\Skype\shared.xml</p>
<p><strong>Research Links</strong></p>
<p>http://books.google.com/books?id=xNjsDprqtUYC&#038;pg=PA56&#038;lpg=PA56&#038;dq=skype+contraproberesults&#038;source=bl&#038;ots=X1xOC47CuG&#038;sig=-npWdZi2I9zCdhgxWAWqHPOLVc8&#038;hl=en&#038;sa=X&#038;ei=pc2bUf-ZLcOjigKVzoF4&#038;ved=0CE0Q6AEwAw#v=onepage&#038;q=skype%20contraproberesults&#038;f=false</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2013/05/skype-shared-xml-and-the-contraproberesults-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TeamViewer 8</title>
		<link>http://forensicartifacts.com/2012/12/teamviewer-8/</link>
		<comments>http://forensicartifacts.com/2012/12/teamviewer-8/#comments</comments>
		<pubDate>Sun, 23 Dec 2012 02:46:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Remote Control]]></category>
		<category><![CDATA[TeamViewer]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=188</guid>
		<description><![CDATA[Author Name Matt Nelson Submission Title TeamViewer 8 Artifact or Program Version 8.0.16447 Artifact Description TeamViewer is a program that provides remote desktop software, remote control access, VPN capabilities, file transfers, etc. It can be installed, run temporarily, or used as portable application. One interesting capability is that it can determine if the Remote and [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Author Name</strong><br />
Matt Nelson</p>
<p><strong>Submission Title</strong><br />
TeamViewer 8</p>
<p><strong>Artifact or Program Version</strong><br />
8.0.16447</p>
<p><strong>Artifact Description</strong><br />
TeamViewer is a program that provides remote desktop software, remote control access, VPN capabilities, file transfers, etc. It can be installed, run temporarily, or used as portable application. One interesting capability is that it can determine if the Remote and Local host are on the same network and it will conduct P2P activity and connect directly, rather than use gateway servers. It is also proxy aware&#8230;you can configure it to connect through your network proxies or even a TOR proxy.</p>
<p>While there are important artifacts in the registry, there are a few important files that can help decipher details and events that occurred with the software.</p>
<p>#1 file on Local Host:<br />
C:\Program Files (x86)\TeamViewer\Version8\TeamViewer8_Logfile.log &lt;&#8212;&#8211;wealth of knowledge in this file</p>
<p>&#8220;CMD_MEETING_AUTHENTICATION From=155xxx982 To=312xxx388 L=53&#8243; &lt;&#8212;&#8211; &#8220;ID&#8221; to &#8220;ID&#8221;connecting information</p>
<p>&#8220;CT11 GWT.CmdUDPPing.UDPMasterReply 208.1xx.1x.18:12364:51347&#8243; &lt;&#8212;&#8211; connecting IP address:port:port</p>
<p>&#8220;CMeetingControl[1]::AddParticipant(): Participant[155xxx982,-1919357301] Role_Spectator, Role_Organizer&#8221;<br />
&#8220;CStreamManager::JoinMeeting() participant=[312xxx388,537743816] key=0xf757b7eafe00641d3a8e&#8221; &lt;&#8212;&#8211; This key is present on both systems connection logs.</p>
<p>Note: there are more interesting fields in the &#8220;TeamViewer8_Logfile.log&#8221;, seek it out if you suspect Teamviewer was installed.</p>
<p>Remote Host:<br />
Connections.txt = C:\Users\dude\AppData\Roaming\TeamViewer\Connections.txt &lt;&#8212;&#8211; this simple file contains the &#8220;ID&#8221; of the remote host connected to. Fields in this file include date, time connected and date/time disconnected and the user the app ran under.</p>
<p>Local Host:<br />
C:\Program Files (x86)\TeamViewer\Version8\Connections_incoming.txt &lt;&#8212;&#8211; this simple file contains the &#8220;ID&#8221; of the remote host that connected to the &#8220;local&#8221; system. Fields in this file include date, time connected and date/time disconnected and the user the app ran under.</p>
<p>Below is a file transfer entry logged in the TeamViewer8_Logfile.log:</p>
<p>2012/12/17 22:34:31.853 2960 2740 G1 &#8211; File transfer request from 155 xxx 982 allowed<br />
2012/12/17 22:34:32.658 2960 2740 G1 &#8211; Views folder<br />
2012/12/17 22:34:57.358 2960 2740 G1 &#8211; Views folder C:\Users\Chuck\Desktop\<br />
2012/12/17 22:35:04.333 2960 2740 G1 &#8211; Processing file transfer&#8230;<br />
2012/12/17 22:35:04.333 2960 2740 G1 &#8211; Write file C:\Users\Chuck\Desktop\test.txt<br />
2012/12/17 22:35:04.343 2960 2740 G1 &#8211; File transfer finished.<br />
2012/12/17 22:35:04.348 2960 2740 G1 &#8211; Views folder C:\Users\Chuck\Desktop\<br />
2012/12/17 22:35:12.153 2960 2588 G1 Ending CFileTransferThreadServer&#8230;<br />
2012/12/17 22:35:12.153 2960 2740 G1 &#8211; File transfer server shut down.<br />
2012/12/17 22:35:12.153 2960 2588 G1 The CFileTransferThreadServer has ended.</p>
<p><strong>Registry Keys</strong><br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\DisplayName: &#8220;TeamViewer 8&#8243;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\DisplayIcon: &#8220;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\Publisher: &#8220;TeamViewer&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\HelpLink: &#8220;http://www.teamviewer.com&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\UninstallString: &#8220;C:\Program Files (x86)\TeamViewer\Version8\uninstall.exe&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\NoModify: 0&#215;00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\NoRepair: 0&#215;00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\VersionMajor: 0&#215;00000008<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\VersionMinor: 0&#215;00000000<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\InstallLocation: &#8220;C:\Program Files (x86)\TeamViewer\Version8&#8243;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer 8\DisplayVersion: &#8220;8.0.16447&#8243;<br />
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts\TeamViewer8 (TrueType): &#8220;teamviewer8.otf&#8221;<br />
HKLM\SOFTWARE\Classes\.tvc\: &#8220;TeamViewerConfiguration&#8221;<br />
HKLM\SOFTWARE\Classes\.tvs\: &#8220;TeamViewerSession&#8221;<br />
HKLM\SOFTWARE\Classes\teamviewer8\shell\open\command\: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221; %1&#8243;<br />
HKLM\SOFTWARE\Classes\teamviewer8\URL Protocol: &#8220;&#8221;"&#8221;<br />
HKLM\SOFTWARE\Classes\teamviewer8\: &#8220;URL:teamviewer8 Protocol&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerConfiguration\shell\open\command\: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221; &#8211;control &#8220;%1&#8243;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerConfiguration\shell\open\command: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerConfiguration\shell\open: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerConfiguration\DefaultIcon\: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221;,0&#8243;<br />
HKLM\SOFTWARE\Classes\TeamViewerConfiguration\shell: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerConfiguration\DefaultIcon: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerSession\shell\open\command\: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221; &#8211;play &#8220;%1&#8243;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerSession\shell\open\command: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerSession\shell\open: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerSession\DefaultIcon\: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221;,0&#8243;<br />
HKLM\SOFTWARE\Classes\TeamViewerSession\shell: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\TeamViewerSession\DefaultIcon: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\tvjoinv8\shell\open\command\: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe&#8221; %1&#8243;<br />
HKLM\SOFTWARE\Classes\tvjoinv8\URL Protocol: &#8220;&#8221;"&#8221;<br />
HKLM\SOFTWARE\Classes\tvjoinv8\: &#8220;URL:tvjoinv8 Protocol&#8221;<br />
HKLM\SOFTWARE\TeamViewer\Version8\DefaultSettings\Autostart_GUI: 0&#215;00000000<br />
HKLM\SOFTWARE\TeamViewer\Version8\AccessControl\AC_Server_AccessControlType: 0&#215;00000000<br />
HKLM\SOFTWARE\TeamViewer\Version8\StartMenuGroup: &#8220;TeamViewer 8&#8243;<br />
HKLM\SOFTWARE\TeamViewer\Version8\InstallationDate: &#8220;2012-12-17&#8243;<br />
HKLM\SOFTWARE\TeamViewer\Version8\InstallationDirectory: &#8220;C:\Program Files (x86)\TeamViewer\Version8&#8243;<br />
HKLM\SOFTWARE\TeamViewer\Version8\Always_Online: 0&#215;00000000<br />
HKLM\SOFTWARE\TeamViewer\Version8\Security_ActivateDirectIn: 0&#215;00000000<br />
HKLM\SOFTWARE\TeamViewer\Version8\Version: &#8220;8.0.16447&#8243;<br />
HKLM\SOFTWARE\TeamViewer\Version8\ClientIC: 0x19F1085A<br />
HKLM\SOFTWARE\TeamViewer\Version8\MIDInitiativeGUID: &#8220;{3ae73f42-112a-4506-9735-2efdc6a80ec1}&#8221;<br />
HKLM\SOFTWARE\TeamViewer\Version8\ProxyAutoList: &#8216;;;&#8217;<br />
HKLM\SOFTWARE\TeamViewer\Version8\ClientID: 0x12A323AC<br />
HKLM\SOFTWARE\TeamViewer\Version8\LastUpdateCheck: 0x50CFE30B<br />
HKLM\SOFTWARE\TeamViewer\Version8\UsageEnvironmentBackup: 0&#215;00000002<br />
HKLM\SOFTWARE\TeamViewer\Version8\LicenseType: 0&#215;00002710<br />
HKLM\SOFTWARE\TeamViewer\Version8\UpdateVersion: 00<br />
HKLM\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{C95C73E4-4669-44F7-946C-84B2E2208D14}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=6|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe|Name=Teamviewer Remote Control Application|&#8221;<br />
HKLM\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{5D6EBB7F-E15E-47FF-A7C5-4B1817143199}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe|Name=Teamviewer Remote Control Application|&#8221;<br />
HKLM\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{2D57F017-02ED-4095-A2C1-1BEB534D9A27}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=6|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe|Name=Teamviewer Remote Control Service|&#8221;<br />
HKLM\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{7B189A6A-2E6A-4902-B5A3-350B1328B3FC}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe|Name=Teamviewer Remote Control Service|&#8221;<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\Type: 0&#215;00000010<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\Start: 0&#215;00000002<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\ErrorControl: 0&#215;00000001<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\ImagePath: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe&#8221;"<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\DisplayName: &#8220;TeamViewer 8&#8243;<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\WOW64: 0&#215;00000001<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\ObjectName: &#8220;LocalSystem&#8221;<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\Description: &#8220;TeamViewer Remote Software&#8221;<br />
HKLM\SYSTEM\ControlSet001\services\TeamViewer8\FailureActions: 80 51 01 00 00 00 00 00 00 00 00 00 03 00 00 00 14 00 00 00 01 00 00 00 D0 07 00 00 01 00 00 00 D0 07 00 00 00 00 00 00 00 00 00 00<br />
HKLM\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{C95C73E4-4669-44F7-946C-84B2E2208D14}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=6|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe|Name=Teamviewer Remote Control Application|&#8221;<br />
HKLM\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{5D6EBB7F-E15E-47FF-A7C5-4B1817143199}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe|Name=Teamviewer Remote Control Application|&#8221;<br />
HKLM\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{2D57F017-02ED-4095-A2C1-1BEB534D9A27}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=6|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe|Name=Teamviewer Remote Control Service|&#8221;<br />
HKLM\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\{7B189A6A-2E6A-4902-B5A3-350B1328B3FC}: &#8220;v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|App=C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe|Name=Teamviewer Remote Control Service|&#8221;<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\Type: 0&#215;00000010<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\Start: 0&#215;00000002<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\ErrorControl: 0&#215;00000001<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\ImagePath: &#8220;&#8221;C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe&#8221;"<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\DisplayName: &#8220;TeamViewer 8&#8243;<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\WOW64: 0&#215;00000001<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\ObjectName: &#8220;LocalSystem&#8221;<br />
HKLM\SYSTEM\CurrentControlSet\services\TeamViewer8\Description: &#8220;TeamViewer Remote Software&#8221;<br />
HKU\[USERSID]\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Persisted\C:\Users\Chuck\Downloads\TeamViewer_Setup_en.exe: 0&#215;00000001<br />
HKU\[USERSID]\Software\Classes\Local Settings\MuiCache\6B\52C64B7E\@%SystemRoot%\system32\p2pcollab.dll,-8042: &#8220;Peer to Peer Trust&#8221;<br />
HKU\[USERSID]\Software\Classes\Local Settings\MuiCache\6B\52C64B7E\@%SystemRoot%\system32\qagentrt.dll,-10: &#8220;System Health Authentication&#8221;<br />
HKU\[USERSID]\Software\Classes\Local Settings\MuiCache\6B\52C64B7E\@%SystemRoot%\system32\dnsapi.dll,-103: &#8220;Domain Name System (DNS) Server Trust&#8221;<br />
HKU\[USERSID]\Software\Classes\Local Settings\MuiCache\6B\52C64B7E\@%SystemRoot%\System32\fveui.dll,-843: &#8220;BitLocker Drive Encryption&#8221;<br />
HKU\[USERSID]\Software\Classes\Local Settings\MuiCache\6B\52C64B7E\@%SystemRoot%\System32\fveui.dll,-844: &#8220;BitLocker Data Recovery Agent&#8221;<br />
HKU\[USERSID]\Software\TeamViewer\Version8\Buddy_QuickPresExclusions: &#8216;chrome.exe devenv.exe mediamonkey.exe msnmsgr.exe opera.exe psr.exe super.exe wlmail.exe wlxphotogallery.exe&#8217;<br />
HKU\[USERSID]\Software\TeamViewer\Version8\Buddy_QuickPresExclusions_Version: 0&#215;00000003<br />
HKU\[USERSID]\Software\TeamViewer\Version8\MainWindowHandle: 0&#215;00120306<br />
HKU\[USERSID]\Software\TeamViewer\Version8\Meeting_UserName: &#8220;Chuck&#8221;<br />
HKU\[USERSID]\Software\TeamViewer\Version8\Buddy_WindowPos: &#8217;1 1131 220 1361 755&#8242;</p>
<p><strong>File Locations</strong><br />
C:\Program Files (x86)\TeamViewer\Version8\<br />
C:\Users\dude\AppData\Roaming\TeamViewer\<br />
C:\Program Files (x86)\TeamViewer\Version8\TVExtractTemp\<br />
C:\Users\Chuck\AppData\Local\Temp\TeamViewer\Version8</p>
<p><strong>Research Links</strong></p>
<p>http://www.teamviewer.com/en/index.aspx</p>
<p><strong>Forensic Programs of Use</strong><br />
Regshot<br />
ProcessHacker</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/12/teamviewer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AxCrypt Artifacts</title>
		<link>http://forensicartifacts.com/2012/11/axcrypt-artifacts/</link>
		<comments>http://forensicartifacts.com/2012/11/axcrypt-artifacts/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 02:43:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[AxCrypt Encryption]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=186</guid>
		<description><![CDATA[Author Name Matt Nelson Artifact or Program Version AxCrypt 1.7.2976.0 Artifact Description From the AxCrypt website: (http://www.axantum.com/axcrypt/) AxCrypt is the leading open source file encryption software for Windows. It integrates seamlessly with Windows to compress, encrypt, decrypt, store, send and work with individual files. Features: Password Protect any number of files using strong encryption. Right-click [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Author Name</strong><br />
Matt Nelson</p>
<p><strong>Artifact or Program Version</strong><br />
AxCrypt 1.7.2976.0</p>
<p><strong>Artifact Description</strong><br />
From the AxCrypt website: (http://www.axantum.com/axcrypt/)</p>
<p>AxCrypt is the leading open source file encryption software for Windows. It integrates seamlessly with Windows to compress, encrypt, decrypt, store, send and work with individual files.</p>
<p>Features:</p>
<p>Password Protect any number of files using strong encryption.</p>
<p>Right-click integration with Windows Explorer makes AxCrypt the easiest way to encrypt individual files in Windows.</p>
<p>Double-click integration makes it as easy to open, edit and save protected files as it is to work with unprotected files.</p>
<p>Many additional features, but no configuration required. Just install it and use it.</p>
<p>AxCrypt encrypts files that are safely and easily sent to other users via e-mail or any other means. Self-decrypting files are also supported, removing the need to install AxCrypt to decrypt.</p>
<p><strong>Registry Keys</strong><br />
HKLM\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\axcrypt.File</p>
<p>HKLM\SOFTWARE\Classes\CLSID\{C3DFC144-30F8-4138-81F9-578DBEB9324A}</p>
<p>HKLM\SOFTWARE\Classes\CLSID\{C3DFC144-30F8-4138-81F9-578DBEB9324A}\InprocServer32</p>
<p>HKLM\SOFTWARE\Classes\Folder\shellex\ContextMenuHandlers\axcrypt.File</p>
<p>HKLM\SOFTWARE\Classes\Installer\UpgradeCodes\87A9C44140AFC0B46B4FF660E3C886D5</p>
<p>HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\87A9C44140AFC0B46B4FF660E3C886D5</p>
<p>KLM\SOFTWARE\Classes\.axx</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\CLSID</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\DefaultIcon</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\shell</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\shell\open</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\shell\open\command</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\shellex</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\shellex\PropertySheetHandlers</p>
<p>HKLM\SOFTWARE\Classes\axcrypt.File\shellex\PropertySheetHandlers\{C3DFC144-30F8-4138-81F9-578DBEB9324A}</p>
<p>HKLM\SOFTWARE\Axantum</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt</p>
<p>HKU\[USERSID]\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Axantum AxCrypt</p>
<p>HKU\[USERSID]\Software\Axantum</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt</p>
<p>HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38350E9E-D50E-454A-BAFC-58BBDDBE08C4}\DisplayName: &#8220;AxCrypt 1.7.2976.0&#8243;</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\FileExtension: &#8220;.axx&#8221;</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\ProductName: &#8220;AxCrypt&#8221;</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\CLSID: &#8220;{C3DFC144-30F8-4138-81F9-578DBEB9324A}&#8221;</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\ShowActivationMenu: 0&#215;00000000</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\KeyWrapIterations: 0x00003A98</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\AllowPrograms: 0&#215;00000000</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\DisableSaveEncryptionKey: 0&#215;00000000</p>
<p>HKLM\SOFTWARE\Axantum\AxCrypt\DisableSaveDecryptionKey: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\installed: 0&#215;00000001</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\CompressThreshold: 0&#215;00000014</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\ServerMode: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\ServerErrorShellCmd: &#8220;&#8221;</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\EventLogLevel: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\NoShowUnsafeWipeWarn: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\SaveEncKey: 0&#215;00000001</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\SaveDecKey: 0&#215;00000001</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\NoDecryptMenu: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\DisableRenameMenu: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\TryBrokenFile: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\AllowAnyExtension: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\FastModeDefault: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\KeepTimeStamp: 0&#215;00000000</p>
<p>HKU\[USERSID]\Software\Axantum\AxCrypt\AllowPrograms: 0&#215;00000000</p>
<p><strong>File Locations</strong><br />
C:\Program Files\Axantum\AxCrypt</p>
<p><strong>Research Links</strong></p>
<p>http://www.axantum.com/axcrypt/</p>
<p><strong>Forensic Programs of Use</strong><br />
Regshot &#8211; http://regshot.sourceforge.net/</p>
<p>MiTeC HEX Editor &#8211; http://www.mitec.cz/hex.html</p>
<p>wxHexEditor &#8211; http://www.wxhexeditor.org/</p>
<p><strong>Other Information</strong><br />
First 21 bytes for AxCrypt encrypted file(s):</p>
<p>C0 B9 07 2E 4F 93 F1 46 A0 15 79 2C A1 D9 E8 21 15 00 00 00 02</p>
<p>Raw:</p>
<p>0000000 C0 B9 07 2E 4F 93 F1 46 A0 15 &#8230;.O..F..</p>
<p>0000010 79 2C A1 D9 E8 21 15 00 00 00 y,&#8230;!&#8230;.</p>
<p>0000020 02 .</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/11/axcrypt-artifacts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth Personal Area Network (PAN) Service Artifcacts (Broadcom Widcomm)</title>
		<link>http://forensicartifacts.com/2012/10/bluetooth-personal-area-network-pan-service-artifcacts-broadcom-widcomm/</link>
		<comments>http://forensicartifacts.com/2012/10/bluetooth-personal-area-network-pan-service-artifcacts-broadcom-widcomm/#comments</comments>
		<pubDate>Tue, 16 Oct 2012 16:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=178</guid>
		<description><![CDATA[Author Name Matt Nelson Submission Title Bluetooth Personal Area Network (PAN) Service Artifcacts (Broadcom Widcomm) Artifact or Program Version Broadcom Widcomm Artifact Description These artifacts contain information you can glean from the registry pertaining to network/PAN services available for the Broadcom Widcomm stack. Further investigation of these artifacts can reveal what was available to other [...]]]></description>
				<content:encoded><![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
<tbody>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Author Name</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>Matt Nelson</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Submission Title</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>Bluetooth Personal Area Network (PAN) Service Artifcacts (Broadcom Widcomm)</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Artifact or Program Version</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>Broadcom Widcomm</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Artifact Description</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>These artifacts contain information you can glean from the registry pertaining to network/PAN services available for the Broadcom Widcomm stack. Further investigation of these artifacts can reveal what was available to other systems. A follow-up post will detail the systems connected.<br />
</span><br />
<span><br />
Extracted from the registry of a Windows 7 x64 system with a Broadcom 2070 Bluetooth radio device.</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Registry Keys</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>-= Primary registry key =-<br />
</span><br />
<span><br />
HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm<br />
</span><br />
<span><br />
-= Bluetooth Services Definitions =-<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0001]<br />
&#8220;Name&#8221;=&#8221;Bluetooth Serial Port&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000001<br />
&#8220;UUID&#8221;=dword:00001101<br />
&#8220;GUID&#8221;=&#8221;{00001101-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Establish a virtual serial port connection with a remote Bluetooth device. The connection can then be used by any application that supports the COM port number assigned.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0002]<br />
&#8220;Name&#8221;=&#8221;Network Access&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000002<br />
&#8220;UUID&#8221;=dword:00001102<br />
&#8220;ModemInstalled&#8221;=dword:<wbr>00000000<br />
&#8220;GUID&#8221;=&#8221;{00001102-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;RasConnection&#8221;=&#8221;<wbr>BluetoothNullConnection&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Establish a network connection to a remote Bluetooth device. The connection may provide access to an external network or the Internet.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
&#8220;UserName&#8221;=&#8221;"<br />
&#8220;Password&#8221;=&#8221;"<br />
&#8220;Autoconnect&#8221;=dword:00000001<br />
&#8220;EnableAutoReconnect&#8221;=dword:<wbr>00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0003]<br />
&#8220;Name&#8221;=&#8221;Dial-up Networking&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000003<br />
&#8220;UUID&#8221;=dword:00001103<br />
&#8220;ShowWizard&#8221;=dword:00000000<br />
&#8220;ModemInstalled&#8221;=dword:<wbr>00000000<br />
&#8220;GUID&#8221;=&#8221;{00001103-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;RasConnection&#8221;=&#8221;<wbr>BluetoothConnection&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Connect to the Internet using a Bluetooth-enabled telephone, modem or other remote Bluetooth device that offers the Dial-up Networking service.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0004]<br />
&#8220;Name&#8221;=&#8221;PIM Item Transfer&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000005<br />
&#8220;UUID&#8221;=dword:00001105<br />
&#8220;GUID&#8221;=&#8221;{00001105-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Exchange business cards with a remote Bluetooth device. Send Personal Information Manager (PIM) items such as calendar items, contacts, notes and messages to a remote Bluetooth device.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;OPPType&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0005]<br />
&#8220;Name&#8221;=&#8221;File Transfer&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000006<br />
&#8220;UUID&#8221;=dword:00001106<br />
&#8220;GUID&#8221;=&#8221;{00001106-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Browse another Bluetooth device&#8217;s Public Folder or send and receive files to and from another Bluetooth device.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0006]<br />
&#8220;Name&#8221;=&#8221;Fax&#8221;<br />
&#8220;SecurityId&#8221;=dword:0000000b<br />
&#8220;UUID&#8221;=dword:00001111<br />
&#8220;ModemInstalled&#8221;=dword:<wbr>00000000<br />
&#8220;GUID&#8221;=&#8221;{00001111-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Use the fax capabilities of a Bluetooth telephone, modem or other remote Bluetooth device that offers the fax service.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0007]<br />
&#8220;GUID&#8221;=&#8221;{00001104-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Name&#8221;=&#8221;PIM Synchronization&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000004<br />
&#8220;UUID&#8221;=dword:00001104<br />
&#8220;AcceptBusinessCards&#8221;=dword:<wbr>00000001<br />
&#8220;AcceptCalendarItems&#8221;=dword:<wbr>00000000<br />
&#8220;AcceptEmailMessages&#8221;=dword:<wbr>00000000<br />
&#8220;AcceptNotes&#8221;=dword:00000000<br />
&#8220;SaveInPIM&#8221;=dword:00000001<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Synchronize the Personal Information Manager (PIM) database on this computer with the PIM database on a remote Bluetooth device.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;SyncBusinessCards&#8221;=dword:<wbr>00000000<br />
&#8220;SyncCalendarItems&#8221;=dword:<wbr>00000000<br />
&#8220;SyncEmailMessages&#8221;=dword:<wbr>00000000<br />
&#8220;SyncNotes&#8221;=dword:00000000<br />
&#8220;PreferredProfile&#8221;=dword:<wbr>00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0008]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:00000008<br />
&#8220;UUID&#8221;=dword:00001108<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Name&#8221;=&#8221;Headset&#8221;<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;GUID&#8221;=&#8221;{00001108-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Establish an audio connection between this computer and a Bluetooth headset or other remote Bluetooth device acting as a headset. When connected, the remote device can be used as a replacement for this computer&#8217;s local microphone and speakers for voice calls (PC telephony) or voice recognition applications.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0009]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:0000000c<br />
&#8220;UUID&#8221;=dword:00001112<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Name&#8221;=&#8221;Audio Gateway&#8221;<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;GUID&#8221;=&#8221;{00001112-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Establish an audio connection between this computer and a Bluetooth-enabled phone or other remote Bluetooth device as an Audio Gateway. When connected, this computer replaces the remote device&#8217;s speakers and microphone.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0010]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:00000011<br />
&#8220;UUID&#8221;=dword:00001126<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Name&#8221;=&#8221;Printer&#8221;<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;GUID&#8221;=&#8221;{00001126-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Add a Bluetooth-enabled printer to your list of available printers. This printer can then be used as if it was physically connected to this computer.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0011]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;SecurityID&#8221;=dword:00000012<br />
&#8220;UUID&#8221;=dword:00001124<br />
&#8220;Authentication&#8221;=dword:<wbr>00000000<br />
&#8220;Name&#8221;=&#8221;Human Interface Device&#8221;<br />
&#8220;Encryption&#8221;=dword:00000000<br />
&#8220;GUID&#8221;=&#8221;{00001124-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Use a Bluetooth enabled mouse, keyboard or other interface device.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0012]<br />
&#8220;Name&#8221;=&#8221;Image Push Client&#8221;<br />
&#8220;SecurityId&#8221;=dword:00000014<br />
&#8220;UUID&#8221;=dword:0000111b<br />
&#8220;GUID&#8221;=&#8221;{0000111B-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;Description&#8221;=&#8221;Send image files to another Bluetooth device.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000001<br />
&#8220;PutImageToPrinterTimeout&#8221;=<wbr>dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0013]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:00000008<br />
&#8220;UUID&#8221;=dword:0000110b<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Name&#8221;=&#8221;Stereo Audio&#8221;<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;GUID&#8221;=&#8221;{0000110B-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Establish an audio connection between this computer and a Bluetooth stereo headphone or speakers. When connected, the remote device replaces this computer&#8217;s speakers.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000000<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0014]<br />
&#8220;Name&#8221;=&#8221;Hands-free Audio&#8221;<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;GUID&#8221;=&#8221;{0000111E-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Establish an audio connection between this computer and a Bluetooth headset or other remote Bluetooth device acting as a headset. When connected, the remote device can be used as a replacement for this computer&#8217;s local microphone and speakers for voice calls (PC telephony) or voice recognition applications.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000000<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:00000008<br />
&#8220;UUID&#8221;=dword:0000111e<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0015]<br />
&#8220;UUID&#8221;=dword:0000110a<br />
&#8220;SecurityID&#8221;=dword:0000000c<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Authentication&#8221;=dword:<wbr>00000001<br />
&#8220;Name&#8221;=&#8221;Audio Sink&#8221;<br />
&#8220;Encryption&#8221;=dword:00000001<br />
&#8220;GUID&#8221;=&#8221;{0000110A-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
&#8220;Description&#8221;=&#8221;Connect to the source of an audio stream like media player.&#8221;<br />
&#8220;InstallOnDemand&#8221;=dword:<wbr>00000000<br />
&#8220;ComPortNumber&#8221;=dword:00000000<br />
&#8220;UserInstalled&#8221;=dword:00000000<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0016]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:00000006<br />
&#8220;UUID&#8221;=dword:00001304<br />
&#8220;Authentication&#8221;=dword:<wbr>00000000<br />
&#8220;Name&#8221;=&#8221;Video Sink&#8221;<br />
&#8220;Encryption&#8221;=dword:00000000<br />
&#8220;GUID&#8221;=&#8221;{00001304-0000-1000-<wbr>8000-00805F9B34FB}&#8221;<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Applications\<wbr>0017]<br />
&#8220;Authorization&#8221;=dword:00000000<br />
&#8220;Auto&#8221;=dword:00000001<br />
&#8220;SecurityID&#8221;=dword:00000006<br />
&#8220;UUID&#8221;=dword:00001303<br />
&#8220;Authentication&#8221;=dword:<wbr>00000000<br />
&#8220;Name&#8221;=&#8221;Video Source&#8221;<br />
&#8220;Encryption&#8221;=dword:00000000<br />
&#8220;GUID&#8221;=&#8221;{00001303-0000-1000-<wbr>8000-00805F9B34FB}&#8221;</wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/10/bluetooth-personal-area-network-pan-service-artifcacts-broadcom-widcomm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth Connected Device Artifcacts (Broadcom Widcomm)</title>
		<link>http://forensicartifacts.com/2012/10/bluetooth-connected-device-artifcacts-broadcom-widcomm/</link>
		<comments>http://forensicartifacts.com/2012/10/bluetooth-connected-device-artifcacts-broadcom-widcomm/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 16:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=179</guid>
		<description><![CDATA[Author Name Matt Nelson Submission Title Bluetooth Connected Device Artifcacts (Broadcom Widcomm) Artifact or Program Version Broadcom Widcomm Artifact Description These artifacts contain information you can glean from the registry pertaining to connected bluetooth devices for the Broadcom Widcomm stack. The connected external Bluetooth devices are broken in to the Bluetooth device MAC addresses in [...]]]></description>
				<content:encoded><![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
<tbody>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Author Name</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>Matt Nelson</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Submission Title</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>Bluetooth Connected Device Artifcacts (Broadcom Widcomm)</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Artifact or Program Version</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>Broadcom Widcomm</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Artifact Description</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>These artifacts contain information you can glean from the registry pertaining to connected bluetooth devices for the Broadcom Widcomm stack. The connected external Bluetooth devices are broken in to the Bluetooth device MAC addresses in the primary registry entry.</span><br />
<span><br />
Extracted from the registry of a Windows 7 x64 system with a Broadcom 2070 Bluetooth radio device.</span></td>
</tr>
<tr bgcolor="#EAF2FA">
<td colspan="2"><span><strong>Registry Keys</strong></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"></td>
<td><span>-= Primary Registry Key =-</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\....]</wbr></span><br />
<span><br />
-= Connected Devices Artifacts =-</span><br />
<span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Example Device 1 &#8211; external host MAC (laptop named N3943874)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</wbr></wbr></wbr></wbr><br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\00:<wbr>02:72:1f:b3:8b] &lt;&lt;&lt; &#8221;Name&#8221;=hex:4e,33,39,34,33,38,<wbr>37,34,00 &lt;&lt;&lt;&lt;&lt; N3943874<br />
&#8220;DevClass&#8221;=hex:3e,01,04<br />
&#8220;Features&#8221;=hex:00,00,00,00,00,<wbr>00,00,00<br />
&#8220;TimeStamp&#8221;=dword:000040f8<br />
&#8220;FTPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;OPPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;BIPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;BPPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;DoNotAutoConfigure&#8221;=dword:<wbr>00000000<br />
&#8220;AllowWakeup&#8221;=dword:00000000<br />
&#8220;HidDisabled&#8221;=dword:00000000<br />
&#8220;DefaultAudio&#8221;=dword:00000000<br />
&#8220;Manufacturer&#8221;=dword:ffffffff<br />
&#8220;LmpVersion&#8221;=dword:00000000<br />
&#8220;LmpSubVersion&#8221;=dword:00000000<br />
&#8220;BRCMStack&#8221;=dword:00000000<br />
&#8220;Code&#8221;=hex:00,00<br />
&#8220;RemoteName&#8221;=hex:00<br />
&#8220;HandsfreeCfg&#8221;=dword:00000002<br />
&#8220;ConnectHfIfAvConnected&#8221;=<wbr>dword:00000000<br />
&#8220;HandsFreeVersion&#8221;=dword:<wbr>00000000<br />
&#8220;PopUpGenForAccessPIM&#8221;=dword:<wbr>00000000<br />
&#8220;ShowUI&#8221;=dword:00000000<br />
&#8220;DisableCallNumber&#8221;=dword:<wbr>00000000<br />
&#8220;ManualDun&#8221;=dword:00000000<br />
&#8220;DesktopShortcutRemovedByBTW&#8221;=<wbr>dword:00000000<br />
&#8220;<wbr>ProgramFilesShortcutRemovedByB<wbr>TW&#8221;=dword:00000000<br />
&#8220;PIMSyncInit&#8221;=dword:00000000<br />
&#8220;PIMAcceptBizcard&#8221;=dword:<wbr>00000000<br />
&#8220;PIMAcceptCalendarItems&#8221;=<wbr>dword:00000000<br />
&#8220;PIMAcceptEmailMessages&#8221;=<wbr>dword:00000000<br />
&#8220;PIMAcceptNotes&#8221;=dword:<wbr>00000000<br />
&#8220;IconPath&#8221;=hex:43,00,3a,00,5c,<wbr>00,57,00,69,00,6e,00,64,00,6f,<wbr>00,77,00,73,00,5c,\<br />
00,73,00,79,00,73,00,74,00,65,<wbr>00,6d,00,33,00,32,00,5c,00,44,<wbr>00,44,00,4f,00,\<br />
52,00,65,00,73,00,2e,00,64,00,<wbr>6c,00,6c,00,2c,00,2d,00,32,00,<wbr>30,00,36,00,31,\<br />
00,00,00<br />
&#8220;AllowHFCalls&#8221;=dword:00000001<br />
&#8220;VoiceRecognitionEnabled&#8221;=<wbr>dword:00000000<br />
&#8220;SupportBroadcomFeatures&#8221;=<wbr>dword:00000001<br />
&#8220;BroadcomFeatures&#8221;=dword:<wbr>00000003</wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr><br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\00:<wbr>02:72:1f:b3:8b\0] &lt;&lt;&lt;&lt; services add sub keys<br />
&#8220;ServiceNameUTF8&#8243;=hex:46,69,<wbr>6c,65,20,54,72,61,6e,73,66,65,<wbr>72,00 &lt;&lt;&lt;&lt;&lt; File Transfer<br />
&#8220;UUID&#8221;=dword:00001106<br />
&#8220;Security&#8221;=dword:00000000<br />
&#8220;DefaultConnection&#8221;=dword:<wbr>00000000<br />
&#8220;SdpAttr&#8221;=dword:00000000</wbr></wbr></wbr></wbr></wbr><br />
</span><br />
<span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Example Device 2 &#8211; external host MAC (phone named iPhone)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\68:<wbr>a8:6d:ab:29:38] &lt;&lt;&lt;&lt; host MAC<br />
&#8220;Name&#8221;=hex:69,50,68,6f,6e,65,<wbr>00 &lt;&lt;&lt;&lt;&lt; iPhone<br />
&#8220;DevClass&#8221;=hex:7a,02,0c<br />
&#8220;Features&#8221;=hex:00,00,00,00,00,<wbr>00,00,00<br />
&#8220;TimeStamp&#8221;=dword:000040f8<br />
&#8220;FTPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;OPPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;BIPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;BPPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;DoNotAutoConfigure&#8221;=dword:<wbr>00000000<br />
&#8220;AllowWakeup&#8221;=dword:00000000<br />
&#8220;HidDisabled&#8221;=dword:00000000<br />
&#8220;DefaultAudio&#8221;=dword:00000000<br />
&#8220;Manufacturer&#8221;=dword:ffffffff<br />
&#8220;LmpVersion&#8221;=dword:00000000<br />
&#8220;LmpSubVersion&#8221;=dword:00000000<br />
&#8220;BRCMStack&#8221;=dword:00000000<br />
&#8220;Code&#8221;=hex:00<br />
&#8220;RemoteName&#8221;=hex:00<br />
&#8220;HandsfreeCfg&#8221;=dword:00000002<br />
&#8220;ConnectHfIfAvConnected&#8221;=<wbr>dword:00000000<br />
&#8220;HandsFreeVersion&#8221;=dword:<wbr>00000000<br />
&#8220;PopUpGenForAccessPIM&#8221;=dword:<wbr>00000000<br />
&#8220;ShowUI&#8221;=dword:00000000<br />
&#8220;DisableCallNumber&#8221;=dword:<wbr>00000000<br />
&#8220;ManualDun&#8221;=dword:00000000<br />
&#8220;DesktopShortcutRemovedByBTW&#8221;=<wbr>dword:00000000<br />
&#8220;<wbr>ProgramFilesShortcutRemovedByB<wbr>TW&#8221;=dword:00000000<br />
&#8220;PIMSyncInit&#8221;=dword:00000000<br />
&#8220;PIMAcceptBizcard&#8221;=dword:<wbr>00000000<br />
&#8220;PIMAcceptCalendarItems&#8221;=<wbr>dword:00000000<br />
&#8220;PIMAcceptEmailMessages&#8221;=<wbr>dword:00000000<br />
&#8220;PIMAcceptNotes&#8221;=dword:<wbr>00000000<br />
&#8220;IconPath&#8221;=hex:43,00,3a,00,5c,<wbr>00,57,00,69,00,6e,00,64,00,6f,<wbr>00,77,00,73,00,5c,\<br />
00,73,00,79,00,73,00,74,00,65,<wbr>00,6d,00,33,00,32,00,5c,00,44,<wbr>00,44,00,4f,00,\<br />
52,00,65,00,73,00,2e,00,64,00,<wbr>6c,00,6c,00,2c,00,2d,00,32,00,<wbr>30,00,33,00,35,\<br />
00,00,00<br />
&#8220;AllowHFCalls&#8221;=dword:00000001<br />
&#8220;VoiceRecognitionEnabled&#8221;=<wbr>dword:00000000<br />
&#8220;SupportBroadcomFeatures&#8221;=<wbr>dword:00000002<br />
&#8220;BroadcomFeatures&#8221;=dword:<wbr>00000000</wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr><br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\68:<wbr>a8:6d:ab:29:38\0] &lt;&lt;&lt;&lt; services add sub keys<br />
&#8220;ServiceNameUTF8&#8243;=hex:41,56,<wbr>52,43,50,20,44,65,76,69,63,65,<wbr>00 &lt;&lt;&lt;&lt;&lt; AVRCP Device<br />
&#8220;UUID&#8221;=dword:0000110c<br />
&#8220;Security&#8221;=dword:00000000<br />
&#8220;DefaultConnection&#8221;=dword:<wbr>00000000<br />
&#8220;SdpAttr&#8221;=dword:00000000</wbr></wbr></wbr></wbr></wbr><br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\68:<wbr>a8:6d:ab:29:38\1] &lt;&lt;&lt;&lt; services add sub keys<br />
&#8220;ServiceNameUTF8&#8243;=hex:41,75,<wbr>64,69,6f,20,53,6f,75,72,63,65,<wbr>00 &lt;&lt;&lt;&lt;&lt; Audio Source<br />
&#8220;UUID&#8221;=dword:0000110a<br />
&#8220;Security&#8221;=dword:00000000<br />
&#8220;DefaultConnection&#8221;=dword:<wbr>00000000<br />
&#8220;SdpAttr&#8221;=dword:00000000</wbr></wbr></wbr></wbr></wbr><br />
</span><br />
<span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Example Device 2 &#8211; external host MAC (device named Roku Player)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
</span><br />
<span><br />
[HKEY_LOCAL_MACHINE\SOFTWARE\<wbr>Widcomm\BTConfig\Devices\cc:<wbr>6d:a0:3e:c8:7a] &lt;&lt;&lt;&lt;&lt; Device MAC<br />
&#8220;Name&#8221;=hex:52,6f,6b,75,20,50,<wbr>6c,61,79,65,72,00 &lt;&lt;&lt;&lt;&lt; Roku Player<br />
&#8220;DevClass&#8221;=hex:00,04,24<br />
&#8220;Features&#8221;=hex:00,00,00,00,00,<wbr>00,00,00<br />
&#8220;TimeStamp&#8221;=dword:000040f8<br />
&#8220;FTPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;OPPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;BIPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;BPPAuthorizationExpires&#8221;=hex:<wbr>00<br />
&#8220;DoNotAutoConfigure&#8221;=dword:<wbr>00000000<br />
&#8220;AllowWakeup&#8221;=dword:00000000<br />
&#8220;HidDisabled&#8221;=dword:00000000<br />
&#8220;DefaultAudio&#8221;=dword:00000000<br />
&#8220;Manufacturer&#8221;=dword:ffffffff<br />
&#8220;LmpVersion&#8221;=dword:00000000<br />
&#8220;LmpSubVersion&#8221;=dword:00000000<br />
&#8220;BRCMStack&#8221;=dword:00000000<br />
&#8220;Code&#8221;=hex:00<br />
&#8220;RemoteName&#8221;=hex:00<br />
&#8220;HandsfreeCfg&#8221;=dword:00000002<br />
&#8220;ConnectHfIfAvConnected&#8221;=<wbr>dword:00000000<br />
&#8220;HandsFreeVersion&#8221;=dword:<wbr>00000000<br />
&#8220;PopUpGenForAccessPIM&#8221;=dword:<wbr>00000000<br />
&#8220;ShowUI&#8221;=dword:00000001<br />
&#8220;DisableCallNumber&#8221;=dword:<wbr>00000000<br />
&#8220;ManualDun&#8221;=dword:00000000<br />
&#8220;DesktopShortcutRemovedByBTW&#8221;=<wbr>dword:00000001<br />
&#8220;<wbr>ProgramFilesShortcutRemovedByB<wbr>TW&#8221;=dword:00000001<br />
&#8220;PIMSyncInit&#8221;=dword:00000000<br />
&#8220;PIMAcceptBizcard&#8221;=dword:<wbr>00000000<br />
&#8220;PIMAcceptCalendarItems&#8221;=<wbr>dword:00000000<br />
&#8220;PIMAcceptEmailMessages&#8221;=<wbr>dword:00000000<br />
&#8220;PIMAcceptNotes&#8221;=dword:<wbr>00000000<br />
&#8220;IconPath&#8221;=hex:00,00<br />
&#8220;AllowHFCalls&#8221;=dword:00000001<br />
&#8220;VoiceRecognitionEnabled&#8221;=<wbr>dword:00000000<br />
&#8220;SupportBroadcomFeatures&#8221;=<wbr>dword:00000000<br />
&#8220;BroadcomFeatures&#8221;=dword:<wbr>00000000</wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/10/bluetooth-connected-device-artifcacts-broadcom-widcomm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forensic Artefacts FrostWire</title>
		<link>http://forensicartifacts.com/2012/07/forensic-artefacts-frostwire/</link>
		<comments>http://forensicartifacts.com/2012/07/forensic-artefacts-frostwire/#comments</comments>
		<pubDate>Sat, 21 Jul 2012 01:47:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[P2P]]></category>
		<category><![CDATA[peer2peer]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=176</guid>
		<description><![CDATA[Vee FrostWire Version b5 [root]User/xxx/FrostWire This folder contains five subfolders that contain the actual .torrent files and the actual media that has been downloaded. The subfolders contained within the abovementioned folder are: •Incomplete: Within this folder, the temporary tracker of the media is saved while in the process of being downloaded, this is the metaphorical [...]]]></description>
				<content:encoded><![CDATA[<p>Vee</p>
<p>FrostWire Version b5</p>
<p>[root]User/xxx/FrostWire<br />
This folder contains five subfolders that contain the actual .torrent files and the actual media that has been downloaded. The subfolders contained within the abovementioned folder are:</p>
<p>•Incomplete: Within this folder, the temporary tracker of the media is saved while in the process of being downloaded, this is the metaphorical bookmark that enables the software to stop and start as the user wishes.<br />
•Saved: This folder contains the artifacts of .torrent files that the user wishes to save- to be able to download at another time.<br />
•Shared: This folder contains all the .torrent trackers that the user has uploaded or created. FrostWirev.5 enables the creation of .torrent trackers.<br />
•Torrent Data: Possibly one of the most important folders, this is where the software saves the actual downloaded media.This is a system automated process, which remains standard.<br />
•Torrent: This folder contains the actual .torrent tracker file, which is the tracker and that is created to download the requested item. For each item downloaded, two entries are created -A .torrent file is created that contain the creation time, the SHA 1 value of the downloaded item, and from where it was downloaded. The second entry created is in unallocated space, which contains the exact same information.<br />
[root]user/xxx/AppData/Roaming/FrostWire </p>
<p>This folder essentially contains a few very important artifacts, which contain important evidentiary information on what was downloaded.</p>
<p>•Createtimes.cache: This cache file contains the SHA-1 value that is assigned to all uploaded media when a .torrent file is created and uploaded to the distribution websites. The SHA-1 value is that of the whole file when it was originally uploaded.This is verified once the item has been downloaded to ensure that the right and complete item has been downloaded.<br />
•Download.dat: This database file contains all the names, identification SHA-1 values of all the files and media downloaded by the user using FrostWire v.5.  This can be used to identify what was downloaded when the actual physical items are no longer on the machine.<br />
•Fileurns.cache &amp; Fileurns.bak: These two files essentially contain the same information. When a download is started the software logs the SHA-1 value of the file to ensure that the completed file is downloaded. The SHA-1 value can be used to identify whether a certain item matched the online version of the said file.<br />
•FrostWire.props: This property file contains the selection made by the user upon installation. Here you can determine what changes have been made to the default settings of FrostWire v.5.<br />
•Hostiles.txt: This contains a log of all subnet Masks currently running on the FrostWire v.5 network.<br />
•Library.dat: This database is of all media that is saved by the user to the FrostWire v.5 library, even if it was not physically downloaded onto the machine.</p>
<p>Identifying Searches Done Using FrostWire v.5:<br />
When a user searches for a specific item to download, that search is stored in various places on the local machine:</p>
<p>1.[root]/$Logfile: Contains the search term searched for, where it was found along with the SHA-1 identification hash value.<br />
2.[root]/ProgramData/Microsoft/Search/Data/Applications/Windows/GatherLogs/SystemIndex/SystemIndex.gthr: The header information contained within this gather log, is the search term and how the system and the software communicated.This information is gathered by the two tracing protocols mentioned early Rasapi 32 and RASMANCS.<br />
3.[root]users/xxx/.FrostWire/search_db.h2.db :This is the database that FrostWire v.5 uses to record all searches done by the users.The information recorded is the following:</p>
<p>i.	URL Details, where the .torrent file is residing.<br />
ii.	The search term searched.<br />
iii.	The magnet link and corresponding SHA-1 hash value.<br />
iv.	The creation date in Unix that .torrent tracker was created.<br />
4.[root]users/xxx/.FrostWire/search_db/search_db/_28.tii: This is the actual entry in the database for each search term done by the user.This contained what the search term was and the corresponding file ID.<br />
5.[root]users/xxx/.FrostWire/search_db_searchdb__28.tis:This is a record of the search results for the particular search term, meaning that for every .tii file a corresponding .tis file can be found.</p>
<p>Examining a .torrent File and the Artifacts Found:</p>
<p>The file header for .torrent files  in hex is:</p>
<p>0&#215;64 38 3A 61 6E 6E 6F 6F 63 65 35 39 (As viewed in hex)</p>
<p>d8:announce59 (As viewed in text)</p>
<p>Contained in this .torrent file is the following information:<br />
File	Meaning<br />
http://tracker.torrentbox.com	The website that the .torrent file was uploaded to and stored on<br />
2710	The initial port used to communicate to the website initially.<br />
77.247.176.132:80	The IP address communicated with along with the port used for downloading.<br />
1238229350	Unix creation date of the torrent.<br />
Linux Books	The name of the item downloaded.<br />
31C8D8C7748C9CC8090C4C2A	Identification SHA-1 hash value.</p>
<p></p>
<p>The registry keys SOFTWARE, SECURITY,SYSTEM and the Ntuser.dat were examined and the following artifacts or changes were identified:</p>
<p>1.HKEY/LOCAL MACHINE/SOFTWARE/Current Version: (These changes can be seen in the NTUSER.DAT as well)<br />
This contained the following relevant information of the software FrostWire v.5:<br />
i.	Display Name<br />
ii.	Publisher<br />
iii.	Help Link<br />
iv.	URL<br />
v.	URL Info<br />
vi.	Display Version<br />
vii.	Uninstall Command<br />
2.HKEY/LOCAL MACHINE/SOFTWARE/Classes: <br />
This contained the following relevant information of the software FrostWire v.5:<br />
i.	FrostWire  Toolbar<br />
ii.	FrostWire.exe files location.<br />
3.	HKEY/LOCAL MACHINE/SOFTWARE/FrostWire:<br />
This contained the following relevant information of the software FrostWire v.5:</p>
<p>i.The executable command used to access and run FrostWire v.5.</p>
<p>4.HKEY/LOCAL MACHINE/SOFTWARE/Tracing:</p>
<p>This contained the following relevant information of the software FrostWire v.5:</p>
<p>i.This contains two tracing mechanisms that Microsoft uses to manage and monitor software, which is the Rasapi 32 command and the RASMANCS command. The information saved is saved in [root]/ProgramData/Microsoft/Search/Data/Applications/Windows/GatherLogs/SystemIndex/SystemIndex.gthr:</p>
<p>5.HKEY/LOCAL MACHINE/SYSTEM:<br />
For FrostWire v.5 to be able to function, a change has to be made within how the system operates:</p>
<p>i.When installing FrostWire v.5, the software automatically change the FireWall policy to create an exception to allow communication from FrostWire v.5 and the downloading servers, thus bypassing the firewall completely.<br />
6.HKEY/LOCAL MACHINE/SECURITY:<br />
No changes could be identified within this registry key.</p>
<p>[root]User/xxx/FrostWire<br />
[root]user/xxx/AppData/Roaming/FrostWire <br />
[root]/$Logfile<br />
[root]/ProgramData/Microsoft/Search/Data/Applications/Windows/GatherLogs/SystemIndex/SystemIndex.gthr<br />
[root]users/xxx/.FrostWire/search_db.h2.db <br />
[root]users/xxx/.FrostWire/search_db/search_db/_28.tii<br />
[root]users/xxx/.FrostWire/search_db_searchdb__28.tis</p>
<p>http://articles.forensicfocus.com/2012/07/19/forensic-examination-of-frostwire-version-5/</p>
<p>FTK<br />
FTK Imager<br />
Raptor<br />
SIFT<br />
RegRipper</p>
<p>http://forensicartifacts.com/wp-content/uploads/gravity_forms/3-b56c65f0d638cb782e8f437e4b2147cf/2012/07/Forensic-Examination-of-FrostWire-Version-5_VSchmitt.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/07/forensic-artefacts-frostwire/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Apple Time Capsule with Microsoft Windows</title>
		<link>http://forensicartifacts.com/2012/07/using-apple-time-capsule-with-microsoft-windows/</link>
		<comments>http://forensicartifacts.com/2012/07/using-apple-time-capsule-with-microsoft-windows/#comments</comments>
		<pubDate>Sat, 21 Jul 2012 01:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[AirPort]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Time Capsule]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=175</guid>
		<description><![CDATA[John Lukach AirPort Utility 5.6.1 for Windows The AirPort Utility for Windows allows Microsoft computers using Bonjour to access the Apple Time Capsule hard disk. The drive is available as a network share through UNC mapping on your PC. The binary data stored in HKEY_Users\S-1-5-1234567890-1234567890-123456789-1000\Software\AppleInc.\Preferences\com.apple.airport.diskagent will provide confirmation of which volume is associated with your [...]]]></description>
				<content:encoded><![CDATA[<p>John Lukach</p>
<p>AirPort Utility 5.6.1 for Windows</p>
<p>The AirPort Utility for Windows allows Microsoft computers using Bonjour to access the Apple Time Capsule hard disk.  The drive is available as a network share through UNC mapping on your PC.  The binary data stored in HKEY_Users\S-1-5-1234567890-1234567890-123456789-1000\Software\AppleInc.\Preferences\com.apple.airport.diskagent will provide confirmation of which volume is associated with your Apple Time Capsule.  An external USB connection is available so you could have two volumes listed.</p>
<p></p>
<p>If the end-user setup Windows Backups than you will be able to gain additional insight into the size of the disk with the free space available that may be beneficial in identifying the external USB drive.</p>
<p></p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsBackup\ScheduledParams</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsBackup\ScheduledParams\Rules\</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsBackup\ScheduledParams\PresentableName</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsBackup\ScheduledParams\UniqueName</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsBackup\TargetDevices</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsBackup\UserDataExclusions</p>
<p></p>
<p>User defined inclusions are listed as numbered keys under the Rules folder containing specific paths.</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/07/using-apple-time-capsule-with-microsoft-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTUSER Trust Records</title>
		<link>http://forensicartifacts.com/2012/07/ntuser-trust-records/</link>
		<comments>http://forensicartifacts.com/2012/07/ntuser-trust-records/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 03:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[NTUSER]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[TrustRecords]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=164</guid>
		<description><![CDATA[Andrew Case Office The TrustRecord field inside of Office&#8217;s NTUSER holds the full path to documents that were downloaded from untrusted places (e.g. a web browser download), and that the user had to explicitly tell Office to trust. This &#8220;trust&#8221; prompt is shown when the user wants to edit the document or run macros inside [...]]]></description>
				<content:encoded><![CDATA[<p>Andrew Case</p>
<p>Office</p>
<p>The TrustRecord field inside of Office&#8217;s NTUSER holds the full path to documents that were downloaded from untrusted places (e.g. a web browser download), and that the user had to explicitly tell Office to trust. This &#8220;trust&#8221; prompt is shown when the user wants to edit the document or run macros inside of it.</p>
<p>The artifact is interesting because it holds not only the full path in a MRU listing, but the value of the particular name/value is the time it was trusted. </p>
<p>Software\Microsoft\Office\14.0\PowerPoint\Security\Trusted Documents\TrustRecords</p>
<p>The path part after &#8220;Office&#8221; will differ per-version of Office, but the rest of the path is the same.</p>
<p>NTUSER hive</p>
<p>RegExtract &#8211; http://www.woanware.co.uk/?page_id=209 &#8211; The &#8220;OfficeDocuments&#8221; plugin will extract this information</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/07/ntuser-trust-records/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PsTools Artifacts</title>
		<link>http://forensicartifacts.com/2012/07/pstools-artifacts/</link>
		<comments>http://forensicartifacts.com/2012/07/pstools-artifacts/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 03:26:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PsTools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=163</guid>
		<description><![CDATA[John Lukach PsTools Suite 2.44 PsTools are a common resource used to manage remote systems. During execution of PsExec, PsFile, PsGetSID, PsInfo, PsKill, PsList, PsLoggedOn, PsLogList, PsPasswd, PsService, PsShutDown, and PsSuspend the EULA software license agreement must be accepted. A registry entry is created allowing you to determine which tools have been used on a [...]]]></description>
				<content:encoded><![CDATA[<p>John Lukach</p>
<p>PsTools Suite 2.44</p>
<p>PsTools are a common resource used to manage remote systems.  During execution of PsExec, PsFile, PsGetSID, PsInfo, PsKill, PsList, PsLoggedOn, PsLogList, PsPasswd, PsService, PsShutDown, and PsSuspend the EULA software license agreement must be accepted.  A registry entry is created allowing you to determine which tools have been used on a specific machine.  I used the RegRipper framework by Harlan Carvey to create a new plugin that will be available at: http://regripper.wordpress.com to harvest these artifacts.</p>
<p></p>
<p>\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsExec\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsFile\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsGetSID\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsInfo\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsKill\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsList\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsLoggedOn\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsLogList\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsPasswd\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsService\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsShutDown\EulaAccepted<br />
\registry\users\S-1-5-1234567890-1234567890-123456789-1000\Software\SysInternals\PsSuspend\EulaAccepted</p>
<p>http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx</p>
<p>http://forensicartifacts.com/wp-content/uploads/gravity_forms/3-b56c65f0d638cb782e8f437e4b2147cf/2012/07/PsTools-Plugin.jpg</p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/07/pstools-artifacts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Drive</title>
		<link>http://forensicartifacts.com/2012/07/google-drive/</link>
		<comments>http://forensicartifacts.com/2012/07/google-drive/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 03:25:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloud Based]]></category>
		<category><![CDATA[Google Drive]]></category>

		<guid isPermaLink="false">http://forensicartifacts.com/?p=161</guid>
		<description><![CDATA[Matt Nelson Google Drive artifacts based on a default install. The Google Drive install is really noisy on the registry entries. Per Google: With Google Drive, you can: Create and collaborate. Google Docs is built right into Google Drive, so you can work with others in real time on documents, spreadsheets and presentations. Once you [...]]]></description>
				<content:encoded><![CDATA[<p>Matt Nelson</p>
<p>Google Drive artifacts based on a default install. The Google Drive install is really noisy on the registry entries.</p>
<p>Per Google:</p>
<p>With Google Drive, you can:<br />
Create and collaborate. Google Docs is built right into Google Drive, so you can work with others in real time on documents, spreadsheets and presentations. Once you choose to share content with others, you can add and reply to comments on anything (PDF, image, video file, etc.) and receive notifications when other people comment on shared items.</p>
<p>Store everything safely and access it anywhere (especially while on the go). All your stuff is just&#8230; there. You can access your stuff from anywhere—on the web, in your home, at the office, while running errands and from all of your devices. You can install Drive on your Mac or PC and can download the Drive app to your Android phone or tablet. We’re also working hard on a Drive app for your iOS devices. And regardless of platform, blind users can access Drive with a screen reader.</p>
<p>Google Drive sync folder:<br />
C:\Documents and Settings\[username]\My Documents\Google Drive</p>
<p>HKLM\SOFTWARE\Classes\AppID\GoogleUpdate.exe</p>
<p>HKLM\SOFTWARE\Classes\MIME\Database\Content Type\application/x-vnd.google.oneclickctrl.9<br />
HKLM\SOFTWARE\Classes\MIME\Database\Content Type\application/x-vnd.google.update3webcontrol.3</p>
<p>HKLM\SOFTWARE\Classes\Google.OneClickCtrl.9<br />
HKLM\SOFTWARE\Classes\Google.OneClickCtrl.9\CLSID<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine\CLSID<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine\CurVer<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine.1.0<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\Google.Update3WebControl.3<br />
HKLM\SOFTWARE\Classes\Google.Update3WebControl.3\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass.1<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass.1\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass.1<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass.1\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback.1.0\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc\CLSID<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc\CurVer<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc.1.0<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc.1.0\CLSID<br />
HKLM\SOFTWARE\Microsoft\ESENT\Process\googledrivesync<br />
HKLM\SOFTWARE\Microsoft\ESENT\Process\googledrivesync\DEBUG</p>
<p>HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveBlacklistedOverlay<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveSharedOverlay<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveSyncedOverlay<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveSyncingOverlay</p>
<p>HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GoogleUpdate.exe<br />
HKLM\SOFTWARE\MozillaPlugins\@tools.google.com/Google Update;version=3<br />
HKLM\SOFTWARE\MozillaPlugins\@tools.google.com/Google Update;version=3\MimeTypes<br />
HKLM\SOFTWARE\MozillaPlugins\@tools.google.com/Google Update;version=3\MimeTypes\application/x-vnd.google.update3webcontrol.3<br />
HKLM\SOFTWARE\MozillaPlugins\@tools.google.com/Google Update;version=9<br />
HKLM\SOFTWARE\MozillaPlugins\@tools.google.com/Google Update;version=9\MimeTypes<br />
HKLM\SOFTWARE\MozillaPlugins\@tools.google.com/Google Update;version=9\MimeTypes\application/x-vnd.google.oneclickctrl.9<br />
HKLM\SOFTWARE\Google<br />
HKLM\SOFTWARE\Google\Drive<br />
HKLM\SOFTWARE\Google\Update<br />
HKLM\SOFTWARE\Google\Update\Clients<br />
HKLM\SOFTWARE\Google\Update\Clients\{3C122445-AECE-4309-90B7-85A6AEF42AC0}<br />
HKLM\SOFTWARE\Google\Update\Clients\{430FD4D0-B729-4F61-AA34-91526481799D}<br />
HKLM\SOFTWARE\Google\Update\ClientState<br />
HKLM\SOFTWARE\Google\Update\ClientState\{3C122445-AECE-4309-90B7-85A6AEF42AC0}<br />
HKLM\SOFTWARE\Google\Update\ClientState\{430FD4D0-B729-4F61-AA34-91526481799D}<br />
HKLM\SOFTWARE\Google\Update\ClientStateMedium<br />
HKLM\SOFTWARE\Google\Update\ClientStateMedium\{3C122445-AECE-4309-90B7-85A6AEF42AC0}<br />
HKLM\SOFTWARE\Google\Update\network<br />
HKLM\SOFTWARE\Google\Update\network\secure<br />
HKLM\SOFTWARE\Google\Update\uid<br />
HKLM\SOFTWARE\Google\Update\UsageStats<br />
HKLM\SOFTWARE\Google\Update\UsageStats\Daily<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gdoc<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gdraw<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gform<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.glink<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gsheet<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gslides<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gtable<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\Local Settings<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\Local Settings\Software<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\Local Settings\Software\Microsoft<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\Local Settings\Software\Microsoft\Windows<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Cloud Connect for Microsoft Office<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Cloud Connect for Microsoft Office\2.0<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Drive<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Update<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Update\ClientState<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Update\ClientState\{3C122445-AECE-4309-90B7-85A6AEF42AC0}<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Update\proxy<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gdoc<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gdraw<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gform<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.glink<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gsheet<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gslides<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gtable<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\shell\open\command<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\DefaultIcon<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\shell<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\shell\open<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\shell\open\command</p>
<p>HKLM\SOFTWARE\Classes\CLSID\{25461599-633D-42B1-84FB-7CD68D026E53}\VersionIndependentProgID\: &#8220;GoogleUpdate.CredentialDialogMachine&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{25461599-633D-42B1-84FB-7CD68D026E53}\ProgID\: &#8220;GoogleUpdate.CredentialDialogMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{25461599-633D-42B1-84FB-7CD68D026E53}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateOnDemand.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{25461599-633D-42B1-84FB-7CD68D026E53}\: &#8220;GoogleUpdate CredentialDialog&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{4AD5D8BA-976D-42BE-A47F-ADBC15F82D3C}\InprocHandler32\: &#8220;C:\Program Files\Google\Update\1.3.21.111\psmachine.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{4AD5D8BA-976D-42BE-A47F-ADBC15F82D3C}\InprocHandler32\ThreadingModel: &#8220;Both&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{4EB61BAC-A3B6-4760-9581-655041EF4D69}\VersionIndependentProgID\: &#8220;GoogleUpdate.Update3COMClassService&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{4EB61BAC-A3B6-4760-9581-655041EF4D69}\ProgID\: &#8220;GoogleUpdate.Update3COMClassService.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{4EB61BAC-A3B6-4760-9581-655041EF4D69}\: &#8220;Update3COMClass&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{4EB61BAC-A3B6-4760-9581-655041EF4D69}\AppID: &#8220;{4EB61BAC-A3B6-4760-9581-655041EF4D69}&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{534F5323-3569-4F42-919D-1E1CF93E5BF6}\VersionIndependentProgID\: &#8220;GoogleUpdate.Update3WebSvc&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{534F5323-3569-4F42-919D-1E1CF93E5BF6}\ProgID\: &#8220;GoogleUpdate.Update3WebSvc.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{534F5323-3569-4F42-919D-1E1CF93E5BF6}\: &#8220;GoogleUpdate Update3Web&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{534F5323-3569-4F42-919D-1E1CF93E5BF6}\AppID: &#8220;{9465B4B4-5216-4042-9A2C-754D3BCDC410}&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\VersionIndependentProgID\: &#8220;GoogleUpdate.Update3WebMachineFallback&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\ProgID\: &#8220;GoogleUpdate.Update3WebMachineFallback.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateOnDemand.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\Elevation\Enabled: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\Elevation\IconReference: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-1004&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\: &#8220;GoogleUpdate Update3Web&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{598FE0E5-E02D-465D-9A9D-37974A28FD42}\LocalizedString: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-3000&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\VersionIndependentProgID\: &#8220;GoogleUpdate.OnDemandCOMClassMachine&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\ProgID\: &#8220;GoogleUpdate.OnDemandCOMClassMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateBroker.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\Elevation\Enabled: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\Elevation\IconReference: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-1004&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\: &#8220;Google Update Broker Class Factory&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}\LocalizedString: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-3000&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{7DE94008-8AFD-4C70-9728-C6FBFFF6A73E}\VersionIndependentProgID\: &#8220;GoogleUpdate.CoCreateAsync&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{7DE94008-8AFD-4C70-9728-C6FBFFF6A73E}\ProgID\: &#8220;GoogleUpdate.CoCreateAsync.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{7DE94008-8AFD-4C70-9728-C6FBFFF6A73E}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateBroker.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{7DE94008-8AFD-4C70-9728-C6FBFFF6A73E}\: &#8220;CoCreateAsync&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D40}\InProcServer32\: &#8220;C:\Program Files\Google\Drive\googledrivesync32.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D40}\InProcServer32\ThreadingModel: &#8220;Apartment&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D40}\: &#8220;Google Drive Shell extension&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D41}\InProcServer32\: &#8220;C:\Program Files\Google\Drive\googledrivesync32.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D41}\InProcServer32\ThreadingModel: &#8220;Apartment&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D41}\: &#8220;Google Drive Shell extension&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D42}\InProcServer32\: &#8220;C:\Program Files\Google\Drive\googledrivesync32.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D42}\InProcServer32\ThreadingModel: &#8220;Apartment&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D42}\: &#8220;Google Drive Shell extension&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D43}\InProcServer32\: &#8220;C:\Program Files\Google\Drive\googledrivesync32.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D43}\InProcServer32\ThreadingModel: &#8220;Apartment&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D43}\: &#8220;Google Drive Shell extension&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\VersionIndependentProgID\: &#8220;GoogleUpdate.Update3WebMachine&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\ProgID\: &#8220;GoogleUpdate.Update3WebMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateBroker.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\Elevation\Enabled: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\Elevation\IconReference: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-1004&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\: &#8220;Google Update Broker Class Factory&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}\LocalizedString: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-3000&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{9465B4B4-5216-4042-9A2C-754D3BCDC410}\VersionIndependentProgID\: &#8220;GoogleUpdate.OnDemandCOMClassSvc&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{9465B4B4-5216-4042-9A2C-754D3BCDC410}\ProgID\: &#8220;GoogleUpdate.OnDemandCOMClassSvc.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{9465B4B4-5216-4042-9A2C-754D3BCDC410}\: &#8220;Google Update Legacy On Demand&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{9465B4B4-5216-4042-9A2C-754D3BCDC410}\AppID: &#8220;{9465B4B4-5216-4042-9A2C-754D3BCDC410}&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\VersionIndependentProgID\: &#8220;GoogleUpdate.CoreMachineClass&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\ProgID\: &#8220;GoogleUpdate.CoreMachineClass.1&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateOnDemand.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\Elevation\Enabled: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\Elevation\IconReference: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-1004&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\: &#8220;Google Update Core Class&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{9B2340A0-4068-43D6-B404-32E27217859D}\LocalizedString: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-3000&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{9D6AA569-9F30-41AD-885A-346685C74928}\InprocServer32\: &#8220;C:\Program Files\Google\Update\1.3.21.111\psmachine.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{9D6AA569-9F30-41AD-885A-346685C74928}\InprocServer32\ThreadingModel: &#8220;Both&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}\VersionIndependentProgID\: &#8220;Google.OneClickProcessLauncherMachine&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}\ProgID\: &#8220;Google.OneClickProcessLauncherMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateBroker.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}\: &#8220;Google.OneClickProcessLauncher&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{ABC01078-F197-4B0B-ADBC-CFE684B39C82}\VersionIndependentProgID\: &#8220;GoogleUpdate.ProcessLauncher&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{ABC01078-F197-4B0B-ADBC-CFE684B39C82}\ProgID\: &#8220;GoogleUpdate.ProcessLauncher.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{ABC01078-F197-4B0B-ADBC-CFE684B39C82}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateOnDemand.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{ABC01078-F197-4B0B-ADBC-CFE684B39C82}\: &#8220;Google Update Process Launcher Class&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\VersionIndependentProgID\: &#8220;GoogleUpdate.OnDemandCOMClassMachineFallback&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\ProgID\: &#8220;GoogleUpdate.OnDemandCOMClassMachineFallback.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\LocalServer32\: &#8220;&#8221;C:\Program Files\Google\Update\1.3.21.111\GoogleUpdateOnDemand.exe&#8221;"<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\Elevation\Enabled: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\Elevation\IconReference: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-1004&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\: &#8220;Google Update Legacy On Demand&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{B3D28DBD-0DFA-40E4-8071-520767BADC7E}\LocalizedString: &#8220;@C:\Program Files\Google\Update\1.3.21.111\goopdate.dll,-3000&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\ProgID\: &#8220;Google.Update3WebControl.3&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\InprocServer32\: &#8220;C:\Program Files\Google\Update\1.3.21.111\npGoogleUpdate3.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\InprocServer32\ThreadingModel: &#8220;Apartment&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\: &#8220;Google Update Plugin&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\ProgID\: &#8220;Google.OneClickCtrl.9&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\InprocServer32\: &#8220;C:\Program Files\Google\Update\1.3.21.111\npGoogleUpdate3.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\InprocServer32\ThreadingModel: &#8220;Apartment&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\: &#8220;Google Update Plugin&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{E0730E95-4D82-4716-BF23-4F3AB3EF790D}\InProcServer32\: &#8220;C:\Program Files\Google\Update\1.3.21.111\psmachine.dll&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{E0730E95-4D82-4716-BF23-4F3AB3EF790D}\InProcServer32\ThreadingModel: &#8220;Both&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{E0730E95-4D82-4716-BF23-4F3AB3EF790D}\: &#8220;PSFactoryBuffer&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{E225E692-4B47-4777-9BED-4FD7FE257F0E}\VersionIndependentProgID\: &#8220;GoogleUpdate.CoreClass&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{E225E692-4B47-4777-9BED-4FD7FE257F0E}\ProgID\: &#8220;GoogleUpdate.CoreClass.1&#8243;<br />
HKLM\SOFTWARE\Classes\CLSID\{E225E692-4B47-4777-9BED-4FD7FE257F0E}\: &#8220;Google Update Core Class&#8221;<br />
HKLM\SOFTWARE\Classes\CLSID\{E225E692-4B47-4777-9BED-4FD7FE257F0E}\AppID: &#8220;{9465B4B4-5216-4042-9A2C-754D3BCDC410}&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Features\5281A6F1F47442140961118674D148B7\GoogleDriveSync: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Features\93BAD29AC2E44034A96BCB446EB8552E\Complete: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\SourceList\Net\1: &#8220;C:\Program Files\Google\Update\Install\{D7F3AEF7-4BC5-4983-A5AF-E1B25064D94D}\&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\SourceList\Media\1: &#8220;;&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\SourceList\PackageName: &#8220;gsync.msi&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\SourceList\LastUsedSource: &#8220;n;1;C:\Program Files\Google\Update\Install\{D7F3AEF7-4BC5-4983-A5AF-E1B25064D94D}\&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\ProductName: &#8220;Google Drive&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\PackageCode: &#8220;1D98BDEE05D181240AC61326179C69CA&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\Language: 0&#215;00000409<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\Version: 0x01020C33<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\Assignment: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\AdvertiseFlags: 0&#215;00000184<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\ProductIcon: &#8220;C:\WINDOWS\Installer\{1F6A1825-474F-4124-9016-1168471D847B}\DriveIcon&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\InstanceType: 0&#215;00000000<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\AuthorizedLUAApp: 0&#215;00000000<br />
HKLM\SOFTWARE\Classes\Installer\Products\5281A6F1F47442140961118674D148B7\Clients: &#8216;:&#8217;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\SourceList\Net\1: &#8220;C:\Program Files\Google\Update\1.3.21.111\&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\SourceList\Media\1: &#8220;;&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\SourceList\PackageName: &#8220;GoogleUpdateHelper.msi&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\SourceList\LastUsedSource: &#8220;n;1;C:\Program Files\Google\Update\1.3.21.111\&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\ProductName: &#8220;Google Update Helper&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\PackageCode: &#8220;B3F59421B85A8E143AD1AFD59FFD1016&#8243;<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\Language: 0&#215;00000409<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\Version: 0&#215;01030015<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\Assignment: 0&#215;00000001<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\AdvertiseFlags: 0&#215;00000184<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\InstanceType: 0&#215;00000000<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\AuthorizedLUAApp: 0&#215;00000000<br />
HKLM\SOFTWARE\Classes\Installer\Products\93BAD29AC2E44034A96BCB446EB8552E\Clients: &#8216;:&#8217;<br />
HKLM\SOFTWARE\Classes\Installer\UpgradeCodes\DBFF5159BA0409649B38F48A1EE47E5F\93BAD29AC2E44034A96BCB446EB8552E: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\Installer\UpgradeCodes\FB7EA8B9DDE3A0B48A2BB7CED13E83EA\5281A6F1F47442140961118674D148B7: &#8220;&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{0CD01D1E-4A1C-489D-93B9-9B6672877C57}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{0CD01D1E-4A1C-489D-93B9-9B6672877C57}\NumMethods\: &#8220;10&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{0CD01D1E-4A1C-489D-93B9-9B6672877C57}\: &#8220;IAppVersionWeb&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{128C2DA6-2BC0-44C0-B3F6-4EC22E647964}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{128C2DA6-2BC0-44C0-B3F6-4EC22E647964}\NumMethods\: &#8220;6&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{128C2DA6-2BC0-44C0-B3F6-4EC22E647964}\: &#8220;IProcessLauncher&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{1C642CED-CA3B-4013-A9DF-CA6CE5FF6503}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{1C642CED-CA3B-4013-A9DF-CA6CE5FF6503}\NumMethods\: &#8220;9&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{1C642CED-CA3B-4013-A9DF-CA6CE5FF6503}\: &#8220;IProgressWndEvents&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{247954F9-9EDC-4E68-8CC3-150C2B89EADF}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{247954F9-9EDC-4E68-8CC3-150C2B89EADF}\NumMethods\: &#8220;24&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{247954F9-9EDC-4E68-8CC3-150C2B89EADF}\: &#8220;ICurrentState&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{2D363682-561D-4C3A-81C6-F2F82107562A}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{2D363682-561D-4C3A-81C6-F2F82107562A}\NumMethods\: &#8220;4&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{2D363682-561D-4C3A-81C6-F2F82107562A}\: &#8220;IGoogleUpdate3WebSecurity&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{2E629606-312A-482F-9B12-2C4ABF6F0B6D}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{2E629606-312A-482F-9B12-2C4ABF6F0B6D}\NumMethods\: &#8220;10&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{2E629606-312A-482F-9B12-2C4ABF6F0B6D}\: &#8220;ICoCreateAsyncStatus&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{31AC3F11-E5EA-4A85-8A3D-8E095A39C27B}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{31AC3F11-E5EA-4A85-8A3D-8E095A39C27B}\NumMethods\: &#8220;5&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{31AC3F11-E5EA-4A85-8A3D-8E095A39C27B}\: &#8220;IGoogleUpdate&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{494B20CF-282E-4BDD-9F5D-B70CB09D351E}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{494B20CF-282E-4BDD-9F5D-B70CB09D351E}\NumMethods\: &#8220;8&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{494B20CF-282E-4BDD-9F5D-B70CB09D351E}\: &#8220;IGoogleUpdate3Web&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{49D7563B-2DDB-4831-88C8-768A53833837}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{49D7563B-2DDB-4831-88C8-768A53833837}\NumMethods\: &#8220;13&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{49D7563B-2DDB-4831-88C8-768A53833837}\: &#8220;IJobObserver&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{4E223325-C16B-4EEB-AEDC-19AA99A237FA}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{4E223325-C16B-4EEB-AEDC-19AA99A237FA}\NumMethods\: &#8220;8&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{4E223325-C16B-4EEB-AEDC-19AA99A237FA}\: &#8220;IRegistrationUpdateHook&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{5B25A8DC-1780-4178-A629-6BE8B8DEFAA2}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{5B25A8DC-1780-4178-A629-6BE8B8DEFAA2}\NumMethods\: &#8220;4&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{5B25A8DC-1780-4178-A629-6BE8B8DEFAA2}\: &#8220;IBrowserHttpRequest2&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{5CCCB0EF-7073-4516-8028-4C628D0C8AAB}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{5CCCB0EF-7073-4516-8028-4C628D0C8AAB}\NumMethods\: &#8220;4&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{5CCCB0EF-7073-4516-8028-4C628D0C8AAB}\: &#8220;IOneClickProcessLauncher&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{6DB17455-4E85-46E7-9D23-E555E4B005AF}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{6DB17455-4E85-46E7-9D23-E555E4B005AF}\NumMethods\: &#8220;10&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{6DB17455-4E85-46E7-9D23-E555E4B005AF}\: &#8220;IGoogleUpdate3&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{909489C2-85A6-4322-AA56-D25278649D67}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{909489C2-85A6-4322-AA56-D25278649D67}\NumMethods\: &#8220;4&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{909489C2-85A6-4322-AA56-D25278649D67}\: &#8220;IGoogleUpdateCore&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{B3A47570-0A85-4AEA-8270-529D47899603}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{B3A47570-0A85-4AEA-8270-529D47899603}\NumMethods\: &#8220;4&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{B3A47570-0A85-4AEA-8270-529D47899603}\: &#8220;ICredentialDialog&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{BCDCB538-01C0-46D1-A6A7-52F4D021C272}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{BCDCB538-01C0-46D1-A6A7-52F4D021C272}\NumMethods\: &#8220;10&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{BCDCB538-01C0-46D1-A6A7-52F4D021C272}\: &#8220;IAppVersion&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{C6398F88-69CE-44AC-B6A7-1D3E2AA46679}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{C6398F88-69CE-44AC-B6A7-1D3E2AA46679}\NumMethods\: &#8220;14&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{C6398F88-69CE-44AC-B6A7-1D3E2AA46679}\: &#8220;IAppWeb&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{D999CE21-98B3-4894-BACB-A49A1D50848F}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{D999CE21-98B3-4894-BACB-A49A1D50848F}\NumMethods\: &#8220;40&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{D999CE21-98B3-4894-BACB-A49A1D50848F}\: &#8220;IApp&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{DAB1D343-1B2A-47F9-B445-93DC50704BFE}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{DAB1D343-1B2A-47F9-B445-93DC50704BFE}\NumMethods\: &#8220;4&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{DAB1D343-1B2A-47F9-B445-93DC50704BFE}\: &#8220;ICoCreateAsync&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{DCAB8386-4F03-4DBD-A366-D90BC9F68DE6}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{DCAB8386-4F03-4DBD-A366-D90BC9F68DE6}\NumMethods\: &#8220;10&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{DCAB8386-4F03-4DBD-A366-D90BC9F68DE6}\: &#8220;IPackage&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{DD42475D-6D46-496A-924E-BD5630B4CBBA}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{DD42475D-6D46-496A-924E-BD5630B4CBBA}\NumMethods\: &#8220;24&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{DD42475D-6D46-496A-924E-BD5630B4CBBA}\: &#8220;IAppBundleWeb&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{FE908CDD-22BB-472A-9870-1A0390E42F36}\ProxyStubClsid32\: &#8220;{E0730E95-4D82-4716-BF23-4F3AB3EF790D}&#8221;<br />
HKLM\SOFTWARE\Classes\Interface\{FE908CDD-22BB-472A-9870-1A0390E42F36}\NumMethods\: &#8220;41&#8243;<br />
HKLM\SOFTWARE\Classes\Interface\{FE908CDD-22BB-472A-9870-1A0390E42F36}\: &#8220;IAppBundle&#8221;<br />
HKLM\SOFTWARE\Classes\MIME\Database\Content Type\application/x-vnd.google.oneclickctrl.9\CLSID: &#8220;{C442AC41-9200-4770-8CC0-7CDB4F245C55}&#8221;<br />
HKLM\SOFTWARE\Classes\MIME\Database\Content Type\application/x-vnd.google.update3webcontrol.3\CLSID: &#8220;{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}&#8221;<br />
HKLM\SOFTWARE\Classes\Google.OneClickCtrl.9\CLSID\: &#8220;{C442AC41-9200-4770-8CC0-7CDB4F245C55}&#8221;<br />
HKLM\SOFTWARE\Classes\Google.OneClickCtrl.9\: &#8220;Google Update Plugin&#8221;<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine\CurVer\: &#8220;Google.OneClickProcessLauncherMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine\CLSID\: &#8220;{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}&#8221;<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine\: &#8220;Google.OneClickProcessLauncher&#8221;<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine.1.0\CLSID\: &#8220;{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}&#8221;<br />
HKLM\SOFTWARE\Classes\Google.OneClickProcessLauncherMachine.1.0\: &#8220;Google.OneClickProcessLauncher&#8221;<br />
HKLM\SOFTWARE\Classes\Google.Update3WebControl.3\CLSID\: &#8220;{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}&#8221;<br />
HKLM\SOFTWARE\Classes\Google.Update3WebControl.3\: &#8220;Google Update Plugin&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync\CurVer\: &#8220;GoogleUpdate.CoCreateAsync.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync\CLSID\: &#8220;{7DE94008-8AFD-4C70-9728-C6FBFFF6A73E}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync\: &#8220;CoCreateAsync&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync.1.0\CLSID\: &#8220;{7DE94008-8AFD-4C70-9728-C6FBFFF6A73E}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoCreateAsync.1.0\: &#8220;CoCreateAsync&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass\CurVer\: &#8220;GoogleUpdate.CoreClass.1&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass\CLSID\: &#8220;{E225E692-4B47-4777-9BED-4FD7FE257F0E}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass\: &#8220;Google Update Core Class&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass.1\CLSID\: &#8220;{E225E692-4B47-4777-9BED-4FD7FE257F0E}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreClass.1\: &#8220;Google Update Core Class&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass\CurVer\: &#8220;GoogleUpdate.CoreMachineClass.1&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass\CLSID\: &#8220;{9B2340A0-4068-43D6-B404-32E27217859D}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass\: &#8220;Google Update Core Class&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass.1\CLSID\: &#8220;{9B2340A0-4068-43D6-B404-32E27217859D}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CoreMachineClass.1\: &#8220;Google Update Core Class&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine\CurVer\: &#8220;GoogleUpdate.CredentialDialogMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine\CLSID\: &#8220;{25461599-633D-42B1-84FB-7CD68D026E53}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine\: &#8220;GoogleUpdate CredentialDialog&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine.1.0\CLSID\: &#8220;{25461599-633D-42B1-84FB-7CD68D026E53}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.CredentialDialogMachine.1.0\: &#8220;GoogleUpdate CredentialDialog&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine\CurVer\: &#8220;GoogleUpdate.OnDemandCOMClassMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine\CLSID\: &#8220;{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine\: &#8220;Google Update Broker Class Factory&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine.1.0\CLSID\: &#8220;{6F8BD55B-E83D-4A47-85BE-81FFA8057A69}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachine.1.0\: &#8220;Google Update Broker Class Factory&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback\CurVer\: &#8220;GoogleUpdate.OnDemandCOMClassMachineFallback.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback\CLSID\: &#8220;{B3D28DBD-0DFA-40E4-8071-520767BADC7E}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback\: &#8220;Google Update Legacy On Demand&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback.1.0\CLSID\: &#8220;{B3D28DBD-0DFA-40E4-8071-520767BADC7E}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassMachineFallback.1.0\: &#8220;Google Update Legacy On Demand&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc\CurVer\: &#8220;GoogleUpdate.OnDemandCOMClassSvc.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc\CLSID\: &#8220;{9465B4B4-5216-4042-9A2C-754D3BCDC410}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc\: &#8220;Google Update Legacy On Demand&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc.1.0\CLSID\: &#8220;{9465B4B4-5216-4042-9A2C-754D3BCDC410}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.OnDemandCOMClassSvc.1.0\: &#8220;Google Update Legacy On Demand&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher\CurVer\: &#8220;GoogleUpdate.ProcessLauncher.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher\CLSID\: &#8220;{ABC01078-F197-4B0B-ADBC-CFE684B39C82}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher\: &#8220;Google Update Process Launcher Class&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher.1.0\CLSID\: &#8220;{ABC01078-F197-4B0B-ADBC-CFE684B39C82}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.ProcessLauncher.1.0\: &#8220;Google Update Process Launcher Class&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService\CurVer\: &#8220;GoogleUpdate.Update3COMClassService.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService\CLSID\: &#8220;{4EB61BAC-A3B6-4760-9581-655041EF4D69}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService\: &#8220;Update3COMClass&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService.1.0\CLSID\: &#8220;{4EB61BAC-A3B6-4760-9581-655041EF4D69}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3COMClassService.1.0\: &#8220;Update3COMClass&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine\CurVer\: &#8220;GoogleUpdate.Update3WebMachine.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine\CLSID\: &#8220;{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine\: &#8220;Google Update Broker Class Factory&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine.1.0\CLSID\: &#8220;{8A1D4361-2C08-4700-A351-3EAA9CBFF5E4}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachine.1.0\: &#8220;Google Update Broker Class Factory&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback\CurVer\: &#8220;GoogleUpdate.Update3WebMachineFallback.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback\CLSID\: &#8220;{598FE0E5-E02D-465D-9A9D-37974A28FD42}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback\: &#8220;GoogleUpdate Update3Web&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback.1.0\CLSID\: &#8220;{598FE0E5-E02D-465D-9A9D-37974A28FD42}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebMachineFallback.1.0\: &#8220;GoogleUpdate Update3Web&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc\CurVer\: &#8220;GoogleUpdate.Update3WebSvc.1.0&#8243;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc\CLSID\: &#8220;{534F5323-3569-4F42-919D-1E1CF93E5BF6}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc\: &#8220;GoogleUpdate Update3Web&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc.1.0\CLSID\: &#8220;{534F5323-3569-4F42-919D-1E1CF93E5BF6}&#8221;<br />
HKLM\SOFTWARE\Classes\GoogleUpdate.Update3WebSvc.1.0\: &#8220;GoogleUpdate Update3Web&#8221;<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}\CLSID: &#8220;{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{AAD4AE2E-D834-46D4-8B09-490FAC9C722B}\Policy: 0&#215;00000003<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\AppName: &#8220;GoogleUpdateBroker.exe&#8221;<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\AppPath: &#8220;C:\Program Files\Google\Update\1.3.21.111&#8243;<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{C3101A8B-0EE1-4612-BFE9-41FFC1A3C19D}\Policy: 0&#215;00000003<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\AppName: &#8220;GoogleUpdate.exe&#8221;<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\AppPath: &#8220;C:\Program Files\Google\Update&#8221;<br />
HKLM\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{C442AC41-9200-4770-8CC0-7CDB4F245C55}\Policy: 0&#215;00000003<br />
HKLM\SOFTWARE\Microsoft\SchedulingAgent\LastTaskRun: DC 07 06 00 02 00 1A 00 16 00 2B 00 01 00 00 00</p>
<p>HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveBlacklistedOverlay\: &#8220;{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D42}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveSharedOverlay\: &#8220;{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D43}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveSyncedOverlay\: &#8220;{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D40}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\GDriveSyncingOverlay\: &#8220;{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D41}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\Program Files\Google\Drive\: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\Documents and Settings\All Users\Start Menu\Programs\Google Drive\: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\WINDOWS\Installer\{1F6A1825-474F-4124-9016-1168471D847B}\: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\DBFF5159BA0409649B38F48A1EE47E5F\93BAD29AC2E44034A96BCB446EB8552E: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\FB7EA8B9DDE3A0B48A2BB7CED13E83EA\5281A6F1F47442140961118674D148B7: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\31147057103B8FC40BC00441A364B1E9\5281A6F1F47442140961118674D148B7: &#8220;02:\Software\Google\Drive\InstallLocation&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\696B2AABC05D0E11D8D98044844210B9\5281A6F1F47442140961118674D148B7: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\9507B717889AF294FAB1CD7FB08E90BA\93BAD29AC2E44034A96BCB446EB8552E: &#8220;02:\SOFTWARE\Google\Update\MsiStubRun&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\9719419FE6AD44144B828FFA74467B4C\5281A6F1F47442140961118674D148B7: &#8220;02:\Software\Google\Update\Clients\{3C122445-AECE-4309-90B7-85A6AEF42AC0}\pv&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\CD5429927288CB546839F6191C48B96B\5281A6F1F47442140961118674D148B7: &#8220;01:\Software\Google\Drive\Installed&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\DC2B796210505EB4B8D7F0D0961CE138\5281A6F1F47442140961118674D148B7: &#8220;01:\Software\Google\Drive\Installed&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\ED128963B05D0E1199E00524844210B9\5281A6F1F47442140961118674D148B7: &#8220;C:\Program Files\Google\Drive\googledrivesync32.dll&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\Patches\AllPatches: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\LocalPackage: &#8220;C:\WINDOWS\Installer\480de6.msi&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\AuthorizedCDFPrefix: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Comments: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Contact: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\DisplayVersion: &#8220;1.2.3123.250&#8243;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\HelpLink: &#8220;http://www.google.com&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\HelpTelephone: &#8220;http://www.google.com&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\InstallDate: &#8220;20120626&#8243;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\InstallLocation: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\InstallSource: &#8220;C:\Program Files\Google\Update\Install\{D7F3AEF7-4BC5-4983-A5AF-E1B25064D94D}\&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\ModifyPath: &#8220;MsiExec.exe /X{1F6A1825-474F-4124-9016-1168471D847B}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\NoModify: 0&#215;00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\NoRepair: 0&#215;00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Publisher: &#8220;Google, Inc.&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Readme: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Size: &#8220;&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\EstimatedSize: 0x0000307B<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\UninstallString: &#8220;MsiExec.exe /X{1F6A1825-474F-4124-9016-1168471D847B}&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\URLInfoAbout: &#8220;http://www.google.com&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\URLUpdateInfo: &#8220;http://www.google.com&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\VersionMajor: 0&#215;00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\VersionMinor: 0&#215;00000002<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\WindowsInstaller: 0&#215;00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Version: 0x01020C33<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\Language: 0&#215;00000409<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\InstallProperties\DisplayName: &#8220;Google Drive&#8221;<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5281A6F1F47442140961118674D148B7\Features\GoogleDriveSync: &#8220;N5*]Mxxjg@5+6S)c0AnZLbNV5P4Kh(c2ZB9,lVnY!`b}dQ4Kh(JF[r9,lVnYA{Z'yLM)}8XU@WaP?)7h[0cF1*M-K=CN0hVlz^ccg&amp;BJ0`CFI@Mtl4'Jr'0R"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\Patches\AllPatches: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\LocalPackage: "C:\WINDOWS\Installer\480de0.msi"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\AuthorizedCDFPrefix: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Comments: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Contact: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\DisplayVersion: "1.3.21.111"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\HelpLink: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\HelpTelephone: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\InstallDate: "20120626"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\InstallLocation: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\InstallSource: "C:\Program Files\Google\Update\1.3.21.111\"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\ModifyPath: "MsiExec.exe /I{A92DAB39-4E2C-4304-9AB6-BC44E68B55E2}"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Publisher: "Google Inc."<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Readme: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Size: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\EstimatedSize: 0x0000001C<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\SystemComponent: 0x00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\UninstallString: "MsiExec.exe /I{A92DAB39-4E2C-4304-9AB6-BC44E68B55E2}"<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\URLInfoAbout: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\URLUpdateInfo: ""<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\VersionMajor: 0x00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\VersionMinor: 0x00000003<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\WindowsInstaller: 0x00000001<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Version: 0x01030015<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\Language: 0x00000409<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\93BAD29AC2E44034A96BCB446EB8552E\InstallProperties\DisplayName: "Google Update Helper"</p>
<p>HKLM\SYSTEM\ControlSet001\Services\gupdate\Type: 0x00000010<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\Start: 0x00000002<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\ErrorControl: 0x00000001<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\ImagePath: ""C:\Program Files\Google\Update\GoogleUpdate.exe" /svc"<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\DisplayName: "Google Update Service (gupdate)"<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\DependOnService: 'RPCSS'<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\DependOnGroup: 00<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\ObjectName: "LocalSystem"<br />
HKLM\SYSTEM\ControlSet001\Services\gupdate\Description: "Keeps your Google software up to date. If this service is disabled or stopped, your Google software will not be kept up to date, meaning security vulnerabilities that may arise cannot be fixed and features may not work. This service uninstalls itself when there is no Google software using it."</p>
<p>HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gdoc\: "GoogleDrive.gdoc"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gdraw\: "GoogleDrive.gdraw"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gform\: "GoogleDrive.gform"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.glink\: "GoogleDrive.glink"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gsheet\: "GoogleDrive.gsheet"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gslides\: "GoogleDrive.gslides"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\.gtable\: "GoogleDrive.gtable"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-1"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdoc\: "Google document"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-2"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gdraw\: "Google drawing"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-3"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gform\: "Google form"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-4"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.glink\: "Google Drive link"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-5"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gsheet\: "Google spreadsheet"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-6"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gslides\: "Google presentation"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-7"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Classes\GoogleDrive.gtable\: "Google table"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Update\ClientState\{3C122445-AECE-4309-90B7-85A6AEF42AC0}\dr: "0"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Update\proxy\source: "direct"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Drive\Installed: "True"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003\Software\Google\Drive\OAuthToken: "xuNPWQPf/0WVf+24HY5jhJ/vMZrescsTk+ZBYzZi6zm/x4nr3wGqolr1GPiwi/mmf+IR/xvqmCI9IrHQ1p7B2QXSgwAfc7vaErDrTDcn+0UfbvoWwxjNZLtZ7WDPIFPLTPHIrOxNLYsCzY3v1PVSqCnDptSBxKP/eZhLjYrAerv+0Rqdt+fJbgGLlJrdYZBCyW91AAt4cqzSSqb7HXGc8eRXc7s6Gyct3LVt6uVwYZAqnxeZuKuSeUTVRVP0eVv7ksFQPicKOBur1hPsBi0/Jr/fryMfpTrHCFjzeRH5R+5c1LQQ07NweMf0SQ+IYqIbNzfM2bemp.........................................."<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gdoc\: "GoogleDrive.gdoc"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gdraw\: "GoogleDrive.gdraw"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gform\: "GoogleDrive.gform"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.glink\: "GoogleDrive.glink"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gsheet\: "GoogleDrive.gsheet"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gslides\: "GoogleDrive.gslides"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\.gtable\: "GoogleDrive.gtable"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-1"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdoc\: "Google document"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-2"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gdraw\: "Google drawing"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-3"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gform\: "Google form"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-4"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.glink\: "Google Drive link"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-5"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gsheet\: "Google spreadsheet"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-6"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gslides\: "Google presentation"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\shell\open\command\: ""C:\Program Files\Google\Drive\googledrivesync.exe" --file="%1""<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\DefaultIcon\: "C:\Program Files\Google\Drive\googledrivesync.exe,-7"<br />
HKU\S-1-5-21-1993962763-1482476501-839522115-1003_Classes\GoogleDrive.gtable\: "Google table"</p>
<p></p>
<p>Google Drive sync folder:<br />
C:\Documents and Settings\[username]\My Documents\Google Drive</p>
<p>Google Drive sync executable folder:<br />
C:\Program Files\Google\Drive\googledrivesync.exe</p>
<p>Google Update executable folder:<br />
C:\Program Files\Google\Update\GoogleUpdate.exe</p>
<p></p>
<p>http://googleblog.blogspot.com/2012/04/introducing-google-drive-yes-really.html</p>
<p>Regshot, ProcessHacker</p>
<p>Network particulars:</p>
<p>Google Drive connects to Google servers via SSL (TCP 443) encrypted.  You are likely to see multiple googlesyncdrive.exe (pid) connected out.</p>
<p>googledrivesync.exe (pid1), computer.here.xxx &gt;&gt; ord08s05-in-f6.1e100.net, 443, TCP, Established<br />
googledrivesync.exe (pid2), computer.here.xxx &gt;&gt; ord08s05-in-f6.1e100.net, 443, TCP, Established</p>
<p>
Dumping the memory will allow you see the Google Account used for syncing. </p>
]]></content:encoded>
			<wfw:commentRss>http://forensicartifacts.com/2012/07/google-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.620 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-24 00:43:30 -->
