Re: [fw-wiz] traffic analysis

From: Christopher Hicks (chicks_at_chicks.net)
Date: 05/29/03

  • Next message: Robert E. Martin: "Re: [fw-wiz] sendmail spamming"
    To: firewall-wizards@honor.icsalabs.com, "R. DuFresne" <dufresne@sysinfo.com>
    Date: Thu, 29 May 2003 11:44:47 -0400 (EDT)
    

    On Wed, 28 May 2003, R. DuFresne wrote:

    > In the unix world, sed/awk/grep are your friends, iin the windows world
    > there are ports of thosee unix tools that can help in this area

    sed, awk, and grep are my friends, but Perl has become family. :)
    ActiveState ( http://www.activestate.com/ ) provides a good implementation
    of Perl for Win32 platforms.

    > ...of course, some are adverse to rolling their own and prefer
    > preinvented wheels to work with.

    A number of modules for parsing various log formats already exists, so
    you'll probably only have to write code to do the analysis. (There are
    statistics modules to assist with this even.)

    > But, they sometimes tend to give up specifics of functionality that a
    > handrolled method can proviide. It depends upon the time and resources
    > one wishes to push that way, though this does not sound like too
    > resource intensive of a task.

    And Perl can be useful for many other admin tasks.... :)

    -- 
    </chris>
    The death of democracy is not likely to be an assassination from ambush. It
    will be a slow extinction from apathy, indifference, and undernourishment.
    -Robert Maynard Hutchins, educator (1899-1977)
    _______________________________________________
    firewall-wizards mailing list
    firewall-wizards@honor.icsalabs.com
    http://honor.icsalabs.com/mailman/listinfo/firewall-wizards
    

  • Next message: Robert E. Martin: "Re: [fw-wiz] sendmail spamming"

    Relevant Pages

    • Re: Difference between Cygwin and DOS handling of string input
      ... Ton of userland tools that make work possible (perl, sed, awk, grep, ... cmd.exe is a shell in that it's a TTY that lets you run commands, ...
      (comp.lang.c)
    • Re: help with grep looking for cats and dogs
      ... > Kevin Fleming wrote: ... > grep is fine for simple use; I use it almost every day. ... > The minute I find myself piping to awk or building a line with more than ... I stop myself and ask "Wouldn't this be easier with Perl?" ...
      (comp.unix.sco.misc)
    • Re: regular expression for perl, tcl, sed, grep, awk
      ... Perl before using awk, sed, tcl and grep. ...
      (comp.lang.perl.misc)
    • Re: help with grep looking for cats and dogs
      ... help with grep looking for cats and dogs ... I promise to spend some time learning about shell scripts, and I appreciate the explanations with the examples. ... The minute I find myself piping to awk or building a line with more than ... If you already know a bit about awk and grep, Perl is easy to learn - ...
      (comp.unix.sco.misc)
    • Re: Net::DNS
      ... function because you still use $rr within the foreach, ... > So I can find the all these object methods in the perl docs listed below? ... > the return value of 'grep'. ... > perldoc perlboot ...
      (perl.beginners)