pC_citrixcgatewaystrvpnloginsuccess.md

September 3, 2025 ยท View on GitHub

Parser Content

{
Name = citrix-cgateway-str-vpn-login-success
    ParserVersion = v1.0.0
    Vendor = Citrix
    Product = Citrix Gateway
    TimeFormat = "MM/dd/yyyy:HH:mm:ss"  
    Conditions = [ """SSLVPN ICASTART""", """username:domainname""" ]
    Fields = [
      """\w+\s+\d+\s+\d\d:\d\d:\d\d\s+({host}[\w\-.]+)\s""",
      """({host}[^\s]+)\s+\d\d\/\d\d\/\d\d:""",
      """dvchost=({host}[^\s]+)""",
      """shost=({src_host}[^\s]+)""",
      """dhost=({dest_host}[^\s]+)""",
      """({time}\d\d/\d\d/\d\d\d\d:\d\d:\d\d:\d\d)""",
      """username:domainname\s({user}[\w\.\-\!\#\^\~]{1,40}\$?)(:|@)({domain}[^\s]+[^\s:])?""",
      """Source\s({src_ip}((([0-9a-fA-F.]{0,4}):{1,2}){1,7}([0-9a-fA-F]){0,4})|(((25[0-5]|(2[0-4]|1\d|[0-9]|)\d)\.?\b){4}))(:({src_port}\d+))?:\d+""",
      """Destination\s({dest_ip}((([0-9a-fA-F.]{0,4}):{1,2}){1,7}([0-9a-fA-F]){0,4})|(((25[0-5]|(2[0-4]|1\d|[0-9]|)\d)\.?\b){4}))(:({dest_port}\d+))?""",
      """applicationName\s+({app}.+?) - startTime"""
    ]
  

}