mitre-attack / car

Cyber Analytics Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process Working Directory

ikiril01 opened this issue · comments

Proposed Change

We should add a current_working_directory field to the Process object model, which captures the absolute path to the current working directory of the process.

Field Description Example
current_working_directory The current working directory string contains the absolute path to the current working directory of the process. c:\windows\system32\

Justification

Current working directory is associated with UAC Bypass.

Also relevant in dll search order hijacking.