Troubleshooting Scans
Common issues and solutions for scan execution problems in DeepTraq.
Accessing Scan Diagnostics
When scans fail or encounter errors, use the Actions menu (three-dot icon) in the History tab to access diagnostic information.
Actions Menu Options
Download: Export scan results and reports for offline analysis and documentation.
Output: View detailed technical output and logs from the scan execution.
Error: Access comprehensive error information for failed scans.
Viewing Scan Output
The Output option provides access to complete technical evidence and logs generated during scan execution.
Output Modal Window
Display: Terminal-style interface showing raw scan output with formatting
Content Structure:
- Vulnerability descriptions and findings
- Error codes and HTTP responses
- Security check results
- Configuration findings
- Technical metadata
Additional Information:
- CPE (Common Platform Enumeration): Platform identifiers
- QOD (Quality of Detection): Numerical reliability score
- Technical parameters and values
Features:
- Expandable sections for better readability
- Code-style formatting with monospace font
- Collapsible vulnerability outputs
- Status indicators with checkmarks
- Raw unfiltered scan engine output
Understanding Scan Errors
For scans with "Scan Submit Error" status, the Error option provides detailed diagnostic information.
Error Modal Window
Header: "History scan errors"
Job Identifier: Unique job ID with execution timestamp
Error Information Includes:
- Error Type: Specific classification (e.g., ECONNRESET, network errors, authentication failures)
- Error Message: Human-readable description
- Scanner Information: Which scanning engine encountered the error
- Technical Details: Complete error payload with connector information, service accounts, authentication endpoints, and configuration parameters
Features:
- Expandable sections for easier navigation
- Complete technical stack trace
- Raw error logs for detailed troubleshooting
Common Scan Issues
Scan Submit Errors
Symptoms: Status shows "Scan Submit Error" with red badge
Causes:
- Network connectivity issues
- Invalid credentials or expired tokens
- Insufficient permissions
- Target hosts unreachable
- Configuration problems
Resolution Steps:
- Click three-dot menu and select "Error"
- Review error message for specific failure reason
- Check network connectivity to target hosts
- Verify credentials and permissions
- Ensure scan configuration is correct
- Re-run scan after addressing issues
Scan Not Started
Symptoms: Status shows "Scan not started" with yellow badge
Causes:
- Scan scheduled for future time
- System resource constraints
- Queue backlog
Resolution Steps:
- Check scan scheduling settings
- Verify scan is not waiting for scheduled time
- Manually trigger scan using play button
- Contact support if issue persists
Network Errors
Symptoms: ECONNRESET or network timeout errors in logs
Causes:
- Firewall blocking scan traffic
- Target hosts offline or unreachable
- Network latency or instability
- DNS resolution failures
Resolution Steps:
- Review error output for specific network errors
- Verify target hosts are online and accessible
- Check firewall rules allow scanning traffic
- Test network connectivity manually
- Verify DNS resolution for target hostnames
Authentication Failures
Symptoms: Authentication or credential errors in scan output
Causes:
- Expired or invalid credentials
- Insufficient IAM permissions
- Service account configuration issues
- API token problems
Resolution Steps:
- Check error details for authentication specifics
- Verify credentials are current and valid
- Review IAM permissions for scan requirements
- Update service account configuration
- Regenerate API tokens if needed
Incomplete Scan Results
Symptoms: Scan completes but missing expected findings
Causes:
- Partial scan execution
- Target scope too narrow
- Services not responding
- Scan timeout issues
Resolution Steps:
- Review scan output for completion status
- Check duration to ensure scan finished
- Verify all target hosts were scanned
- Expand scan timeout settings if needed
- Re-run scan with adjusted parameters
Using Diagnostic Information
For Internal Troubleshooting
Review Output Logs: Check complete scan output to understand what was scanned and any issues encountered
Analyze Error Messages: Read error details to identify root cause of failures
Check Technical Details: Review CPE, QOD, and other metadata to verify scan accuracy
Compare Historical Scans: Use previous successful scans as baseline to identify what changed
For Support Requests
Collect Error Information: Export or screenshot error details from Error modal
Include Job ID: Provide unique job identifier from error logs
Document Symptoms: Describe what you expected vs. what occurred
Attach Output Logs: Include relevant portions of scan output
Note Configuration: Share scan settings and target information
Prevention Best Practices
Regular Validation
- Test scan configurations on non-production systems first
- Verify credentials before scheduling production scans
- Check network connectivity to targets periodically
- Monitor scan history for patterns of failures
Configuration Management
- Document scan configurations and requirements
- Keep credentials updated and rotated regularly
- Review and update firewall rules as needed
- Maintain current IAM permissions
Monitoring
- Check scan status regularly in History tab
- Set up notifications for scan failures
- Review error logs promptly
- Track resolution of recurring issues