Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 2.94 KB

ScanTemplate.md

File metadata and controls

25 lines (22 loc) · 2.94 KB

Rapid7VmConsole::ScanTemplate

Properties

Name Type Description Notes
checks ScanTemplateVulnerabilityChecks Settings for which vulnerability checks to run during a scan. <br/> The rules for inclusion of checks is as follows: <ul> <li>Enabled checks by category and by check type are included</li> <li>Disabled checks in by category and by check type are removed</li> <li>Enabled checks in by individual check are added (even if they are disabled in by category or check type)</li> <li>Disabled checks in by individual check are removed</li> <li>If unsafe is disabled, unsafe checks are removed</li> <li>If potential is disabled, potential checks are removed</li> <ul> [optional]
database ScanTemplateDatabase Settings for discovery databases. [optional]
description String A verbose description of the scan template.. [optional]
discovery ScanTemplateDiscovery Discovery settings used during a scan. [optional]
discovery_only BOOLEAN Whether only discovery is performed during a scan. [optional]
enable_windows_services BOOLEAN Whether Windows services are enabled during a scan. Windows services will be temporarily reconfigured when this option is selected. Original settings will be restored after the scan completes, unless it is interrupted. [optional]
enhanced_logging BOOLEAN Whether enhanced logging is gathered during scanning. Collection of enhanced logs may greatly increase the disk space used by a scan. [optional]
id String The identifier of the scan template [optional]
links Array<Link> Hypermedia links to corresponding or related resources. [optional]
max_parallel_assets Integer The maximum number of assets scanned simultaneously per scan engine during a scan. [optional]
max_scan_processes Integer The maximum number of scan processes simultaneously allowed against each asset during a scan. [optional]
name String A concise name for the scan template. [optional]
policy Policy Policy configuration settings used during a scan. [optional]
policy_enabled BOOLEAN Whether policy assessment is performed during a scan. [optional]
telnet Telnet Settings for interacting with the Telnet protocol. [optional]
vulnerability_enabled BOOLEAN Whether vulnerability assessment is performed during a scan. [optional]
web ScanTemplateWebSpider Web spider settings used during a scan. [optional]
web_enabled BOOLEAN Whether web spidering and assessment are performed during a scan. [optional]