Jump to content

Network Intrusion Detection System

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
mali

mali

    Newbie

  • Members
  • Pip
  • 3 posts
Hi guys,

Am presently doing my final year engineering and I have to develop an Network Intrusion Detection System based on rules i.e. a rule based NIDS.. I have very limited time about one and half weeks before I have to finish this..

I want to build an NIDS in java... Any ideas, suggestions and tips to get me started with programming the NIDS would be helpful... I have built a sensor(a packet filter) which captures the TCP and UDP data separately.. Any constructive suggestions to help me getting started to code it wwould be highly appreciated.

Regards

mali

#2
Nisarg

Nisarg

    Newbie

  • Members
  • Pip
  • 1 posts
hi,
Mail have u created your NIDS
I am also thinking of doing the same,Need help from You.

#3
phillw

phillw

    Learning Programmer

  • Members
  • PipPipPip
  • 82 posts
well, if you're using a *nix system - I wonder why they ask - but, ossec is HIDS and snort is more sort of NIDS.

But, regardless of the task .. Can i suggest this thread from bodhi.zazen ... he's one seriously cool dude who even answers noobies questions (like mine) - He's a very knowledgeable and all round nice guy.

Linux Virus: A False Sense Of Security - Page 8 - Ubuntu Forums

Hope that is of help,

Phill.

#4
it_is_pavan

it_is_pavan

    Newbie

  • Members
  • Pip
  • 5 posts
hey nisarg can u plz help me in the code for NIDS

#5
it_is_pavan

it_is_pavan

    Newbie

  • Members
  • Pip
  • 5 posts

mali said:

Hi guys,

Am presently doing my final year engineering and I have to develop an Network Intrusion Detection System based on rules i.e. a rule based NIDS.. I have very limited time about one and half weeks before I have to finish this..

I want to build an NIDS in java... Any ideas, suggestions and tips to get me started with programming the NIDS would be helpful... I have built a sensor(a packet filter) which captures the TCP and UDP data separately.. Any constructive suggestions to help me getting started to code it wwould be highly appreciated.

Regards

mali



can u pls help me in developing this project....... i am good at java but i dont have any idea on how to start and wht i should do.........plz help me i am running out of time.......

#6
Red_Shadow

Red_Shadow

    Learning Programmer

  • Members
  • PipPipPip
  • 58 posts
If you're on GNU/Linux, do a bit that uses Inotify to monitor filesystem changes. I have a Perl script I wrote lying around that does just that (but it's supposed to be proprietary, shh!)