Network Intrusion Detection and Analysis

Introduction:off of the network and displays them for you in a
Hello folks, these days' intrusions are occurring in morecontinuous stream on the console (screen).o Packet
part as compare to the previous years, there areLogger mode, which logs the packets to disk.o
many reasons behind the scene. This article in moreNetwork Intrusion Detection System (NIDS) mode, the
generic form explains what the intrusion actually is? Ormost complex and configurable configuration, which
why intrusions? Answer is MOM! We will also discussallow Snort to analyze network traffic for matches
how to analysis intrusions at packet level. Let meagainst a user-defined rule set and performs several
explain "MOM" first, well it is 'Motive', 'opportunity' andactions based upon what it sees.o Inline mode, which
'Mean' I would say where ever 'MOM' exists there is aobtains packets from iptables instead of from libpcap
possibility for intrusions into your network infrastructure.and then causes iptables to drop or pass packets
If there is motivation there must be a mean and ifbased on Snort rules that use inline-specific rule types.
some one gets opportunity than chances for intrusionThese are the basic modes of snort in which you can
increase.use it to detect intrusions and to perform analysis on
What Is Hacktivism? Reason for intrusions:them. There are many add-ons for snort which helps in
Hacktivism refers to hacking for a cause. Theseanalyzing the packets your snort will capture.
hackers usually have a social or political agenda. TheirBASE is one of them.
intent is to send a message through their hackingWhat is BASE?
activity while gaining visibility for their cause andBASE is the Basic Analysis and Security Engine. It is
themselves. Many of these hackers participate inbased on the code from the Analysis Console for
activities such as defacing websites, creating viruses,Intrusion Databases (ACID) project. This application
DoS, or other disruptive attacks to gain notoriety forprovides a web front-end to query and analyze the
their cause. Hacktivism commonly targets governmentalerts coming from a SNORT IDS system BASE is a
agencies, political groups, and any other entities theseweb interface to perform analysis of intrusions that
groups or individuals perceive as "bad" or "wrong.snort has detected on your network. It uses a user
An intrusion can be defined as an unwanted activityauthentication and role-base system; so that you as
into your network infrastructure which can lead tothe security admin can decide what and how much
compromise of confidentiality, integrity and availability ofinformation each user can see. It also has a simple to
your resources.use, web-based setup program for people not
Detecting Intrusions:comfortable with editing files directly. BASE is
To detect intrusions there are two major types ofsupported by a group of volunteers. They are available
intrusion detection systems.a. Network intrusionto answer any questions you may have or help you
detection systemsb. Host based intrusion detectionout in setting up your system. They are also skilled in
systemsintrusion detection systems and make use of that
In order to detect intrusions in network infrastructureknowledge in the development of BASE.
we use network based intrusion detection systemsBASE shows packet level intrusions analysis on your
and to detect intrusions in a single machine or systemnetwork; it shows traffic profile by protocols like ICMP,
we use host based intrusion detection systems. ThereTCP, UDP, and Port Scans for nmap, Nessus and
are many vendors offering NIDS/HIDS but here I willother scanners as well. You can also analysis the
focus on how to build your own intrusion detectionmost recent attacks, attacks in last 24 hours; you can
system while using the power of open source.also view the complete packets for the attacks which
Snort is the de-facto standard for intrusion detectionyour snort box has detected.
systems, snort is easily available on its completeSummary
manual for installation, configuration and troubleshootingIn short, you can build your complete network intrusion
is also available there. You can use snort in manydetection system by using open source tools like snort
different ways to detect intrusions, snort can also beand BASE, you can use snort as detection engine and
used to analysis the intrusions.BASE as analysis engine for analyzing intrusion into
Analyzing Intrusion:your network, you can also develop intrusion
Snort runs in four different modes which are asprevention system while using snort with iptables.
follows.o Sniffer mode, which simply reads the packets