- 29 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Web Server Information
- Updated on 29 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
The Web Server Information adapter provides information about the web server for a given website domain, including the server type, version and operating system, content management system name and version, installed CMS plugins and versions. It can be configured with parameters such as web server domain, port number, HTTPS proxy and a JSON file with a list of domains. Advanced settings allow users to fetch data from Qualys SSL Labs to enrich device data with information about the server host endpoints and exposure to known SSL vulnerabilities.
The Web Server Information adapter provides information about the web server for a given website domain, including the server type, its version and operating system, the content management system (CMS) name and its version, the installed CMS plugins, versions and more.
Adapter Parameters
- Web Server Domain (required) - Website URL, hostname or an IP address.
- Web Server Port (required, default: 443) - Specify the port to connect to in order to fetch the web server information.
- Web server domain list - Upload a JSON file with a list of domains. This allows you to add add a large number of domains in one go. The format of the JSON file should be:
[
{
"domain": "",
"port": "",
"https_proxy": "",
"verify_ssl": ""
},
{
"domain": "",
"port": "",
"https_proxy": "",
"verify_ssl": ""
},
{
"domain": "",
"port": "",
"https_proxy": "",
"verify_ssl": ""
}
]
- HTTPS Proxy (optional, default: empty) - A proxy to use when connecting to Web Server Domain.
- If supplied, Axonius will utilize the proxy when connecting to the host defined for this connection.
- If not supplied, Axonius will connect directly to the host defined for this connection.
Configuring Web Server Information Advanced Settings
Advanced settings can either apply for all connections for this adapter, or you can set different advanced settings and/or different scheduling for a specific connection, refer to Advanced Configuration for Adapters
To configure the Web Server Information adapter advanced settings, open the Web Server Information Adapter page, click Advanced Settings, and then click the Web Server Information Configuration tab:
- Fetch data from Qualys SSL Labs (required, default: False) - Check this option to fetch data from Qualys SSL Labs.
- If enabled, all connections for this adapter will enrich device data with SSL Labs data, that includes information about the server host, its endpoints and indications on exposure to known SSL vulnerabilities, such as Heartbleed and POODLE.
- To enrich device with data from Qualys SSL Labs:
- Host name is required. If the device data does not include a host name, one of the following can be used:
- Device IP address, that must be a public IP address.
- Domain, if fetched as part of the SLL Certificate data.
- Port 443 must be opened for Axonius to use the SSL Labs API.
- Host name is required. If the device data does not include a host name, one of the following can be used:
- To enrich device with data from Qualys SSL Labs:
- If disabled, all connections for this adapter will not enrich device data with SSL Labs data.
- If enabled, all connections for this adapter will enrich device data with SSL Labs data, that includes information about the server host, its endpoints and indications on exposure to known SSL vulnerabilities, such as Heartbleed and POODLE.