pC_cefskyformationgmailout.md

June 14, 2023 ยท View on GitHub

Parser Content

{
Name = cef-skyformation-gmail-out
  Vendor = Google
  Product = Workspace 
  Lms = Direct
  DataType = "dlp-email-alert"
  TimeFormat = "epoch"
  Conditions = [ """destinationServiceName =Google Apps""", """act=send""", """dproc=Gmail""" ]
  Fields = [
     """"timestamp_usec":({time}\d{1,100})""",
     """"destination":\[\{"address[":]{0,2000}({external_address}[^",]{1,2000})"""",
     """"destination":\[\{"address[":]{0,2000}({recipient}[^",]{1,2000})"""", 
     """"source":\{"address":"({sender}[^",]{1,2000})""",
     """"subject":"({subject}[^"]{1,2000})"""",
     """"selector":"({action}[^"]{1,2000})""",
     """"success":({outcome}true|false)""",
     """"rfc2822_message_id":"({message_id}[^",]{1,2000})"""",
     """"payload_size":({bytes}\d{1,20})""",
     """"client_ip":"({dest_ip}[a-fA-F\d.:]{1,2000})"""",
     """\sdestinationServiceName =({app}[^=]{1,2000}?)\s{1,20}\w+=""",
     """num_message_attachments":({num_attachments}\d{1,100})""",
     """"attachment":\[[^\}]{1,2000}"file_name":"({attachment}[^\}]{1,2000}?)"(,|\})"""
  ]
  DupFields = ["sender->user_email"]
  

}