Web Server Information
- 19 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Web Server Information
- Updated on 19 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
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 Ports (required, comma separated, default: 443) - Specify the ports 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
Note:
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.
- When this is enabled this 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 SSL 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:
- When this is enabled this 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.
Was this article helpful?