Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//ORCON//NOFORN
6.1 Exists
Description
The “exists” verb takes in no parameters and will return true if the
processexists.
Usage
process(<process name>).exists
Example
process(“explore.exe”).exists
The above example checks to see if the “explore.exe” process exists.
Return Values
Return
Code
Description
True If the process exists
False If the process doesn’t exist
Invalid If an error occurred while getting the process
information
94
SECRET//ORCON//NOFORN