HIRS/tools/tcg_eventlog_tool
Cyrus e819dad52b This commit sets up the suppression filter file. The locations previous
established have been removed.  The configuration is the root directory
2024-02-05 10:50:12 -05:00
..
config/spotbugs This commit sets up the suppression filter file. The locations previous 2024-02-05 10:50:12 -05:00
gradle/wrapper added VERSION file to /opt/hirs 2024-01-16 18:28:40 -05:00
scripts updated with package for tcg_rim_tool [no ci] 2023-03-17 14:47:10 -04:00
src/main/java/hirs/tcg_eventlog Missed a change 2023-12-20 14:03:56 -05:00
build.gradle New branch because there seemed to be issues with the previous branch 2024-02-02 08:07:08 -05:00
gradlew added a eventcheck script to check and event log against a signed RIM 2020-05-27 17:31:15 -04:00
gradlew.bat added a gradlew.bat for bulding the tcg_event_log on windows 2020-07-23 10:59:46 -04:00
README.md Update README.md 2022-04-05 15:36:10 -04:00
VERSION added a eventcheck script to check and event log against a signed RIM 2020-05-27 17:31:15 -04:00

To support the PC Client RIM Specification which utilizes the TPM Event Log as a Support RIM type , it was useful to have a tool for inspecting the contents of the TPM event log. A Linux command line tool named "elt" (event log tool) has been created to parse and print human readable output, provide hexidecimal events which can be used as test patterns, and to compare event logs for providing details on what events miscompared.

Note that a TCG Event Log will only be populated on a given device if the device:

  1. Utilizes TCG compliant UEFI Firmware.
  2. Has a TPM 1.2 or 2.0 that has been activated prior to the current boot.
  3. Has a TCG aware OS (Most flavors of Linux and Windows 10).

The default locations for the TCG Event Log are:

  • Windows: C:\Windows\Logs\MeasuredBoot\
  • Linux: /sys/kernel/security/tpm0/ with a default name of "binary_bios_measurements"

Building

Linux

To build this tool navigate to the tcg_eventlog-tool directory and use the following command:

./gradlew clean build

Windows 10

Several options exist for building on Windows 10:

  1. Windows command shell (CMD.exe):
    • Navigate to the tcg_eventlog_tool folder and run the widows gradle wrapper:

    gradlew.bat clean build

  2. Windows powershell with Windows Subsystem for Linux enabled.
    • Navigate to the tcg_eventlog_tool folder and run the Linux gradle wrapper:

    ./gradlew clean build

In both cases the tcg_eventlog_tool-X.X.jar file should have been placed in the build\libs\tools\ (Windows) or build/libs/tools/ (Linux) folder.

Packaging

Currenty only a install file for Linux RPM is supported.

To create an RPM on a linux device use the following command in the same directory:

./gradlew buildRPM

Installing

Currenty only a install package for Linux is supported.

To install this tool use the following commmand from the same directory:

sudo yum localinstall build/distributions/tcg_eventlog_tool*.rpm

Usage

Linux

The tcg_eventlog_tool installation package provides an elt command. The elt command has various command line options to view all event , specific events, or to display expected PCRs.

Current options for the tool can be found using the -h option:

elt -h

With No FILE the default event log path (e.g. /sys/kernel/security/tpm0/binary_bios_measurements on Linux) is used. Note admin privileges are required for accessing the default path in Linux.

All OPTIONS must be separated by a space delimiter, no concatenation of OPTIONS is currently supported.

An example output for the tcg_eventlog_tool filtering on event 1 would be:

elt -f ~/TpmLog.bin -e 1

Windows

Currently there is not a install package for the tcg_eventlog_tool for windows. it can be invoked usinng java:

To run the tcg_eventlog_tool from the a command shell:

navigate to the tcg_eventlog_tool folder invoke using java -jar option to the tcg_eventlog_tool jar file with options:

java -jar build\libs\tools\tcg_eventlog_tool-1.0.jar -h

another example:

java -jar build\libs\tools\tcg_eventlog_tool-1.0.jar -f C:\Windows\Logs\MeasuredBoot\0000000059-0000000000.log -e