- 07 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Using the Secure Auditing Verification Tool
- Mis à jour le 07 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Secure auditing output can be verified using the Secure Auditing Verification Tool. This tool scans the secure auditing output and verifies that all the entries are in the correct order, and that nothing has been removed or added. You can optionally specify a trace file to write any secure auditing lines that fail the verification.
The Secure Auditing Verification Tool is a command-line utility that is installed with OneSpan Authentication Server.
To verify audit data with the Secure Auditing Verification Tool
- Open a Windows Command Prompt window.
- Change to the OneSpan Authentication Server binary folder.
Run the following command:
auditvt -cert certname -audit_file auditfilename -trace_file tracefilename
where:
- certname is the absolute path of the audit master public keypair, in PEM format.
- auditfilename is the absolute path of the secure auditing output file that you want to verify.
- tracefilename is a file to write any secure auditing file entries that don't pass verification. This parameter is optional.
If you are using a Thales ProtectServer hardware security module (HSM), export the certificate file (see Secure auditing with Thales ProtectServer).
If you are not using an HSM, you can use the auditmaster.cer certificate file. This file is located in the following folder:
/etc/vasco/ias (Linux)
%PROGRAMFILES%\VASCO\IDENTIKEY Authentication Server\bin (Windows)
The Secure Auditing Verification Tool will scan the specified file and produce results similar to those shown in the example below. The overall status of the file is shown at the end of the messages. In this case the status is Passed.
Secure Auditing Verification Tool output
===[ Verification Summary ]==============================
Successfully verified epoch headers : 0
Successfully verified epoch footers : 0
Successfully verified audit messages: 0
Non-secure audit messages found : 5
Secure audit failures : 0
Secure audit warnings : 0
Secure audit messages checked : 5
=========================================================
Verification: Passed