Discovery fails with error TrustedHosts on MID server host does not include the target hostIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms During the classification phase, we can see the error "TrustedHosts on MID server host does not include the target host, FQDN cannot be determined via reverse DNS lookup and connecting to target IP address failed. " The Input payload will be like the below screenshot, exhibiting the error. Release All releases (subject to customer's environment) Cause The reason for such behaviour is because Reverse DNS is disabled. If we take an example of the discovery process, here is what happens - The mid server tries to Establish a PowerShell session that is ready to authenticate to the remote host. Check that the WinRM service is listening on the remote host.Get the list of TrustedHosts on a local machine. 1) If the list is retrievable, and the remote host is in the list, then nothing else needs to be done. 2) If list retrieval fails (usually due to "access denied" when SYSTEM account doesn't have permissions to enumerate the list) Check that MID host is on a domain. 1)If true, then attempt to reverse DNS lookup of target IP to get FQDN 2)If the reverse lookup is successful, then set the result as the target host. Nothing else needs to be done. Resolution The below steps can be followed in order to solve the problem and obtain temporary relief. IMP Note: The solution below is for providing temporary relief and may become a maintenance overhead if the no of IPs or the FQDNs is high in number. On the MID server host, navigate to c:\Windows\System32\Drivers\etc\hosts.Open the hosts file and add the details of the IP and the FQDN so that it acts as a reference that looking up to the reverse DNS. Once you add the details, it looks like the below.Save the file and perform Discovery.