When investigating why iQSonar was unable to connect to certain target hosts or applications, there are multiple reasons certain targets might not be scanned. These include reasons such as:
- Invalid credentaials
- No credentials available
- Target is on an exclusion list
- Target is in a credential cooldown phase (Note: this appears as a distinct reason in the query output with Gwyn R1 which is in development at time of writing. In earlier releases these targets will simply appear as queued for a rescan.)
- A target defined by hostname cannot be resolved in DNS
- A target IP is detected as running a desktop version of Windows (these targets are not scanned by default).
Use the following query to get a list of targets that were not successfully scanned, and the reported reason:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
SELECT Target , Hostname as ScanningServer , Outcome , State , Description , [IP Range] , TargetType FROM history.v_ScanHistoryStatusForTarget WHERE State != 'Success' |
...