Where to get the Audit Logs for MetaDefender Sandbox?
Approach 1: Access via UI
One of the ways to view the information of the users accessing the Sandbox is through the UI with the Audit Logger.
Location: https://[SANDBOX_HOST]/admin/audit-logger/auth

The information can be located here at the AUDIT LOGGER tabs from the Admin Panels section. With the information as many such as user logs in, user logs out, user inputs the wrong information.
Approach 2: Access with log files
Another location that can be viewed with the information above is the log files that represent this information.
This folder might require higher privileged access, Please use the required privileges to access the folder.

From here, you can see the file access.log, which contains all the information about the logins and logouts

Location of the file

One of the specific command lines to help find a specific request is the grep command:

The command will fetch specific lines as follows:

The other commands to help with finding specific signout requests will be as follows:

The command will fetch specific lines as follows:

Please note that the access logs will only show the information of the Api access information.
If Further Assistance is required, please proceed to log a support case or chatting with our support engineer.