![]() |
rpc.portmap dump |
|
|
|
| FAQ | |||
|
|
SummarySomebody, possibly an intruder, is listing all the RPC programs available on your system. This is a common reconnaisance technique, but is also part of standard network management.
Details
RPC is a common UNIX platform for writing client/server applications. It is very popular, especially on Sun servers. It's popularity means that there are both numerous services based upon RPC as well as numerous exploits for these services. RPC, especially the "portmapper" service running at port 111 are extremely dangerous to leave exposed to the Internet.
Defense
If you can, turn off RPC services altogether. If not, put a firewall in front of the system that blocks external access to these services.
Further details
UNIX comes with a standard way of doing a portmapper dump. Execute the following command against a system:
rpcinfo -p 192.0.2.1Where "192.0.2.1" is the system you want to scan.
| more information |
|
Version appeared: