Slashdot Mirror


The Sound of Your Firewall

upside writes "It had to be done. Once The Spinning Cube of Potential Doom gave us a 3D visualization of a firewall, someone was bound to ask themselves 'What does your firewall sound like?'."

8 of 232 comments (clear)

  1. Mac Version by inertia187 · · Score: 2, Informative
    Here's the mac version:
    #!/bin/sh
    tail --follow=name /var/log/system.log | \
    awk '
    $0 ~ /DROP/ {
    system("open /Library/Sounds/Submarine.aiff");
    }
    '
    Don't forget to run it as root.
    --
    A programmer is a machine for converting coffee into code.
    1. Re:Mac Version by hackstraw · · Score: 4, Informative

      Unless you installed GNU tail, the OSX tail does not have the --follow option.

      Don't forget to run it as root.

      You don't need root access, you only need to be in the admin group, which I would guess you already are if you have root access.

      Plus, I would guess that the default option for playing an aiff file is via Quicktime, which may get intrusive.

      Lesson learned, don't mod something as informative unless you know what it says.

  2. Already done... by Cheerio+Boy · · Score: 4, Informative

    Can't read the article due to 'slashing but it's already been done by peep - the network analyzer:

    http://www.usenix.org/publications/library/proce edings/lisa2000/gilfix/gilfix_html/

    --

    "Bah!" - Dogbert
  3. Peep / Network Auralizer by cyrilc · · Score: 2, Informative

    Peep is a great tool to hear what's going on out there... where the hackers play !

    It plays sound whenever an connection is made on a designated port (smtp, domain (DNS), http...) but also can play specific sounds based on events (keywords on log file -> snort, auth.log etc.)

  4. PEEP the Network Auralizer by SadPenguin · · Score: 3, Informative

    PEEP the Network Auralizer This project, cooperatively developed by a faculty member and student in the Tufts University Comp. Sci. dept. answers this question. PEEP applies sounds to network events. Its really cool, i had checked it out, but didn't have much time to get very far with it. I imagine this software's authors will appreciate it if you give it a gander, and let them know.

    --
    sigSEGV - doy!
  5. Re:The Sound of Silence by runlvl0 · · Score: 3, Informative

    I know windows XP is supposed to have a firewall, but for the life of me I can't find it.

    Just in case you mean it (and I missed the joke):
    Start -> Setting -> Control Panel -> Network Connections, right-click on the network connection that you want to "firewall", select Properties, then on the third tab, Advanced, select the check box for Protect my computer and network by limiting or preventing access to this computer from the Internet.

    from Use the Internet Connection Firewall

    --

    Carthago delenda est!
  6. Re:My firewall sounds like the wind by why-is-it · · Score: 2, Informative
    BlackICE, the premier software firewall

    You must be joking. Nobody uses BlackICE to protect large corporate networks.

    --
    *** Where are we going? And what's with this handbasket?
  7. Re:That's great, but... by nicolas.e · · Score: 2, Informative