Jump to content

Open Source Tripwire: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
more sources
more sources
Line 16: Line 16:
}}
}}


'''Open Source Tripwire''' is a [[free software]] security and data [[File integrity monitoring|integrity tool]] for monitoring and alerting on specific file change(s) on a range of systems<ref name="kwaku">{{cite web |url=https://opensource.com/article/18/1/securing-linux-filesystem-tripwire |title=Securing the Linux filesystem with Tripwire |website=opensource.com |author=Michael Kwaku Aboagye |date=January 18, 2018 |access-date=January 14, 2024 |archive-url=https://web.archive.org/web/20230506040042/https://opensource.com/article/18/1/securing-linux-filesystem-tripwire |archive-date=May 6, 2023 |url-status=live}}</ref><ref name="monitor">{{cite web |url=https://www.cs.ucf.edu/~xinwenfu/Classes/91.530.202/tripwire.pdf |title=Monitor and Secure Linux System with Open Source Tripwire |publisher=University of Massachusetts Lowell |first1=Hui |last1=Li |first2=Michael |last2=McGinty |first3=Xinwen |last3=Fu |year=2012 |access-date=January 14, 2024 |archive-url=https://web.archive.org/web/20240114113411/https://www.cs.ucf.edu/~xinwenfu/Classes/91.530.202/tripwire.pdf |archive-date=January 14, 2024 |url-status=live}}</ref> originally developed by [[Gene Spafford|Eugene H. Spafford]] and Gene Kim.<ref name="spafford"/> The project is based on code originally contributed by [[Tripwire, Inc.]] in 2000.<ref>{{cite web |url=https://sourceforge.net/projects/tripwire/ |title=Open Source Tripwire on SourceForge |access-date=January 14, 2024}}</ref><ref name="bauer">{{cite journal |url=https://dl.acm.org/doi/fullHtml/10.5555/509446.509454 |title=Paranoid penguin: intrusion detection for the masses |journal=Linux Journal |first=Mick |last=Bauer |date=July 1, 2001 |access-date=January 14, 2024 |volume=2001 |issue=87 |archive-url=https://web.archive.org/web/20240114155132/https://dl.acm.org/doi/fullHtml/10.5555/509446.509454 |archive-date=January 14, 2024 |url-status=live}}</ref> It is released under the terms of [[GNU General Public License]].<ref name="license"/>
'''Open Source Tripwire''' is a [[free software]] security and data [[File integrity monitoring|integrity tool]] for monitoring and alerting on specific file change(s) on a range of systems<ref name="kwaku">{{cite web |url=https://opensource.com/article/18/1/securing-linux-filesystem-tripwire |title=Securing the Linux filesystem with Tripwire |website=opensource.com |author=Michael Kwaku Aboagye |date=January 18, 2018 |access-date=January 14, 2024 |archive-url=https://web.archive.org/web/20230506040042/https://opensource.com/article/18/1/securing-linux-filesystem-tripwire |archive-date=May 6, 2023 |url-status=live}}</ref><ref name="monitor">{{cite web |url=https://www.cs.ucf.edu/~xinwenfu/Classes/91.530.202/tripwire.pdf |title=Monitor and Secure Linux System with Open Source Tripwire |publisher=University of Massachusetts Lowell |first1=Hui |last1=Li |first2=Michael |last2=McGinty |first3=Xinwen |last3=Fu |year=2012 |access-date=January 14, 2024 |archive-url=https://web.archive.org/web/20240114113411/https://www.cs.ucf.edu/~xinwenfu/Classes/91.530.202/tripwire.pdf |archive-date=January 14, 2024 |url-status=live}}</ref> originally developed by [[Gene Spafford|Eugene H. Spafford]] and Gene Kim.<ref name="spafford"/> The project is based on code originally contributed by [[Tripwire, Inc.]] in 2000.<ref>{{cite web |url=https://sourceforge.net/projects/tripwire/ |title=Open Source Tripwire on SourceForge |access-date=January 14, 2024}}</ref><ref name="bauer">{{cite journal |url=https://dl.acm.org/doi/fullHtml/10.5555/509446.509454 |title=Paranoid penguin: intrusion detection for the masses |journal=Linux Journal |first=Mick |last=Bauer |date=July 1, 2001 |access-date=January 14, 2024 |volume=2001 |issue=87 |archive-url=https://web.archive.org/web/20240114155132/https://dl.acm.org/doi/fullHtml/10.5555/509446.509454 |archive-date=January 14, 2024 |url-status=live}}</ref> It is released under the terms of [[GNU General Public License]].<ref name="license"/><ref name="mellem">{{cite web |url=https://uia.brage.unit.no/uia-xmlui/bitstream/handle/11250/137228/master_ikt_2004_mellem.pdf?sequence=1&isAllowed=y |title=Real time Integrity Control of Operating systems |publisher=Agder University College |first1=Erik |last1=Mellem |first2=Frode |last2=Olsen |date=June 2004 |access-date=January 17, 2024}}</ref>


It works by creating a baseline [[database]], and then regularly comparing the state of the [[file system]] with the database. If it detects changes (e.g. addition or modification of some files), it includes these changes in its report, so that the security administrators could check these changes.<ref name="kwaku"/>
It works by creating a baseline [[database]], and then regularly comparing the state of the [[file system]] with the database. If it detects changes (e.g. addition or modification of some files), it includes these changes in its report, so that the security administrators could check these changes.<ref name="kwaku"/>
Line 28: Line 28:
Tripwire was written in [[C (programming language)|C]] and its design emphasized the program and database [[Software portability|portability]]. On November 2, 1992, it was released for a [[Software release life cycle#Beta|beta testing]]. In December 1993, the formal release was made after identifying and fixing several bugs. Early releases were developed in a [[Cleanroom software engineering|cleanroom style]], where Gene Kim did the development and Eugene Spafford ran the [[acceptance testing]].<ref name="spafford"/>
Tripwire was written in [[C (programming language)|C]] and its design emphasized the program and database [[Software portability|portability]]. On November 2, 1992, it was released for a [[Software release life cycle#Beta|beta testing]]. In December 1993, the formal release was made after identifying and fixing several bugs. Early releases were developed in a [[Cleanroom software engineering|cleanroom style]], where Gene Kim did the development and Eugene Spafford ran the [[acceptance testing]].<ref name="spafford"/>


The Tripwire was initially free and open-source, but it went commercial in 1997. Open Source Tripwire was released in October, 2000.<ref name="bauer"/>
The Tripwire was initially free and open-source, but it went commercial in 1997. Open Source Tripwire was released in October, 2000,<ref name="bauer"/> under the GNU General Public License.<ref name="mellem"/>


On May 4, 2015, the source code was moved from [[SourceForge]] to [[GitHub]].<ref>{{cite web |url=https://github.com/Tripwire/tripwire-open-source/commit/c8dc58df50f59e26b670240e0e0493210258acb8 |title=Initial commit of code from Sourceforge repository |access-date=January 14, 2024}}</ref>
On May 4, 2015, the source code was moved from [[SourceForge]] to [[GitHub]].<ref>{{cite web |url=https://github.com/Tripwire/tripwire-open-source/commit/c8dc58df50f59e26b670240e0e0493210258acb8 |title=Initial commit of code from Sourceforge repository |access-date=January 14, 2024}}</ref>

Revision as of 19:22, 17 January 2024

Open Source Tripwire
Developer(s)Tripwire, Inc.
Stable release
2.4.3.7 / 31 March 2018; 6 years ago (2018-03-31)
Repository
Written inC++, Perl
Operating systemLinux, all POSIX/UNIX Systems
TypeSecurity, Monitoring, HIDS
LicenseGPLv2[1]
Websitehttps://github.com/Tripwire/tripwire-open-source

Open Source Tripwire is a free software security and data integrity tool for monitoring and alerting on specific file change(s) on a range of systems[2][3] originally developed by Eugene H. Spafford and Gene Kim.[4] The project is based on code originally contributed by Tripwire, Inc. in 2000.[5][6] It is released under the terms of GNU General Public License.[1][7]

It works by creating a baseline database, and then regularly comparing the state of the file system with the database. If it detects changes (e.g. addition or modification of some files), it includes these changes in its report, so that the security administrators could check these changes.[2]

History

The Tripwire was created by Dr. Eugene Spafford and Gene Kim in 1992 in response to a series of stealthy intrusions that occurred in early 1991. These attacks circumvented the existing security systems by infecting the shared libraries in a way that their CRC checksums were unchanged. Tripwire was designed to use message digest functions from different hash families (e.g. MD5 and Snefru) in order to stay reliable even when a vulnerability is uncovered in some of the hashing algorithms. The name "Tripwire" comes from the trap or tripwire files which alert administrators upon being accessed by intruders.[8][9]: 4  Spafford recalls:

We heard several stories where tripwire files were established, as per our original intent, which were used to detect insiders snooping into files and directories where they had no reason to explore. At least one such use was related to us as a trigger that uncovered insider-perpetrated fraud.[4]

Tripwire was written in C and its design emphasized the program and database portability. On November 2, 1992, it was released for a beta testing. In December 1993, the formal release was made after identifying and fixing several bugs. Early releases were developed in a cleanroom style, where Gene Kim did the development and Eugene Spafford ran the acceptance testing.[4]

The Tripwire was initially free and open-source, but it went commercial in 1997. Open Source Tripwire was released in October, 2000,[6] under the GNU General Public License.[7]

On May 4, 2015, the source code was moved from SourceForge to GitHub.[10]

Overview

Diagram of high level operation model of Tripwire[9]: 10 

During the installation, Open Source Tripwire asks the user to set the site-key and local key passphrases. The site-key passphrase is used to protect files across several systems (policy and configuration files) and the local passphrase is used to protect files on a specific machine. The policy file contains the list of files and directories to scan and the rules (e.g. which attributes of the directory tree to look at).[2]

Open Source Tripwire later asks for the local passphrase when creating an initial database containing file signatures. It runs the first scan of the system and saves the result to the database. Afterwards, it runs integrity checks and compares the result with the database. For example, if a new file is created then it will be listed in the subsequent integrity check report.[3] Open Source Tripwire can be configured to regularly run integrity checks (e.g. every night) and send report e-mails to the system administrator.[11] The database file is designed to be human-readable, so that the user is able to verify properties of individual files or even check the database for potential tampering.[4][9]: 7  It is important that the database is initialized before the system is at risk of being compromised.[12]

A more sophisticated usage would include creating the tripwire files and configuring Open Source Tripwire to track these files in order to catch snooping intruders. When the intruder reads these files, their timestamps get updated and the security administrators get notified about this incident.[4]

Unlike Tripwire Enterprise, Open Source Tripwire is not available for Windows and has only basic policies.[13]

Details

Policy file

The policy file is called twpol.txt[11] (or tw.config in the previous versions), and it tells which files and directories need to be monitored for creations, deletions or modifications. It supports preprocessing which allows administrators to write only one policy file for many different machines. In the policy file, along with each file or directory there is a selection-mask that tells which attributes to ignore and which to report. For example, the selection-mask could be written to report changes in modification timestamp, number of links, size of the file, permission and modes, but ignore changes to the access timestamp. Also, there is an option to specify whether or not Tripwire should be recursing into a directory, i.e. checking the subdirectories, subdirectories of those subdirectories, etc.[14][9]: 11–12 

Example of the policy file:[14]

# system binaries
SYSBIN =  +pngu+sm;

/usr/local/bin/pwgen  -> $(SYSBIN);
/usr/bin -> $(SYSBIN);
/usr/sbin -> $(SYSBIN);

/etc/security   -> +pug  (recurse=-1);

# ignore last log
!/etc/security/lastlog;

# logs
SYSLOGS = +p-lum;

/var/adm/messages -> $(SYSLOGS);
/opt -> $(SYSBIN);
# ignore these do not scan
!/opt/dump;
!/opt/freeware;

The following example of the policy file from "The Design and Implementation of Tripwire: A File System Integrity Checker" by Spafford and Kim makes use of the preprocessing language. Here it allows to ignore some directory with logs only on a specific host. Thus, the preprocessing allows to use the same policy file on this specific host and on other hosts, otherwise the user would need to write separate policy files.[9]: 12 

# file/dir selection-mask
/etc R # all files under /etc
@@ifhost solaria.cs.purdue.edu
!/etc/lp # except for SVR4 printer logs
@@endif
/etc/passwd R+12 # you can't be too careful
/etc/mtab L # dynamic files
/etc/motd L
/etc/utmp L
=/var/tmp R # only the directory, not its contents

Configuration file

The configuration file is called twcfg.txt, and it contains information about paths to the policy file, database file, report file, etc. It also has entries for mail settings (for instance, which program to use to send an e-mail with the report).[14][15] Example of the configuration file:[14]

ROOT                   =/opt/freeware/sbin
POLFILE                =/etc/tripwire/tw.pol
DBFILE                 =/var/lib/tripwire/$(HOSTNAME).twd
REPORTFILE             =/var/lib/tripwire/report/$(HOSTNAME)-$(DATE).twr
SITEKEYFILE            =/etc/tripwire/site.key
LOCALKEYFILE           =/etc/tripwire/$(HOSTNAME)-local.key
EDITOR                 =/usr/bin/vi
LATEPROMPTING          =false
LOOSEDIRECTORYCHECKING =false
MAILNOVIOLATIONS       =true
EMAILREPORTLEVEL       =3
REPORTLEVEL            =3
MAILMETHOD             =SENDMAIL
SYSLOGREPORTING        =false
MAILPROGRAM            =/usr/sbin/sendmail -oi -t

Database file

The database file is unique for each machine, as opposed to the policy file which could be shared across multiple machines. It stores signatures of the files, and not the content itself, because storing the content of the files would use too much disk space. For each file, the database can store up to ten signatures. There are six types of changes to the database: adding, deleting or updating a file, and adding, deleting or updating an entry. Most of them are straightforward except for adding a file when it does not have an entry in the policy file. In this case Tripwire chooses the "closest" ancestor entry in the policy file and copies its selection-mask, or uses the default selection-mask if the entry could not be found at all. Tripwire also has an interactive update mode which simplifies the process of reviewing every updated file. For each created, deleted or modified file it asks whether or not the corresponding database entry should be changed.[9]: 13–15 

Signatures

In order to minimize the impact of hash collisions (i.e. the signature would not change even when the file was changed) on the security, Tripwire uses multiple different hashing algorithms to compute multiple signatures for each file.[4] Because different hashing algorithms have different performances, Tripwire allows to configure which signatures to use and how frequently. For example, the system could be configured to compare CRC32 signatures every hour and compare MD5 signatures every day. This way the hourly integrity checks would run faster, and even if some file gets modified without changing its CRC32 checksum, it will get reported during the daily integrity check.[9]: 7,15  Tripwire provides a generic interface to signature routines, so the user can include their own checksum methods.[9]: 15 

See also

References

  1. ^ a b "LICENSE". Github. Retrieved 5 September 2019.
  2. ^ a b c Michael Kwaku Aboagye (January 18, 2018). "Securing the Linux filesystem with Tripwire". opensource.com. Archived from the original on May 6, 2023. Retrieved January 14, 2024.
  3. ^ a b Li, Hui; McGinty, Michael; Fu, Xinwen (2012). "Monitor and Secure Linux System with Open Source Tripwire" (PDF). University of Massachusetts Lowell. Archived (PDF) from the original on January 14, 2024. Retrieved January 14, 2024.
  4. ^ a b c d e f Spafford, Eugene H. "Tripwire: Pioneering Integrity Scanning for Cybersecurity" (PDF). Purdue University. Archived (PDF) from the original on February 4, 2023. Retrieved January 14, 2024.
  5. ^ "Open Source Tripwire on SourceForge". Retrieved January 14, 2024.
  6. ^ a b Bauer, Mick (July 1, 2001). "Paranoid penguin: intrusion detection for the masses". Linux Journal. 2001 (87). Archived from the original on January 14, 2024. Retrieved January 14, 2024.
  7. ^ a b Mellem, Erik; Olsen, Frode (June 2004). "Real time Integrity Control of Operating systems" (PDF). Agder University College. Retrieved January 17, 2024.
  8. ^ DeMara,, Ronald F; Rocke, Adam J (February 2004). "Mitigation of network tampering using dynamic dispatch of mobile agents". Computers & Security. 23 (1): 31–42. doi:10.1016/S0167-4048(04)00068-9.{{cite journal}}: CS1 maint: extra punctuation (link)
  9. ^ a b c d e f g h Kim, Gene H.; Spafford, Eugene H. (November 19, 1993). "The design and implementation of tripwire: a file system integrity checker". CCS '94: Proceedings of the 2nd ACM Conference on Computer and communications security. doi:10.1145/191177.191183. Archived from the original on March 22, 2016. Retrieved January 14, 2024.
  10. ^ "Initial commit of code from Sourceforge repository". Retrieved January 14, 2024.
  11. ^ a b Lynch, William (March 21, 2001). "Getting Started with Tripwire (Open Source Linux Edition)". LinuxSecurity. Retrieved January 17, 2024.
  12. ^ Prof. Dhananjay R. Kalbande; Dr. G. T. Thampi; Mr. Manish Singh (2009). "Incidence Handling and Response System" (PDF). International Journal of Computer Science and Information Security. 2 (1). Archived (PDF) from the original on January 14, 2024. Retrieved January 14, 2024.
  13. ^ Sen, Kaushik (October 17, 2021). "Tripwire Enterprise vs Free Tripwire Open Source". UpGuard. Archived from the original on January 19, 2022. Retrieved January 14, 2024.
  14. ^ a b c d Tansley, David (December 13, 2011). "Running with Tripwire: Using Tripwire to monitor file changes". IBM developerWorks. Archived from the original on May 3, 2012.
  15. ^ Natarajan, Ramesh (December 8, 2008). "Tripwire Tutorial: Linux Host Based Intrusion Detection System". The Geek Stuff. Retrieved January 17, 2024.