Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Is this a virus or some thing?

Is this a virus or some thing?

Scheduled Pinned Locked Moved C / C++ / MFC
questionsysadminhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Joseph Marzbani
    wrote on last edited by
    #1

    I know here is NOT a suite forum to ask such a question; but I couldn't find any answer on the Internet. Recently I can't browse any URL including the word "Microsoft" !!! I have two browsers: IE and Opera, both with the same problem. As soon as I click the "browse" button (go) or press "Enter" key, "Internet Explorer cannot display the webpage" (IE) or "Could not locate remote server" (Opera) is shown. Any idea?

    Thank you masters!

    L 1 Reply Last reply
    0
    • J Joseph Marzbani

      I know here is NOT a suite forum to ask such a question; but I couldn't find any answer on the Internet. Recently I can't browse any URL including the word "Microsoft" !!! I have two browsers: IE and Opera, both with the same problem. As soon as I click the "browse" button (go) or press "Enter" key, "Internet Explorer cannot display the webpage" (IE) or "Could not locate remote server" (Opera) is shown. Any idea?

      Thank you masters!

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      The recent Confickr virus is said to block a list of sites, including Microsoft and all major antivirus vendors. :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


      enhzflepE 1 Reply Last reply
      0
      • L Luc Pattyn

        The recent Confickr virus is said to block a list of sites, including Microsoft and all major antivirus vendors. :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


        enhzflepE Offline
        enhzflepE Offline
        enhzflep
        wrote on last edited by
        #3

        Does seem like that. For a good test, open a command prompt & ping microsoft i.e "ping www.microsoft.com" It should resolve to something like: 65.55.12.2491 - when I was affected by something last week, all addresses involving microsoft and many anti-virus vendors were being resolved to 127.0.0.1 I got around this by doing a dns lookup on www.microsoft.com, then substituting that ip for any part of the url that was www.microsoft.com (Same with avg and avira, etc) e.g I want www.microsft.com/downloads/somefile.zip www.microsoft.com is being resolved to my loopback address, so I insert the ip that this should resolve to into the address bar --> 65.55.12.2491/downloads/somefile.zip The problem lay in a registry key contained within HKLM/Software/Microsoft/Windows NT/CurrentVersion/Winlogon it was UIShell, or something like that. (it was NOT UIHost, that is a neccessary entry) The key points to an executable file that is run on start-up and proceeds to hide itself from directory searches, as well as hiding the registry key needed to remove it! The solution? Use a program that uses direct registry access - The registry keys can't be hidden then since we're not using the wnidows api Registry calls that the virus has already hooked. You should have a look for GMER - that's all I needed to access and repair the registry (make sure you get a new version from the author's website). Oh, and btw - it wasn't conficker, dunno what it was - AVG reckons that the file is clean :mad:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups