Page 4 of 7 FirstFirst 1234567 LastLast
Results 31 to 40 of 68

Thread: smitfraud-c.generic keeps coming back

  1. #31
    Member
    Join Date
    Dec 2012
    Posts
    34

    Default

    I don't think it worked. Still receiving the same output for attrib /s hosts*

  2. #32
    Security Expert: Emeritus Blade81's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    25,288

    Default

    Hi,

    Following set of instructions contains some steps to be done in recovery environment. I recommend to print it since you won't be able to access internet in RE.

    1. Reboot system and press F8 to reach advanced boot options.
    2. Select "Repair Your Computer" -option. Follow the wizard to end up into System recovery options window.
    3. Select Command Prompt -option. Command prompt window should open up.
    4. Type the following commands (press enter after each one and let me know if any gives back any error message):

    Code:
    cd /d c:\windows\system32\drivers\etc
    attrib -r -s -h hosts
    del /q hosts
    When done, close command prompt window and click restart in system recovery options window. After system has restarted back to normal mode see if attrib /s hosts* still lists C:\Windows\System32\drivers\etc\hosts entry.
    Microsoft Windows Insider MVP 2016-2020
    Microsoft MVP Consumer Security 2008-2015
    UNITE member since 2006

    If you have problems create a thread in the forum, please.

    Malware removal instructions are for the correspondent user's case only.

  3. #33
    Member
    Join Date
    Dec 2012
    Posts
    34

    Default

    Still listed.

  4. #34
    Security Expert: Emeritus Blade81's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    25,288

    Default

    You were able to run those three commands, including the del one, in recovery environment without any issues and error messages?
    Microsoft Windows Insider MVP 2016-2020
    Microsoft MVP Consumer Security 2008-2015
    UNITE member since 2006

    If you have problems create a thread in the forum, please.

    Malware removal instructions are for the correspondent user's case only.

  5. #35
    Member
    Join Date
    Dec 2012
    Posts
    34

    Default

    Yes, no error messages, but no confirmation messages either. It just continued to display the same "c:\windows\system32\drivers\etc" line.

  6. #36
    Security Expert: Emeritus Blade81's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    25,288

    Default

    Hi,

    Please reboot back into recovery environment and run the following commands using Command Prompt option:
    Code:
    cd /d c:\windows\system32\drivers\etc
    attrib -r -s -h hosts*
    del /y hosts
    del /y hosts*.backup
    and then type this command (still in recovery environment):
    Code:
    attrib /s hosts*
    Let me know what entries it lists.
    Microsoft Windows Insider MVP 2016-2020
    Microsoft MVP Consumer Security 2008-2015
    UNITE member since 2006

    If you have problems create a thread in the forum, please.

    Malware removal instructions are for the correspondent user's case only.

  7. #37
    Member
    Join Date
    Dec 2012
    Posts
    34

    Default

    The commands returned 'invalid switch "y"'

    I tried the command leaving out the /y

    the command del hosts*.backup returned a message that hosts*.backup does not exist

    attrib /s hosts* returns file not found hosts*

  8. #38
    Security Expert: Emeritus Blade81's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    25,288

    Default

    Sorry, my mistake. The switch should had been /q. Please try these commands:
    Code:
    cd /d c:\windows\system32\drivers\etc
    attrib -r -s -h hosts*
    del /q hosts
    attrib /s
    See what items does the last command list.
    Microsoft Windows Insider MVP 2016-2020
    Microsoft MVP Consumer Security 2008-2015
    UNITE member since 2006

    If you have problems create a thread in the forum, please.

    Malware removal instructions are for the correspondent user's case only.

  9. #39
    Member
    Join Date
    Dec 2012
    Posts
    34

    Default

    x:\windows\system32\drivers\etc\
    services
    lmhosts.sam
    networks
    protocol

  10. #40
    Security Expert: Emeritus Blade81's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    25,288

    Default

    Hi,

    Please run these commands in normal mode and let me know output of the second one:
    Code:
    cd /d c:\windows\system32\drivers\etc
    attrib /s
    Microsoft Windows Insider MVP 2016-2020
    Microsoft MVP Consumer Security 2008-2015
    UNITE member since 2006

    If you have problems create a thread in the forum, please.

    Malware removal instructions are for the correspondent user's case only.

Posting Permissions

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