@@ -259,15 +259,14 @@ def LsarLookupNames(self, dce, policyHandle, service):
259259 {"name" : "vsmon" , "description" : "Check Point Endpoint Security Network Protection" },
260260 {"name" : "CPFileAnlyz" , "description" : "Check Point Endpoint Security File Analyzer" },
261261 {"name" : "EPClientUIService" , "description" : "Check Point Endpoint Security Client UI" }
262-
263262 ],
264263 "pipes" : []
265264 },
266265 {
267266 "name" : "Cortex" ,
268267 "services" : [
269268 {"name" : "xdrhealth" , "description" : "Cortex XDR Health Helper" },
270- {"name" : "cyserver" , "description" : " Cortex XDR" }
269+ {"name" : "cyserver" , "description" : "Cortex XDR" }
271270 ],
272271 "pipes" : []
273272 },
@@ -342,6 +341,21 @@ def LsarLookupNames(self, dce, policyHandle, service):
342341 {"name" : "exploitProtectionIPC" , "processes" : ["AVKWCtlx64.exe" ]}
343342 ]
344343 },
344+ {
345+ "name" : "HarfangLab EDR" ,
346+ "services" : [
347+ {"name" : "hurukai" , "description" : "HarfangLab Hurukai Agent" },
348+ {"name" : "Hurukai agent" , "description" : "HarfangLab Hurukai Agent Service" },
349+ {"name" : "HarfangLab Hurukai agent" , "description" : "HarfangLab Hurukai Agent Program" },
350+ {"name" : "hurukai-av" , "description" : "HarfangLab Hurukai Antivirus" },
351+ {"name" : "hurukai-ui" , "description" : "HarfangLab Hurukai UI" }
352+ ],
353+ "pipes" : [
354+ {"name" : "hurukai-control" , "processes" : ["hurukai.exe" ]},
355+ {"name" : "hurukai-servicing" , "processes" : ["hurukai.exe" ]},
356+ {"name" : "hurukai-amsi" , "processes" : ["hurukai.exe" ]}
357+ ]
358+ },
345359 {
346360 "name" : "Ivanti Security" ,
347361 "services" : [
0 commit comments