version: 1.0 artifacts: - description: Display both listening and non-listening (for TCP this means established connections) sockets with numerical addresses instead of trying to determine symbolic host, port or user names, and show the PID and name of the program to which each socket belongs. supported_os: [android, linux] collector: command command: ss -anp output_file: ss_-anp.txt - description: Display both listening and non-listening (for TCP this means established connections) sockets, and show the PID and name of the program to which each socket belongs. supported_os: [android, linux] collector: command command: ss -ap output_file: ss_-ap.txt - description: Display both listening and non-listening TCP sockets only, and show the PID of the program to which socket belongs. supported_os: [android, linux] collector: command command: ss -tap output_file: ss_-tap.txt - description: Display both listening and non-listening TCP sockets only with numerical addresses instead of trying to determine symbolic host, and show the PID of the program to which socket belongs. supported_os: [android, linux] collector: command command: ss -tanp output_file: ss_-tanp.txt - description: Display listening TCP sockets only, and show the PID of the program to which socket belongs. supported_os: [android, linux] collector: command command: ss -tlp output_file: ss_-tlp.txt - description: Display listening TCP sockets only with numerical addresses instead of trying to determine symbolic host, and show the PID of the program to which socket belongs. supported_os: [android, linux] collector: command command: ss -tlnp output_file: ss_-tlnp.txt