From 1718399dd2f519f2914f8a443f8d9fcdd0cec249 Mon Sep 17 00:00:00 2001 From: bongobongoland <129246896+bongobongoland@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:01:38 +1000 Subject: [PATCH] Update enum_av.py --- cme/modules/enum_av.py | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/cme/modules/enum_av.py b/cme/modules/enum_av.py index f0947276..c665cd4d 100644 --- a/cme/modules/enum_av.py +++ b/cme/modules/enum_av.py @@ -518,8 +518,36 @@ conf = { { "name": "exploitProtectionIPC", "processes": ["AVKWCtlx64.exe"], - } + }, + ], + }, + { + "name": "Panda Adaptive Defense 360", + "services": [ + { + "name": "PandaAetherAgent", + "description": "Panda Endpoint Agent", + }, + { + "name": "PSUAService", + "description": "Panda Product Service" + }, + { + "name": "NanoServiceMain", + "description": "Panda Cloud Antivirus Service", + }, + ], + "pipes": [ + { + "name": "NNS_API_IPC_SRV_ENDPOINT", + "processes": ["PSANHost.exe"], + }, + { + "name": "PSANMSrvcPpal", + "processes": ["PSUAService.exe"], + }, ], } + ] }