From 77eba82c5c5d841d9413e1655e6becdacdc1f3fa Mon Sep 17 00:00:00 2001 From: Markos Fountoulakis Date: Wed, 25 Sep 2024 17:09:16 +0300 Subject: [PATCH] chore: add schemas for zpa in regexs --- panther_analysis_tool/schema_regexs.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panther_analysis_tool/schema_regexs.py b/panther_analysis_tool/schema_regexs.py index 629e2f79..121f7e96 100644 --- a/panther_analysis_tool/schema_regexs.py +++ b/panther_analysis_tool/schema_regexs.py @@ -289,6 +289,10 @@ r"Zoom\.Activity|" r"Zoom\.Operation|" r"ZScaler\.ZIAAuditLog|" + r"ZScaler\.ZPAAuditLog|" + r"ZScaler\.ZPAUserActivity|" + r"ZScaler\.ZPAUserStatus|" + r"ZScaler\.ZPAAppConnectorStatus|" r"Custom\.([A-Z][A-Za-z0-9]*)(\.[A-Z][A-Za-z0-9]*){0,5}" r")$" )