Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//ORCON//NOFORN
4.5 ProcessListening
Description
The “process_listening” verb takes in a process name and checks to see if the
process is listening on any ports.
Usage
network.process_listening(<process name>)
Example
network.process_listening(“apache.exe”)
The above example checks to see if the process “apache.exe” is listing on
any ports.
Return Values
Return
Code
Description
True If the provided process is listening on one or more ports
False If the provided process is not listening on any ports
Invalid If the provided process is not running on the target
system
83
SECRET//ORCON//NOFORN