parserContent_cef-mssql-database-access.md

July 25, 2023 ยท View on GitHub

Parser Content

{
Name = cef-mssql-database-access
  Vendor = Microsoft
  Product = Microsoft SQL Server
  Lms = ArcSight
  DataType = "database-access"
  IsHVF = true
  TimeFormat = "epoch"
  Conditions = [ """CEF:""", """|Microsoft|SQL Server|""", """fileType=Security Audit""" ]
  Fields = [
    """\ssuser=(({domain}[^=\\\/]{1,2000})[\\\/]{1,2000})?({user}[^\\\/=]{1,2000}?)(\s{1,100}\w+=|\s{0,100}$)""",
    """CEF:([^\|]{0,2000}\|){5}({reason}[^\|]{1,2000})""",
    """cs3=({service_name}[^\s]{1,2000})"""
    """\sdestinationServiceName=(|({service_name}.+?))(\s{1,100}\w+=|\s{0,100}$)""",
    """\sshost=(|({host}.+?))(\s{1,100}\w+=|\s{0,100}$)""",
    """\srt=({time}\d{1,100})""",
  ]
}