user

Network Intrusion Detection

Intrusion detection devices are an integral part of any network. The Internet is constantly evolving, and new vulnerabilities and exploits are found regularly. They provide an additional level of protection to detect the presence of an intruder, and help to provide accoutability for the attacker’s actions. The snort network intrusion detection tool performs real-time traffic

Install and Configure Tripwire

Tripwire is a program that monitors file integrity by maintaining a database of cryptographic signatures for programs and configuration files installed on the system, and reports changes in any of these files. A database of checksums and other characteristics for the files listed in the configuration file is created. Each subsequent run compares any differences

Configuring TCP Wrappers

Frequently used to monitor and control access to services listed in /etc/inetd.conf. The in.ftpd service might be wrapped using: ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -L -i -o Before the in.telnetd daemon is spawned, tcpd first determines if the source is a permitted host. Connection attempts are sent to syslogd. All services should

Configuring Syslog

The syslogd is responsible for capturing logging information generated by system processes. The klogd is responsible for capturing logging information generated by the kernel. System logs provide the primary indication of a potential problem. • Fine-tune the default /etc/syslog.conf to send log information to specific files for easier analysis. # Monitor authentication attempts auth.*;authpriv.* /var/log/authlog

Install and Configure OpenSSH

OpenSSH is a replacement for telnet and ftp that eliminates eavesdropping, connection hijacking, and encrypts all communication between hosts. One of the most indepensible free security tools in existence. • Install the OpenSSH and OpenSSL Packages: openssh-<current-version>.rpm openssh-server-<current-version>.rpm openssh-clients-<current-version>.rpm openssl-<current-version>.rpm • Generate Public/Private Key Pair: OpenSSH uses public key cryptography to provide secure authorization. Generating

어려운 패스워드 쉽게 만들기

각종 Lock 장치의 6자리 숫자식 비밀번호 만들기 출처: LifeHacker 블로그의 Wendy Boswell → 비밀번호를 잊어 먹을 경우, 적혀 있는 비밀번호에서 내가 더한 숫자씩을 빼면 비밀번호가 된다.이런 방법으로 4자리, 5자리 숫자 비밀번호를 만드는데도 적용할 수 있겠죠~? 각종 단순 복잡도 비밀번호(패스워드) 만들기 1. 특정 영문자를 숫자로 변환하여 만들기 예) “A”-> “4”로 변환 ——————— HACKER -> H4cker 예)