Skip to content

Commit

Permalink
Merge pull request #626 from rrevuelta/fix_mde_procschema
Browse files Browse the repository at this point in the history
Fix MDE procschema
  • Loading branch information
petebryan committed Feb 21, 2023
2 parents 6a1e5d6 + 69e7199 commit 7ccb842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msticpy/transform/proc_tree_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def blank_schema_dict(cls) -> Dict[str, Any]:
process_name="FileName",
process_id="ProcessId",
parent_name="InitiatingProcessFileName",
parent_id="InitiatingProcessParentId",
parent_id="InitiatingProcessId",
logon_id="InitiatingProcessLogonId",
target_logon_id="LogonId",
cmd_line="ProcessCommandLine",
Expand Down

0 comments on commit 7ccb842

Please sign in to comment.