pC_microsoftsysmonjsonfilewritesuccess2.md

May 13, 2026 ยท View on GitHub

Parser Content

{
Name = microsoft-sysmon-json-file-write-success-2
  ParserVersion = v1.0.0
  Vendor = Microsoft
  Product = Sysmon
  TimeFormat = "yyyy-MM-dd HH:mm:ss"
  Conditions = [ """File creation time changed:""", """Microsoft-Windows-Sysmon""", """EventID":2""" ]
  Fields = [
    """"EventTime":"({time}\d+-\d+-\d+ \d+:\d+:\d+)""",
    """"Hostname":"+({dest_host}({host}[\w\-.]+))""",
    """"EventID":({event_code}2)""",
    """({event_name}File creation time changed)""",
    """Message\s*=\s*"?({operation_type}[^:]+)""",
    """"Domain":"(NT AUTHORITY|({domain}[^"]+))""",
    """"AccountName":"(SYSTEM|({user}[\w\.\-\!\#\^\~]{1,40}\$?))""",
    """"UserID":"({user_sid}[^"]+)""",
    """"Keywords":({result}[^,"]+)""",
    """ProcessGuid:\s*\{({process_guid}[^\s\}]+)""",
    """ProcessId:\s*({process_id}\d+)""",
    """"Image"+:"+({path}({process_path}(process_dir}[^"]+)\\+({process_name}[^"]+)))"""",
    """"TargetFilename":"({file_path}({file_dir}[^"]+?[\\\/]+)?({file_name}[^"\\\/]+?(\.({file_ext}\w+))?))"""",
    """"Channel"+:"+({channel}[^"]+)""""
  ]


}