Results 1 to 7 of 7

Thread: possible virus - can't find file though

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2004
    Posts
    29

    Resolved possible virus - can't find file though

    I have McAfee VirusScan and twice now, it's just popped up saying it's found an infected file. However, I go to the path (see below) that it says is infected and I can't even find the folder "Content.IE5". Any ideas how to locate this file so I can try to get rid of it? So, I scan the entire computer then McAfee tells me there are no viruses found and the computer's clean. WHAT!?!?! McAfee sucks!!

    It says it's a Trojan.....

    Detected as: HTML/Debeski

    C:\Documents and Settings\Brad\Local Settings\Temporary Internet Files\Content.IE5\8RF7E059\serve[2].hta


    Thanks for your help.
    Last edited by bigu2fan00; Oct 1st, 2004 at 10:29 PM.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    Since its in your Temporary Internet Files folder, couldn't you just
    do a "Delete Cookies" from the Internet Options applet in the
    Control Panel? This usually deletes all cookies & Temporary
    Internet Files. Make sure you check the box to delete all offline
    content too. As long as you dont mind deleting ALL your cookies.

    You could also go to symantic's website and run a virus scan over
    the internet to se if they can find it and clean it.

    HTH
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    The content.ie5 is a special folder which is hidden
    typing "C:\Documents and Settings\Brad\Local Settings\Temporary Internet Files\Content.IE5" in to the address bar of explorer and hitting enter should bring it up. You can then delete everything except the index.dat

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jul 2004
    Posts
    29
    I've already deleted all of my cookies and temp internet files but that didn't take care of it.
    I realize it's a hidden folder, but under my "view" options I have the option button selected to show hidden files and folders.

    I'll try to delete cookies again.

    Thanks all for the responses.

  5. #5
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    It's not a cookie, cookies are stored in a different folder. You can go there via the command prompt and delete it that way, simply find the exact path to the file and type in at the command prompt
    Code:
    del AbsoluteFileName
    and it should delete it for you.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    are you sure that it isn't quarantined somewhere?

  7. #7
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    I didn't see that you provided the path to the file, so if you were to attempt my suggestion, at the command prompt, type in:

    Code:
    del "C:\Documents and Settings\Brad\Local Settings\Temporary Internet Files\Content.IE5\8RF7E059\serve[2].hta"
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width