Slashdot Mirror


Crazy Firewall Log Activity — What Does It Mean?

arkowitz writes "I happened to have access to five days worth of firewall logs from a US state government agency. I wrote a parser to grab unique IPs out, and sent several million of them to a company called Quova, who gave me back full location info on every 40th one. I then used Green Phosphor's Glasshouse visualization tool to have a look at the count of inbound packets, grouped by country of origin and hour. And it's freaking crazy looking. So I made the video of it and I'm asking the Slashdot community: What the heck is going on?"

14 of 344 comments (clear)

  1. Another Slashdot Ad? by Frogking · · Score: 5, Insightful

    Wait, is this just an advertisement for Glasshouse? The voice in the video on Green Phosphor's website is exactly the same.

    What gives?

  2. Why am I worried? by Anonymous Coward · · Score: 4, Insightful

    So you have access to these firewalls but you don't know how to go about diagnosing the problem aside from an Ask Slashdot? Am I the only one who's a little baffled by this?

    1. Re:Why am I worried? by digitalchinky · · Score: 5, Insightful

      Why baffled? This is naught more than an advert for a graphic log analysis filter riding on the coattails of the google / China thing.

      There are many others that go about the same task in different ways, most are free, this one is not.

  3. Ad by Anonymous Coward · · Score: 5, Insightful

    it means that this is an ad for Quova and Green Phosphor's Glasshouse

  4. "And its freaking crazy looking" by PCM2 · · Score: 5, Insightful

    Am I the only one who found the five minutes of this video to be about as interesting as listening to a stoned person describe the cracks on the ceiling?

    You designed the visualization, buddy. If it's "freaking crazy looking," rather than yielding any useful insight, then obviously you did not visualize it in a meaningful way. You failed, in other words.

    But as an earlier poster noted, this is just a Slashvertisement for the visualization tool in question. No doubt it will be quite effective on the kind of people who talk as slowly as the guy in the video.

    --
    Breakfast served all day!
    1. Re:"And its freaking crazy looking" by Dr.+Evil · · Score: 5, Insightful

      I wouldn't be so quick to support the author. The voice on the youtube video sounds a lot like the voice on the youtube video featured on the front of the webpage for http://www.greenphosphor.com/. If not him, look at the related videos, notice a pattern? Maybe one of the other voices talking about features of the product will sound familiar.

  5. Re:Skylab Shreds by rednip · · Score: 4, Insightful

    You're trying imagine shapes in clouds, there is no context. Video conference call, maybe? Also, could be synchronization, or backups. Spooky garbage for the tin foil hat crowd, I hear theres a good business in it these days. It's an ad for a 3D graphing service.

    --
    The force that blew the Big Bang continues to accelerate.
  6. That wasn't complaining. THIS is complaining. by PCM2 · · Score: 5, Insightful

    You want complaining? How about this: This visualization is terrible.

    The video took five minutes to watch and most of it was him rolling over the bars in the 3-D chart so you can see what each of the lines means. If that's supposed to be a useful visual aid, I'll eat my hat. It's bad enough that you have to manually roll over every data element to figure out what it is; scrolling through the graph seemed dead slow. I hope that's not a limitation of the product itself.

    Simple labels on the axes of the graph would have been nice. Far be it from anyone to try stick little flags next to the lines to represent different countries. Hell, just color-coding them in a totally arbitrary way would have made the graph easier to read.

    BTW, a quick look at the Glasshouse site reveals all their output looks pretty much just like this demo. And there's no evidence that you can export one of their rudimentary 3-D graphs to "pretty it up" in a real 3-D app. Instead, their raison d'être appears to be allowing you to run around looking at these graphs... in Second Life.

    I'm sorry, but if you're doing something like plotting fractals, for example, where visual similarity to patterns is the whole point, I can forgive you for coming to the conclusion that "it's crazy looking." If what you're doing is trying to provide a visual to aid in the interpretation of data, then the visual should -- y'know -- aid interpretation. A glance at this graph, on the other hand, reveals nothing; not even what it's supposed to represent.

    In summary, Edward Tufte will be rolling in his grave when he dies from looking at this graphic.

    --
    Breakfast served all day!
  7. Re:I'm confused by pipatron · · Score: 5, Insightful

    I don't even know why they Quova crap is mentioned since you can look up the country for *each* your IP locally using GeoIP.

    --
    c++; /* this makes c bigger but returns the old value */
  8. Re:Skylab Shreds by pipatron · · Score: 4, Insightful

    It's an ad for a 3D graphing service.

    Indeed, the guy from the graphing service is the same guy who made this.

    --
    c++; /* this makes c bigger but returns the old value */
  9. Looks like a sneaky ad to me. by Jane+Q.+Public · · Score: 5, Insightful

    I see no reason whatever that it would be necessary to use either Quova or Green Phosphor. Any competent programmer could have sampled the data, used whois to get location, and then used about 1000 different programs to visualize the data just as well. (Like Crystal Reports or Seagate.)

    The fact that OP did neither, and is involved at a high level with one of the two companies, makes this whole post suspicious.

    My best guess is that OP thought he had discovered a way to freely advertise via Slashdot, and victimized us as a result.

    I get enough Spam. I don't need to see even more, on Slashdot. Can this user be blocked?

  10. Re:Skylab Shreds by MojoRilla · · Score: 4, Insightful

    Uh...a bot net?

    That would explain most of it.

  11. Re:Skylab Shreds by Mal-2 · · Score: 4, Insightful

    Also is he plotting this based on potentially spoofed IP addresses? I'm thinking not just a botnet, but a botnet that doesn't care if it's getting packets back or not. It may not be every country in the world, just a bunch of random IPs coming from zombies which may (or may not) be in far-flung places.

    Mal-2

    --
    How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  12. Re:Skylab Shreds by Anachragnome · · Score: 5, Insightful

    Bingo. My thoughts exactly.

    Unless his gives up some more data, hard to tell for sure.

    But, I agree, it sounds like someone is using their employer's (government)bandwidth to torrent. Could be a machine that someone shuts off the monitor on but P2P downloads overnight with a scheduled P2P app.

    The peaks/valleys might be explained by reset packets introduced by the ISP temporarily killing the outbound requests and it takes the inbound requests awhile to trickle off.

    You can see this same type of log traffic by simply starting a torrent, waiting a little bit, then stopping the P2P client, waiting awhile again, then restarting it. Rinse, repeat and you will see something that looks awfully close to what you have.

    Reset packets essentially create the same traffic pattern, but for a different reason (ISP- introduced traffic "shaping").