Slashdot Mirror


Ask Slashdot: Low-Cost Tools To Track Employees' Web Use?

First time accepted submitter red-nz writes "I come from New Zealand where new anti-piracy laws have come into effect that prosecute the owner of the internet connection for copyright violations. This is now a major issue for businesses, as they of course don't want to be liable for employee infringements. We have some good firewalls that are capable of doing basic filtering by 'category,' e.g. P2P sites, etc., but ideally would love to find a low-cost or even better Open Source alternative to expensive reporting tools (such as WebMarshal or Websense) that is capable of reporting on individual employees' usage with friendly reports (i.e. dont just show the URLs of the 3000 items their browser requested that day). It may be too much to ask but if the software could also show how long they spent on each site, it would be fantastic. Anyone got any winners out there they can share?"

58 of 384 comments (clear)

  1. and it's thwarted with...... by Lumpy · · Score: 4, Insightful

    A simple encrypted proxy or VPN over port 80 to home.

    --
    Do not look at laser with remaining good eye.
    1. Re:and it's thwarted with...... by imemyself · · Score: 4, Informative

      True - but then it would be the person at home (or who runs the proxy) who would appear to be sending the traffic. So it would not be the business's problem.

      --
      Every time you post an article on Slashdot, I kill a server. Think of the servers!
    2. Re:and it's thwarted with...... by said213 · · Score: 3, Insightful

      "which is usually substantially more than they have at home."

      I realize that this is not the case for everyone, but my home cable connection is at least one degree of magnitude greater than the bandwidth available at my place of employ. The reason someone torrents from work is because they can do it while hiding behind someone else's liability.

      --
      help me fix this "Terrible" karma, please!
    3. Re:and it's thwarted with...... by RobertLTux · · Score: 2

      which brings the point that unless your computers are very expensively locked down just about everything you could do is useless

      you might be able to to something at the gateway but then again you will still have problems. i would say that this law has mandated the purchase of some very expensive hardware. Even if you find something cheap that would work you still could be tagged for not complying with the law due to "not having the required certified hardware".

      --
      Any person using FTFY or editing my postings agrees to a US$50.00 charge
    4. Re:and it's thwarted with...... by Anonymous Coward · · Score: 4, Insightful

      uh, the "reason" someone torrents from work is because they are at work.
      if they were at home, they'd torrent there.

      maybe they'll lose their job and have lots of time to download stuff at home, but i'm sure they're not thinking "this is great i have so much more bandwidth here" nor are they thinking "this is great now no one will know who i really am because i'm hiding behind a corporate network"

      they're thinking "damn i hate my job, i'm so bored, i'll download some stuff to pass the time"

    5. Re:and it's thwarted with...... by gregrah · · Score: 3, Interesting

      Keep in mind that the originally poster is from New Zealand. Broadband internet in New Zealand is not like we are used to in the United States; it's all based on metered billing and has been since the start. In fact - as a student in New Zealand I used to get charged per MB (and quite a bit, actually) when using the school's computer labs.

      The result is that monthly quotas end up being just as important (if not moreso) than bandwidth to a typical user. For example, take a look at these broadband prices and the extremely low (by US standards) "data allowances".

      I'm pretty sure that the case where a employee has a better connection at home than at work would be quite rare in NZ.

    6. Re:and it's thwarted with...... by somersault · · Score: 2

      If you're on a VPN then the data still ends up being stored on your computer, so if someone is downloading a torrent onto a business machine, the business could still end up in trouble. Your home connection is just another hop on the data's journey, the same as any other switch that it passes through on its way to you. Both the home connection and business connection would be involved in the download, though since the traffic between your house and work is encrypted, then a naive observer might assume that the home connection is the end point.

      If you're just connecting into a remote terminal then I agree with you though, the data isn't getting into the business in that case

      --
      which is totally what she said
    7. Re:and it's thwarted with...... by element-o.p. · · Score: 2
      All of what you say is true, and if the employer's concern is whether or not the employees are actually, you know, working (as opposed to arguing with others here on /., lol), then you raise several valid points. However, from OP's question, it seems like (s)he is more interested in making sure the business doesn't get hit with file sharing lawsuits when employees are goofing off on-line rather than making sure the employees aren't goofing off on-line in the first place. Although, to be fair, towards the end of the post, (s)he did start asking more "...and while we're at it, if we could see how much time employees are wasting on-line, that would be great" kind of questions, so I could be completely wrong.

      Anyway, on to OP's question. For filtering HTTP traffic, you can use a Squid proxy server with squidGuard or Dan's Guardian (we use squidGuard where I work) along with a firewall rule to allow HTTP from the proxy server, but to redirect all other HTTP traffic to the proxy. It's not difficult to tack on some reporting tools to Squid -- in fact, I would expect that there are already some open source tools available, although I haven't looked for any. If you want to restrict other protocols, you could consider port-based firewall rules and only allow protocols for which there is a verified business need. Again, we do this where I work with a Linux-based firewall that uses an open source tool called Firehol to generate iptables rules, which makes filtering stupid-simple. You create two lines that say something to the effect of...:

      client "<allowed-protocol-1 allowed-protocol-2...allowed-protocol-n" allow
      client all reject

      for example:

      client "http dns smtp pop3" allow
      client all reject

      ...and that's it. You have now explicitly allowed just a select few protocols and nothing else. It's still not foolproof -- since this is port-based filtering, you're hosed if someone is running some kind of file sharing service on an allowed port -- but in NZ, is it necessary to actually block all P2P activity, or do you just need to show that you've taken reasonable precautions to prevent P2P activity? If the first, you're hosed. You can't prevent every possible way of infringing, no matter how hard you try. In that case, just shut off your Internet connection. If the second, this should probably be good enough.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    8. Re:and it's thwarted with...... by rgviza · · Score: 2

      " If the first, you're hosed. You can't prevent every possible way of infringing, no matter how hard you try. "

      Actually, using a whitelist proxy and firewall rules (deny all, allow email server, proxy server) you can prevent every possible way of infringing. Simply deny all, allow work related domains through proxy. Let them do the rest of their surfing on their smartphones, give them a slight raise and make them pay for their own phones (so if they steal with their phones, it's their own account). Strip all email attachments except pdf and office docs. Limit message body size. Limit attachment size Rate limit incoming email messages and alarm on unusual activity (more than 10 messages from one address, 250k email limit with a file upload script on your web server for larger files, which sends them to quarantine)

      Done... This will immediately shutdown all p2p in your network, break pirate bay, warez sites, warez news servers, child porn, and lots of other badness.

      Provide three examples of high dollar infringement settlements to your CEO/CIO, offer your solution. Let THEM decide if a week of your time adding domains to a list  and setting up a security model that works is cheaper than getting sued. You'd be killing a lot of birds with one stone.

      Simply tell them you can prevent everything with a white list solution,or you can do it some other way and the company will always be one step behind it's employees' p2p efforts.

      This will have the added benefit of greatly reducing your attack surface due to web surfing as well. Default deny is the only truly secure way to run your network.

      If you have already implemented default deny and defense in depth, you don't need to do anything to comply with this law except clean out the stuff you don't know from the white lists.

      This completely eliminates the need to monitor your employees and track their activity. You don't need to monitor known goodness.

      --
      Don't kid yourself. It's the size of the regexp AND how you use it that counts.
    9. Re:and it's thwarted with...... by chispito · · Score: 2

      The reason someone torrents from work is because they can do it while hiding behind someone else's liability.

      Because that season of True Blood is worth so much more than your job.

      --
      The Daddy casts sleep on the Baby. The Baby resists!
    10. Re:and it's thwarted with...... by Anthony+Mouse · · Score: 3, Insightful

      Any ISP logs, etc. regarding the content accessed would show it to be accessed from the home's internet connection -- not the business's.

      If that's the case then it sounds like the solution to the problem: Have the business pay for some rack space in a country with less-draconian laws, then put the entire business behind a VPN that appears from the internet to come from the IP in the country with sensible laws.

    11. Re:and it's thwarted with...... by Anthony+Mouse · · Score: 3, Insightful

      Actually, using a whitelist proxy and firewall rules (deny all, allow email server, proxy server) you can prevent every possible way of infringing.

      No it isn't.

      Strip all email attachments except pdf and office docs.

      See, you've already lost. The pirate sends an email to his pirate friend, who sends back pirated which is either in text format natively or base64 encoded and pasted into a word document. And the size limits don't save you, because there is plenty of pirated material smaller than the size limit and equally as much legitimate material over it.

      I mean sure, you can lock down a computer enough that users can't pirate anything. Just disconnect it from the network -- or the electrical outlet. The problem is that you can't do it simultaneously with users being able to do their jobs.

    12. Re:and it's thwarted with...... by mywhitewolf · · Score: 2

      I'm pretty sure any company that finds out you've been torrenting their bandwidth will fire you. especially if they get legal threats from the MPAA. You could lose your job, which could cost you substantially more than your internet connection.

  2. Alternative by ArhcAngel · · Score: 3, Interesting

    Anyone who requires internet access gets a wireless broadband card in their name that they can expense. Now they are the owner of the connection and you are off the hook.
    IANAL especially not in New Zealand

    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
  3. accumulate the data usage by drolli · · Score: 2

    just talk to the top ten users, if they have no explicit reason for consuming so much data. If they cant explain it, search their computer, if they have done something wrong fire them and make sure everybody in the office knows why.

    1. Re:accumulate the data usage by drolli · · Score: 2

      That exactly is the reason why you should never give hacking ideas to idiots. Would you really raise the bar from doing something for which you just can be fired to something which implies at least 2-3 crimes (circumventing security measures, sabotaging, wrongly planting evidence suggesting that others are involved in criminal acts) and at least 3 possibilities for civil lawsuits (for trouble finding, possibly for compensating you co-workers, a contractual punishment, and abuse of your working time)? And this just for torrenting something?

      Then you are an idiot. Believe me. Do this and you will most likely get caught and get a much harsher punishment.

      If you don't believe me, then google for: "Displaying MAC Addresses Detected by a Switch" procurve

      If you don't believe that you admin will be a little on red alert after seeing the highly erratic network behaviour and go to such kind of low-level diagnosis, well, thats your choice.

  4. Wrong approach by morcego · · Score: 2

    Business shouldn't do blacklisting. They should do whitelisting (everything is forbidden, you only allow specifics).

    That is the only way to have a somewhat working control system (and even that is not perfect).

    Block everything. Allow what needs to be allowed.

    --
    morcego
    1. Re:Wrong approach by ShakaUVM · · Score: 3, Insightful

      >>Block everything. Allow what needs to be allowed.

      And then you'll have to hire 10 more IT guys just to deal with all the legitimate requests for unblocking that will come pouring in.

      I used to work at a place like that. It eventually was just easier for them to give me the password to unblock sites myself, rather than pester them about it.

    2. Re:Wrong approach by andymadigan · · Score: 4, Insightful

      I'm a Software Engineer. A peripheral part of my job involves dealing with Oracle. If I run in to a problem, I google the error message (or google what I am trying to do). I typically find the answer on some random blog or forum (no, the answer isn't always on ask tom). Are you going to claim those sites aren't "required" and therefore I don't need access to them? Otherwise, your whitelist is going to be pretty long...

      --
      The right to protest the State is more sacred than the State.
    3. Re:Wrong approach by AndyJ · · Score: 2

      >>It eventually was just easier for them to give me the password to unblock sites myself, rather than pester them about it.

      I guess that could be a starting point for the problem?

      Everyone gets a user/pass, they add their own sites.

      As long as it's all logged (IE, you don't remove example.com 10 minutes after using it) that would provide a solution.

      --
      Never be afraid to ask. Wisdom must be gathered before it can be given.
    4. Re:Wrong approach by element-o.p. · · Score: 2

      You'd think so, but in my experience, that hasn't been the case. The company that I work for basically uses a "block everything and open up what is needed" policy, and our IT department consists of five people. One works exclusively on our billing software. Two are desktop support, and two of us are network admins. These questions pretty much exclusively come to me, and it's not overwhelming -- not even close. Granted, it's a fairly small company -- just a couple hundred employees -- but still, the unblocking requests are maybe one or two a month once you've tweaked the filters for the first couple of weeks.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    5. Re:Wrong approach by pbhj · · Score: 3, Insightful

      >>Block everything. Allow what needs to be allowed.
      >And then you'll have to hire 10 more IT guys just to deal with all the legitimate requests

      You could have a click through that puts a persons name to the unblocking - so instead of hiring anyone you have the user self-certify that the page is work related and doesn't compromise any work usage policies. Internally publish the list of domains and who certified them.

  5. zScaler by CrudPuppy · · Score: 3, Informative

    Check out the zScaler proxy. Lots of good benefits, including what you need. I use it for all my employees and love it, especially the reporting and fine-grained control.

    --
    A year spent in artificial intelligence is enough to make one believe in God.
  6. Change the employee agreement by White+Flame · · Score: 2, Interesting

    If the employer also becomes a private ISP, and every employee is charged 1NZD per month for internet access at their workstation (taken straight from the paycheck, after everybody gets a 12NZD/year raise), then they own and are liable for the internet connection at their desk, not the company.

    1. Re:Change the employee agreement by MyLongNickName · · Score: 4, Insightful

      I am glad that you are a practicing lawyer in New Zealand and have educated us on this wonderful workaround. Could you please give us the contact information for your legal practice just in case someone in law enforcement questions the validity of your fine resolution to this problem? Because clearly your method trumps the employer-employee agency laws.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    2. Re:Change the employee agreement by sitharus · · Score: 2

      Alas, the law as it stands requires that if internet access is merely an "incidental feature of its main business activities" the company does not qualify as an "IP Address Provider", and thus the company is still liable, thought of that one a while back. Also if you don't issue public IP addresses you're not an IPAP (roll on ipv6!)

      At least my crafty lawyers haven't found a way through it yet. Maybe soon.

      --
      --sitharus
  7. ntop by bsDaemon · · Score: 4, Insightful

    ntop (http://www.ntop.org) should be able to do more or less what you want, but you might have to tweak a few things. However, it would also help you get a better handle on all your network usage in general, so I'd look into it anyway if I were in your situation.

  8. Wrong business plan by Dunbal · · Score: 3, Insightful

    You should be asking about low cost politicians.

    --
    Seven puppies were harmed during the making of this post.
  9. Kerio Control by LoudMusic · · Score: 2

    I honestly am unsure of pricing but I believe it's fairly inexpensive. We use Kerio Control and are migrating to the 3110 appliance.

    http://www.kerio.com/control

    It does all kind of neat reporting.

    We also use Cymphonix traffic shaping devices that have insane detail on reporting but I believe they're very expensive.

    http://cymphonix.com/

    --
    No sig for you. YOU GET NO SIG!
  10. Whitelisting has too much overhead by sjbe · · Score: 2

    Business shouldn't do blacklisting. They should do whitelisting (everything is forbidden, you only allow specifics).

    That presumes two things. 1) that the overhead of whitelisting is not prohibitive and 2) That your users have rather specific and unchanging needs. Speaking for our business, the overhead of whitelisting would be incredibly burdensome. We deal with many vendors and have to research topics all the time. There is no reasonable way to know in advance exactly which websites we will need to visit. Furthermore it requires a significant investment of time which could be better spend elsewhere.

    The best alternative is to block specific problem websites (Facebook, Twitter, etc for example) and only allow access to those via a whitelist. Keep logs of network access in case further problems arise. If someone is found to be ignoring company policies you can warn them or fire them and make an example out of them. You can solve 99% of the problem with quite a lot less work.

    1. Re:Whitelisting has too much overhead by element-o.p. · · Score: 2

      Then you need a better way to do the whitelisting :)

      We use a Squid proxy to filter HTTP traffic, and squidGuard to create the filtering policies. Shalla, IIRC the company that created squidGuard, has a really good list of domains and URLs that fit into various categories (i.e., porn, drugs, violence, social networking, spyware, etc.). You tell squidGuard which categories to block based upon your business needs, and squidGuard does the rest. You can even add rules that allow more liberal policies at certain times of the day (after hours, weekends, lunch time, etc.) and you can add rules that whitelist certain web sites in a category that you want blocked (for example, we block "chat" which includes /., but we explicitly allow ./).

      By having a community-maintained block list and blocking by category rather than individual domain or URL, the overhead associated with whitelisting goes way, way down.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
  11. More than one kind of tracking by Ceriel+Nosforit · · Score: 2

    Remember to track how much this tracking is costing you so that you have numbers to point to when you complain about it. You also need to sanitize the URLs for personal information since a lot of personal information gets passed through them. You could get sued, possibly face criminal charges, for gathering too much data.

    --
    All rites reversed 2010
  12. DansGuardian by HellKnite · · Score: 2

    DansGuardian with a proxy like squid should give you a basic websense-alike system - but even with all ports closed at the firewall except 80 and 443, bittorrent will likely still get through.

    If you're truly worried about litigation, it seems like you could find a little money to deal with the issue. Take a look at Palo Alto Networks firewalls, especially the up and coming low-end model the PA-200.

  13. Squid is your friend. by SwedishChef · · Score: 2

    I've set up several squid proxies for companies that claimed to want to keep track of employee's web surfing. The log files are pretty extensive and there are several 3rd party utilities out there that can provide reports that even managers can read. Most of the time. Going through the reports is a lot of work and usually the Achilles heel of this sort of project in my experience.

    A couple of things...
    1. Set your border router to accept connections from the Squid box and your Exchange (or email) servers only.
    2. Check for MAC addresses mapping to the same IP address. (Most employees don't understand how to spoof a MAC address but lots of them can change their IP address.)
    3. Fire the first person to be caught and make sure everyone in the company knows about it.

    If you set a Policy that mandates firing and don't do it then word will get out. If you don't bother to check the reports then word will get out. None of the companies that paid me exorbitant sums of money to set this sort of thing up ever fired anyone and all of them stopped bothering to check the reports after a few weeks. I think mostly because the managers were the ones doing most of the abuse and, after all, we can't fire *them*!.

    --
    No one ever had to evacuate a city because the solar panels broke!
  14. Re:squid by jeffmeden · · Score: 3, Informative

    Back many years ago when I had concerns like this, I used the ACID network monitor that allows for complete tracking of all activity. It doesn't do any blocking but it does make report generation of all network activity very simple. However, it sounds like the solution to go for is something like Squid doing transparent proxying with content filtering. Also, block any ports in AND out that arent used for HTTP (80 and 443) to completely nix the chance of P2P working in any reasonable way. But alas, if the submitter were after a good filter why should they care what the users are doing; they surely aren't doing it on any illicit sites (assuming the filtering rules are effective?)

    Seems like this should be two questions: one is what free/open ruleset can be trusted (as there are many good free tools at hand to enforce the rules) and two what additional inspection should take place to all content that might not be blocked, to find employees that spend too much time doing stuff on the "edge" of permissibility?

  15. The real solution by bmo · · Score: 3, Informative

    Is to get the law repealed.

    If business owners are on the hook for the behavior of their employees, they should get together and get this law repealed. If enough do, it sounds like a slam-dunk to me. The reason why it hasn't already been done is that probably too many business owners don't know that they're on the hook.

    --
    BMO

    1. Re:The real solution by Daniel+Dvorkin · · Score: 2

      It's simply not a good law, any time it's designed to punish someone other than the perpetrator as the responsible party.

      Agreed, so long as we go the other way as well: no more letting people off the hook for crimes they commit acting under the aegis of a corporation. I don't know how NZ law is about this, but US law is lousy with it.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
  16. how long they spent on each site... by 1u3hr · · Score: 2
    "show how long they spent on each site"?

    How on earth could any software determine that? You may open a tab for a dozen sites . You can load a page of text, once, and spend an hour reading it with no further fetches. You could have a stock ticker/ weather stats/million other things running in a small window, gettign data every few seconds.

    Basically, unless you look over their shoulder, you can't know how much of their attention was on a site for how long.

    Classic mission creep: start with monitoring illegal downloads, end up checking on how the staff spend each minute at work, just because you can. Think how intrusive this is and how much it would be resented.

  17. Squid as transparent proxy plus calamaris by whoever57 · · Score: 2

    Set up your firewall to redirect all outgoing port 80, 8080, etc packets to the proxy (running squid), then use calamaris to analyze the logs (or roll your own analysis). Squid can also block urls based or regular expression matching.

    --
    The real "Libtards" are the Libertarians!
  18. What is lacking in your current solution? by nrozema · · Score: 2

    Sounds like your current solution - "category" based filtering at the border combined with a strong company policy - is already more than adequate to cover most potential liability to the company.

    The rest of your question sounds like you're using this legislation as an excuse to implement some downright draconian and invasive "productivity enforcement" measures that have nothing to do with the stated problem.

  19. Re:Security cameras by MightyMartian · · Score: 2

    Years ago I worked for an employment center that had a public-use phone for job hunting and the like. Some people would abuse it to phone the girlfriends, make drug deals and so on. The price of a new phone system that could be monitored was looked at it, and while not steep, there were some privacy concern. Finally, someone had the bright idea and put a sign over the phone "All Phone Calls Are Monitored And Recorded", and almost overnight the problem all but disappeared.

    It's the Big Brother theory of surveillance. Your surveillance apparatus doesn't have to be perfect or even near-perfect. All that matters is that everyone thinks your surveillance is near-perfect.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  20. Slippery slope by Sqr(twg) · · Score: 4, Insightful

    "I'm required to stop copyright violations, so how can I best spy on my employees' surfing habits and see how much time they spend on each website?"

    First: You are not required to monitor what you employees download at all. Under NZ law it is not illegal to watch copyrighted material via direct download (youtube etc.) You only need to worry about p2p applications. These are easy to spot as they *upload* to lots of different ip addresses at the same time. If someone has 500 open ports and a Gigabit/second outgoing bandwidth, go talk to him!

    Second: People tend to leave their browsers on all day with 10 different tabs open, so even if you could view the time spent on different sites, that info would be meaningless.

    Third: Spying on your employees surfing habits can piss them off, and is likely not worth it, for the same reasons why people don't work better if you mount "security" cameras behind their backs.

  21. Re:Ouch man, just ouch by Captain_Loser · · Score: 2

    Squid setup as a transparent proxy is the way to go (squid-cache.org). It also has lots of good log parsing addons like SARG (sarg.sourceforge.net/sarg.php) that can give you detailed usage statistics. For non-http usage information you can add SNORT (snort.org) to the mix with a log parsing addon like ACID (www.andrew.cmu.edu/~rdanyliw/snort/snortacid.html).

    --
    -=You might be a geek if your computer is worth more than your car=-
  22. simple by oever · · Score: 2

    be google

    --
    DNA is the ultimate spaghetti code.
  23. With such laws, why bother trying? by Lazy+Jones · · Score: 2

    There's no 100% safe method to provide an internet connection for employees and prevent abuse. So if these ridiculous laws persist, you will need to transfer ownership of each employee's internet connection to said employee. Ask your lawyers how to accomplish that ...

    --
    "I love my job, but I hate talking to people like you" (Freddie Mercury)
  24. Morals by WorldPiece · · Score: 4, Insightful

    Seems to me that asking this question here is like going on a vegetarian's blog and asking whats the best cheap knife to butcher a cow with...

  25. I would tell the business owner by SlippyToad · · Score: 2

    "Next time you purchase an election, make sure you don't elect morons who slap stupid laws up without thinking about their undesired consequences."

    --OR--

    "This is what you wanted, so this is what you're getting. You wanted business-friendly government, and now you have it. PAY UP."

    I wouldn't offer them a cheap solution at all. In fact, I'd offer them the most expensive solution you can find.

    --
    One day I feel I'm ahead of the wheel / the next it's rolling over me / I can get back on / I can get back on
  26. Or encrypted to a nearby country by Quila · · Score: 4, Interesting

    What would cost more, censorware acceptable to the government, or a small server hosted in the Philippines?

  27. Get somebody in the lobbyist's office by guruevi · · Score: 2

    Hire somebody to infiltrate the lobbyists for those laws offices. Have them download your company's stuff which you do not license to them and report it. Do the same for any politician that voted this law into office.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  28. Untangle by Sheik+Yerbouti · · Score: 2

    Untangle is probably what you want

    www.untangle.com

    I know I know where do i get off actually answering the questions asked.

  29. Re:Security cameras by tomhudson · · Score: 2

    An *unplugged* camera can't be illegal, since it's not actually watching anything, now is it?

  30. use an applicance or a cloud solution by Binary+Bites · · Score: 2

    If you have all users in the same location, you could use Blue Coat Enterprise Reporter. If you have mobile users, you could use the Blue Coat ThreatPulse service which is a SaaS solution.

  31. Re:Yeah, here's a winner: by ehintz · · Score: 2

    Actually, we pretty much got screwed here. Quite a lot like PATRIOT got jammed through in the post 911 environment, actually. National figured out they had a wonderful opportunity with the CHC earthquakes and used the state of emergency powers (intended to streamline govt during those sorts of situations and respond as required to real emergencies) and instead rammed through unpopular stuff. They tried to put through another copyright bill about 3-odd years ago but it went through the normal review process, and the protest machine got going and neutered the worst of it. This time around they used the state of emergency powers to push it through with so little time that effective protests simply weren't possible.

    Naturally the best solution now would be to vote the bastards out, but we still suffer from the same problem the US does, apathy looks likely to rule the day in this November's election.

    Amusingly enough, the new law has one ironic effect. Before, infringement notices to ISPs generally got passed on to the offending user with a don't-be-bad note. The new law has a provision that the ISP has the right to charge for the time this takes them to research. In most cases this now means the ISP, upon receiving the infringement notice, turns around and invoices the complainant $25 before going any further (and as the complainants are usually mostly automated scripts, it mostly seems to end there). Ironically enough, at least in the short term, it probably means *less* punters getting infringement notices, and more costs to the "rights holders" for pursuing the process. In some ways a bit of a phyrric victory.

    --
    ehintz
  32. Understand the problem before trying to fix it by FLaMeBoY · · Score: 3, Interesting

    The 3-strikes law covers P2P traffic only. Adding web traffic reporting isn't going to do anything to help you.

    Now if you are being asked to do web traffic reporting then sit down with management and work out what they want, why and who is going to be responsible for reviewing traffic (hint - this should be HR not IT). Doing this should give you enough information to justify some expenditure, even if it is just a new server/VM for Squid.

  33. Re:Dont Try by guruevi · · Score: 2

    There's a sucker born every minute and most suckers get to management somehow. Those manager will try to cover their asses and thus implement some expensive solution from someone which is promoted in one of those free CIO magazines but in the end does nothing.

    Once it's legislated it's usually too late. The law is there and hard (if not impossible) to remove. Those that want these laws are not going to go for the big companies, they're going to go for the small ones that don't have the money to put up a fight and thus have to pay into the racket. Once that happens, they have precedent for ever larger companies and eventually individuals.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  34. TimeTracker, used it for years by holophrastic · · Score: 3, Informative

    http://sourceforge.net/projects/ttracker/
    Basically, it does nothing but track the titlebars of every window that's open, and which one is in focus at any given time. And since every browser lists the URL in the title bar, it works like magic.

    And it writes everything to a simple CSV file, so you can analyze it any way you choose. But it also has some nifty reporting screens, if you really care.

    If you're only interested in web access, there's something else that you can do. Look into ".pac" files on windows. Basically, think a javascript file that gets run every time any URL is accessed by anything in all of windows. As in "return null" will make everything die, and "return slashdot.org" will make every URL return the slashdot homepage. You can easily write a five-line jscript file to log everything to a file through the FSO.

  35. Low Tech, Amazingly Effective by lewko · · Score: 2

    Run everyone through a proxy. At the end of every week, print out the name of every user and every site they have visited. Display the printout in the lunch room.

    Benefits:
    1) Accountability. Nobody's going to visit LesbianMidgetAmputeeFisting.com if they know everyone in the office will know about it.
    2) Information Sharing: People will learn of other (hopefully work related) sites and tools, and will know with whom to discuss them.
    3) Reduced bandwidth. Nobody wants to be accused of wasting time at work, so people will naturally reduce their casual web browsing.

    Total cost of implementation: A few reams of paper and a few minutes a week.

    We tried this in an office of 50 people who were fed up with a content filtering firewall that thwarted legitimate work. First week's results were a little off-colour (we kinda forgot to remind people we were doing it) but subsequently almost every bit of web browsing was work-related, relevant and minimal. Facebook use at work all but vanished. However, staff didn't feel they were being treated like children by a machine controlling where they surfed.

    --
    Do you or your partner snore? - Visit www.snoring.com.au
  36. Slashdot vs. Google by Compaqt · · Score: 2

    I've got an idea: Since the sum total of ideas expressed on Slashdot comments have probably already been expressed elsewhere, and are available on Google, it's probably superfluous to post comments on Slashdot.

    Also, since all of the articles posted on Slashdot are (obviously) available elsewhere on the Web, and hence, also via Google, it would make sense to also not post articles on /., being redundant.

    In fact, to the logical geek mind, the thing that would make the most sense is for slashdot.org to simply be turned into a DNS redirect for google.com.

    Why didn't anyone think of that before? In fact, I think CmdrTaco did indeed realize that the very existence of Slashdot is futile in the face of Google, and voluntary stepped down for that reason.

    --
    I'm not a lawyer, but I play one on the Internet. Blog