From 1b75a0a40785853def4548ff99850779663cf646 Mon Sep 17 00:00:00 2001 From: Ben Airey Date: Tue, 8 Oct 2024 11:38:12 -0500 Subject: [PATCH] add snowflake logtypes --- panther_analysis_tool/schema_regexs.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/panther_analysis_tool/schema_regexs.py b/panther_analysis_tool/schema_regexs.py index 629e2f79..2a65aaeb 100644 --- a/panther_analysis_tool/schema_regexs.py +++ b/panther_analysis_tool/schema_regexs.py @@ -235,6 +235,12 @@ r"Slack\.AccessLogs|" r"Slack\.AuditLogs|" r"Slack\.IntegrationLogs|" + r"Snowflake\.AccessHistory|" + r"Snowflake\.DataTransferHistory|" + r"Snowflake\.GrantsToRoles|" + r"Snowflake\.GrantsToUsers|" + r"Snowflake\.LoginHistory|" + r"Snowflake\.QueryHistory|" r"Snyk\.GroupAudit|" r"Snyk\.OrgAudit|" r"Sophos\.Central|"