Skip to content

Commit

Permalink
Updating PAT with latest regexs for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
panther-bot-automation committed Jan 31, 2025
1 parent f1fee01 commit 672be79
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions panther_analysis_tool/schema_regexs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

# AUTOGENERATED DO NOT EDIT
# Autogenerated using the pat_regex_generator dev tool

from schema import Regex

LOG_TYPE_REGEX = Regex(
r"^("
r"AKo\.Testingg\.AuditLogEvent|"
r"AWS\.ALB|"
r"AWS\.AuroraMySQLAudit|"
r"AWS\.CloudFrontAccess|"
Expand Down Expand Up @@ -264,14 +266,14 @@
r"Sysdig\.Audit|"
r"Syslog\.RFC3164|"
r"Syslog\.RFC5424|"
r"Tracebit\.Alert|"
r"Tracebit\.HealthCheck|"
r"Tailscale\.Audit|"
r"Tailscale\.Network|"
r"Tenable\.Vulnerability|"
r"ThinkstCanary\.Alert|"
r"Tines\.Audit|"
r"Tor\.ExitNode|"
r"Tracebit\.Alert|"
r"Tracebit\.HealthCheck|"
r"TrailDiscover\.CloudTrail|"
r"Windows\.EventLogs|"
r"Wiz\.Audit|"
Expand Down Expand Up @@ -302,6 +304,9 @@
r"Zoom\.Activity|"
r"Zoom\.Operation|"
r"Zscaler\.ZIA\.AdminAuditLog|"
r"Zscaler\.ZIA\.DNSLog|"
r"Zscaler\.ZIA\.FWLog|"
r"Zscaler\.ZIA\.WebLog|"
r"Zscaler\.ZPA\.AppConnectorMetrics|"
r"Zscaler\.ZPA\.AppConnectorStatus|"
r"Zscaler\.ZPA\.AuditLog|"
Expand Down

0 comments on commit 672be79

Please sign in to comment.