From 64e661e23ab2f5c038e4d93df4f98431c059999d Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Wed, 21 Feb 2024 09:07:00 -0600 Subject: [PATCH] anna additional changes `lab3-auditing_the_system.md` --- docs/labs/security/lab3-auditing_the_system.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/labs/security/lab3-auditing_the_system.md b/docs/labs/security/lab3-auditing_the_system.md index a74ead9d4c..ec5c952196 100644 --- a/docs/labs/security/lab3-auditing_the_system.md +++ b/docs/labs/security/lab3-auditing_the_system.md @@ -17,7 +17,7 @@ Estimated time to complete this lab: 90 minutes ## A simple home grown integrity checker -Before we begin to install and configure Tripwire, we create a sample script that performs a similar function. This script will help in gaining a better understanding of how Tripwire and similar tools function. +Before installing and configuring Tripwire, we create a sample script that performs a similar function. This script will help in gaining a better understanding of how Tripwire and similar tools function. The script relies heavily on the md5sum program. The md5sum program is used to compute a 128-bit checksum (or "fingerprint") for a specified FILE. @@ -399,7 +399,7 @@ OPTIONS ### To configure Tripwire -Configuring Tripwire involves (if needed) customizing the Tripwire configuration file, customizing the policy file, and then running the configuration script. The script will prompt you for a passphrase that will be used to sign/protect the configuration file, the policy file and the database file. +Configuring Tripwire involves (if needed) customizing the Tripwire configuration file, the policy file, and then running the configuration script. The script will prompt you for a passphrase that will be used to sign/protect the configuration file, the policy file and the database file. 1. Change your pwd to Tripwire’s working directory: Type: @@ -532,7 +532,7 @@ Running Tripwire in this mode (integrity check mode) compares the current file s Tripwire’s report files, are a collection of rule violations discovered during an integrity check. -There are several methods of viewing the Tripwire report file. You could have been viewing it whilst the integrity check was running, you could view it in the form of an e-mail automatically sent to you or you could view it using the “twprint” command provided with the Tripwire package. +There are several methods of viewing the Tripwire report file. You could have been viewing it while the integrity check was running, you could view it in the form of an e-mail automatically sent to you, or you could view it using the “twprint” command provided with the Tripwire package. !!! note