pC_nic528.md

June 14, 2023 ยท View on GitHub

Parser Content

{
Name = nic-528
  Vendor = Microsoft
  Product = Windows
  Lms = RsaSa
  DataType = "windows-528"
  TimeFormat = "MMM dd HH:mm:ss yyyy"
  Conditions = [ "MSWinEventLog", " 528 Security", "Successful Logon:" ]
  Fields = [
    """({event_name}Successful Logon)""",
    """({time}\w{3}\s\d{2}\s\d{2}:\d{2}:\d{2}\s\d{4})""",
    """({event_code}528)""",
    """Information\s{1,100}({host}[\w.\-]{1,2000})\s{1,100}""",
    """(?:Success|Audit)\s{1,100}\w+\s{1,100}({host}[^\s]{1,2000})""",
    """Security\s{1,100}(rn=)?({record_id}\d{1,100})""",
    """User Name:\s{1,100}({user}.+?)\s{1,100}Domain:\s{1,100}({domain}.+?)\s{1,100}Logon ID:\s{1,100}\([^,\s]{1,2000}[,\s]({logon_id}[^\)]{1,2000})\)\s{1,100}Logon Type:\s{1,100}({logon_type}\d{1,100})\s{1,100}Logon Process:""",
    """Logon Process:\s{1,100}({auth_process}.+?)\s{1,100}Authentication Package:\s{1,100}({auth_package}[^\s]{1,2000})""",
    """Source Network Address:\s{1,100}({src_ip}[a-fA-F:\d.]{1,2000})"""
  ]
  DupFields = [ "host->dest_host" ]


}