Goal: Enumerate users, roles, permissions, audit trail, login/logout events Interface: Workbench
CTRL+LNote: No alarm data — security posture and access control only
station:|slot:/Services/UserService|bql:select * from user:User
station:|slot:/Services/UserService|bql:select name as 'Username', displayName as 'Display Name', enabled as 'Enabled', roles as 'Roles' from user:User
station:|slot:/Services/UserService|bql:select name, displayName, roles from user:User where enabled = true
station:|slot:/Services/UserService|bql:select name, displayName, enabled from user:User where enabled = false
station:|slot:/Services/UserService|bql:select count(name) as 'Total Users' from user:User|cell:0,0
station:|slot:/Services/UserService|bql:select * from user:UserRole
station:|slot:/Services/UserService|bql:select name, displayName, permissions from user:UserRole
history:/[stationName]/AuditHistory|bql:select *
station:|history:/[stationName]/SecurityHistory?period=last7Days|bql:select timestamp.toDateString as 'Date', timestamp.toTimeString as 'Time', operation as 'Operation', userName as 'User' where operation like 'Login' or operation like 'Logout'
history:/[stationName]/AuditHistory|bql:select * where operation like 'Invoked'
history:/[stationName]/AuditHistory|bql:select timestamp as 'Time', userName as 'User', operation as 'Op', target as 'Target', value as 'Value' where operation like 'Invoked'
history:/[stationName]/AuditHistory|bql:select timestamp, operation, target, value where userName = 'admin'
history:/[stationName]/AuditHistory|bql:select timestamp, userName, operation, target, value where operation like 'Modified'
history:/[stationName]/AuditHistory|bql:select timestamp, userName, value where operation like 'Invoked' and target like '/Drivers/BacnetNetwork*'
history:/[stationName]/AuditHistory|bql:select timestamp, userName, operation, target where timestamp >= AbsTime '2024-01-01T00:00:00.000-0' and timestamp <= AbsTime '2024-12-31T23:59:59.000-0'
station:|slot:/Services/SecurityService|bql:select * from baja:Component
station:|slot:/Services|bql:select * from baja:Component where name like '*Certificate*' or name like '*Tls*' or name like '*Ssl*'
station:|slot:/Services|bql:select name, displayName, status from baja:Component where name like '*Web*' or name like '*Http*' or name like '*Fox*'
station:|slot:/Services/FoxService|bql:select * from baja:Component