Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Invoke-EDRCheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function Invoke-EDRCheck{
CyOptics.sys {Obj @{Driver=$_;EDR= 'Cylance Inc.' }}
CyProtectDrv32.sys {Obj @{Driver=$_;EDR= 'Cylance Inc.' }}
CyProtectDrv64.sys.sys {Obj @{Driver=$_;EDR= 'Cylance Inc.' }}
CyOpticsDrv.sys {Obj @{Driver=$_;EDR= 'Cylance Inc.' }}
CyProtectDrv64.sys {Obj @{Driver=$_;EDR= 'Cylance Inc.' }}
groundling32.sys {Obj @{Driver=$_;EDR= 'Dell Secureworks' }}
groundling64.sys {Obj @{Driver=$_;EDR= 'Dell Secureworks' }}
esensor.sys {Obj @{Driver=$_;EDR= 'Endgame' }}
Expand Down