Export by TransferText in macro error

  • Thread starter gmazza via AccessMonster.com
  • Start date
G

gmazza via AccessMonster.com

Hey there,
I have an export that I am running in my macro.
Here is the code:
Sequence = 1
strFile = "SCMHeader" & Sequence & ".txt"

DoCmd.TransferText acExportDelim, "450Specs", "SCMHeader", "P:\Nav\" &
strFile, , , True

When I run it I get an Invalid Argument error on the DoCmd line.

I don't understand where I am going wrong here, can anyone help!
Thanks!!!
 
D

Douglas J. Steele

Looks as though you've got one too many commas before the True for whether
or not there are column headers.

See http://msdn.microsoft.com/en-us/library/bb214141.aspx The syntax is

DoCmd.TransferText TransferType, SpecificationName, TableName, FileName,
HasFieldNames, HTMLTableName, CodePage

so you're trying to use a CodePage of -1, which isn't valid.
 
D

Douglas J. Steele

Make that two too many commas.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Douglas J. Steele said:
Looks as though you've got one too many commas before the True for whether
or not there are column headers.

See http://msdn.microsoft.com/en-us/library/bb214141.aspx The syntax is

DoCmd.TransferText TransferType, SpecificationName, TableName, FileName,
HasFieldNames, HTMLTableName, CodePage

so you're trying to use a CodePage of -1, which isn't valid.
 
G

gmazza via AccessMonster.com

Thanks Douglas.
I changed it and now I am gettting an error for my code below:
strFile = "P:\Navision ERP\MEI Files\ToNav\SCMHeader" & Format(Sequence,
"0000000") & ".txt"
DoCmd.TransferText acExportDelim, "455ExportSpecs", "SCMHeader", strFile,
True

Error is: Tge Microsoft Office Access database engine could not find the
object 'SCMHEADER0000001#txt'. Make sure the object exists and that you spell
its name and the path correctly.

I even tried ditching the strfile and I just put a normal pat in of P:\
SCMHeader.txt and I get the same error, this time saying SCMHeader#txt can't
be found.

I don't understand this error? I don't need to find it, I want it exported to
this file.
Thanks!
Looks as though you've got one too many commas before the True for whether
or not there are column headers.

See http://msdn.microsoft.com/en-us/library/bb214141.aspx The syntax is

DoCmd.TransferText TransferType, SpecificationName, TableName, FileName,
HasFieldNames, HTMLTableName, CodePage

so you're trying to use a CodePage of -1, which isn't valid.
Hey there,
I have an export that I am running in my macro.
[quoted text clipped - 9 lines]
I don't understand where I am going wrong here, can anyone help!
Thanks!!!
 
D

Douglas J. Steele

You're using a specification named 455ExportSpecs. Might something be wrong
with it?

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


gmazza via AccessMonster.com said:
Thanks Douglas.
I changed it and now I am gettting an error for my code below:
strFile = "P:\Navision ERP\MEI Files\ToNav\SCMHeader" & Format(Sequence,
"0000000") & ".txt"
DoCmd.TransferText acExportDelim, "455ExportSpecs", "SCMHeader", strFile,
True

Error is: Tge Microsoft Office Access database engine could not find the
object 'SCMHEADER0000001#txt'. Make sure the object exists and that you
spell
its name and the path correctly.

I even tried ditching the strfile and I just put a normal pat in of P:\
SCMHeader.txt and I get the same error, this time saying SCMHeader#txt
can't
be found.

I don't understand this error? I don't need to find it, I want it exported
to
this file.
Thanks!
Looks as though you've got one too many commas before the True for whether
or not there are column headers.

See http://msdn.microsoft.com/en-us/library/bb214141.aspx The syntax is

DoCmd.TransferText TransferType, SpecificationName, TableName, FileName,
HasFieldNames, HTMLTableName, CodePage

so you're trying to use a CodePage of -1, which isn't valid.
Hey there,
I have an export that I am running in my macro.
[quoted text clipped - 9 lines]
I don't understand where I am going wrong here, can anyone help!
Thanks!!!
 
A

Abriel Francois

gmazza via AccessMonster.com said:
Hey there,
I have an export that I am running in my macro.
Here is the code:
Sequence = 1
strFile = "SCMHeader" & Sequence & ".txt"

DoCmd.TransferText acExportDelim, "450Specs", "SCMHeader", "P:\Nav\" &
strFile, , , True

When I run it I get an Invalid Argument error on the DoCmd line.

I don't understand where I am going wrong here, can anyone help!
Thanks!!!
coodbay
 
J

Jessica

gmazza via AccessMonster.com said:
Hey there,
I have an export that I am running in my macro.
Here is the code:
Sequence = 1
strFile = "SCMHeader" & Sequence & ".txt"

DoCmd.TransferText acExportDelim, "450Specs", "SCMHeader", "P:\Nav\" &
strFile, , , True

When I run it I get an Invalid Argument error on the DoCmd line.

I don't understand where I am going wrong here, can anyone help!
Thanks!!!
11/28/2009 11:04:53 AM: ApplicationMinimized - ENTER
11/28/2009 11:04:51 AM:
C:\PROGRA~2\Webroot\BugReports\WRConsumerService.exe_000002.dmp.xml
11/28/2009 11:04:51 AM:
C:\PROGRA~2\Webroot\BugReports\WRConsumerService.exe_000002.dmp
11/28/2009 11:04:51 AM:
C:\PROGRA~2\Webroot\BugReports\WRConsumerService.exe_000001.dmp.xml
11/28/2009 11:04:51 AM: Review and send the error report:
C:\PROGRA~2\Webroot\BugReports\WRConsumerService.exe_000001.dmp
11/28/2009 11:03:52 AM: Tracking Cookies Shield: Removed redsheriff cookies
11/28/2009 11:03:51 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/28/2009 10:37:58 AM: Tracking Cookies Shield: Removed coremetrics cookie
11/28/2009 10:23:18 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/28/2009 10:23:18 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/28/2009 10:23:18 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/28/2009 10:22:25 AM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/28/2009 10:22:25 AM: Informational: ShieldEmail: Start monitoring port
110 for mail activities
11/28/2009 10:22:24 AM: Warning: Unable to secure run key from ambiguous
path exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar.
Parse Failure
11/28/2009 10:22:21 AM: Tracking Cookies Shield: Removed coremetrics cookie
11/28/2009 10:22:17 AM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/28/2009 10:22:03 AM: License Check Status (0): Success
11/28/2009 10:21:10 AM: Webroot Software 6.1.0.128 started
11/28/2009 10:21:10 AM: | Start of Session, Saturday, November 28,
2009 |
***************
11/28/2009 9:39:17 AM: Tracking Cookies Shield: Removed coremetrics cookie
11/27/2009 11:54:49 PM: ApplicationMinimized - EXIT
11/27/2009 11:54:49 PM: ApplicationMinimized - ENTER
11/27/2009 11:46:49 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/27/2009 11:30:54 PM: ApplicationMinimized - EXIT
11/27/2009 11:30:54 PM: ApplicationMinimized - ENTER
11/27/2009 11:30:52 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/27/2009 11:30:52 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/27/2009 11:30:52 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/27/2009 11:30:00 PM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/27/2009 11:30:00 PM: Informational: ShieldEmail: Start monitoring port
110 for mail activities
11/27/2009 11:29:59 PM: Warning: Unable to secure run key from ambiguous
path exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar.
Parse Failure
11/27/2009 11:29:53 PM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/27/2009 11:29:45 PM: License Check Status (0): Success
11/27/2009 11:28:43 PM: Webroot Software 6.1.0.128 started
11/27/2009 11:28:43 PM: | Start of Session, Friday, November 27, 2009
|
***************
11/27/2009 6:03:07 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/27/2009 6:03:07 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/27/2009 6:03:07 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/27/2009 5:57:18 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/27/2009 4:43:01 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/27/2009 4:42:58 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/27/2009 4:42:58 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/27/2009 4:42:57 PM: Tracking Cookies Shield: Removed trafficmp cookie
11/27/2009 4:41:42 PM: Tracking Cookies Shield: Removed realmedia cookie
11/27/2009 4:33:16 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/27/2009 4:31:45 PM: Tracking Cookies Shield: Removed pointroll cookie
11/27/2009 4:31:45 PM: Tracking Cookies Shield: Removed pointroll cookie
11/27/2009 4:31:13 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/27/2009 4:23:23 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/27/2009 4:23:11 PM: ApplicationMinimized - EXIT
11/27/2009 4:23:11 PM: ApplicationMinimized - ENTER
11/27/2009 4:18:27 PM: None
11/27/2009 4:18:26 PM: Traces Found: 0
11/27/2009 4:18:26 PM: Scheduled Sweep has completed. Elapsed time 00:18:12
11/27/2009 4:18:25 PM: File Sweep Complete, Elapsed Time: 00:15:25
11/27/2009 4:18:21 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/27/2009 4:18:14 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/27/2009 4:18:01 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/27/2009 4:17:52 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/27/2009 4:17:45 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/27/2009 4:17:35 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/27/2009 4:02:59 PM: Starting File Sweep
11/27/2009 4:02:59 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/27/2009 4:02:59 PM: Starting Cookie Sweep
11/27/2009 4:02:59 PM: Registry Sweep Complete, Elapsed Time:00:00:26
11/27/2009 4:02:32 PM: Starting Registry Sweep
11/27/2009 4:02:32 PM: Memory Sweep Complete, Elapsed Time: 00:02:16
11/27/2009 4:00:15 PM: Starting Memory Sweep
11/27/2009 4:00:14 PM: Start Scheduled Sweep
11/27/2009 4:00:14 PM: Sweep initiated using definitions version 1555
11/27/2009 3:02:51 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/27/2009 3:02:51 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/27/2009 3:02:51 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/27/2009 3:02:17 PM: ApplicationMinimized - EXIT
11/27/2009 3:02:17 PM: ApplicationMinimized - ENTER
11/27/2009 3:02:13 PM: Automated check for program update in progress.
11/27/2009 3:02:00 PM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/27/2009 3:02:00 PM: Informational: ShieldEmail: Start monitoring port 110
for mail activities
11/27/2009 3:01:59 PM: Warning: Unable to secure run key from ambiguous path
exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar. Parse
Failure
11/27/2009 3:01:53 PM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/27/2009 3:01:23 PM: License Check Status (0): Success
11/27/2009 3:01:07 PM: Webroot Software 6.1.0.128 started
11/27/2009 3:01:07 PM: | Start of Session, Friday, November 27, 2009
|
***************
11/27/2009 2:25:41 PM: Automated check for program update in progress.
11/27/2009 1:24:56 PM: Automated check for program update in progress.
11/27/2009 12:18:51 PM: Automated check for program update in progress.
11/27/2009 11:18:05 AM: Automated check for program update in progress.
11/27/2009 10:17:19 AM: Automated check for program update in progress.
11/27/2009 9:16:34 AM: Automated check for program update in progress.
11/26/2009 2:23:59 PM: Automated check for program update in progress.
11/26/2009 2:12:06 PM: Tracking Cookies Shield: Removed addynamix cookie
11/26/2009 2:12:04 PM: Tracking Cookies Shield: Removed realmedia cookie
11/26/2009 2:12:04 PM: Tracking Cookies Shield: Removed realmedia cookie
11/26/2009 2:12:03 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 2:12:02 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 2:12:01 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 2:11:47 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 2:11:47 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 2:11:22 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 2:11:14 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 2:11:14 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/26/2009 1:23:23 PM: Automated check for program update in progress.
11/26/2009 12:27:29 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/26/2009 12:27:27 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 12:26:54 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/26/2009 12:22:34 PM: Automated check for program update in progress.
11/26/2009 12:22:23 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 12:22:08 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 12:22:08 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/26/2009 11:43:23 AM: Warning: S-1-5-20 could not be mapped. Error Code
32
11/26/2009 11:21:47 AM: Automated check for program update in progress.
11/26/2009 11:09:43 AM: Tracking Cookies Shield: Removed statcounter cookie
11/26/2009 11:04:18 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 11:03:00 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/26/2009 11:00:50 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 11:00:50 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/26/2009 10:59:52 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 10:59:37 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 10:59:37 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/26/2009 10:21:01 AM: Automated check for program update in progress.
11/26/2009 9:31:30 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 9:31:30 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/26/2009 9:23:29 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 9:23:29 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/26/2009 9:20:14 AM: Automated check for program update in progress.
11/26/2009 8:19:28 AM: Automated check for program update in progress.
11/26/2009 7:54:36 AM: Tracking Cookies Shield: Removed coremetrics cookie
11/26/2009 7:53:54 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 7:53:12 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/26/2009 7:53:12 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/26/2009 7:18:43 AM: Automated check for program update in progress.
11/26/2009 6:17:57 AM: Automated check for program update in progress.
11/26/2009 5:17:11 AM: Automated check for program update in progress.
11/26/2009 4:16:26 AM: Automated check for program update in progress.
11/26/2009 3:15:40 AM: Automated check for program update in progress.
11/26/2009 2:30:10 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/26/2009 2:30:10 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/26/2009 2:30:10 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/26/2009 2:30:10 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/26/2009 2:30:10 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/26/2009 2:30:10 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/26/2009 2:14:54 AM: Automated check for program update in progress.
11/26/2009 1:14:09 AM: Automated check for program update in progress.
11/26/2009 12:13:22 AM: Automated check for program update in progress.
11/25/2009 11:45:06 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 11:45:05 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 11:34:09 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 11:34:09 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 11:12:36 PM: Automated check for program update in progress.
11/25/2009 10:57:33 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:57:23 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:56:53 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:56:53 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 10:56:28 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:55:32 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:54:56 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:54:56 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 10:11:50 PM: Automated check for program update in progress.
11/25/2009 5:42:35 PM: Automated check for program update in progress.
11/25/2009 4:45:36 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 4:45:36 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 4:43:49 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/25/2009 4:43:23 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:43:23 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:42:59 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/25/2009 4:42:59 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/25/2009 4:42:59 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/25/2009 4:42:08 PM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/25/2009 4:42:08 PM: Informational: ShieldEmail: Start monitoring port 110
for mail activities
11/25/2009 4:42:07 PM: Warning: Unable to secure run key from ambiguous path
exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar. Parse
Failure
11/25/2009 4:42:04 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 4:42:04 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 4:42:04 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 4:42:04 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/25/2009 4:42:00 PM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/25/2009 4:41:47 PM: License Check Status (0): Success
11/25/2009 4:40:42 PM: Webroot Software 6.1.0.128 started
11/25/2009 4:40:42 PM: | Start of Session, Wednesday, November 25,
2009 |
***************
11/25/2009 4:34:36 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 4:34:21 PM: Tracking Cookies Shield: Removed pointroll cookie
11/25/2009 4:34:20 PM: Tracking Cookies Shield: Removed pointroll cookie
11/25/2009 4:34:20 PM: Tracking Cookies Shield: Removed pointroll cookie
11/25/2009 4:34:20 PM: Tracking Cookies Shield: Removed pointroll cookie
11/25/2009 4:34:15 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 4:33:58 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 4:31:12 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:30:40 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:29:51 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:26:52 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:26:52 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:26:51 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 4:26:43 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/25/2009 4:26:32 PM: Warning: S-1-5-20 could not be mapped. Error Code 32
11/25/2009 4:25:41 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:25:40 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:25:40 PM: Tracking Cookies Shield: Removed 247realmedia cookie
11/25/2009 4:25:39 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:25:39 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 4:25:11 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/25/2009 4:22:39 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 4:22:11 PM: ApplicationMinimized - EXIT
11/25/2009 4:22:11 PM: ApplicationMinimized - ENTER
11/25/2009 4:21:19 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:21:07 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:21:06 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:21:05 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:21:05 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:54 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:54 PM: Tracking Cookies Shield: Removed webtrendslive cookie
11/25/2009 4:20:53 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:47 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:47 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:41 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:41 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:37 PM: Tracking Cookies Shield: Removed webtrendslive cookie
11/25/2009 4:20:31 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:31 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:28 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:28 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:20:27 PM: Tracking Cookies Shield: Removed hitbox cookie
11/25/2009 4:18:24 PM: None
11/25/2009 4:18:23 PM: Traces Found: 0
11/25/2009 4:18:23 PM: Scheduled Sweep has completed. Elapsed time 00:18:09
11/25/2009 4:18:22 PM: File Sweep Complete, Elapsed Time: 00:15:25
11/25/2009 4:18:18 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/25/2009 4:18:10 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/25/2009 4:17:58 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/25/2009 4:17:48 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/25/2009 4:17:41 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/25/2009 4:17:31 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/25/2009 4:17:02 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 4:16:56 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 4:16:56 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 4:16:40 PM: ApplicationMinimized - EXIT
11/25/2009 4:16:39 PM: ApplicationMinimized - ENTER
11/25/2009 4:02:57 PM: Starting File Sweep
11/25/2009 4:02:57 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/25/2009 4:02:57 PM: Starting Cookie Sweep
11/25/2009 4:02:57 PM: Registry Sweep Complete, Elapsed Time:00:00:24
11/25/2009 4:02:32 PM: Starting Registry Sweep
11/25/2009 4:02:32 PM: Memory Sweep Complete, Elapsed Time: 00:02:16
11/25/2009 4:00:16 PM: Starting Memory Sweep
11/25/2009 4:00:14 PM: Start Scheduled Sweep
11/25/2009 4:00:14 PM: Sweep initiated using definitions version 1555
11/25/2009 3:59:53 PM: Automated check for program update in progress.
11/25/2009 2:59:05 PM: Automated check for program update in progress.
11/25/2009 2:25:34 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 2:25:18 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 2:25:18 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 2:22:23 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 2:22:01 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 2:22:01 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 1:53:56 PM: Automated check for program update in progress.
11/25/2009 12:53:07 PM: Automated check for program update in progress.
11/25/2009 12:17:52 PM: Tracking Cookies Shield: Removed coremetrics cookie
11/25/2009 12:16:44 PM: Tracking Cookies Shield: Removed adbureau cookie
11/25/2009 12:16:44 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/25/2009 12:15:24 PM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 12:10:59 PM: Tracking Cookies Shield: Removed overture cookie
11/25/2009 11:51:14 AM: Automated check for program update in progress.
11/25/2009 11:19:44 AM: Tracking Cookies Shield: Removed homestore cookie
11/25/2009 11:19:21 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/25/2009 11:19:21 AM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 11:19:20 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/25/2009 11:19:20 AM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 11:19:20 AM: Tracking Cookies Shield: Removed realmedia cookie
11/25/2009 11:19:19 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/25/2009 11:18:21 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:50:25 AM: Automated check for program update in progress.
11/25/2009 10:43:33 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:43:32 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:43:27 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:43:27 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 10:36:34 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:36:33 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:36:23 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:36:09 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:33:18 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:32:47 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/25/2009 10:32:44 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:32:33 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/25/2009 10:32:33 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/25/2009 9:49:39 AM: Automated check for program update in progress.
11/24/2009 10:00:48 PM: Automated check for program update in progress.
11/24/2009 9:00:02 PM: Automated check for program update in progress.
11/24/2009 7:58:11 PM: Automated check for program update in progress.
11/24/2009 6:57:26 PM: Automated check for program update in progress.
11/24/2009 5:57:46 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/24/2009 5:57:46 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/24/2009 5:57:46 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/24/2009 5:56:52 PM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/24/2009 5:56:52 PM: Informational: ShieldEmail: Start monitoring port 110
for mail activities
11/24/2009 5:56:51 PM: Warning: Unable to secure run key from ambiguous path
exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar. Parse
Failure
11/24/2009 5:56:44 PM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/24/2009 5:56:23 PM: License Check Status (0): Success
11/24/2009 5:55:36 PM: Webroot Software 6.1.0.128 started
11/24/2009 5:55:36 PM: | Start of Session, Tuesday, November 24, 2009
|
***************
11/24/2009 5:08:13 PM: Automated check for program update in progress.
11/24/2009 1:15:30 PM: Automated check for program update in progress.
11/24/2009 12:14:36 PM: Automated check for program update in progress.
11/24/2009 7:47:09 AM: Automated check for program update in progress.
11/24/2009 6:46:16 AM: Automated check for program update in progress.
11/24/2009 5:07:39 AM: Automated check for program update in progress.
11/24/2009 4:38:36 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/24/2009 4:06:43 AM: Automated check for program update in progress.
11/24/2009 3:05:49 AM: Automated check for program update in progress.
11/24/2009 2:25:34 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/24/2009 2:25:34 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/24/2009 2:25:34 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/24/2009 2:04:54 AM: Automated check for program update in progress.
11/24/2009 1:03:59 AM: Automated check for program update in progress.
11/24/2009 12:03:05 AM: Automated check for program update in progress.
11/23/2009 11:02:10 PM: Automated check for program update in progress.
11/23/2009 10:01:15 PM: Automated check for program update in progress.
11/23/2009 9:15:39 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/23/2009 9:14:00 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/23/2009 9:00:20 PM: Automated check for program update in progress.
11/23/2009 8:30:58 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/23/2009 8:30:50 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/23/2009 8:29:58 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/23/2009 8:29:57 PM: Tracking Cookies Shield: Removed pointroll cookie
11/23/2009 8:29:57 PM: Tracking Cookies Shield: Removed pointroll cookie
11/23/2009 8:24:27 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/23/2009 8:23:42 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/23/2009 7:59:25 PM: Automated check for program update in progress.
11/23/2009 6:58:31 PM: Automated check for program update in progress.
11/23/2009 5:57:39 PM: Automated check for program update in progress.
11/23/2009 5:19:45 PM: Tracking Cookies Shield: Removed coremetrics cookie
11/23/2009 5:11:21 PM: Tracking Cookies Shield: Removed adtech cookie
11/23/2009 5:09:34 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/23/2009 5:09:15 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/23/2009 5:04:15 PM: Tracking Cookies Shield: Removed statcounter cookie
11/23/2009 5:04:15 PM: Tracking Cookies Shield: Removed bravenet cookie
11/23/2009 4:56:46 PM: Automated check for program update in progress.
11/23/2009 4:53:33 AM: Automated check for program update in progress.
11/22/2009 8:50:51 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:50:51 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:50:10 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:50:10 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:40:37 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 8:40:36 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 8:38:54 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/22/2009 8:38:53 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/22/2009 8:38:53 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/22/2009 8:38:37 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:38:37 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:37:58 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:37:58 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:37:00 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:36:59 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:36:59 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:36:59 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:30:51 PM: Tracking Cookies Shield: Removed webtrendslive cookie
11/22/2009 8:29:56 PM: Tracking Cookies Shield: Removed webtrendslive cookie
11/22/2009 8:28:13 PM: Tracking Cookies Shield: Removed 247realmedia cookie
11/22/2009 8:24:36 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/22/2009 8:24:34 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/22/2009 8:23:34 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 8:21:16 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 8:19:55 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:19:55 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:19:33 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:19:33 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 8:13:04 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:12:56 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 8:12:56 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 6:43:49 PM: ApplicationMinimized - EXIT
11/22/2009 6:43:49 PM: ApplicationMinimized - ENTER
11/22/2009 6:40:28 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 6:40:01 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 6:39:52 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 6:39:52 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 6:39:09 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 6:39:09 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 6:38:03 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 6:38:03 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 4:29:23 PM: ApplicationMinimized - EXIT
11/22/2009 4:29:23 PM: ApplicationMinimized - ENTER
11/22/2009 4:17:46 PM: None
11/22/2009 4:17:46 PM: Traces Found: 0
11/22/2009 4:17:46 PM: Scheduled Sweep has completed. Elapsed time 00:17:32
11/22/2009 4:17:45 PM: File Sweep Complete, Elapsed Time: 00:14:42
11/22/2009 4:17:40 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/22/2009 4:17:33 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/22/2009 4:17:20 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/22/2009 4:17:11 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/22/2009 4:17:04 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/22/2009 4:16:55 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/22/2009 4:13:22 PM: Warning: Failed to open file
"C:\Users\Owner\AppData\Roaming\Microsoft\Windows\Cookies\Low\[email protected][2].txt".
The operation completed successfully
11/22/2009 4:03:03 PM: Starting File Sweep
11/22/2009 4:03:03 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/22/2009 4:03:02 PM: Starting Cookie Sweep
11/22/2009 4:03:02 PM: Registry Sweep Complete, Elapsed Time:00:00:25
11/22/2009 4:02:36 PM: Starting Registry Sweep
11/22/2009 4:02:36 PM: Memory Sweep Complete, Elapsed Time: 00:02:20
11/22/2009 4:02:03 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 4:02:03 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 4:00:16 PM: Starting Memory Sweep
11/22/2009 4:00:13 PM: Start Scheduled Sweep
11/22/2009 4:00:13 PM: Sweep initiated using definitions version 1555
11/22/2009 3:53:26 PM: Tracking Cookies Shield: Removed coremetrics cookie
11/22/2009 3:52:47 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 3:52:47 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 3:37:46 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 3:37:46 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 3:37:45 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 3:37:45 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 3:35:57 PM: ApplicationMinimized - EXIT
11/22/2009 3:35:57 PM: ApplicationMinimized - ENTER
11/22/2009 3:35:52 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:35:51 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:35:49 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:33:34 PM: ApplicationMinimized - EXIT
11/22/2009 3:33:34 PM: ApplicationMinimized - ENTER
11/22/2009 3:33:30 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:33:28 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:33:26 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:32:40 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:32:38 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:32:37 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 3:32:31 PM: ApplicationMinimized - EXIT
11/22/2009 3:32:30 PM: ApplicationMinimized - ENTER
11/22/2009 3:32:29 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 3:32:29 PM: Tracking Cookies Shield: Removed overture cookie
11/22/2009 3:32:29 PM: Tracking Cookies Shield: Removed infospace cookie
11/22/2009 3:32:29 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:18:54 PM: Tracking Cookies Shield: Removed infospace cookie
11/22/2009 2:18:39 PM: Tracking Cookies Shield: Removed infospace cookie
11/22/2009 2:18:39 PM: Tracking Cookies Shield: Removed overture cookie
11/22/2009 2:18:39 PM: Tracking Cookies Shield: Removed infospace cookie
11/22/2009 2:08:33 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:08:32 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 2:08:31 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:08:31 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:07:10 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 2:06:57 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 2:06:57 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:06:56 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 2:06:56 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 2:06:56 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:06:56 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:06:36 PM: Tracking Cookies Shield: Removed atwola cookie
11/22/2009 2:06:35 PM: Tracking Cookies Shield: Removed advertising cookie
11/22/2009 2:06:34 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 2:06:34 PM: Tracking Cookies Shield: Removed tacoda cookie
11/22/2009 2:06:33 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 2:06:32 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:06:31 PM: Tracking Cookies Shield: Removed about cookie
11/22/2009 2:06:20 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/22/2009 1:43:34 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/22/2009 1:43:34 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/22/2009 1:43:34 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/22/2009 1:43:09 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 1:43:07 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation allowed at user request
11/22/2009 1:43:04 PM: ActiveX Shield: found: C:\Program Files\Paltalk
Messenger\paltalk.exe -- Installation denied
11/22/2009 1:41:13 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:41:13 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 1:40:46 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:40:46 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:40:46 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:40:46 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 1:37:16 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/22/2009 1:37:16 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/22/2009 1:37:16 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/22/2009 1:36:28 PM: BHO Shield: found: -- BHO installation allowed at
user request
11/22/2009 1:36:25 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:20 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:19 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:17 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:14 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:12 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:10 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:05 PM: ApplicationMinimized - EXIT
11/22/2009 1:36:05 PM: ApplicationMinimized - ENTER
11/22/2009 1:36:04 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:36:02 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Temp\_ir_sf7_temp_0\irsetup.exe -- Installation
allowed at user request
11/22/2009 1:35:56 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:35:44 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:35:43 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:35:43 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 1:34:12 PM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/22/2009 1:34:12 PM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/22/2009 1:34:12 PM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/22/2009 1:28:14 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/22/2009 1:24:36 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:24:36 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 1:23:29 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 1:23:29 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 5:03:21 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 5:03:21 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 5:02:59 AM: Tracking Cookies Shield: Removed atlas dmt cookie
11/22/2009 5:02:59 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/22/2009 5:02:59 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/22/2009 4:45:12 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/22/2009 4:45:12 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/22/2009 4:45:12 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/22/2009 4:44:49 AM: Automated check for program update in progress.
11/22/2009 4:44:16 AM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/22/2009 4:44:16 AM: Informational: ShieldEmail: Start monitoring port 110
for mail activities
11/22/2009 4:44:15 AM: Warning: Unable to secure run key from ambiguous path
exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar. Parse
Failure
11/22/2009 4:44:09 AM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/22/2009 4:44:01 AM: License Check Status (0): Success
11/22/2009 4:43:44 AM: Webroot Software 6.1.0.128 started
11/22/2009 4:43:44 AM: | Start of Session, Sunday, November 22, 2009
|
***************
11/21/2009 9:27:21 PM: Automated check for program update in progress.
11/21/2009 8:26:36 PM: Automated check for program update in progress.
11/21/2009 7:25:51 PM: Automated check for program update in progress.
11/21/2009 6:25:07 PM: Automated check for program update in progress.
11/21/2009 5:25:13 PM: ApplicationMinimized - EXIT
11/21/2009 5:25:13 PM: ApplicationMinimized - ENTER
11/21/2009 5:24:38 PM: Automated check for program update in progress.
11/21/2009 4:18:36 PM: Automated check for program update in progress.
11/21/2009 4:17:31 PM: None
11/21/2009 4:17:31 PM: Traces Found: 0
11/21/2009 4:17:31 PM: Scheduled Sweep has completed. Elapsed time 00:17:17
11/21/2009 4:17:30 PM: File Sweep Complete, Elapsed Time: 00:14:34
11/21/2009 4:17:25 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/21/2009 4:17:18 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/21/2009 4:17:07 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/21/2009 4:16:58 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/21/2009 4:16:51 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/21/2009 4:16:42 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/21/2009 4:02:55 PM: Starting File Sweep
11/21/2009 4:02:55 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/21/2009 4:02:55 PM: Starting Cookie Sweep
11/21/2009 4:02:55 PM: Registry Sweep Complete, Elapsed Time:00:00:24
11/21/2009 4:02:30 PM: Starting Registry Sweep
11/21/2009 4:02:30 PM: Memory Sweep Complete, Elapsed Time: 00:02:14
11/21/2009 4:00:16 PM: Starting Memory Sweep
11/21/2009 4:00:13 PM: Start Scheduled Sweep
11/21/2009 4:00:13 PM: Sweep initiated using definitions version 1555
11/21/2009 3:03:04 PM: Automated check for program update in progress.
11/21/2009 1:41:06 PM: Automated check for program update in progress.
11/21/2009 12:40:21 PM: Automated check for program update in progress.
11/21/2009 11:39:35 AM: Automated check for program update in progress.
11/21/2009 10:38:50 AM: Automated check for program update in progress.
11/21/2009 9:37:21 AM: Automated check for program update in progress.
11/21/2009 8:59:21 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/21/2009 8:59:21 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/21/2009 8:59:21 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/21/2009 8:59:21 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/21/2009 8:59:21 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/21/2009 8:59:21 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/21/2009 8:41:06 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/21/2009 8:40:58 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/21/2009 8:40:57 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/21/2009 8:37:47 AM: Warning: AntiVirus engine for IFO returned [Access
Denied] on [<SYSTEM>]
11/21/2009 8:37:47 AM: Warning: Failed to perform dynamic MD5 check. Cannot
open file "C:\Windows\system32\<SYSTEM>". The filename, directory name, or
volume label syntax is incorrect
11/21/2009 8:37:47 AM: Warning: Failed to perform secondary sectional MD5.
Cannot open file "C:\Windows\system32\<SYSTEM>". The filename, directory
name, or volume label syntax is incorrect
11/21/2009 8:36:54 AM: Informational: ShieldEmail: Start monitoring port 25
for mail activities
11/21/2009 8:36:54 AM: Informational: ShieldEmail: Start monitoring port 110
for mail activities
11/21/2009 8:36:53 AM: Warning: Unable to secure run key from ambiguous path
exploit for HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Bar. Parse
Failure
11/21/2009 8:36:49 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/21/2009 8:36:49 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/21/2009 8:36:49 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/21/2009 8:36:46 AM: Informational: Loaded AntiVirus Engine: 3.0.1; SDK
Version: 4.46E; Virus Definitions: 10/16/2009 08:35:46 (GMT)
11/21/2009 8:36:33 AM: License Check Status (0): Success
11/21/2009 8:35:32 AM: Webroot Software 6.1.0.128 started
11/21/2009 8:35:32 AM: | Start of Session, Saturday, November 21, 2009
|
***************
11/21/2009 4:41:10 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/21/2009 4:41:07 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/21/2009 4:41:07 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/21/2009 4:37:42 AM: Automated check for program update in progress.
11/21/2009 4:37:25 AM: Tracking Cookies Shield: Removed serving-sys cookie
11/21/2009 4:37:25 AM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/20/2009 11:31:23 PM: Automated check for program update in progress.
11/20/2009 10:33:19 PM: Tracking Cookies Shield: Removed coremetrics cookie
11/20/2009 10:31:34 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/20/2009 10:31:30 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/20/2009 10:31:22 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/20/2009 10:31:22 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/20/2009 10:31:10 PM: Automated check for program update in progress.
11/20/2009 10:31:09 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/20/2009 10:31:09 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/20/2009 10:31:05 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/20/2009 10:30:45 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/20/2009 10:30:45 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/20/2009 10:30:24 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/20/2009 10:30:24 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/20/2009 8:23:09 PM: Automated check for program update in progress.
11/20/2009 7:22:58 PM: Automated check for program update in progress.
11/20/2009 6:48:32 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/20/2009 6:48:21 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/20/2009 6:47:56 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/20/2009 6:47:48 PM: Tracking Cookies Shield: Removed redsheriff cookies
11/20/2009 6:22:46 PM: Automated check for program update in progress.
11/20/2009 5:22:35 PM: Automated check for program update in progress.
11/20/2009 11:21:01 AM: Automated check for program update in progress.
11/20/2009 8:21:45 AM: Automated check for program update in progress.
11/20/2009 7:21:34 AM: Automated check for program update in progress.
11/20/2009 6:37:52 AM: Tracking Cookies Shield: Removed coremetrics cookie
11/20/2009 6:35:57 AM: Tracking Cookies Shield: Removed redsheriff cookies
11/20/2009 6:21:23 AM: Automated check for program update in progress.
11/20/2009 5:52:24 AM: Tracking Cookies Shield: Removed redsheriff cookies
11/20/2009 5:21:11 AM: Automated check for program update in progress.
11/20/2009 4:20:58 AM: Automated check for program update in progress.
11/19/2009 8:24:12 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 8:24:12 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 8:21:08 PM: Automated check for program update in progress.
11/19/2009 8:09:07 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 8:09:07 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 8:09:05 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/19/2009 7:20:59 PM: Automated check for program update in progress.
11/19/2009 6:20:50 PM: Automated check for program update in progress.
11/19/2009 5:20:39 PM: Automated check for program update in progress.
11/19/2009 5:19:43 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:19:43 PM: Tracking Cookies Shield: Removed atwola cookie
11/19/2009 5:19:43 PM: Tracking Cookies Shield: Removed advertising cookie
11/19/2009 5:19:43 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:19:40 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:19:40 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:04:56 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 5:04:56 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 5:04:11 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:04:09 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:04:09 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:04:06 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:04:06 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:03:58 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:03:57 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:03:53 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:03:49 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:03:47 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:03:47 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:03:18 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:03:17 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/19/2009 5:03:12 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 5:00:03 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:00:03 PM: Tracking Cookies Shield: Removed atwola cookie
11/19/2009 5:00:03 PM: Tracking Cookies Shield: Removed advertising cookie
11/19/2009 5:00:01 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 5:00:01 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/19/2009 4:59:59 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:59:56 PM: Tracking Cookies Shield: Removed advertising cookie
11/19/2009 4:59:49 PM: Tracking Cookies Shield: Removed atwola cookie
11/19/2009 4:59:48 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 4:59:48 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:59:36 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/19/2009 4:59:27 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:59:21 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:58:32 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 4:58:32 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 4:58:13 PM: ApplicationMinimized - EXIT
11/19/2009 4:58:13 PM: ApplicationMinimized - ENTER
11/19/2009 4:55:01 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 4:55:01 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 4:48:43 PM: ApplicationMinimized - EXIT
11/19/2009 4:48:43 PM: ApplicationMinimized - ENTER
11/19/2009 4:20:14 PM: Automated check for program update in progress.
11/19/2009 4:19:08 PM: None
11/19/2009 4:19:07 PM: Traces Found: 0
11/19/2009 4:19:07 PM: Scheduled Sweep has completed. Elapsed time 00:18:46
11/19/2009 4:19:06 PM: File Sweep Complete, Elapsed Time: 00:14:35
11/19/2009 4:15:17 PM: Warning: Failed to open file
"C:\Users\Owner\AppData\Local\Temp\~DF4BCA.tmp". The operation completed
successfully
11/19/2009 4:11:49 PM: ApplicationMinimized - EXIT
11/19/2009 4:11:48 PM: ApplicationMinimized - ENTER
11/19/2009 4:07:04 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:07:01 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 4:06:59 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:06:59 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:04:31 PM: Starting File Sweep
11/19/2009 4:04:31 PM: Cookie Sweep Complete, Elapsed Time: 00:00:01
11/19/2009 4:04:29 PM: Starting Cookie Sweep
11/19/2009 4:04:28 PM: Registry Sweep Complete, Elapsed Time:00:00:24
11/19/2009 4:04:04 PM: Starting Registry Sweep
11/19/2009 4:04:03 PM: Memory Sweep Complete, Elapsed Time: 00:03:39
11/19/2009 4:02:01 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 4:02:01 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:01:59 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:01:59 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 4:00:24 PM: Starting Memory Sweep
11/19/2009 4:00:20 PM: Start Scheduled Sweep
11/19/2009 4:00:20 PM: Sweep initiated using definitions version 1555
11/19/2009 3:57:11 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:57:10 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:57:05 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:52:37 PM: Tracking Cookies Shield: Removed atwola cookie
11/19/2009 3:52:36 PM: Tracking Cookies Shield: Removed atwola cookie
11/19/2009 3:52:36 PM: Tracking Cookies Shield: Removed advertising cookie
11/19/2009 3:52:30 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:52:30 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:52:24 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:52:24 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:50:57 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 3:50:57 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 3:42:19 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 3:42:19 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 3:22:02 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:22:00 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:22:00 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:21:59 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:21:54 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:21:54 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:21:09 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:21:08 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:21:07 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:21:07 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:20:32 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:20:28 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:20:24 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:20:24 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:16:08 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:16:04 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:16:00 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:16:00 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:14:20 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:14:20 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:14:18 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:14:18 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:13:46 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:13:45 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:13:43 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:13:43 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:12:26 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:12:22 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:12:19 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:12:17 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/19/2009 3:12:14 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:12:14 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:07:19 PM: Automated check for program update in progress.
11/19/2009 3:07:11 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:07:09 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:07:08 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:07:05 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:07:04 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:07:04 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 3:06:58 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/19/2009 3:06:56 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 3:06:56 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 2:33:20 PM: Tracking Cookies Shield: Removed advertising cookie
11/19/2009 2:33:14 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 2:33:14 PM: Tracking Cookies Shield: Removed atwola cookie
11/19/2009 2:33:13 PM: Tracking Cookies Shield: Removed tacoda cookie
11/19/2009 2:33:11 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/19/2009 2:33:09 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 2:33:05 PM: Tracking Cookies Shield: Removed about cookie
11/19/2009 2:06:11 PM: Automated check for program update in progress.
11/19/2009 1:56:24 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/19/2009 1:36:58 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 1:36:58 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 1:36:34 PM: Tracking Cookies Shield: Removed serving-sys cookie
11/19/2009 1:36:34 PM: Tracking Cookies Shield: Removed bs.serving-sys
cookie
11/19/2009 1:05:07 PM: Automated check for program update in progress.
11/19/2009 12:05:09 PM: Automated check for program update in progress.
11/18/2009 9:51:26 PM: Automated check for program update in progress.
11/18/2009 9:18:46 PM: Tracking Cookies Shield: Removed trafficmp cookie
11/18/2009 9:18:46 PM: Tracking Cookies Shield: Removed trafficmp cookie
11/18/2009 9:16:55 PM: Tracking Cookies Shield: Removed trafficmp cookie
11/18/2009 9:08:18 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/18/2009 9:08:17 PM: Tracking Cookies Shield: Removed trafficmp cookie
11/18/2009 9:02:01 PM: Tracking Cookies Shield: Removed realmedia cookie
11/18/2009 9:02:01 PM: Tracking Cookies Shield: Removed realmedia cookie
11/18/2009 9:01:06 PM: Tracking Cookies Shield: Removed realmedia cookie
11/18/2009 9:01:06 PM: Tracking Cookies Shield: Removed realmedia cookie
11/18/2009 8:58:10 PM: Tracking Cookies Shield: Removed realmedia cookie
11/18/2009 8:58:10 PM: Tracking Cookies Shield: Removed realmedia cookie
11/18/2009 8:57:41 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/18/2009 8:57:37 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/18/2009 8:57:05 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/18/2009 8:50:22 PM: Automated check for program update in progress.
11/18/2009 7:47:28 PM: Automated check for program update in progress.
11/18/2009 6:46:30 PM: Automated check for program update in progress.
11/18/2009 6:45:24 PM: None
11/18/2009 6:45:23 PM: Traces Found: 0
11/18/2009 6:45:23 PM: Full Sweep has completed. Elapsed time 01:29:06
11/18/2009 6:45:22 PM: File Sweep Complete, Elapsed Time: 01:23:13
11/18/2009 6:45:02 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/18/2009 6:44:24 PM: ApplicationMinimized - EXIT
11/18/2009 6:44:24 PM: ApplicationMinimized - ENTER
11/18/2009 6:43:36 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/18/2009 6:42:35 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/18/2009 6:42:25 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/18/2009 6:42:12 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/18/2009 6:41:55 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/18/2009 6:33:50 PM: Warning: AntiVirus engine for IFO returned [File
Encrypted] on [D:\i386\Apps\App001755\SpareSetup.exe]
11/18/2009 6:15:03 PM: Warning: AntiVirus engine for IFO returned [File
Corrupted] on [C:\Program Files\Trend Micro\Internet
Security\TmpxTmp\httFA74.tmp]
11/18/2009 6:13:42 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/18/2009 6:13:28 PM: Tracking Cookies Shield: Removed zedo cookie
11/18/2009 6:13:25 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/18/2009 5:36:40 PM: Warning: AntiVirus engine for IFO returned [File
Encrypted] on [C:\Program Files\Trend Micro(TM)
AntiVirus\Tools\32bit\SICTOOL\SICBASE.DAT]
11/18/2009 5:22:08 PM: Starting File Sweep
11/18/2009 5:22:08 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/18/2009 5:22:08 PM: Starting Cookie Sweep
11/18/2009 5:22:07 PM: Registry Sweep Complete, Elapsed Time:00:00:26
11/18/2009 5:21:40 PM: Starting Registry Sweep
11/18/2009 5:21:40 PM: Memory Sweep Complete, Elapsed Time: 00:05:20
11/18/2009 5:16:19 PM: Starting Memory Sweep
11/18/2009 5:16:16 PM: Start Full Sweep
11/18/2009 5:16:16 PM: Sweep initiated using definitions version 1555
11/18/2009 5:16:09 PM: ApplicationMinimized - EXIT
11/18/2009 5:16:09 PM: ApplicationMinimized - ENTER
11/18/2009 4:19:39 PM: Automated check for program update in progress.
11/18/2009 4:18:33 PM: None
11/18/2009 4:18:32 PM: Traces Found: 0
11/18/2009 4:18:32 PM: Scheduled Sweep has completed. Elapsed time 00:18:15
11/18/2009 4:18:31 PM: File Sweep Complete, Elapsed Time: 00:14:51
11/18/2009 4:18:25 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/18/2009 4:18:18 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/18/2009 4:18:06 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/18/2009 4:17:57 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/18/2009 4:17:52 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/18/2009 4:17:43 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/18/2009 4:03:39 PM: Starting File Sweep
11/18/2009 4:03:39 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/18/2009 4:03:39 PM: Starting Cookie Sweep
11/18/2009 4:03:38 PM: Registry Sweep Complete, Elapsed Time:00:00:25
11/18/2009 4:03:13 PM: Starting Registry Sweep
11/18/2009 4:03:13 PM: Memory Sweep Complete, Elapsed Time: 00:02:53
11/18/2009 4:00:19 PM: Starting Memory Sweep
11/18/2009 4:00:16 PM: Start Scheduled Sweep
11/18/2009 4:00:16 PM: Sweep initiated using definitions version 1555
11/18/2009 3:13:27 PM: Automated check for program update in progress.
11/18/2009 2:49:28 PM: ApplicationMinimized - EXIT
11/18/2009 2:49:28 PM: ApplicationMinimized - ENTER
11/18/2009 2:49:26 PM: ActiveX Shield: found: C:\Program
Files\Gardenscapes\Gardenscapes.exe -- Installation allowed at user request
11/18/2009 2:49:19 PM: ApplicationMinimized - EXIT
11/18/2009 2:49:19 PM: ApplicationMinimized - ENTER
11/18/2009 2:49:10 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Content.IE5\R8LGK2JO\GardenscapesSetup[1].exe -- Installation allowed
at user request
11/18/2009 2:49:03 PM: ActiveX Shield: found:
C:\Users\Owner\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Content.IE5\R8LGK2JO\GardenscapesSetup[1].exe -- Installation allowed
at user request
11/18/2009 2:12:27 PM: Automated check for program update in progress.
11/18/2009 1:11:34 PM: Automated check for program update in progress.
11/18/2009 12:10:34 PM: Automated check for program update in progress.
11/18/2009 11:09:35 AM: Automated check for program update in progress.
11/18/2009 10:26:50 AM: Tracking Cookies Shield: Removed coremetrics cookie
11/18/2009 10:08:35 AM: Automated check for program update in progress.
11/18/2009 9:07:37 AM: Automated check for program update in progress.
11/18/2009 8:23:36 AM: Tracking Cookies Shield: Removed trafficmp cookie
11/18/2009 8:23:35 AM: Tracking Cookies Shield: Removed trafficmp cookie
11/18/2009 8:22:23 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/18/2009 8:22:19 AM: Tracking Cookies Shield: Removed doubleclick cookie
11/18/2009 8:22:19 AM: Tracking Cookies Shield: Removed yieldmanager cookie
11/18/2009 8:06:38 AM: Automated check for program update in progress.
11/18/2009 7:05:41 AM: Automated check for program update in progress.
11/18/2009 5:42:37 AM: Automated check for program update in progress.
11/18/2009 4:41:39 AM: Automated check for program update in progress.
11/18/2009 3:40:42 AM: Automated check for program update in progress.
11/17/2009 9:43:56 PM: Automated check for program update in progress.
11/17/2009 9:01:53 PM: Tracking Cookies Shield: Removed pointroll cookie
11/17/2009 9:01:53 PM: Tracking Cookies Shield: Removed pointroll cookie
11/17/2009 9:01:46 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 9:01:17 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 8:50:21 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 8:42:59 PM: Automated check for program update in progress.
11/17/2009 7:42:03 PM: Automated check for program update in progress.
11/17/2009 7:31:18 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/17/2009 7:29:58 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 7:29:18 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 7:27:28 PM: Tracking Cookies Shield: Removed infospace cookie
11/17/2009 7:27:28 PM: Tracking Cookies Shield: Removed infospace cookie
11/17/2009 6:41:54 PM: Automated check for program update in progress.
11/17/2009 5:41:00 PM: Automated check for program update in progress.
11/17/2009 4:40:04 PM: Automated check for program update in progress.
11/17/2009 4:32:47 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 4:32:03 PM: Tracking Cookies Shield: Removed redsheriff cookies
11/17/2009 4:28:27 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/17/2009 4:18:19 PM: None
11/17/2009 4:18:18 PM: Traces Found: 0
11/17/2009 4:18:18 PM: Scheduled Sweep has completed. Elapsed time 00:18:03
11/17/2009 4:18:17 PM: File Sweep Complete, Elapsed Time: 00:14:42
11/17/2009 4:18:12 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/17/2009 4:18:05 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/17/2009 4:17:52 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/17/2009 4:17:43 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/17/2009 4:17:36 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/17/2009 4:17:27 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/17/2009 4:03:35 PM: Starting File Sweep
11/17/2009 4:03:35 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/17/2009 4:03:35 PM: Starting Cookie Sweep
11/17/2009 4:03:34 PM: Registry Sweep Complete, Elapsed Time:00:00:25
11/17/2009 4:03:09 PM: Starting Registry Sweep
11/17/2009 4:03:09 PM: Memory Sweep Complete, Elapsed Time: 00:02:51
11/17/2009 4:00:17 PM: Starting Memory Sweep
11/17/2009 4:00:15 PM: ApplicationMinimized - EXIT
11/17/2009 4:00:15 PM: ApplicationMinimized - ENTER
11/17/2009 4:00:15 PM: Start Scheduled Sweep
11/17/2009 4:00:15 PM: Sweep initiated using definitions version 1555
11/17/2009 3:39:52 PM: Automated check for program update in progress.
11/17/2009 6:12:10 AM: Automated check for program update in progress.
11/17/2009 5:11:46 AM: Automated check for program update in progress.
11/17/2009 4:10:52 AM: Automated check for program update in progress.
11/16/2009 10:39:06 PM: Automated check for program update in progress.
11/16/2009 9:38:12 PM: Automated check for program update in progress.
11/16/2009 8:37:18 PM: Automated check for program update in progress.
11/16/2009 5:48:21 PM: Automated check for program update in progress.
11/16/2009 5:21:56 PM: Tracking Cookies Shield: Removed atlas dmt cookie
11/16/2009 5:20:00 PM: ApplicationMinimized - EXIT
11/16/2009 5:20:00 PM: ApplicationMinimized - ENTER
11/16/2009 4:47:27 PM: Automated check for program update in progress.
11/16/2009 4:18:06 PM: None
11/16/2009 4:18:05 PM: Traces Found: 0
11/16/2009 4:18:05 PM: Scheduled Sweep has completed. Elapsed time 00:17:49
11/16/2009 4:18:04 PM: File Sweep Complete, Elapsed Time: 00:14:34
11/16/2009 4:17:59 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/16/2009 4:17:52 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/16/2009 4:17:40 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/16/2009 4:17:31 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/16/2009 4:17:29 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/16/2009 4:17:20 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/16/2009 4:03:30 PM: Starting File Sweep
11/16/2009 4:03:30 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/16/2009 4:03:30 PM: Starting Cookie Sweep
11/16/2009 4:03:29 PM: Registry Sweep Complete, Elapsed Time:00:00:26
11/16/2009 4:03:03 PM: Starting Registry Sweep
11/16/2009 4:03:02 PM: Memory Sweep Complete, Elapsed Time: 00:02:44
11/16/2009 4:00:18 PM: Starting Memory Sweep
11/16/2009 4:00:15 PM: Start Scheduled Sweep
11/16/2009 4:00:15 PM: Sweep initiated using definitions version 1555
11/16/2009 3:50:12 PM: Tracking Cookies Shield: Removed about cookie
11/16/2009 3:47:10 PM: Automated check for program update in progress.
11/16/2009 2:11:04 PM: Automated check for program update in progress.
11/16/2009 1:26:13 PM: Tracking Cookies Shield: Removed tacoda cookie
11/16/2009 1:10:12 PM: Automated check for program update in progress.
11/16/2009 5:28:01 AM: Automated check for program update in progress.
11/16/2009 4:27:09 AM: Automated check for program update in progress.
11/15/2009 8:42:57 PM: Automated check for program update in progress.
11/15/2009 7:42:04 PM: Automated check for program update in progress.
11/15/2009 6:48:05 PM: Warning: AntiVirus engine for IFO returned [File
Corrupted] on [C:\Users\Owner\AppData\Local\Microsoft\Windows\Temporary
Internet Files\Low\Content.IE5\49A2WRDV\Sample%20paper[1].doc]
11/15/2009 6:47:45 PM: Warning: AntiVirus engine for IFO returned [File
Corrupted] on [C:\Users\Owner\AppData\Local\Microsoft\Windows\Temporary
Internet Files\Low\Content.IE5\OFWAP9N7\Sample%20paper[1].doc]
11/15/2009 6:47:10 PM: Warning: AntiVirus engine for IFO returned [File
Corrupted] on [C:\Users\Owner\AppData\Local\Microsoft\Windows\Temporary
Internet Files\Low\Content.IE5\C6WTZV7Q\Sample%20paper[1].doc]
11/15/2009 6:43:55 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 6:43:55 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 6:41:11 PM: Automated check for program update in progress.
11/15/2009 6:18:48 PM: Tracking Cookies Shield: Removed pointroll cookie
11/15/2009 6:18:48 PM: Tracking Cookies Shield: Removed pointroll cookie
11/15/2009 6:16:07 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/15/2009 6:14:49 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/15/2009 6:14:33 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/15/2009 6:13:46 PM: Tracking Cookies Shield: Removed doubleclick cookie
11/15/2009 5:40:21 PM: Automated check for program update in progress.
11/15/2009 5:17:02 PM: Tracking Cookies Shield: Removed specificclick.com
cookie
11/15/2009 5:17:02 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/15/2009 5:16:50 PM: Tracking Cookies Shield: Removed specificclick.com
cookie
11/15/2009 5:16:50 PM: Tracking Cookies Shield: Removed yieldmanager cookie
11/15/2009 5:16:50 PM: Tracking Cookies Shield: Removed specificclick.com
cookie
11/15/2009 5:13:43 PM: ApplicationMinimized - EXIT
11/15/2009 5:13:43 PM: ApplicationMinimized - ENTER
11/15/2009 4:39:32 PM: Automated check for program update in progress.
11/15/2009 4:18:54 PM: None
11/15/2009 4:18:53 PM: Traces Found: 0
11/15/2009 4:18:53 PM: Scheduled Sweep has completed. Elapsed time 00:18:37
11/15/2009 4:18:53 PM: File Sweep Complete, Elapsed Time: 00:15:07
11/15/2009 4:18:48 PM: Warning: Corrupt Archive:
D:\i386\Apps\App001966\NCO\NCO\APP\nppw.zip
11/15/2009 4:18:40 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\PowerPoint.en-us\PptLR.cab
11/15/2009 4:18:27 PM: Warning: Corrupt Archive:
D:\i386\Apps\App000059\Excel.en-us\ExcelLR.cab
11/15/2009 4:18:17 PM: Warning: Corrupt Archive:
C:\Windows\winsxs\x86_microsoft-windows-localizeddrivers_31bf3856ad364e35_6.0.6000.16386_en-us_7c961b0ac7cd3eec\locdrv.cab
11/15/2009 4:18:15 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0018-0409-0000-0000000FF1CE}-C\PptLR.cab
11/15/2009 4:18:05 PM: Warning: Corrupt Archive: C:\MSOCache\All
Users\{90120000-0016-0409-0000-0000000FF1CE}-C\ExcelLR.cab
11/15/2009 4:03:46 PM: Starting File Sweep
11/15/2009 4:03:46 PM: Cookie Sweep Complete, Elapsed Time: 00:00:00
11/15/2009 4:03:45 PM: Starting Cookie Sweep
11/15/2009 4:03:45 PM: Registry Sweep Complete, Elapsed Time:00:00:33
11/15/2009 4:03:12 PM: Starting Registry Sweep
11/15/2009 4:03:12 PM: Memory Sweep Complete, Elapsed Time: 00:02:52
11/15/2009 4:00:19 PM: Starting Memory Sweep
11/15/2009 4:00:16 PM: Start Scheduled Sweep
11/15/2009 4:00:16 PM: Sweep initiated using definitions version 1555
11/15/2009 3:38:58 PM: Automated check for program update in progress.
11/15/2009 3:33:57 PM: Tracking Cookies Shield: Removed coremetrics cookie
11/15/2009 3:32:53 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/15/2009 3:31:57 PM: Tracking Cookies Shield: Removed 2o7.net cookie
11/15/2009 3:31:18 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:31:17 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 3:31:16 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:31:16 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:29:46 PM: Tracking Cookies Shield: Removed atwola cookie
11/15/2009 3:29:46 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 3:29:46 PM: Tracking Cookies Shield: Removed advertising cookie
11/15/2009 3:29:46 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:29:44 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:29:44 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:28:42 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 3:28:42 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:28:41 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 3:28:40 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:28:40 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:27:35 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:27:35 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 3:27:35 PM: Tracking Cookies Shield: Removed tacoda cookie
11/15/2009 3:27:34 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:27:34 PM: Tracking Cookies Shield: Removed about cookie
11/15/2009 3:26:52 PM: Tracking Cookies Shield: Removed atwola cookie
*** Session Log display limited to the first 1000 lines ***
ssmonster.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top