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

Latest commit

 

History

History
16 lines (13 loc) · 1.42 KB

ScanTemplateAssetDiscovery.md

File metadata and controls

16 lines (13 loc) · 1.42 KB

Rapid7VmConsole::ScanTemplateAssetDiscovery

Properties

Name Type Description Notes
collect_whois_information BOOLEAN Whether to query Whois during discovery. Defaults to `false`. [optional]
fingerprint_minimum_certainty Float The minimum certainty required for a fingerprint to be considered valid during a scan. Defaults to `0.16`. [optional]
fingerprint_retries Integer The number of fingerprinting attempts made to determine the operating system fingerprint. Defaults to `4`. [optional]
ip_fingerprinting_enabled BOOLEAN Whether to fingerprint TCP/IP stacks for hardware, operating system and software information. [optional]
send_arp_pings BOOLEAN Whether ARP pings are sent during asset discovery. Defaults to `true`. [optional]
send_icmp_pings BOOLEAN Whether ICMP pings are sent during asset discovery. Defaults to `false`. [optional]
tcp_ports Array<Integer> TCP ports to send packets and perform discovery. Defaults to no ports. [optional]
treat_tcp_reset_as_asset BOOLEAN Whether TCP reset responses are treated as live assets. Defaults to `true`. [optional]
udp_ports Array<Integer> UDP ports to send packets and perform discovery. Defaults to no ports. [optional]