Remote Procedure Call (RPC) is a method for creating low level client server applications across different system architectures. It requires an RPC compliant client listening on a network port. The supporting package is rpcbind." If RPC is not required, it is recommended that this services be removed to reduce the remote attack surface.
Solution
Run the following command to remove rpcbind : # apt purge rpcbind