VirtualBox

Ignore:
Timestamp:
Jul 9, 2019 1:04:43 PM (6 years ago)
Author:
vboxsync
Message:

SUPHardNt: Added preliminary detection of another endpoint protection solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r76553 r79642  
    377377/** Avecto / Defendpoint / Privilege Guard (details from support guy, hoping to get sample copy). */
    378378#define SUPHARDNT_ADVERSARY_AVECTO                  RT_BIT_32(17)
     379/** Sophos Endpoint Defense. */
     380#define SUPHARDNT_ADVERSARY_SOPHOS                  RT_BIT_32(18)
    379381/** Unknown adversary detected while waiting on child. */
    380382#define SUPHARDNT_ADVERSARY_UNKNOWN                 RT_BIT_32(31)
     
    58065808        { SUPHARDNT_ADVERSARY_CYLANCE,              "cyprotectdrv" }, /* Not verified. */
    58075809
    5808         { SUPHARDNT_ADVERSARY_BEYONDTRUST,          "privman" }, /* Not verified. */
     5810        { SUPHARDNT_ADVERSARY_BEYONDTRUST,          "privman" },   /* Not verified. */
     5811        { SUPHARDNT_ADVERSARY_BEYONDTRUST,          "privmanfi" }, /* Not verified. */
    58095812
    58105813        { SUPHARDNT_ADVERSARY_AVECTO,               "PGDriver" },
     5814
     5815        { SUPHARDNT_ADVERSARY_SOPHOS,               "SophosED" }, /* Not verified. */
    58115816    };
    58125817
     
    59285933
    59295934        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\drivers\\privman.sys" },
     5935        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\drivers\\privmanfi.sys" },
    59305936        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman64.dll" },
    59315937        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman32.dll" },
    59325938
    59335939        { SUPHARDNT_ADVERSARY_AVECTO, L"\\SystemRoot\\System32\\drivers\\PGDriver.sys" },
     5940
     5941        { SUPHARDNT_ADVERSARY_SOPHOS, L"\\SystemRoot\\System32\\drivers\\SophosED.sys" }, // not verified
    59345942    };
    59355943
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette