Bold Security

Bold Security is an endpoint security platform that provides device inventory, agent status monitoring, and browser extension protection for enrolled organizational endpoints.

Use Cases the Adapter Solves

  • Endpoint Visibility: Gain comprehensive visibility into all enrolled organizational endpoints, including their agent deployment status and browser extension protection coverage.
  • Agent Health Monitoring: Identify devices with disabled agents, agents requiring upgrades, or inactive agents to maintain the endpoint security posture.
  • Browser Extension Compliance: Monitor browser extension deployment and status to ensure consistent security controls across organizational endpoints.

Asset Types Fetched

  • Devices

Data Retrieved through the Adapter

Devices

  • Hostname, Operating System, Agent Version
  • Agent Status, Extension Version, Last Seen

Before You Begin

Required Ports

  • TCP port 443 (HTTPS)

Authentication Methods

API Key and Tenant ID Authentication

The adapter authenticates using an API key and tenant ID to obtain a session JWT token via the /auth/exchange endpoint. This token is then used to authenticate subsequent API requests for device data.

APIs

Axonius uses the Bold Security API. The following endpoints are called:

  • GET /auth/exchange - Exchanges API key credentials for a session JWT token
  • GET /v1/devices - Retrieves device inventory information

Required Permissions

Note: The exact permission names should be confirmed with your Bold Security administrator or Bold Security support, as the API documentation is not publicly available.

Supported From Version

Supported from Axonius version 7.58

Connecting the Adapter in Axonius

Navigate to the Adapters page, search for Bold Security, and click on the adapter tile.

Click Add Connection.

To connect the adapter in Axonius, provide the following parameters:

Required Parameters

  1. Host Name or IP Address - Base domain for the API, should contain a prefix of http:// or https://. Do not add any specific endpoints after the domain. Example: https://api.boldsecurity.com
  2. API Key - The API key generated from the Bold Security admin console for authentication.
  3. Tenant ID - Your Bold Security tenant identifier.
Bold Security

Optional Parameters

  1. 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.
  2. HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.
  3. 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.
  4. 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.