Information
The MOB provides a way to explore the object model used by the VMkernel to manage the host and enables configurations to be changed as well. This interface is meant to be used primarily for debugging the vSphere SDK, but because there are no access controls it could also be used as a method to obtain information about a host being targeted for unauthorized access.
Solution
From the vSphere Client, select the ESXi Host and go to Configure >> System >> Advanced System Settings.
Click 'Edit' and select the 'Config.HostAgent.plugins.solo.enableMob' value and configure it to 'false'.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VMHost | Get-AdvancedSetting -Name Config.HostAgent.plugins.solo.enableMob | Set-AdvancedSetting -Value false