Feed on
Posts
Comments

Archive for the ‘Network Security’ Category

What is chkrootkit?
It’s a program to check your system for signs of a rootkit. And what is rootkit?
Rootkit is a program or combination of programs which is used for someone to create a back-door into your system and act as a root privileges.
There are 5 output messages for chkrootkit.

INFECTED

not infected

not tested

not [...]

Read Full Post »

What is NmapFE?
It is a graphical front end for nmap security scanner. Because the limited help available from the nmapfe help menu, better you read from nmap manual page first. NmapFE was originally written by Zach Smith (key@aye.net). It’s now maintained by Fyodor (fyodor@insecure.org). The newest version of nmap can be [...]

Read Full Post »

Creating and installing firewall scripts
I assume that you’ve already familiar with runlevels process. If you still don’t know about runlevels, you can go my tutorial about ‘Runlevels in Ubuntu‘ first.
If you are ready then let’s start a practice with creating our iptables script.
 
There 4 steps for you [...]

Read Full Post »

Masquerading (Many to One NAT)
NAT = Network Address Translation
Mean that all traffics from your networks behind the firewall will be appear on the internet as if as it is only originated form a single ip address.
The masquerade IP address always defaults to the IP address of the [...]

Read Full Post »

Samples of iptables’ rules.
 
# Accept TCP packets for routing from eth0 (any IP) and destined for IP 192.168.1.58
# that is reachable via eth1.
# -A : Append rule to end of a chain
# FORWARD : Filters packets to server accessible by another NIC on the firewall
# [...]

Read Full Post »

Playing with iptables in Ubuntu Terminal

I’ve been trying to figure out how to explain the iptables in a easy way. I’ve read so many articles about iptables but none of it mention to run iptables chain rules through command lines in Ubuntu console terminal.
I know the reason, [...]

Read Full Post »

There are a lot of choices you can use to protect your system. Just use standard installation command to install it.
For example, you if want to install Lokkit, just use apt-get install command. Make sure you have the ‘universe‘ componet enabled in your repository.
taufanlubis@zyrex:~$ sudo apt-get install [...]

Read Full Post »

Linux Operating System has a number of built-in protection mechanism. You can activate it by modifying the system kernel parameters in the /proc filesystem via the /etc/sysctl.conf file.
taufanlubis@zyrex:/etc$ sudo gedit sysctl.conf
Just, remove the ‘#’ to activate the parameters
 
Content of sysctl.conf:
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See sysctl.conf (5) for information.
#
 
#kernel.domainname = [...]

Read Full Post »

Older Posts »