From 26ed5de55c6d923aa921091d72e855e629dcec8e Mon Sep 17 00:00:00 2001 From: Nick Hakmiller <49166439+nhakmiller@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:19:37 -0700 Subject: [PATCH] add new log types for new integrations (#546) Co-authored-by: Nicholas Hakmiller --- panther_analysis_tool/schema_regexs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/panther_analysis_tool/schema_regexs.py b/panther_analysis_tool/schema_regexs.py index d1e539bb..389c6a0d 100644 --- a/panther_analysis_tool/schema_regexs.py +++ b/panther_analysis_tool/schema_regexs.py @@ -138,6 +138,7 @@ r"Lacework\.UserDetails|" r"Lacework\.UserLogin|" r"Linux\.Auditd|" + r"Material\.CaseCreated|" r"Microsoft365\.Audit\.AzureActiveDirectory|" r"Microsoft365\.Audit\.Exchange|" r"Microsoft365\.Audit\.General|" @@ -237,6 +238,9 @@ r"Snyk\.GroupAudit|" r"Snyk\.OrgAudit|" r"Sophos\.Central|" + r"Sublime\.Audit|" + r"Sublime\.MDM|" + r"Sublime\.MessageEvent|" r"Suricata\.Alert|" r"Suricata\.Anomaly|" r"Suricata\.DHCP|" @@ -252,6 +256,7 @@ r"Tailscale\.Audit|" r"Tailscale\.Network|" r"Tenable\.Vulnerability|" + r"ThinkstCanary\.Alert|" r"Tines\.Audit|" r"Tor\.ExitNode|" r"TrailDiscover\.CloudTrail|"