Skip to content

Commit

Permalink
complete LdapSearch mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 26, 2024
1 parent 49ee342 commit 6f61281
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ process:
cmd_line: ProcessCommandLine
pid: ProcessId
uid: ProcessId
hash:
md5: MD5
sha1: SHA1
sha256: SHA256


actor:
Expand All @@ -29,18 +33,29 @@ actor:
cmd_line: InitiatingProcessCommandLine
pid: InitiatingProcessId
uid: InitiatingProcessId
parent_process:
endpoint: *endpoint
pid: InitiatingProcessParentId
uid: InitiatingProcessParentId
file:
name: InitiatingProcessParentFileName
file:
name: InitiatingProcessFileName
path: InitiatingProcessFolderPath
hash:
md5: InitiatingProcessMD5
sha1: InitiatingProcessSHA1
sha256: InitiatingProcessSHA256
parent_folder:
native_field: InitiatingProcessFolderPath
native_op: LIKE
native_value: winpath_startswith
ocsf_value: dirname
user:
endpoint: *endpoint
name: InitiatingProcessAccountUpn
uid: InitiatingProcessAccountSid
name: InitiatingProcessAccountName
domain: InitiatingProcessAccountDomain


# src_endpoint: see https://schema.ocsf.io/1.1.0/objects/endpoint
Expand Down

0 comments on commit 6f61281

Please sign in to comment.