Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

SECRET//NOFORN
Appendix A: Connectivity Tests
These examples show how to test the connectivity between WEST_2 and
EAST_3. For individual test steps, a successful result may require traffic
bound for EAST_3 to be redirected to EAST_4 or EAST_5.
A.1) Ping Test
From WEST_2, ping EAST_3:
WEST_2# ping 192.168.2.3
Confirm that ping replies are received.
A.2) Netcat (UDP) Test
On EAST_3, create a listening UDP socket using netcat, preferably with a high
port:
EAST_3# nc -l -u -p 12345
On WEST_2, connect to the listening port using netcat:
WEST_2# nc -u 192.168.2.3 12345
Type text into the WEST_2 terminal and confirm that it shows up on the
EAST_3 terminal. Then, type text into the EAST_3 terminal and confirm that
it shows up on the WEST_2 terminal.
A.3) Netcat (TCP) Test
On EAST_3, create a listening TCP socket using netcat, preferably with a high
port:
EAST_3# nc -l -t -p 12345
On WEST_2, connect to the listening port using netcat:
WEST_2# nc -t 192.168.2.3 12345
Type text into the WEST_2 terminal and confirm that it shows up on the
EAST_3 terminal. Then, type text into the EAST_3 terminal and confirm that
it shows up on the WEST_2 terminal.
SECRET//NOFORN

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh