From: Manideep on
Hi i need an Intrusion Detection System MATLAB project... Can anybody help me out...
Please...
From: Walter Roberson on
Manideep wrote:
> Hi i need an Intrusion Detection System MATLAB project... Can anybody
> help me out...
> Please...

People are willing to pay a lot of money for real-time IDS for Cisco routers
and CISCO PIX firewalls. The affordable one only really handled about 17
events per second at most -- and the manufacture took it off the market years ago.

Note: I implemented such an IDS in perl about 8 years ago and got up to
~120-ish events per second. At the time, Matlab would have been much too slow
to be practical for this purpose, but todays computers are significantly
faster. But to be honest, a _lot_ of the processing time for IDS is in robust
data collection and data storage, and especially in parsing of the data, and
Matlab is not especially well suited for any of those tasks. IDS's are hard to
do well.