The monitoring policy is derived from /etc/tripwire/twpol.txt, a plain text file that you can edit. To use tripwire you first create the site key and local key: sudo twadmin -m G -L /etc/tripwire/$(uname -n)-local.key \ -S /etc/tripwire/site.key Then create binary configuration file and binary policy file from the corresponding source text files: sudo twadmin -m … Đọc tiếp Cyber security: Monitor file integrity
Cyber security: How to turn a non-TLS aware server into communicable with clients over secure TLS channels without server configuration?
Although we can easily configure the web server to listen to port 443 for https, this article uses the default configuration of the web server in Omarine 4.0, ie, not listening to port 443, to illustrate the case. No need to configure the server. We use stunnel to do that. We experiment on a local … Đọc tiếp Cyber security: How to turn a non-TLS aware server into communicable with clients over secure TLS channels without server configuration?
How to set number of directories to be protected by Clam AntiVirus?
ClamAV is an open source (GPL) anti-virus toolkit for UNIX with an advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library. It supports on-access scanning which currently only avaliable for Linux. Thanks to Tomasz Kojm. How to customize maximum number of directories … Đọc tiếp How to set number of directories to be protected by Clam AntiVirus?