Changeset 79642 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Jul 9, 2019 1:04:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r76553 r79642 377 377 /** Avecto / Defendpoint / Privilege Guard (details from support guy, hoping to get sample copy). */ 378 378 #define SUPHARDNT_ADVERSARY_AVECTO RT_BIT_32(17) 379 /** Sophos Endpoint Defense. */ 380 #define SUPHARDNT_ADVERSARY_SOPHOS RT_BIT_32(18) 379 381 /** Unknown adversary detected while waiting on child. */ 380 382 #define SUPHARDNT_ADVERSARY_UNKNOWN RT_BIT_32(31) … … 5806 5808 { SUPHARDNT_ADVERSARY_CYLANCE, "cyprotectdrv" }, /* Not verified. */ 5807 5809 5808 { SUPHARDNT_ADVERSARY_BEYONDTRUST, "privman" }, /* Not verified. */ 5810 { SUPHARDNT_ADVERSARY_BEYONDTRUST, "privman" }, /* Not verified. */ 5811 { SUPHARDNT_ADVERSARY_BEYONDTRUST, "privmanfi" }, /* Not verified. */ 5809 5812 5810 5813 { SUPHARDNT_ADVERSARY_AVECTO, "PGDriver" }, 5814 5815 { SUPHARDNT_ADVERSARY_SOPHOS, "SophosED" }, /* Not verified. */ 5811 5816 }; 5812 5817 … … 5928 5933 5929 5934 { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\drivers\\privman.sys" }, 5935 { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\drivers\\privmanfi.sys" }, 5930 5936 { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman64.dll" }, 5931 5937 { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman32.dll" }, 5932 5938 5933 5939 { SUPHARDNT_ADVERSARY_AVECTO, L"\\SystemRoot\\System32\\drivers\\PGDriver.sys" }, 5940 5941 { SUPHARDNT_ADVERSARY_SOPHOS, L"\\SystemRoot\\System32\\drivers\\SophosED.sys" }, // not verified 5934 5942 }; 5935 5943
Note:
See TracChangeset
for help on using the changeset viewer.