File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ var knownSecurityTools = map[string][]string{
100
100
"CrAmTray.exe" : {console .Red , "Cybereason ActiveProbe" }, // Cybereason ActiveProbe
101
101
"CrsSvc.exe" : {console .Red , "Cybereason ActiveProbe" }, // Cybereason ActiveProbe
102
102
"CybereasonAV.exe" : {console .Red , "Cybereason ActiveProbe" }, // Cybereason ActiveProbe
103
+ "cortex-xdr-payload.exe" : {console .Red , "Palo Alto Cortex" }, // Cortex XDR - offline triage
104
+ "cysandbox.exe" : {console .Red , "Palo Alto Cortex" }, // Cortex XDR - sandbox
105
+ "cyuserservice.exe" : {console .Red , "Palo Alto Cortex" }, // Cortex XDR - user service
106
+ "cywscsvc.exe" : {console .Red , "Palo Alto Cortex" }, // Cortex XDR - security center service
107
+ "tlaworker.exe" : {console .Red , "Palo Alto Cortex" }, // Cortex XDR - local analysis worker
103
108
}
104
109
105
110
// PsCmd - List processes on the remote system
You can’t perform that action at this time.
0 commit comments