{
Name = sentinelone-singularityp-cef-process-create-success-process
Product = Singularity Platform
Conditions = [ """CEF:""", """|Security|SentinelOne|""", """|process|""" ]
Fields = ${SentinelOneParsersTemplates.cef-sentinelone-security-alert.Fields}[
"""\suser:(|(({domain}[^\\\/]+)[\\\/]+)?(SYSTEM|({user}[\w\.\-\!\#\^\~]{1,40}\$?)))(\s+\w+:|\s*$)""",
"""\sprocessCmd:"({process_path}({process_dir}[^"]*?[\\\/]+)?({process_name}[^"\\\/]+?))\s*"""",
"""\ssha256:(|({hash_sha256}.+?))(\s+\w+:|\s*$)""",
"""parentProcessName:({parent_process_name}[^:"]+?)\s+\w+:""",
]
ParserVersion = "v1.0.0"
cef-sentinelone-security-alert = {
Vendor = SentinelOne
TimeFormat = "yyyy-MM-dd'T'HH:mm:ss"
Fields = [
"""CEF:([^\|]*\|){5}({alert_name}[^\|]+)\|({alert_severity}[^\|]+)\|""",
"""({time}\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d)\.\d+Z\s+({host}\S+)""",
"""\seventType:(|({alert_type}.+?))(\s+\w+:|\s*$)""",
"""\sagentId:(|({agent_id}.+?))(\s+\w+:|\s*$)""",
"""\sagentIp:({dest_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}))(:({dest_port}\d+))?""",
"""\sagentName:(|({dest_host}.+?))(\s+\w+:|\s*$)""",
"""\sagentfileFullNameGroupId:(|({file_path}({file_dir}.*?[\\\/]+)?({file_name}[^\\\/]+?(\.({file_ext}\w+))?)))(\s+\w+:|\s*$)""",
"""\sprocessName:(|({process_name}.+?))(\s+\w+:|\s*$)""",
"""\sid:(|({alert_id}.+?))(\s+\w+:|\s*$)""",
}