CREST Practitioner Security Analyst (CPSA) Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Master the CREST Practitioner Security Analyst Exam. Prepare with quizzes and comprehensive study guides that include tips and explanations. Excel in your certification journey!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which command-line tool can be used to query the RPC portmapper?

  1. nc

  2. rpcinfo

  3. curl

  4. wget

The correct answer is: rpcinfo

The command-line tool that can be used to query the RPC portmapper is rpcinfo. This tool is specifically designed to communicate with the Remote Procedure Call (RPC) protocol and allows users to obtain information about the RPC services that are available on a machine. When invoking rpcinfo, users can list the RPC services, get versioning information, and perform checks on what programs are currently registered with the portmapper. In the context of network security, understanding how to use rpcinfo is crucial because it helps assess the services running on a system and can assist in identifying potential vulnerabilities associated with exposed RPC services. This makes it an essential tool for security analysts who need to evaluate the security posture of systems and network services.