ADV *NIX DAY 7 Flashcards
A hashing tool which can be used to perform a manual file integrity on files
md5sum
Initialize the Tripwire database.
tripwire -init
Convert the text files into secure, cryptographically signed versions.
twadmin
Accomplish an integrity check.
tripwire -check
Add any changes/updates to the database.
tripwire -update
View report generated after running an integrity check.
twprint -m r -twrfile /var/lib/tripwire/report/reportname
A firewall used to place rules into a set of pre-defined chains(e.g., INPUT, OUTPUT, FORWARD), that are then compared to packets relevant to those chains.
iptables
A network discovery and port scanning tool used for security auditing on local and remote networks.
nmap
Describes system objects to monitor and identifies what properties for each object should be collected and stored in the database file.
/etc/tripwire/tw.pol
Stores system-specific information, including location of Tripwire data files and settings to send email notifications.
/etc/tripwire/tw.cfg
iptablesrules are stored and applied when the service is started or restarted, including when system is rebooted.
/etc/sysconfig/iptables