Collect LogonBox logs
This document explains how to ingest LogonBox logs to Google Security Operations using Bindplane.
LogonBox is a self-service password management and identity verification platform. It generates audit logs for password resets, identity verification events, and admin actions. The parser maps LogonBox audit data to the Unified Data Model (UDM), capturing user identity, authentication events, resource modifications, and group management operations.
Before you begin
Make sure you have the following prerequisites:
- A Google SecOps instance
- Windows Server 2016 or later, or Linux host with
systemd - Network connectivity between the Bindplane agent and the LogonBox server
- If running behind a proxy, ensure firewall ports are open per the Bindplane agent requirements
- Privileged access to the LogonBox administration console
Get Google SecOps ingestion authentication file
- Sign in to the Google SecOps console.
- Go to SIEM Settings > Collection Agents.
Download the Ingestion Authentication File. Save the file securely on the system where Bindplane will be installed.
Get Google SecOps customer ID
- Sign in to the Google SecOps console.
- Go to SIEM Settings > Profile.
Copy and save the Customer ID from the Organization Details section.
Install the Bindplane agent
Install the Bindplane agent on your Windows or Linux operating system according to the following instructions.
Windows installation
- Open Command Prompt or PowerShell as an administrator.
Run the following command:
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quietWait for the installation to complete.
Verify the installation by running:
sc query observiq-otel-collector
The service should show as RUNNING.
Linux installation
- Open a terminal with root or sudo privileges.
Run the following command:
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.shWait for the installation to complete.
Verify the installation by running:
sudo systemctl status observiq-otel-collector
The service should show as active (running).
Additional installation resources
For additional installation options and troubleshooting, see Bindplane agent installation guide.
Configure the Bindplane agent to ingest syslog and send to Google SecOps
Locate the configuration file
Linux:
sudo systemctl status observiq-otel-collectorWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
Edit the configuration file
Replace the entire contents of
config.yamlwith the following configuration:receivers: udplog: listen_address: "0.0.0.0:514" exporters: chronicle/logonbox: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: LOGONBOX raw_log_field: body service: pipelines: logs/logonbox: receivers: - udplog exporters: - chronicle/logonbox
Configuration parameters
Replace the following placeholders:
Receiver configuration:
udplog: The receiver type based on protocol:udplogfor UDP syslogtcplogfor TCP syslogsyslogfor RFC 3164/5424 syslog
0.0.0.0: IP address to listen on:0.0.0.0to listen on all interfaces (recommended)- Specific IP address to listen on one interface
514: Port number to listen on (for example,514,1514,6514)
Exporter configuration:
<customer_id>: Customer ID from the earlier stepmalachiteingestion-pa.googleapis.com: Regional endpoint URL:- US:
malachiteingestion-pa.googleapis.com - Europe:
europe-malachiteingestion-pa.googleapis.com - Asia:
asia-southeast1-malachiteingestion-pa.googleapis.com - See Regional Endpoints for complete list
- US:
- Adjust the
creds_file_pathdepending on the platform:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
Save the configuration file
- After editing, save the file:
- Linux: Press
Ctrl+O, thenEnter, thenCtrl+X - Windows: Click File > Save
- Linux: Press
Restart the Bindplane agent to apply the changes
To restart the Bindplane agent in Linux:
Run the following command:
sudo systemctl restart observiq-otel-collectorVerify the service is running:
sudo systemctl status observiq-otel-collectorCheck logs for errors:
sudo journalctl -u observiq-otel-collector -f
To restart the Bindplane agent in Windows:
Choose one of the following options:
- Command Prompt or PowerShell as administrator:
net stop observiq-otel-collector && net start observiq-otel-collector- Services console:
- Press
Win+R, typeservices.msc, and press Enter. - Locate observIQ OpenTelemetry Collector.
- Right-click and select Restart.
- Press
Verify the service is running:
sc query observiq-otel-collectorCheck logs for errors:
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
Configure LogonBox syslog forwarding
- Sign in to the LogonBox administration console as an administrator.
- Navigate to Reports > Audit Log.
- Configure the syslog export settings:
- Syslog Server: Enter the IP address of the Bindplane agent host (for example,
192.168.1.100). - Port: Enter
514(must match the Bindplane receiver port). - Protocol: Select UDP (must match the Bindplane receiver type).
- Syslog Server: Enter the IP address of the Bindplane agent host (for example,
- Select the event categories to forward (for example, password resets, identity verifications, user and group management).
- Click Save.
UDM mapping table
| Log Field | UDM Mapping | Logic |
|---|---|---|
| additional.fields | Merged from attr_associatedPrincipals_label, sAMAccountName_label, attr_local_label, msDS-PrincipalName_label, attr_realmType_label, attr_selfCreated_label, attr_administrative_label based on conditions | |
| attr_principalDesc, desc | metadata.description | Value from attr_principalDesc if product_event_type matches changePassword|SessionService, else from attr_principalDesc if not empty, else from desc |
| event_type | metadata.event_type | Value copied directly from event_type after conditional logic sets it based on product_event_type and presence flags |
| product_event_type | metadata.product_event_type | Value copied directly |
| metadata.product_name | Set to "LogonBox" | |
| metadata.vendor_name | Set to "LOGONBOX" | |
| network.application_protocol | Set to "DNS" if product_event_type matches AnswerService and conditions met | |
| dns_answer | network.dns.answers | Merged from dns_answer |
| dns_question | network.dns.questions | Merged from dns_question |
| attr_userAgent, attr_userAgentVersion | network.http.parsed_user_agent | Concatenated from attr_userAgent and attr_userAgentVersion if both present, else from attr_userAgent, then converted to parseduseragent and renamed |
| attr_userAgent, attr_userAgentVersion | network.http.user_agent | Concatenated from attr_userAgent and attr_userAgentVersion if both present, else from attr_userAgent |
| hostname | principal.asset.hostname | Value copied directly |
| attr_ipAddress | principal.asset.ip | Value copied directly |
| hostname | principal.hostname | Value copied directly |
| attr_ipAddress | principal.ip | Value copied directly |
| attr_os | principal.platform | Uppercased and set if matches (?i)LINUX|MAC|WINDOWS |
| attr_osVersion | principal.platform_version | Value copied directly if not matches (?i)unknown |
| attr_principalRealm_label, attr_unassignedRoles_label, attr_assignedRoles_label, attr_oldResourceName_label, attr_roles_label, attr_resumedPrincipalName_label, attr_resumedPrincipalRealm_label, attr_resumedPrincipal_label, attr_module_label, reconcile_map_label, users_map_label, groups_map_label, createUser_map_label, user_map_label, mobile_map_label | principal.resource.attribute.labels | Merged from various labels created from attr_principalRealm, attr_unassignedRoles, attr_assignedRoles, attr_oldResourceName, attr_roles, attr_resumedPrincipalName, attr_resumedPrincipalRealm, attr_resumedPrincipal, attr_module, and maps from reconcile, users, groups, createUser, user, mobile based on conditions |
| attr_resourceName | principal.resource.name | Value copied directly |
| attr_resourceId | principal.resource.product_object_id | Value copied directly |
| principal.user.email_addresses | Merged if mail is valid email | |
| ImmutableID, attr_uuid | principal.user.product_object_id | Value from ImmutableID if product_event_type matches changePassword|userUpdated|userCreated|setPassword|answer|accountUnlockNoSuspension, else from attr_uuid |
| attr_scheme | principal.user.role_name | Value copied directly |
| attr_principalDesc | principal.user.user_display_name | Value copied directly if product_event_type matches changePassword|SessionService |
| attr_principalName | principal.user.userid | Value copied directly |
| authy_code_length_label, authy_window_length_label, authy_step_size_label, msauthenticator_code_length_label, msauthenticator_window_length_label, msauthenticator_step_size_label, googleUser_code_length_label, googleUser_window_length_label, googleUser_step_size_label | security_result.detection_fields | Merged from labels created from authy.code.length, authy.window.length, authy.step.size, msauthenticator.code.length, msauthenticator.window.length, msauthenticator.step.size, googleUser.code.length, googleUser.window.length, googleUser.step.size if present |
| cn | target.resource.attribute.labels | Merged from full_name_label created from cn, and attr_disabledRealm_label from attr_disabledRealm |
| attr_lastModified | target.resource.attribute.last_update_time | Date parsed from attr_lastModified using ISO8601 or d MMM yyyy HH:mm:ss |
| attr_created | target.resource.attribute.creation_time | Date parsed from attr_created using ISO8601 or d MMM yyyy HH:mm:ss |
| givenName | target.user.first_name | Value copied directly |
| ou | target.user.group_identifiers | Merged from ou if product_event_type matches userUpdated|userCreated|changePassword|setPassword|answer|accountUnlockNoSuspension |
| sn | target.user.last_name | Value copied directly |
| attr_uuid, attr_disabledPrincipal | target.user.product_object_id | Value from attr_uuid if product_event_type matches userUpdated|userCreated|changePassword|setPassword|answer|accountUnlockNoSuspension or groupCreated|groupUpdated or attr_group or group, else from attr_disabledPrincipal if accountDisabled |
| displayName, description | target.user.user_display_name | Value from displayName if not empty, else from description if product_event_type matches userUpdated|userCreated|changePassword|setPassword|answer|accountUnlockNoSuspension |
| userPrincipalName, attr_user, attr_associatedPrincipals, attr_disabledPrincipalName | target.user.userid | Value from userPrincipalName if product_event_type matches userUpdated|userCreated|changePassword|setPassword|answer|accountUnlockNoSuspension, else attr_user if not set, else attr_associatedPrincipals if groupCreated|groupUpdated or attr_group, else attr_user if group, else attr_disabledPrincipalName if accountDisabled |
| attr_group | target.group.group_display_name | Value copied directly if product_event_type matches groupCreated|groupUpdated or attr_group present |
| attr_uuid | target.group.product_object_id | Value copied directly if product_event_type matches groupCreated|groupUpdated or attr_group present |
Need more help? Get answers from Community members and Google SecOps professionals.