Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
3.9 Owned By
The “owned_by” verb states that a directory is owned by a specified user.
Usage
directory(<dir_path>).owned_by(<user_name>)
dir_path
Path to directory on target file system
user_name
Windows username (does not include DOMAIN)
Truth Table
TRUE
dir_path is owned by user_name
FALSE
dir_path is not owned by user_name
INVALID
dir_path does not exist, is not a directory, or access was denied
91
SECRET//NOFORN