VirtualBox

Ignore:
Timestamp:
Apr 29, 2016 2:59:55 PM (9 years ago)
Author:
vboxsync
Message:

SUPHardNt: Log info about another security product.

File:
1 edited

Legend:

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

    r60733 r60767  
    372372/** BeyondTrust / PowerBroker / something (googling, no available sample copy). */
    373373#define SUPHARDNT_ADVERSARY_BEYONDTRUST             RT_BIT_32(15)
     374/** Avecto / Defendpoint / Privilege Guard (details from support guy, hoping to get sample copy). */
     375#define SUPHARDNT_ADVERSARY_AVECTO                  RT_BIT_32(16)
    374376/** Unknown adversary detected while waiting on child. */
    375377#define SUPHARDNT_ADVERSARY_UNKNOWN                 RT_BIT_32(31)
     
    52275229
    52285230        { SUPHARDNT_ADVERSARY_BEYONDTRUST,          "privman" }, /* Not verified. */
     5231
     5232        { SUPHARDNT_ADVERSARY_AVECTO,               "pgdriver" }, /* Not verified. */
    52295233    };
    52305234
     
    53485352        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman64.dll" },
    53495353        { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman32.dll" },
     5354
     5355        { SUPHARDNT_ADVERSARY_AVECTO, L"\\SystemRoot\\System32\\drivers\\PGDriver.sys" },
    53505356    };
    53515357
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