Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 49 guests and 2 members online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Honeypot and IDS
EH-Net
May 22, 2013, 02:56:05 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Honeypot and IDS  (Read 8987 times)
0 Members and 1 Guest are viewing this topic.
Determ
Newbie
*
Offline Offline

Posts: 23


View Profile
« on: July 15, 2010, 05:59:01 AM »

Hello.

I want to set up two devices. First will be honeypot. I think about setting up HoneyBot on WinXP box. First I thought to made Honeyd, but I don't find it useful to much. Does anybody heard for HOACD and has experience with it?

I also want to set up one Network IDS. I think that Snort is to hard to implement for me, so I think on Bro-IDS. Did anyone set it up already?

Logged
Ketchup
Hero Member
*****
Offline Offline

Posts: 1021



View Profile
« Reply #1 on: July 16, 2010, 05:51:00 PM »

I don't have experience with either of the honeypot packages.

I have used both Snort and Bro-IDS.   If you are going to use Bro-IDS, use BSD as the OS.   The documentation for Bro is quite bad for anything other than BSD.  I had quite a few issues getting it up and running.  I couldn't get any sort database logging going at all.  It performed reasonably well, but I found it detected much less than Snort.  It was also inconsistent.  I put it through quite a few tests.   In general, i wouldn't recommend this product from personal experience.

Snort, is much easier to configure.  I had it running on Redhat and Ubuntu boxes without any issues.  Most distributions even include it as package.  Database integration was also easy to configure and well documented.  The most difficult part is learning the exception, processor, and rules syntax.  If you get stuck, pick up the "Snort IDS and IPS Toolkit" book.  Also, make sure that you install a front-end for Snort, otherwise you will end up managing it through config files only.   Snort, has much better documentation and much more support in the community.   I would go with Snort.

Finally, you can look into the OSSIM package, which includes Snort, Arpwatch, Nessus, and a bunch of other tools.  It's a good security management console.

http://www.alienvault.com/community.php?section=Home
Logged

~~~~~~~~~~~~~~
Ketchup
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« Reply #2 on: July 16, 2010, 08:05:34 PM »

I've just spent the last few days building a box to monitor the network. Running syslog, bandwidthd, ntop, nagios, arpwatch, and wireshark. I used 1 book to help me get things set up. (Still have to finish setting up Nagios).

See if you're local library has Network Security Hacks. It talks about all the things you've wanted to do. The second edition chapter 11 goes through a lot for what you'll need to get Snort running, and honeyd.

If I get time in the near future, I'm going back to deal with snort, and get that running on the box too.
Logged

OSWP, Sec+
Determ
Newbie
*
Offline Offline

Posts: 23


View Profile
« Reply #3 on: July 18, 2010, 12:32:46 PM »

Thanks for response. Yesterday I set up Ossec HIDS, but I'm not sure if it is useful. Modern internet security programs have some kind of "hids" already built in. And I think that HIDS is only useful for client host.
I also played with HoneyBOT, and it is cool, but to easy in some way. Do you know any european producer of modern honeypots and honeypot's like IDS software?

I checked OSSIM. It looks great. If I understood correctly, is all in one platform. But tell me, does make some program settings easier? Or will I have to spend few days configuring different programs which comes with OSSIM?
Logged
Ketchup
Hero Member
*****
Offline Offline

Posts: 1021



View Profile
« Reply #4 on: July 18, 2010, 03:11:12 PM »

OSSIM has a nice web-based management console.   It will let you management everything from a single point.  You will still need to tune Snort.  I have yet to install any IDS and have it be useful out of the box.  In most cases, you will just turn on and turn off rules packages that make sense for your environment.   OSSIM should make this easier for you.
Logged

~~~~~~~~~~~~~~
Ketchup
mambru
Jr. Member
**
Offline Offline

Posts: 98


View Profile
« Reply #5 on: July 19, 2010, 10:39:45 AM »

For an IDS, take a look at Suricata http://www.openinfosecfoundation.org/
Logged
Determ
Newbie
*
Offline Offline

Posts: 23


View Profile
« Reply #6 on: August 26, 2010, 03:02:31 AM »

I have heard lot about Suricata...Maybe they should set up web forum for users and those who want to give it a try. Also some tutorials would be great.

I plan to start with OSSIM in next two months. I will need to buy one used machine for that purpose. Otherwise I always read documentation first and look for some good tutorial or reviews.

One more question: Did anyone work on securing SCADA? What I mean is a small scada, which runs in small facilities. It is possible, that I will work on one project about protecting SCADA environtmen. For now I was thinking about implementing Host IDS and remote logs reading.
Logged
sil
Hero Member
*****
Offline Offline

Posts: 549



View Profile WWW
« Reply #7 on: August 26, 2010, 07:43:02 AM »

One more question: Did anyone work on securing SCADA? What I mean is a small scada, which runs in small facilities. It is possible, that I will work on one project about protecting SCADA environtmen. For now I was thinking about implementing Host IDS and remote logs reading.

Oh the SCADA PITA environment! I have a client who's one of the many contractors @ a gas plant which had a horrible explosion earlier this year. So I guess to an extent, the answer is yes, however, our testing did NOT include any HMI based controls, etc. For particular questions on that I'd post them to the SCADA mailing list (http://news.infracritical.com/mailman/listinfo/scadasec) With that said... Define SCADA. Wink Pentesting against say the corporate network in a SCADA based environment shouldn't interfere with mission critical controls (theoretically) as the controls infrastructure is usually segregated (theoretically).
Logged

mambru
Jr. Member
**
Offline Offline

Posts: 98


View Profile
« Reply #8 on: August 26, 2010, 09:42:24 AM »

Quote
I have heard lot about Suricata...Maybe they should set up web forum for users and those who want to give it a try. Also some tutorials would be great.

We are going through the process of creating the documentation, though if you know how to set up Snort, you won't have problems setting up Suricata. If you need further assistance/have questions, there's a mailing list, developers will help you.
Logged
Determ
Newbie
*
Offline Offline

Posts: 23


View Profile
« Reply #9 on: August 27, 2010, 05:57:22 AM »

I think about protecting on Operator Work station and HMI Web/DB server level. I believe (but i don't know yet) that Operator Work station isn't segregated from corporate network at small local plants in my area.

Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.069 seconds with 22 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.