Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

CheckPoint Acquires Snort

Posted by CmdrTaco on Thu Oct 06, 2005 12:35 PM
from the done-sniffing-each-other dept.
bobdehnhardt writes "The Snort-announce list was burning with the news that CheckPoint has signed an agreement to acquire Sourcefire, the commercial arm of the Snort community. As part of the agreement, CheckPoint will "continue to develop and distribute Snort under the GPL, improve and document the program to stay on the cutting edge and expand the snort.org web site." Here is a message from Snort creator Marty Roesch."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by b1gk1tty (670514) on Thursday October 06 2005, @12:40PM (#13732274)
    " Here is a message from Snort creator Marty Roesch."

    I'm rich I'm rich I'm filthy f*ckin rich!
  • Even with such language, does that stop them from forking the sources and creating a new closed source program with a new name?
    • You might want to look into something called dual-licensing. The owner of the copyright can do whatever they please with what they own.
      • Re:Loopholes (Score:5, Informative)

        by monkeydo (173558) on Thursday October 06 2005, @12:58PM (#13732471) Homepage
        No, it doesn't. The owner of the copyright can stop releasing new versions under the GPL. Any code already licensed under the GPL would remain so, but nothing stops them from making all new versions closed, or something in between.
  • makes sense (Score:4, Interesting)

    by spurious cowherd (104353) on Thursday October 06 2005, @12:51PM (#13732387)
    "We believe Sourcefire has world-class solutions for internal security through their Intrusion Sensor, Real-time Network Awareness (RNA), and Defense Center product lines.

    Checkpoint needs this type of network awareness technology to keep up with Cisco
    I know they lost my company's contract because the network admins like the way Cisco stuff integrates

    I'll start by stating again what I've stated in the past, Snort is now and will continue to be free to end-users. We will continue to develop and distribute the Snort engine under the GPL, improve and document the program to stay on the cutting edge and expand the snort.org web site. The community continues, as always, to be important to us as a group of people who use the code pervasively throughout the entire Internet, report on problems and make suggestions and contributions to the project.

    This is critical to me for many reason. It's good to see. Marty is a man of integrity & I'll bet this is in the aquisition contract

    Check Point to acquire privately held Sourcefire for a total consideration of approximately $225 million.

    Who says you can't make money from FOSS?
    Marty deserves the fiduciary rewards he'll get for all his hard work over the years

  • So CheckPoint is Snorting now is it... Do the cops now, have the DEA been called in to raid their offices.
  • Does that mean my father will have to pay for permission when he chuckles?
  • no big deal (Score:5, Informative)

    by qwertphobia (825473) on Thursday October 06 2005, @01:01PM (#13732503)
    This is no big deal. Snort will continue to be GPL and freely available to the world.

    I'm more worried about the recent Nessus changes, have you heard about this?
    Nessus License Change Announcement [nessus.org]

    Nessus 2 will continue to be free
    Nessus 3 will be a free of charge, binary only release
  • by DrugCheese (266151) on Thursday October 06 2005, @01:31PM (#13732833)
    when he tried to cross the border with snort.
  • by portscan (140282) on Thursday October 06 2005, @01:40PM (#13732917)
    checkpoint has had yet another security breach. this time, instead of all of their background records being released onto the internet, the source code of their newly acquired security tool, "snort" was released onto the internet. many have already downloaded this and started using free of charge, not to mention modifying it as they see fit and redistributing it also free of charge. this is a truly embarassing second offense for the security company.
  • I see nothing positive about Snort being acquired by CheckPoint.

    CheckPoint bought Zone Labs a couple of years ago and Zone Alarm went from being a rock solid firewall to an absolute mess. There are so many problems with the new version of Zone Alarm that their forums are filled with complaints.
  • Kate Moss (Score:3, Funny)

    by Anonymous Coward on Thursday October 06 2005, @03:41PM (#13733930)
    Kate Moss unavailable for comment.
    • Which is why you run Snort with full packet logging mode in addition to alert mode. This way, if an alert is missed, you can still see all packets sent in an attack and build an alert from that. Just make sure you have enough storage space.
    • by b0r1s (170449) on Thursday October 06 2005, @12:58PM (#13732477) Homepage
      It's worth mentioning that it's possible to trigger on known attack VECTORS rather than just known attacks - that is, on some vulnerabilities, all possible attacks will have a single signature at some point in the packet, which WILL be triggered. Moreover, some PROTOCOLS will always have the same signature, which may be hit as byproducts of the attack (ie: if I see an IRC packet coming from a webserver, I'm going to alert no matter what port it's on, or where it's going, because it shouldn't be there, period).

      Snort can be bypassed in many scenarios, but it's still very useful.
    • Umm (Score:3, Interesting)

      Since most attacks are based on known techniques, it can detect a lot of new attacks, such as anything that includes:
      (lots of nulls)

      const char * what = "/bin/sh";

      where: push what;
      push EXEC;
      call syscall;

      (some junk)
      &where
      On a whole lot of architectures, regardless of port. Which means it catches just about any stack-smashing attack that's not SSL encapsulated, regardless of service and whether it's known.
    • by PGillingwater (72739) on Thursday October 06 2005, @01:01PM (#13732516) Homepage
      Plus you might find that a shellcode exploit requires a shellcode sled, which can be detected. And many of the people who use Snort might not know that Sourcefire has made a major innovation with RNA -- a passive traffic analysis system which tells you what hosts are in your LAN, and what ports are being used -- kind of like NTOP, but with better consolidation and reporting.

    • Everything happening on your network should be authorized by you. If you're worried about security, then you need to get some benchmarks of the legitimate traffic on your network so you can have the system watch for different patterns.
      • so you can have the system watch for different patterns.

        Like someone reading a different e-mail than yesterday? ;-)

        Sorry, half-joking there. The problem still is that for any somewhat complicated (i.e. real-life) network, there will be a huge volume of different patterns. You end up doing one of two things:

        * Spending huge amounts of time setting up the initial patterns and then updating them every time something small changes

        * Going to a level of abstraction where attacks can slip through, so you're no bett
    • Checkpoint built their own version of Linux called SecurePlatform specifically for running their firewall, management tools, and other software. Quite often, the GUI and end user tools only ran on Windows, but the real meat-and-potatoes was usually supported on Linux.