1TWINTRO(8) System Manager's Manual TWINTRO(8)
2
3
4
6 twintro - introduction to Tripwire software
7
9 Tripwire 2.4 is a file integrity assessment tool for UNIX-like systems.
10 Rather than preventing an intruder or virus from attacking system
11 files, Tripwire detects intrusions when they do occur. By comparing
12 system files and directories against a previously stored "baseline"
13 database, Tripwire finds any additions, deletions, or changes to speci‐
14 fied properties. This allows the system administrator to determine the
15 extent of the problem and begin necessary damage control.
16
17 After Tripwire is installed on a system, the following four commands
18 are used:
19
20 tripwire(8) is used for most of the basic operations of the soft‐
21 ware. This includes creation of the Tripwire database, and
22 checking the integrity of the filesystem against that data‐
23 base.
24
25 twadmin(8) is used to create, encode, and sign Tripwire policy, con‐
26 figuration, and key files, and for various administrative
27 functions.
28
29 twprint(8) prints Tripwire database and report files in a plain text
30 format.
31
32 siggen(8) is a file utility that displays hash values for files.
33
34 In addition to the command references listed above, the following three
35 man pages provide information on important components of the Tripwire
36 package.
37
38 twfiles(5) provides an overview of the various files created and
39 used by Tripwire, including default locations and settings.
40
41 twconfig(4) explains the configuration file, which is used to set
42 system-specific information that affects Tripwire operation.
43
44 twpolicy(4) explains the policy file, which specifies the files and
45 directories Tripwire should check, and how they should be
46 scanned.
47
48 Using the ‐‐help flag with any Tripwire command (e.g. tripwire ‐‐help)
49 will print a short summary of the command modes for that command. If a
50 mode selector is also specified (e.g. tripwire ‐‐check ‐‐help), a mode‐
51 specific usage message will be displayed. Using the all argument with
52 the --help flag (e.g. tripwire ‐‐help all) will print detailed usage
53 messages for all modes of the specified command.
54
56 This man page describes Tripwire 2.4.
57
59 Tripwire, Inc.
60
62 Permission is granted to make and distribute verbatim copies of this
63 man page provided the copyright notice and this permission notice are
64 preserved on all copies.
65
66 Permission is granted to copy and distribute modified versions of this
67 man page under the conditions for verbatim copying, provided that the
68 entire resulting derived work is distributed under the terms of a per‐
69 mission notice identical to this one.
70
71 Permission is granted to copy and distribute translations of this man
72 page into another language, under the above conditions for modified
73 versions, except that this permission notice may be stated in a trans‐
74 lation approved by Tripwire, Inc.
75
76 Copyright 2000-2018 Tripwire, Inc. Tripwire is a registered trademark
77 of Tripwire, Inc. in the United States and other countries. All rights
78 reserved.
79
81 tripwire(8), twadmin(8), twprint(8), siggen(8), twconfig(4), twpol‐
82 icy(4), twfiles(5)
83
84 The Design and Implementation of Tripwire: A UNIX File Integrity
85 CheckerbyGeneKimandEugeneSpafford.PurdueTechnicalReportCSD-TR-93-071.
86
87
88
89Open Source Tripwire 2.4 04 Jan 2018 TWINTRO(8)