Skip to content

Commit

Permalink
Merge pull request #854 from r00t0v3rr1d3/add-cylance-tanium-senone
Browse files Browse the repository at this point in the history
Add additional known security tools
  • Loading branch information
rkervella authored Sep 7, 2022
2 parents 22fea02 + b68f4bf commit f117995
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/command/processes/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ var (
"SentinelAgent.exe": {console.Red, "SentinelOne"}, // Sentinel One
"SentinelAgentWorker.exe": {console.Red, "SentinelOne"}, // Sentinel One
"SentinelHelperService.exe": {console.Red, "SentinelOne"}, // Sentinel One
"SentinelBrowserNativeHost.exe": {console.Red, "SentinelOne"}, // Sentinel One
"SentinelUI.exe": {console.Red, "SentinelOne"}, // Sentinel One
"CylanceSvc.exe": {console.Red, "Cylance"}, // Cylance
"CylanceUI.exe": {console.Red, "Cylance"}, // Cylance
"TaniumClient.exe": {console.Red, "Tanium"}, // Tanium
"TaniumCX.exe": {console.Red, "Tanium"}, // Tanium
"TaniumDetectEngine.exe": {console.Red, "Tanium"}, // Tanium
}
)

Expand Down

0 comments on commit f117995

Please sign in to comment.