pC_scheckpointfwnetworkconnection.md

June 14, 2023 ยท View on GitHub

Parser Content

{
Name = s-checkpoint-fw-network-connection
  TimeFormat = "epoch_sec"
  Conditions = [ """|product=SmartDefense|""", """|i/f_name=""", """|action=accept|""" ]
  Fields = ${CheckpointParserTemplates.s-checkpoint-firewall.Fields}[
    """time=({time}\d{1,100})\|"""
  ]

s-checkpoint-firewall = {
  Vendor = Check Point 
  Product = NGFW
  Lms = Splunk
  DataType = "network-connection"
  IsHVF = true
  TimeFormat = "yyyy-MM-dd HH:mm:ss"
  Fields = [
    """"time=({time}\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d)""",
    """exabeam_host=({host}[\w-.]{1,2000})""",
    """\|orig=({host}[^\|]{1,2000})\|""",
    """\|i\/f_dir=({direction}[^\|]{1,2000})""",
    """\|service=({app_protocol}[^\|]{1,2000})\|""",
    """\|action=({action}[^\|]{1,2000})\|""",
    """\|app_rule_name=({rule}[^\|]{1,2000})\|""",
    """\|src=(?:({src_ip}\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|({src_host}[^\|]{1,2000}))\|""",
    """\|s_port=({src_port}\d{1,100})""",
    """\|dst=(?:({dest_ip}\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|({dest_host}[^\|]{1,2000}))\|""",
    """\|proto=({protocol}[^\|]{1,2000})\|""",
    """\|src_machine_name=({src_host}[^\|]{1,2000})""",
    """\|src_user_name=[^(]{1,2000}\(({user}[^)]{1,2000})""",
    """\|user=[^(]{1,2000}\(({user}[^)]{1,2000})"""
  
}