Jump to content

CLOUDNET Virus Keeps Coming Back


Go to solution Solved by AdvancedSetup,

Recommended Posts

Nevermind, I'm a bit impatient xD. I tried turning off Malwwarebytes inside it's settings, and tried to turn on Windows Defender again and this error popped up.

I disabled this:
image.png.88fab50a25489e3780c24d009ea8eda5.png

Then I clicked this:

image.png.2ad62e84641d15f60e3816c4aae4b429.png

Then this showed up:

image.thumb.png.231a34f69ca0f054d0535c1216689101.png

And I clicked Restart Now and this happened:

image.thumb.png.7e4098696a8cee80cfab9aa52f4fc614.png


 

Link to post
Share on other sites

  • Root Admin

Please open an elevated admin command prompt and type in the following

SFC /SCANNOW 

Then copy / paste the following and press the Enter key

 DISM.exe /Online /Cleanup-image /Restorehealth 

Then run this one

ECHO Y|CHKDSK C: /F 

Then restart the computer and let me know.

Link to post
Share on other sites

1 minute ago, AdvancedSetup said:

Please open an elevated admin command prompt and type in the following


SFC /SCANNOW 

Then copy / paste the following and press the Enter key


 DISM.exe /Online /Cleanup-image /Restorehealth 

Then run this one


ECHO Y|CHKDSK C: /F 

Then restart the computer and let me know.

Okay.

Link to post
Share on other sites

  • Root Admin

Please run the following again from an elevated admin command prompt

Run each of these one-by-one pressing the Enter key after each line

reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /s 
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System\WinDefend" /s 
sc qc SecurityHealthService
sc queryex SecurityHealthService
sc qc WinDefend
sc queryex WinDefend

 

Link to post
Share on other sites

Here it is. Thanks.

________

 

Microsoft Windows [Version 10.0.18363.1379]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Windows\system32>reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /s

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService
    DependOnService    REG_MULTI_SZ    RpcSs
    Description    REG_SZ    @%systemroot%\system32\SecurityHealthAgent.dll,-1001
    DisplayName    REG_SZ    @%systemroot%\system32\SecurityHealthAgent.dll,-1002
    ErrorControl    REG_DWORD    0x1
    FailureActions    REG_BINARY    80510100000000000000000003000000140000000100000060EA00000100000060EA00000000000000000000
    ImagePath    REG_EXPAND_SZ    %SystemRoot%\system32\SecurityHealthService.exe
    LaunchProtected    REG_DWORD    0x2
    ObjectName    REG_SZ    LocalSystem
    RequiredPrivileges    REG_MULTI_SZ    SeImpersonatePrivilege\0SeBackupPrivilege\0SeRestorePrivilege\0SeDebugPrivilege\0SeChangeNotifyPrivilege\0SeSecurityPrivilege\0SeAssignPrimaryTokenPrivilege\0SeTcbPrivilege\0SeSystemEnvironmentPrivilege\0SeShutdownPrivilege
    ServiceSidType    REG_DWORD    0x1
    Start    REG_DWORD    0x3
    Type    REG_DWORD    0x10

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService\Security
    Security    REG_BINARY    010014801C01000028010000140000003000000002001C000100000002801400FF010F000101000000000001000000000200EC0008000000000018009D00020001020000000000052000000021020000000014009D010200010100000000000512000000000018009D01020001020000000000052000000020020000000014009D000200010100000000000504000000000014009D00020001010000000000050600000000002800FD010200010600000000000550000000E5FE795FA0AE0D3B22FA0AC9015A413AE5A64AB700002800FF010F00010600000000000550000000B589FB381984C2CB5C6C236D5700776EC002648700002800FF010F00010600000000000550000000DB8C740FC27273F32B26B944771E4F027663B521010100000000000512000000010100000000000512000000


C:\Windows\system32>reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System\WinDefend" /s

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System\WinDefend
    EventMessageFile    REG_EXPAND_SZ    %ProgramFiles%\Windows Defender\MpEvMsg.dll
    ParameterMessageFile    REG_EXPAND_SZ    %ProgramFiles%\Windows Defender\MpEvMsg.dll
    ProviderGuid    REG_SZ    {11CD958A-C507-4EF3-B3F2-5FD9DFBD2C78}
    TypesSupported    REG_DWORD    0x7


C:\Windows\system32>sc qc SecurityHealthService
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: SecurityHealthService
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 3   DEMAND_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Windows\system32\SecurityHealthService.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : Windows Security Service
        DEPENDENCIES       : RpcSs
        SERVICE_START_NAME : LocalSystem

C:\Windows\system32>sc queryex SecurityHealthService

SERVICE_NAME: SecurityHealthService
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (NOT_STOPPABLE, NOT_PAUSABLE, ACCEPTS_PRESHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
        PID                : 15548
        FLAGS              :

C:\Windows\system32>sc qc WinDefend
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.


C:\Windows\system32>sc queryex WinDefend
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:

The specified service does not exist as an installed service.


C:\Windows\system32>

Link to post
Share on other sites

  • Root Admin

Sorry about that. I had an invalid entry there for the query. Please try again with these

 

reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /s 
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend" /s
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc" /s

sc qc SecurityHealthService
sc queryex SecurityHealthService
sc qc WinDefend
sc queryex WinDefend
sc qc mpssvc
sc queryex mpssvc

 

Link to post
Share on other sites

Microsoft Windows [Version 10.0.18363.1379]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Windows\system32>reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /s

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService
    DependOnService    REG_MULTI_SZ    RpcSs
    Description    REG_SZ    @%systemroot%\system32\SecurityHealthAgent.dll,-1001
    DisplayName    REG_SZ    @%systemroot%\system32\SecurityHealthAgent.dll,-1002
    ErrorControl    REG_DWORD    0x1
    FailureActions    REG_BINARY    80510100000000000000000003000000140000000100000060EA00000100000060EA00000000000000000000
    ImagePath    REG_EXPAND_SZ    %SystemRoot%\system32\SecurityHealthService.exe
    LaunchProtected    REG_DWORD    0x2
    ObjectName    REG_SZ    LocalSystem
    RequiredPrivileges    REG_MULTI_SZ    SeImpersonatePrivilege\0SeBackupPrivilege\0SeRestorePrivilege\0SeDebugPrivilege\0SeChangeNotifyPrivilege\0SeSecurityPrivilege\0SeAssignPrimaryTokenPrivilege\0SeTcbPrivilege\0SeSystemEnvironmentPrivilege\0SeShutdownPrivilege
    ServiceSidType    REG_DWORD    0x1
    Start    REG_DWORD    0x3
    Type    REG_DWORD    0x10

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService\Security
    Security    REG_BINARY    010014801C01000028010000140000003000000002001C000100000002801400FF010F000101000000000001000000000200EC0008000000000018009D00020001020000000000052000000021020000000014009D010200010100000000000512000000000018009D01020001020000000000052000000020020000000014009D000200010100000000000504000000000014009D00020001010000000000050600000000002800FD010200010600000000000550000000E5FE795FA0AE0D3B22FA0AC9015A413AE5A64AB700002800FF010F00010600000000000550000000B589FB381984C2CB5C6C236D5700776EC002648700002800FF010F00010600000000000550000000DB8C740FC27273F32B26B944771E4F027663B521010100000000000512000000010100000000000512000000


C:\Windows\system32>reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend" /s
ERROR: The system was unable to find the specified registry key or value.

C:\Windows\system32>reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc" /s

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc
    DependOnService    REG_MULTI_SZ    mpsdrv\0bfe
    Description    REG_SZ    @%SystemRoot%\system32\FirewallAPI.dll,-23091
    DisplayName    REG_SZ    @%SystemRoot%\system32\FirewallAPI.dll,-23090
    ErrorControl    REG_DWORD    0x1
    FailureActions    REG_BINARY    80510100000000000000000003000000140000000200000060EA00000200000060EA00000200000060EA0000
    Group    REG_SZ    NetworkProvider
    ImagePath    REG_EXPAND_SZ    %SystemRoot%\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p
    ObjectName    REG_SZ    NT Authority\LocalService
    RequiredPrivileges    REG_MULTI_SZ    SeAssignPrimaryTokenPrivilege\0SeAuditPrivilege\0SeChangeNotifyPrivilege\0SeCreateGlobalPrivilege\0SeImpersonatePrivilege\0SeIncreaseQuotaPrivilege
    ServiceSidType    REG_DWORD    0x3
    Start    REG_DWORD    0x2
    SvcHostSplitDisable    REG_DWORD    0x1
    SvcMemHardLimitInMB    REG_DWORD    0x1b
    SvcMemMidLimitInMB    REG_DWORD    0x14
    SvcMemSoftLimitInMB    REG_DWORD    0xc
    Type    REG_DWORD    0x20

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters
    ServiceDll    REG_EXPAND_SZ    %SystemRoot%\system32\mpssvc.dll
    ServiceDllUnloadOnStop    REG_DWORD    0x1

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\ACService

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\AppCs
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\PortKeywords

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\PortKeywords\DHCP
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\PortKeywords\IPTLSIn
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\PortKeywords\IPTLSOut
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\PortKeywords\RPC-EPMap
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Parameters\PortKeywords\Teredo
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Security
    Security    REG_BINARY    01001480900000009C000000140000003000000002001C000100000002801400FF000F000101000000000001000000000200600004000000000014008500020001010000000000050B000000000014009F000E00010100000000000512000000000018009D000E0001020000000000052000000020020000000018008500000001020000000000052000000021020000010100000000000512000000010100000000000512000000


C:\Windows\system32>sc qc SecurityHealthService
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: SecurityHealthService
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 3   DEMAND_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Windows\system32\SecurityHealthService.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : Windows Security Service
        DEPENDENCIES       : RpcSs
        SERVICE_START_NAME : LocalSystem

C:\Windows\system32>sc queryex SecurityHealthService

SERVICE_NAME: SecurityHealthService
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (NOT_STOPPABLE, NOT_PAUSABLE, ACCEPTS_PRESHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
        PID                : 15548
        FLAGS              :

C:\Windows\system32>sc qc WinDefend
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.


C:\Windows\system32>sc queryex WinDefend
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:

The specified service does not exist as an installed service.


C:\Windows\system32>sc qc mpssvc
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: mpssvc
        TYPE               : 20  WIN32_SHARE_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p
        LOAD_ORDER_GROUP   : NetworkProvider
        TAG                : 0
        DISPLAY_NAME       : Windows Defender Firewall
        DEPENDENCIES       : mpsdrv
                           : bfe
        SERVICE_START_NAME : NT Authority\LocalService

C:\Windows\system32>sc queryex mpssvc

SERVICE_NAME: mpssvc
        TYPE               : 20  WIN32_SHARE_PROCESS
        STATE              : 4  RUNNING
                                (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
        PID                : 4260
        FLAGS              :

C:\Windows\system32>dir /a /s MsMpEng.exe >MsMpEng_Locations.txt
File Not Found

--------------

I don't get the "attach" part

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.