Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 723 Bytes

pC_crowdstrikefalconjsonendpointnamemodifyhostnamechanged.md

File metadata and controls

23 lines (21 loc) · 723 Bytes

Parser Content

{
Name = crowdstrike-falcon-json-endpoint-name-modify-hostnamechanged
  ParserVersion = v1.0.0
  Vendor = CrowdStrike
  Product = Falcon
  TimeFormat = "epoch"
  Conditions = [ """"timestamp":"""", """"ComputerName":"""", """"event_simpleName":"HostnameChanged"""" ]
  Fields = [
    """"timestamp":"({time}\d{13})""",
    """"ComputerName":"({host}[^"]+)""",
    """"event_simpleName":"({event_name}[^"]+)""",
    """"aid":"({aid}[^"]+)""",
    """"aip":"({src_ip}((([0-9a-fA-F.]{0,4}):{1,2}){1,7}([0-9a-fA-F]){1,4})|(((25[0-5]|(2[0-4]|1\d|[0-9]|)\d)\.?\b){4}))(:({src_port}\d+))?""",
# cid is removed
    """"event_platform":"({os}[^"]+)"""
  ]
  DupFields = ["event_name->event_code"]


}