Vault 7: Projects

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