VirtualBox

Ignore:
Timestamp:
Apr 28, 2016 11:46:00 AM (9 years ago)
Author:
vboxsync
Message:

SUPHardNt: Identifying another adversary for logging purposes.

File:
1 edited

Legend:

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

    r60700 r60733  
    368368/** Digital guardian.  */
    369369#define SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN        RT_BIT_32(13)
    370 /** Cylance protect or something (from googling, no available sample copy ).  */
    371 #define SUPHARDNT_CYLANCE                           RT_BIT_32(14)
     370/** Cylance protect or something (from googling, no available sample copy). */
     371#define SUPHARDNT_ADVERSARY_CYLANCE                 RT_BIT_32(14)
     372/** BeyondTrust / PowerBroker / something (googling, no available sample copy). */
     373#define SUPHARDNT_ADVERSARY_BEYONDTRUST             RT_BIT_32(15)
    372374/** Unknown adversary detected while waiting on child. */
    373375#define SUPHARDNT_ADVERSARY_UNKNOWN                 RT_BIT_32(31)
     
    52225224        { SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN,     "dgmaster" }, /* Not verified. */
    52235225
    5224         { SUPHARDNT_CYLANCE,                        "cyprotectdrv" }, /* Not verified. */
     5226        { SUPHARDNT_ADVERSARY_CYLANCE,              "cyprotectdrv" }, /* Not verified. */
     5227
     5228        { SUPHARDNT_ADVERSARY_BEYONDTRUST,          "privman" }, /* Not verified. */
    52255229    };
    52265230
     
    53385342        { SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN, L"\\SystemRoot\\System32\\drivers\\dgmaster.sys" },
    53395343
    5340         { SUPHARDNT_CYLANCE, L"\\SystemRoot\\System32\\drivers\\cyprotectdrv32.sys" },
    5341         { SUPHARDNT_CYLANCE, L"\\SystemRoot\\System32\\drivers\\cyprotectdrv64.sys" },
     5344        { SUPHARDNT_ADVERSARY_CYLANCE, L"\\SystemRoot\\System32\\drivers\\cyprotectdrv32.sys" },
     5345        { SUPHARDNT_ADVERSARY_CYLANCE, L"\\SystemRoot\\System32\\drivers\\cyprotectdrv64.sys" },
     5346
     5347        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\drivers\\privman.sys" },
     5348        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman64.dll" },
     5349        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman32.dll" },
    53425350    };
    53435351
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