Com Laude
Com Laude is a domain name registrar, providing domain name management services.
Use Cases the Adapter Solves
- Domain Portfolio Visibility: Maintain a complete, up-to-date inventory of all registered domains managed through Com Laude, enabling security teams to identify unmanaged or expiring domains before they become a risk.
- User Access Auditing: Discover all user accounts with access to the Com Laude domain management platform, enabling review of access rights and identification of dormant or unauthorized accounts.
- DNS Security Posture Assessment: Inventory DNS resource records and zone configurations across managed domains to identify misconfigurations, DNSSEC status, and registry lock settings.
Asset Types Fetched
- Devices
- URLs
- Users
Data Retrieved through the Adapter
URLs (Domains)
- Name, IDN Name, TLD, Management Status, Management Type, Expires At, Registered At, DNSSEC
Devices (Resource Records)
- Name, Type, TTL, Value, Zone
Users
- Display Name, Username, Email, Group ID, Roles, Active, Last Logged In At
Before You Begin
Required Ports
Axonius must be able to communicate with the value supplied in Host Name or IP Address via the following ports:
- TCP port 80/443 (HTTPS)
Authentication Methods
The Com Laude adapter authenticates using a combination of user credentials and an API key. Axonius sends the username, password, and API key to the Com Laude login endpoint to obtain a Bearer token, which is then used for all subsequent API requests.
APIs
Axonius uses the Com Laude API. The following endpoints are called:
POST /api_login- Authenticate with username, password, and API key; returns a Bearer access tokenGET /profile- Retrieve the group ID for the authenticated userGET /groups/{groupId}/domains- Fetch domain records (URLs)GET /groups/{groupId}/domains/zones/records- Fetch DNS resource records (Devices)GET /groups/{groupId}/users- Fetch user accounts (Users)
Required Permissions
The value supplied in User Name must have Read permissions in order to fetch assets.
The value supplied in API Key must be associated with credentials that have Read permissions in order to fetch assets.
Please consult your Com Laude administrator for the exact roles and permissions required for API access.
Supported From Version
Supported from Axonius version 6.0
Setting Up Com Laude to Work with Axonius
Please consult your Com Laude administrator or Com Laude support for instructions on generating API credentials for integration purposes.
Connecting the Adapter in Axonius
Navigate to the Adapters page, search for Com Laude, and click on the adapter tile.
Click Add Connection.
To connect the adapter in Axonius, provide the following parameters:
Required Parameters
- Host Name or IP Address - The base domain for the Com Laude API, including the http:// or https:// prefix. Do not add specific endpoints after the domain. Example:
https://api.comlaude.com - User Name - The username for a Com Laude user account that has the Required Permissions to fetch assets.
- Password - The password for the user account supplied in User Name.
- API Key - An API key associated with the user account supplied in User Name that has the Required Permissions to fetch assets.
- Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
Optional Parameters
- HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.
- HTTPS Proxy User Name - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.
- HTTPS Proxy Password - The password to use when connecting to the server using the HTTPS Proxy.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
