Merge pull request #118 from bongobongoland/master

Update enum_av.py
main
mpgn 2023-08-23 11:13:14 +02:00 committed by GitHub
commit 2ff82c1ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 1 deletions

View File

@ -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"],
},
],
}
]
}