Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next ยป

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
  • A target defined by hostname cannot be resolved in DNS

Use the following query to get a list of targets that were not successfully scanned, and the reported reason:

Unscanned Targets with reason
SELECT Target
     , Hostname as ScanningServer
	 , Outcome
	 , State
	 , Description
	 , [IP Range]
	 , TargetType 
FROM history.v_ScanHistoryStatusForTarget
WHERE State != 'Success'


  • No labels