Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Process hacker kernal driver detected in Memory

Hi Alls,

 

In one of my server sophos console its giving message of Process hacker kernal driver detected in Memory.Even after scanning its not able to remove it.

How do i get it clean and how do I get it removed from the sophos events.

 

Regards

Bijoy



This thread was automatically locked due to age.
Parents Reply Children
  • If I run Process Hacker as an administrator, then the kprocesshacker.sys driver is installed, started and therefore can be seen in the System process as shown below.

    The service is created under:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KProcessHacker3\

    I guess this could change based on version.




    If I close Process Hacker then the driver is not unloaded from kernel memory but the service is marked for deletion.  I.e. The service registry entry has the DeleteFlag set:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KProcessHacker3\
    DWORD DeleteFlag = 1

    With this set, on the next startup, services.exe will remove the service.

    If you are getting a memory detection for this driver I would expect it to be just loaded in the system process as shown above.  I can only assume that maybe the driver isn't being marked for deletion or services.exe is not removing it.  Maybe search in the registry under:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\

    for the string hacker for example.

    Regards,
    Jak