pC_taniumfilewrite1.md

June 14, 2023 ยท View on GitHub

Parser Content

{
Name = tanium-file-write-1
  DataType = "file-write"
  Conditions = [ """"event":"file_create"""",""""tanium_computer_id":"""",""""process__file__full_path":""" ]
  Fields = ${TaniumParserTemplates.tanium-operations-1.Fields}[
    """"process__file__full_path":"({file_path}({file_parent}[^"]{1,2000}[\\\/])({file_name}[^"]{1,2000}))"""" 
 ]

tanium-operations-1 = {
  Vendor = Tanium
  Product = Integrity Monitor
  Lms = Direct
  TimeFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ"
  Fields = [
	""""timestamp":"({time}\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d\.\d\d\d\d\d\d[+-]\d\d:\d\d)"""",
	""""hostname":"({host}[\w\-.]{1,2000})"""",
	""""login__user_name":"({user}[^"]{1,2000})"""",
        """"process__login__user_name":"({user}[^"]{1,2000})"""",
	""""event":"({event_name}[^"]{1,2000})"""",
	""""file__md5":"({md5}[^"]{1,2000})"""",
	""""parent_pid":({pid}\d{1,100})""",
	""""command_line":"({command_line}[^"]{1,2000}?)\s{0,100}"""",
	""""parent__command_line":"({parent_command_line}[^"]{1,2000})\s{0,100}"""",
	""""parent_pid":({parent_process_id}\d{1,100})""",
  
}