Finding a SIP DoS attack via flow analysis

I’m leaving my getting hit in the head lesson when the boss calls.  Some unmentionable orifice is firing DOS attacks at a couple of our SIP servers.  My mission, should I choose to accept it, is to find and block the attackers.  (Should I choose to not accept it, then my mission will be to listen to Fearless Leader whine about it.  I can’t stand whining.)  Fortunately, I have flow data for one of the servers under attack. Continue reading “Finding a SIP DoS attack via flow analysis”

Richard Beijtlich on NFA

Mr. Beijtlich is bad for my humility.  Apparently I have to stop asking him to tech review books, so that he can write actual reviews rather than just announce to all his readers that I’m utterly awesome.

This is the sort of commentary that I keep on hand for when my morale is low.

Proposal accepted for NYCBSDCon

NYCBSDCon accepted my talk proposal:

BSD Needs Books

If you wander into any bookstore, brick or virtual, you’ll see books on Linux, Solaris, Macintosh, and even non-Unix-like operating systems.  The BSD books are far between.  We as a community need to address this if we’re to expand our reach.

This talk covers designing, selling, writing, and promoting your own technical book, with a special emphasis on BSD books.  I’ll cover everything that I wished I’d known before I started, common errors, where the “generally accepted wisdom” is wrong, how to actually complete the book, how you can use your publisher to your advantage, post-publication work, and — most important — how to enjoy the process.

I’ve attended NYCBSDCon repeatedly, and have never been disappointed.  They always have interesting content and the after-hours events are fabulous.  (Yes, I like BSDCan as well, but there is no place in the world like New York City.)

Now to figure out how I do what I do…

New podcast interview on NFA

Interview 1 of 2 on Network Flow Analysis for Ron Nutter’s TechBytes.

Ron interviewed me for Network World, and that (longer) interview will also be up before long.  We recorded these afterwards for his personal tech news site.

CARP and devd on FreeBSD

In my last post I discussed using HAST with ZFS.  That tells you how to replicate a filesystem back and forth between two machines.  That’s nice, as far as it goes, but I want automatic failover.  Clustering.  I want to wake up in the morning to a message that says “machine 1 failed, machine 2 took over, and nobody noticed” instead of a lot of messages from angry customers.  The standard FreeBSD failover mechanism is CARP, the Common Access Redundancy Protocol.  Here’s the basics of CARP. Continue reading “CARP and devd on FreeBSD”

HAST and ZFS

There’s a nice tutorial on using HAST (Highly Available STorage) with UFS and ucarp.  That’s very nice, but in my failover scenario I can’t use UFS; a fsck would take too long, and a background fsck would be most likely to lose the data I’m most likely to need.  And FreeBSD comes with a kernel-side CARP implementation; why would I use the userland implementation instead?  So: the tutorial is great, except it doesn’t do what I want.  I’ll attack this problem in two phases:  one, get HAST with ZFS running, and experiment with it.  Two, get CARP failover to trigger HAST failover automatically.  (I believe I can use devd for CARP-initiated failover, but I’ll need to do further research on that.  That’ll be another posting.)  Today I’m experimenting with HAST and ZFS.  Continue reading “HAST and ZFS”

Uninstalling Windows 7 Games, with Prejudice

I’m making an effort to work in the same way as my co-workers.  This means using a Windows laptop, after fifteen years of Unixish desktops.  I like to change desktop operating systems every couple of years anyway, so this isn’t a huge deal.  The new work laptop came with Windows Vista, HP Bastardized Overloaded Nagware Edition, so the company Supreme Leader got me a Windows 7 DVD and license.  I threw the disk into the laptop, kept hitting ENTER until the OS was installed, fed it my license key, and was up and running.  That almost destroyed my productivity forever.

Continue reading “Uninstalling Windows 7 Games, with Prejudice”