Building an IDS system

halve

Member
Aug 1, 2002
34
0
0
As the title states I am going to build a IDS system to monitor all traffic going out of our pix and coming back in. I plan to use FreeBSD for the OS and Snort for the IDS. I want to go with a 64bit processor from AMD and the case needs to be a rackmounted case that will fit in a Dell Rack. I do not need redundancy like dual power supplies or raid or some such. What I do need is some info on what Board would be a good fit for a 64bit processor, should I go AMD64 or Opteron? What type of Hard Drives would you use, maybe 2 SCSI drives, one for the OS and Snort and the other for MYSql? Any help would be very much appreciated, thanks so much everyone.

Halve
 

mikecel79

Platinum Member
Jan 15, 2002
2,858
1
81
How much traffic will this machine be sniffing? That would go a long way in determining hos much disk space and CPU you would need.
 

thorin

Diamond Member
Oct 9, 1999
7,573
0
0
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Thorin
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: thorin
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Thorin

Getting traffic off the wire and inspecting each packet puts a strain on the CPU. Putting that information onto disk isn't a big deal, but since this system also seems to be the place to go to look at events, it can put a strain writing and reading large chunks of disk. I'd go with IDE too, but split these two parts of IDS monitoring into two computers (maybe IDE on the server).
 

halve

Member
Aug 1, 2002
34
0
0
The network supports around 1000 nodes. I cant remember how many packets go through that area at the moment, but I can run a quick collection and let you guys know.

Halve
 

thorin

Diamond Member
Oct 9, 1999
7,573
0
0
Originally posted by: n0cmonkey
Originally posted by: thorin
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Thorin

Getting traffic off the wire and inspecting each packet puts a strain on the CPU. Putting that information onto disk isn't a big deal, but since this system also seems to be the place to go to look at events, it can put a strain writing and reading large chunks of disk. I'd go with IDE too, but split these two parts of IDS monitoring into two computers (maybe IDE on the server).
I agree he needs a fast CPU but I don't see the need for a 64bit CPU.

Thorin
 

Sideswipe001

Golden Member
May 23, 2003
1,116
0
0
Originally posted by: thorin
Originally posted by: n0cmonkey
Originally posted by: thorin
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Thorin

Getting traffic off the wire and inspecting each packet puts a strain on the CPU. Putting that information onto disk isn't a big deal, but since this system also seems to be the place to go to look at events, it can put a strain writing and reading large chunks of disk. I'd go with IDE too, but split these two parts of IDS monitoring into two computers (maybe IDE on the server).
I agree he needs a fast CPU but I don't see the need for a 64bit CPU.

Thorin


Well it's not like AMD makes any other server-class chips.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: thorin
Originally posted by: n0cmonkey
Originally posted by: thorin
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Thorin

Getting traffic off the wire and inspecting each packet puts a strain on the CPU. Putting that information onto disk isn't a big deal, but since this system also seems to be the place to go to look at events, it can put a strain writing and reading large chunks of disk. I'd go with IDE too, but split these two parts of IDS monitoring into two computers (maybe IDE on the server).
I agree he needs a fast CPU but I don't see the need for a 64bit CPU.

Thorin

My only question would be how well FreeBSD supports AMD64 platform.
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: Sideswipe001
Originally posted by: thorin
Originally posted by: n0cmonkey
Originally posted by: thorin
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Thorin

Getting traffic off the wire and inspecting each packet puts a strain on the CPU. Putting that information onto disk isn't a big deal, but since this system also seems to be the place to go to look at events, it can put a strain writing and reading large chunks of disk. I'd go with IDE too, but split these two parts of IDS monitoring into two computers (maybe IDE on the server).
I agree he needs a fast CPU but I don't see the need for a 64bit CPU.

Thorin


Well it's not like AMD makes any other server-class chips.
:Q How dare you say that. You=:evil: :frown::disgust::disgust:
 

mamisano

Platinum Member
Mar 12, 2000
2,045
0
76
I agree on SCSI or even 2x SATA (WD Raptors), especially good when you need to run reports.

We had an IDS setup here that included 3 sensors (2x processor/SCSI) and 1 console (basic P3 desktop). The IDS system ran ISS.com's IDS software and Win2K as the OS.

 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: mamisano
I agree on SCSI or even 2x SATA (WD Raptors), especially good when you need to run reports.

We had an IDS setup here that included 3 sensors (2x processor/SCSI) and 1 console (basic P3 desktop). The IDS system ran ISS.com's IDS software and Win2K as the OS.

ISS requires beefier hardware than some other IDSes. Also, they recommend not putting the log monitoring software on the sensor (and that will be a question they ask if you call for support). One of the reasons is speed. The log monitoring software will eat up resources like no other.
 

thorin

Diamond Member
Oct 9, 1999
7,573
0
0
Originally posted by: Sideswipe001
Originally posted by: thorin
Originally posted by: n0cmonkey
Originally posted by: thorin
IDS System = Intrusion Detection System System

Is there some reason you want a 64bit processor? And why SCSI drives? IDE (PATA or SATA) will do, spooling traffic even off a big pipe isn't that big a deal.

Getting traffic off the wire and inspecting each packet puts a strain on the CPU. Putting that information onto disk isn't a big deal, but since this system also seems to be the place to go to look at events, it can put a strain writing and reading large chunks of disk. I'd go with IDE too, but split these two parts of IDS monitoring into two computers (maybe IDE on the server).
I agree he needs a fast CPU but I don't see the need for a 64bit CPU.
Well it's not like AMD makes any other server-class chips.
That's some excellent work you're doing keepin the guys @ AMD employed buyin their procs "just because".

Thorin
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |