セキュリティ アナリストは、侵害された Linux サーバーを調査しています。アナリストは ps コマンドを発行し、次の出力を受け取ります。 侵害されたシステムをさらに分析するために、管理者が次に実行する必要があるコマンドは次のうちどれですか?
正解:C
/bin/ls -1 /proc/1301/exe is the command that will show the absolute path to the executed binary file associated with the process ID 1301, which is ./usr/sbin/sshd. This information can help the security analyst determine if the binary is an official version and has not been modified, which could be an indicator of a compromise. /proc/1301/exe is a special symbolic link that points to the executable file that was used to start the process 1301 .