Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 879 Bytes

pC_githubgsk4repositorycreatesuccesscreateevent.md

File metadata and controls

24 lines (22 loc) · 879 Bytes

Parser Content

{
Name = github-g-sk4-repository-create-success-createevent
  ParserVersion = "v1.0.0"
  Conditions = [ """CEF:""", """"repo":""", """"type":"CreateEvent"""", """"actor":""", """"avatar_url":""" ]

sk4-github-events = {
    Vendor = GitHub
    Product = GitHub
    TimeFormat = "yyyy-MM-dd'T'HH:mm:ssZ"
    Fields = [
      """"created_at":"({time}\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ)"""",
      """"display_login":"({user}[\w\.\-\!\#\^\~]{1,40}\$?)"""",
      """"type":"({operation}[^"]+?)(?:Event|)"""",
      """\WrequestClientApplication=({app}[^=]+?)\s*(\w+=|$)""",
      """"repo":[^}]+?"name":"({resource}[^"]+)"""",
      """"repo":[^}]+?"name":"({object}[^"]+)"""",
      """\Wfname=({object}[^=]+?)\s*(\w+=|$)""",
      """\WfileType=({additional_info}[^=]+?)\s*(\w+=|$)""",
      """\Wmsg=({additional_info}[^=]+?)\s*(\w+=|$)""",
    
}