Skip to content

Commit

Permalink
Add sysmon + sysmon64
Browse files Browse the repository at this point in the history
As Sysmon is more commonly used for logging I assume we should flag it also as known security tool.

Signed-off-by: cmprmsd <73472903+cmprmsd@users.noreply.github.com>
  • Loading branch information
cmprmsd authored Sep 8, 2022
1 parent 120d537 commit 88abea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/command/processes/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ var (
"SentinelHelperService.exe": {console.Red, "SentinelOne"}, // Sentinel One
"SentinelBrowserNativeHost.exe": {console.Red, "SentinelOne"}, // Sentinel One
"SentinelUI.exe": {console.Red, "SentinelOne"}, // Sentinel One
"Sysmon.exe": {console.Red, "Sysmon"}, // Sysmon
"Sysmon64.exe": {console.Red, "Sysmon64"}, // Sysmon64
"CylanceSvc.exe": {console.Red, "Cylance"}, // Cylance
"CylanceUI.exe": {console.Red, "Cylance"}, // Cylance
"TaniumClient.exe": {console.Red, "Tanium"}, // Tanium
Expand Down

0 comments on commit 88abea2

Please sign in to comment.