ブラックボックス内部侵入テスト中に、セキュリティアナリストはデフォルトのコミュニティ文字列「public」を使用してSNMPv2対応Linuxサーバーを特定しました。アナリストは実行中のプロセスを列挙したいと考えています。この情報を取得するNmapコマンドはどれですか?
正解:C
CEH v13 highlights that SNMPv1/v2 environments configured with default community strings such as
"public" or "private" present significant security risks because they allow unauthorized users to query system information. SNMP enumeration can reveal processes, interfaces, routing tables, users, device configurations, and more. The snmp-processes Nmap NSE script is specifically designed to enumerate running processes on an SNMP-enabled host. It queries the Host Resources MIB (HR-MIB), which stores operational information about system processes, CPU usage, and memory consumption. This information provides attackers with insights into what services may be exploitable or misconfigured. CEH stresses that SNMPv2 is particularly vulnerable due to lack of encryption and authentication hardening. By enumerating processes, penetration testers can identify potential privilege escalation paths, outdated services, or rogue applications that may aid lateral movement. Other scripts such as snmp-sysdescr or snmp-interfaces retrieve system description or interface data but do not enumerate processes.