Skip to content

Commit 0278b81

Browse files
authored
Merge pull request Pennyw0rth#932 from joaovarelas/main
enum_av module: add checkpoint indicators
2 parents 32c1a4a + b2e1234 commit 0278b81

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

nxc/modules/enum_av.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,17 @@ def LsarLookupNames(self, dce, policyHandle, service):
264264
{"name": "CybereasonAPServerProxyIpc_*", "processes": ["minionhost.exe"]}
265265
]
266266
},
267+
{
268+
"name": "Check Point Endpoint Security",
269+
"services": [
270+
{"name": "CPDA", "description": "Check Point Endpoint Agent"},
271+
{"name": "vsmon", "description": "Check Point Endpoint Security Network Protection"},
272+
{"name": "CPFileAnlyz", "description": "Check Point Endpoint Security File Analyzer"},
273+
{"name": "EPClientUIService", "description": "Check Point Endpoint Security Client UI"}
274+
275+
],
276+
"pipes": []
277+
},
267278
{
268279
"name": "ESET",
269280
"services": [

0 commit comments

Comments
 (0)