TEAM: Huntress Managed Security Information and Event Management (SIEM)
PRODUCT: SIEM
ENVIRONMENT: REST API
SUMMARY: Configuration Guide for Bitwarden Password Manager
Vendor Information
Vendor |
Bitwarden |
---|---|
Supported Model Name/Number |
Password Manager |
Supported Software Version(s) |
N/A |
Collection Method |
REST API |
Provider Name |
Bitwarden |
Additional Information |
Device Configuration Checklist
Bitwarden Portal Steps
- Log into the Bitwarden web app
- Open the Admin Console using the product switcher button in the bottom left
- Navigate to your organization's Settings -> Organization Info screen
- Click the View API key button
- Make note of the client_id and client_secret values. These will be used in the Huntress Portal configuration steps below.
Note: Treat the client_id and client_secret values as sensitive information. Do not share these values in insecure locations.
Huntress Portal Steps
- Open the Huntress Portal
- Click on SIEM on the left navigation menu
- Click Source Management
- Click Add Source
- Choose Bitwarden
- Click Add on the right side of the screen
- Set the configuration details
- Select the appropriate Organization from the drop down menu
- Enter a unique Name for the Bitwarden source
- (Optional) Enter a description for the source
- Enter the client_id value from the Bitwarden Portal steps
- Enter the client_secret value from the Bitwarden Portal steps
- Click Save
Example Log Messages
User Logon
{
"object": "list",
"data": [
{
"object": "event",
"type": 1000,
"itemId": "string",
"collectionId": "string",
"groupId": "string",
"policyId": "string",
"memberId": "string",
"actingUserId": "string",
"date": "2020-11-04T15:01:21.698Z",
"device": 0,
"ipAddress": "xxx.xx.xxx.x"
}
],
"continuationToken": "string"
}