Slashdot Mirror


A Myspace Lockdown - Is It Possible?

Raxxon asks: "We (my business partner and I) were asked by a local company to help 'tighten up' their security. After looking at a few things we ran some options by the owner and he asked that we attempt to block access to MySpace. He cited reasons of wasted work time as well as some of the nightmare stories about spyware/viruses/etc. Work began and the more I dig into the subject the worse things look. You can block the 19 or 20 Class C Address Blocks that MySpace has, but then you get into problems of sites like "MySpace Bypass" and other such sites that allow you to bypass most of the filtering that's done. Other than becoming rather invasive (like installing Squid with customized screening setups) is there a way to effectively block MySpace from being accessed at a business? What about at home for those who would like to keep their kids off of it? If a dedicated web cache/proxy system is needed how do you prevent things like SSL enabled Proxy sites (denying MySpace but allowing any potentially 'legal' aspects)? In the end is it worth it compared to just adopting an Acceptable Use Policy that states that going to MySpace can lead to eventual dismissal from your job?"

180 comments

  1. The 2nd best way is random incomplete blocking... by dada21 · · Score: 5, Insightful

    I have customers who have asked us to do this, and we usually work to talk them out of it. As an employer myself, I have no problem with my employees "wasting time" on occasion, as long as their work is getting finished on time, and they're meeting their deadlines. Work takes more of our time than ever, so there is no reason why people can't take a recess for 5 minutes out of the hour to do personal things.

    Nonetheless, the best solution that I came up with (I don't think I "invented" this, but I did come up with it after many days of contemplating) was to have a revolving DNS change for those 20 MySpace Class C addresses. We made it intermittent enough that the employees "thought" it was MySpace downtime, and eventually usage dropped significantly. Every 5-10 minutes a CRON job would add its own random address for one of the MySpace addresses, then 5 minutes later it cleared that and then did it to another address.

    The only guy that I am aware of that noticed it is the guy who ran his own DNS on his workstation, but he was geeky enough to probably realize that it wasn't MySpace that wasn't resolving.

    I still think that it is wiser to discuss WHY employees might be needing some downtime versus locking them out of applications. Happy employees are efficient, productive and fun to work with. I would never block my employees access to any sites (then again, I would never drug test, delve into their private lives, run a credit report, or any of the usual steps employers take).

  2. Re:The 2nd best way is random incomplete blocking. by montyzooooma · · Score: 4, Funny

    I did something similar to this except I blocked all access to the internet and told everyone that a Myspace virus had crashed the server. Then I spent the afternoon sobbing in my office to make them feel really guilty.

  3. Re:The 2nd best way is random incomplete blocking. by triskaidekaphile · · Score: 2, Funny

    Are you hiring? ;)

    --
    @HbFyo0$k8 tH!$
  4. don't block the site... by TheSHAD0W · · Score: 1

    ...block the service. If you filter out any Javascript from websites (except perhaps those on a whitelist) you'll be able to keep nearly all the malware off your systems - with the bonus of killing a lot of the enjoyment on those productiveness-destroying websites.

    1. Re:don't block the site... by drinkypoo · · Score: 0, Troll

      with the bonus of killing a lot of the enjoyment on those productiveness-destroying websites.

      with the bonus of making a lot of legitimate websites not work properly.

      There, fixed that for you.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:don't block the site... by TheSHAD0W · · Score: 2, Insightful

      That's what the whitelist is for.

    3. Re:don't block the site... by LunaticTippy · · Score: 0, Troll

      Bah, whitelists. If I can't find what I'm looking for as easily or I can't do what I need to do then the punishment is worse than the disease. The weird techblog or manufacturer's site or vendor is not going to be in the whitelist. Adding some stupid site I'll use once is retarded. And if your whitelist is so big "I'll never have a problem" then you aren't filtering much are you?

      You wouldn't put a whitelist on your phones would you? Or what addresses your mailroom can send mail to?

      I think productivity is higher and morale is better if you secure your systems and trust your users.

      If you're a sadist though, go ahead. Stick it to the little man! The frustration and delays are a small price to pay to make people feel unappreciated!

      --
      Man, you really need that seminar!
    4. Re:don't block the site... by greg1104 · · Score: 1

      If you spend any length of time surfing with a Javascript blocking tool (I use NoScript with Firefox), you'll discover that enormous number of web sites are completely disfunctional without Javascript nowadays. I find myself needing to toggle it back on for sites every day, usually for menu navigation options. Today, for example, it was something on the Asus web site that didn't work; yesterday it was a tech review site. The idea that only "productiveness-destroying" sites use Javascript is naive.

    5. Re:don't block the site... by Anonymous Coward · · Score: 0

      Virtually any site using JSF (Java Server Faces) also requires javascript, since it's designed out of the box to require it for basic functionality. It's pretty shameful, and I don't believe ASP.NET has that limitation. I'm developing a JSF-based app, but it's for internal use where I know we all have JS.

      I like javascript, it has appropriate uses, and there's even some places that can justify requiring it outright. But for basic navigation functionality requiring it to work at all, that's not appropriate.

      Yes, you can engineer JSF sites to not depend on javascript, as long as you avoid most of the toolbox and do a lot of manual pulling of request parameters. Makes it almost as bad as raw CGI that way.

    6. Re:don't block the site... by drinkypoo · · Score: 1

      Great. So every time I hit a website that needs js, I have to contact IT, or I have to be smart enough to maintain my whitelist, depending on the level of freedom permitted me by IT. I can do the latter, but many can't, so they will need to contact IT. Then they're able to load the site, and find a link to another site... which won't work properly without js. So then they need to contact IT again. This completely interrupts the flow of their day and makes them less productive. Employees either need to access the web, or they don't. Aside from filtering known bad sites, taking away parts of the web is a horrible mistake. Use the most secure browser you can, keep up with updates, and block known bad sites aggressively, but either give me internet access, or don't.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:don't block the site... by walt-sjc · · Score: 1

      I also use NoScript, and yes, javascript is becoming more and more "required" for advanced sites. There is a difference however in "valid" versus "gratuitous" use of Javascript... Some sites require javascript in order for you to see parts of the page that should be plain simple HTML, or CSS, or trying to push server-side functions to the client (breadcrumbs for example.) On the other hand, there are sites like maps.google.com that would totally suck without javascript because they really need client-side scripting to improve usability.

    8. Re:don't block the site... by MikeBabcock · · Score: 1

      I use SquidGuard at work to block all the listed spyware companies and nothing more really. I've configured it to give users an HTML or image result from our internal server stating why the site/image has been blocked and who to contact if they think its an error (myself). So far, I'm the only person who's actually complained about it (to myself). It works very well and catches those laptops that get brought home, filled with garbage and then plugged back into the LAN trying to fetch various spyware utilities remotely.

      --
      - Michael T. Babcock (Yes, I blog)
    9. Re:don't block the site... by secolactico · · Score: 1

      Maintaining whitelists is a royal pain.

      IT: "You wanted www.somesite.com? Done"
      Employee: "It still doesn't work..."

      Turns out you also needed "images.somesite.com", "scripts.somesite.com", "download.someothersite.com", "secure.someunrelatedomain.com" and all of them on different networks.

      --
      No sig
  5. Porn filters by Spazmania · · Score: 1

    You know, there are companies out there that specialize in network-level content filtering. Porn filtering mostly, but they generally have a filtering set for workplace issues available as well. If you can't talk the guy out of it, consider buying a product that's actually designed to do the job.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    1. Re:Porn filters by alanshot · · Score: 2, Informative

      yup. Sonicwall with thier CFS (content filter system). works like a dream.

      Until somebody there goofs and flags the map image server for mapquest as porn (we are fighting that one now)

      Luckilly they do have a user submission system to reclassify those goofs.

  6. Re:The 2nd best way is random incomplete blocking. by passthecrackpipe · · Score: 3, Insightful

    I make no personal statement about what people should or should not be able to access from work. From a professional POV, if the customer asks for it I discuss the pro's and con's of filtering vs. log auditing (the vast majority of actual employees i spoke to prefer filtering - they feel auditing is too invasive), and usually the customer goes for filtering. It is important to point out that there is no fool-proof solution, and filtering has significant limitations. Having said that, if your customers insists on going the filtering route, try Surfcontrol or Websense.

    --
    People who think they know everything are a great annoyance to those of us who do.
  7. No. by koreaman · · Score: 1

    It's generally agreed that it's impossible to effectively block web sites without taking drastic and draconian measures. No, it's not possible. With proper policies and monitoring it shouldn't be a huge problem.

    1. Re:No. by tverbeek · · Score: 1

      You'll never be able to stop it completely. And this is not a technology problem; it's a management problem. So configure your DNS to resolve myspace.com to a local machine with a copy of the company's policy against accessing MySpace at work. Then let management and HR take care of anyone caught violating that policy.

      --
      http://alternatives.rzero.com/
  8. Re:The 2nd best way is random incomplete blocking. by jhfry · · Score: 3, Insightful

    Any chance your looking for an IT Manager.

    Seriously, I have left so many jobs simply because I wasn't happy being treated like a child. Give me a job and I do it, to the best of my ability... don't concern yourself with what I do when I'm not working, and certainly don't tell me that I am expected to spend every minute during business hours working.

    --
    Sometimes the best solution is to stop wasting time looking for an easy solution.
  9. I mean, like, duh. by 0xdeadbeef · · Score: 5, Funny

    is there a way to effectively block MySpace from being accessed at a business?

    Stop hiring teenagers?

    1. Re:I mean, like, duh. by bigtangringo · · Score: 1

      Funny, but illegal :P

      --
      Yes, I am a smart ass; it's better than the alternative.
    2. Re:I mean, like, duh. by dgatwood · · Score: 2, Insightful

      Not illegal at all.

      Wanted: Senior widget designer. Minimum five years experience.

      Wanted: Administrative assistant. Must be responsible, hard-working individual.

      And so on. Yeah, technically you can't explicitly exclude teenagers, but you can set job requirements that effectively do so. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    3. Re:I mean, like, duh. by DavidTC · · Score: 1

      Not illegal at all.

      Age discrimination against the old is illegal. Age discrimination against the young is completely legal, unless there's some state law.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    4. Re:I mean, like, duh. by bigtangringo · · Score: 1

      Right you are, the ADEA only protects those 40+

      Which is, IMHO, a load of bunk.

      --
      Yes, I am a smart ass; it's better than the alternative.
    5. Re:I mean, like, duh. by DavidTC · · Score: 1

      Which, incidentally, has resulting in an...interesting amount of people let go when they're 39 in the tech industry.

      --
      If corporations are people, aren't stockholders guilty of slavery?
  10. Internet on an "as needed" basis... by VitrosChemistryAnaly · · Score: 2, Interesting

    I worked at a place (~200 employees) that had a really crappy policy.

    There were about 20 people in management type positions that had absolutely no blocks set on the websites that they could visit.

    The rest of the employees had a whitelist of work related websites that they could access. Everything else was strictly verboten. No checking personal email, no checking the weather or news.

    To me it seemed somewhat Draconian, but that was the policy in place.

    God I'm glad I left that job.

    --
    "It's a tarp!" -- Dyslexic Admiral Ackbar
    1. Re:Internet on an "as needed" basis... by networkBoy · · Score: 1

      The only time I implemented that draconian a policy it was for the gateway from an R&D lab to the outside world.
      I allowed access to equipment vendor sites (tek.com for example) and that was it. If you needed anything else go do it in your office, not my lab. To lock down a general office environment that much is going too far IMHO.
      We use an automated log auditing tool. Even one or two porn hits won't cause issues (it happens by accident sometimes).

      I clicked a link in google once (before firefox and during the pop-up heyday). Blew open at least a dozen porn windows before I could hit the power button (every time you closed a window a dozen more would seem to open). Called out IT dept and they said: no worries. it flags number of hits over time, so one burst like that every few months won't do anything. The same number of hits spread over a few hours would pop the alarm though.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    2. Re:Internet on an "as needed" basis... by PrescriptionWarning · · Score: 1

      It seems to me like some companies treat their employees like school kids. I mean I can understand a school system using internet filters, but come on, where's personal responsibility for adults? If the adult can't be reasoned with to not waste all their time, they can certainly be replaced.

    3. Re:Internet on an "as needed" basis... by jph · · Score: 1

      I don't understand web filtering at all, not even for schools. How are the kids supposed to learn about personal responsibility with internet in the first place if everything is filtered nice and tidy.

      Of course they'll soon find numerous ways to circumvent the restrictions and learn that "bending" the rules is just fine, but personal responsibility...?

    4. Re:Internet on an "as needed" basis... by Anonymous Coward · · Score: 2, Informative

      A friend of mine worked for the Gordon Flesch Company (~800 people) in Madison, WI. They had a filtering system in place, but it was pretty lax. They had a strict policy, but it had never been enforced. She was a WOW player, and would occasionally check the forums and game sites. Her work was top notch, her co-workers liked her, and her customers we always pleased with her performance.

      One day she was called into her manager's office and fired due to her web usage. No warning, no verbal/written reprimand, just fired. Her last review said her performance was excellent, and there had never been a blemish on her record.

      Now there's a company to avoid working for.

      -AC

      (It's not libel if it's true, but I'm not risking a lawsuit by putting my name on this!)

    5. Re:Internet on an "as needed" basis... by interiot · · Score: 1

      So if employees needed to download an OSS utility, or look up some technical assistance on usenet/forums, as part of their job, they basically had to drive home or borrow their boss's computer to get that information?

      It seems like the company was classifying the internet as wholly negative, that random unknown parts of the internet never contain things that might be important to getting one's job done? Certainly the Internet has more distractions than help, but there's been enough times in the past year or two where I really had to do random Google searches to complete a task for work that I think I'd end up with a large forehead-sized dent in my desk if my company did this.

    6. Re:Internet on an "as needed" basis... by Feanturi · · Score: 1

      I've got a similar environment where I work. But I happen to be posting to Slashdot from there right now, so it's not all that bad. Most forums are blocked however, which is maddening when a google search for a tech problem turns up very promising looking hits that are all in blocked forums. Quite a few times I've been stalled trying to find information that I would have ready at my fingertips if I'd been working from home instead.

    7. Re:Internet on an "as needed" basis... by Original+Replica · · Score: 1

      Spend a summer roofing, or working on a factory floor, or hanging drywall. Then come back and tell me how hard it was to not check you personal e-mail at work at you old desk job. Why does it make perfect sense that blue collar workers should have such a clear distinction between personal and work time, but white collar workers should be allowed to hop back and forth? What would you do if your plumber decided to check his personal e-mail while you where paying him?

      --
      We are all just people.
    8. Re:Internet on an "as needed" basis... by Anonymous Coward · · Score: 0

      Well, my solution would be, if I'm stuck because I need some online information that is blocked, I'd do fuck-all until I can somehow get that info at work. Why should I do work at home because work has access blocks?

                This isn't directly related to internet blocking, but shows the problem with implementing policies without checking on the side effects... where I work, we surplus thousands of PCs as they come in. At present these are mainly P3s with some few P4s, mainly Dells. At the time, we had a CD that erased the hard drive and put some utils on the PCs that displayed specifications, so they could be put out for sale. Well, these managers came in, pulled out the internal network, and various "unapproved" PCs, leaving an awful Windows machine, and (disturbingly!) the Windows-based (!) cash register. Thank the fuck christ credit card info doesn't go into that. These pulled machines were running Linux with a few running NetBSD, so there were not licensing issues or anything. Well, yeah.. about 2 or 3 weeks later when the last of the wiping CDs had been lost, we didn't do dick for about a month -- there was no way to burn new CDs! Finally some manager wondered why so many computers were building up, and reluctantly allowed that we should be able to have a machine or 2 to do our jobs with. Technically I could burn all these CDs at home, but why the hell should I? Because of short-sighted policies? Screw that. After about another year, the highers up realized the IT situation in the building was unique due to the neccessity of handling increasing volumes of used computers, and so handed over IT control to someone within the building.

  11. Websense by outlaw69 · · Score: 2, Informative

    Install websense. Blocks the proxy sites AND Myspace as well as anything else you want.

    --
    It's better to be hated for who you are, than be loved for who you're not.
    1. Re:Websense by Ankur+Dave · · Score: 1

      And a lot of other useful sites—mozilla.org for instance.

    2. Re:Websense by MarkAyen · · Score: 1
      WebSense only blocks what you tell it to. If for some reason you choose to block the "Information Technology" category, then WebSense will block mozilla.org. If you feel strongly about allowing access to the mozilla.org site and want to block access to all other sites in the "Information Technology" category, you can create a rule for that too.

      BTW, blocking "Information Technology" also blocks microsoft.com. So much for the conspiracy crackpots.

  12. Hosts File by jconley · · Score: 3, Interesting

    Assuming it is a windows environment, use policy/login scripts to update the hosts file on the client to map the myspace domains to yahoo, or something else harmless.

    1. Re:Hosts File by RayMarron · · Score: 1

      Assuming it is a windows environment, use policy/login scripts to update the hosts file on the client to map the myspace domains to yahoo, or something else harmless.
      Then the user just types the IP address into the browser's address bar. Thanks for playing!
      --
      ON DELETE CASCADE
    2. Re:Hosts File by lazarusdishwasher · · Score: 1

      What about all of the embedded content like pictures, movies, audio, or standard hyperlink. Will anybody rewrite all of the urls needed to browse myspace.

    3. Re:Hosts File by Red+Flayer · · Score: 1

      Then the user just types the IP address into the browser's address bar. Thanks for playing!

      These are Myspace users. How many of them know how to bring up cmd and ping myspace for the IP address? Most of them wouldn't know/remember an IP address if it smacked them in the forehead.
      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    4. Re:Hosts File by RayMarron · · Score: 1

      I don't know how you write your sites, but I try to use relative links wherever possible (e.g. "./foo/index.html" vs. "www.mysite.com/foo/index.html")

      --
      ON DELETE CASCADE
    5. Re:Hosts File by RayMarron · · Score: 1

      It only takes one guy to say "Hey guys, my son told me to type this instead!"

      --
      ON DELETE CASCADE
    6. Re:Hosts File by Drantin · · Score: 1

      many larger sites host multimedia on a different host than the one hosting the html and scripts...

      --
      Actio personalis moritur cum persona. (Dead men don't sue)
  13. We went the Squid route by ReidMaynard · · Score: 1

    We went the Squid route and it worked fine. Large orginization too (100K+ employees). This is done a lot in the industry.

    --
    -- www.globaltics.net

    Political discussion for a new world

    1. Re:We went the Squid route by Patrik_AKA_RedX · · Score: 1

      Squid? So you throtle back you download speed to "slow as a snail"?

      (In belgium they made it mandatory to drive less than 30Km/h in the neighbourhood of schools. They use a squid as a marketing maskot or something to pull attention to this. Not that anyone actually obeys this speed limit.)

      (Yes I know, having to explain a joke reduces its funnyness.)

  14. Waste of time.. by ltning · · Score: 1

    You're going to spend more time implementing blocks for myspace, not to mention all the other sites you then might think you want to block, than you would spend writing a corporate policy draft outlining acceptable use - plus installing efficient anti-virus and firewall software/hardware at appropriate places in your infrastructure.

    Not to mention you'll come out of it looking less like a triggerhappy censoring dictator of some (not-so-)long-gone communist or fascist state.

    If you have to block, block all and allow access only to those sites your employees need. That way it's not "selective censorship" anymore. Blocking a service is fair, blocking content is not.

    --
    Love over Gold.
  15. One way by Zonk+(troll) · · Score: 5, Informative

    Squid+SquidGuard

    I had to do this for a school. Basically, set up Squid to act transparently. Set up an acl like:


    acl myspace dstdomain .myspace.com
    acl work_hours MTWHF 09:00-12:00
    acl work_hours MTWHF 13:00-17:00
    http_access allow myspace !work_hours
    http_access deny myspace


    That would allow access during lunch and before and after work.

    If you want to block against proxies, use SquidGuard plus some blacklists. The ones at urlblacklist are good, as is the isakurldb list (it's based on dmoz). Another one is the one from shalla.de. All have social networking categories as well as proxy sites, though shalla's proxy and spyware lists tend to overblock.

    I'd recommend merging urlblacklist's lists with isakurldb, and also shalla (but remove yimg.com from the redirector list manually) for both proxy and social networking. Then use SquidGuard to restrict the access.

    --
    "The Federal Reserve is a fraudulent system."--Lew Rockwell
    End The FED. -
  16. You already know the answer. by Rob+T+Firefly · · Score: 2, Insightful

    In the end is it worth it compared to just adopting an Acceptable Use Policy that states that going to MySpace can lead to eventual dismissal from your job?
    In short, no. Technical measures will always be circumventable. If you really want to stop employees using Myspace, you'll have to filter the content via the keyboard/chair interface, as in telling them to stop doing it.
    1. Re:You already know the answer. by agm · · Score: 1

      Indeed. There are many technical ways to get around blocks. A client I worked for knew which websites we visited and although it wasn't an issue they were amused how much time was spent bidding on online auctions. The solution? Us NX to connect to my home computer and do remote X through NX to visit whatever site I want. All they see is encrypted traffic on port 22.

    2. Re:You already know the answer. by StikyPad · · Score: 1

      Why does everyone seem to treat this like a dichotomy? There's no reason they can't combine technical and administrative prohibitions. The technological measures don't have to be perfect; just blocking direct access (and possibly the next most popular method, if one exists) is usually sufficient to achieve the desired effect. You can use greylisting as well, where you audit the 10 or so most visted sites each month which aren't on a whitelist, and then black or whitelist them as appropriate. Once a year you could review the white/black lists (or when an employee raises a concern) and make changes as appropriate. Obviously trends change, so it would be an ongoing procedure, but that's life.

  17. Block the Class C by mr100percent · · Score: 3, Informative

    So block the class C's. Things like Myspace Bypass are not your problem, the average user probably won't know about that. At a certain point, you'll find a user who will just run an SSH proxy, and is it really worth the hassle for locking out the more advanced users like that?

    1. Re:Block the Class C by a10waveracer · · Score: 1

      Are you kidding me? As a high school student, I can inform you that even the most computer-illiterate people know about the various proxies used to get to myspace/facebook/whatever they want to get to. Anyone can type in a URL--in fact, when I had my personal server running with a PHProxy, I saw it jump from 3 users a day (certain periods) to almost constant use during the school day, as people passed around the URL. Funny you mention the SSH proxy: That's what I do now, and it works really well. I track who is doing what, give everyone their own account, AND get 100% of the pages to work. Not only that, but it's substantially harder to set up putty and your browser than it is to just type in a URL.

  18. Policy by cyberbian · · Score: 1

    By developing an 'acceptable use' policy you can define unequivocably the sites that an employee is allowed to access while in normal working hours. Rather than blocking any content, it's better to log all accesses through a pass-through proxy or some other mechanism. This way you can screen the users and see their adherance to policy, flag those for follow up and arrange time to discuss their opportunities for change. The real truth in IT management is that it must be mandated from the top down. If 'the powers that be' define a policy limiting company resource use, then it's easier to track than to prevent. Having all users reminded at each log on of their duties and responsibilities with respect to network access is also trivial and given such daily notices they would have little wiggle room with an 'I didn't know that was wrong.' defense. In the short term, you'll experience a small amount of pain with the unlimited access, but with a sound policy, you'll soon be reaping the benefits with lower administration times.

    Failing that being workable, it's always best to 'deny all' and whitelist the sites that are acceptable, further containment of this concept is possible by group restrictions. This method would allow you to tune internet access by employee type(s) giving unfettered access to R&D but limit access to clerical who may just be spinning their productivity away on a myspace romp.

    It's important to remember that these network services are paid for company assets, and the disposition of assets REQUIRES policy.

    --
    if I claimed I was emperor just because some watery tart lobbed a scimitar at me they'd put me away!
    1. Re:Policy by avronius · · Score: 1

      Interesting.

      I know of more people in R&D roles who waste "company time / resources" surfing slashdot, digg, youtube, etc. than in any other role.

      On the flip side of that, I know of people in "receptionist only" roles that would benefit from websurfing to kill off the boredom of that position. These people are not permitted to leave the phone / desk [minor breaks to use the facilities, and a short lunch break], and many aren't permitted any other responsibilities that may take them away from the desk.

      An acceptable use policy would allow both classes of users the flexibility that their jobs require.

  19. anybody using BlueCoat Proxy ? by Anonymous Coward · · Score: 0

    At my place of work, we use BlueCoat proxy server. It seems to do a fantastic job of URL filtering. I have yet to find a proxy site or link via a web-search that is not blocked.

    1. Re:anybody using BlueCoat Proxy ? by Anonymous Coward · · Score: 0

      That's what my company switched to recently. And while the actual filtering is pretty good, at times its too good.

      Many times I'm looking up solutions or drivers or other search results relevant to my job and 75% of the results will be blocked.

      Then again our company still doesn't block eBay, so wtf do they know?

  20. It's just a like a fence. by soliptic · · Score: 5, Insightful

    I remember once being at some old ruined castle with my parents when I was, hmm, perhaps about 10 years old.

    There was a small wooden fence around an area containing the moat and some potential dangerous ruined stonework.

    I said: "what is the point of that fence, it's tiny, I could climb over it easily? it really doesn't do anything to stop me ending up in the moat"

    They said: "well, the thing with fences is that they're not there to stop you getting somewhere. They're there to make you KNOW that you're not supposed to go somewhere. If you just fell into the moat, the castle owners are in trouble. If you climb over a fence and fall in the moat, the castle owners can say, 'well, come on, he climbed over the fence that clearly marked that area off limits. You can hardly blame us, and he can hardly claim he didn't realise he wasn't supposed to be going into that area'."

    Likewise with your problem.

    Yes, technical measures can always be defeated by the determined myspacer, such as via a proxy. However, I would say some technical measures are worth considering hand-in-hand with the AUP, as a sort of 'fence'. If myspace is banned by the AUP, but not blocked, then everyone will go there, and when they do, they can claim they didn't realise it was against the AUP, or they clicked a link which took them to myspace without realising that's where the link led, "honestly"... etc, etc.

    If myspace is blocked, on the other hand, then you force people to "climb over the fence". Yes, they can still get to it via a proxy - but the fact they've gone to it via a proxy means it is explicitly, unarguably obvious that they knew they weren't supposed to be going there, and deliberately went out of their way to get around the rules. This, imho, means you will be able to enforce the AUP more stringently.

    1. Re:It's just a like a fence. by BandoMcHando · · Score: 2, Informative

      We use a similar sort of philosophy. If the employee goes to a site that the software thinks is dodgy, they will get a page warnming them that we believe it is dodgy, and why, but there is a option to continue onto the page, thereby acknowledging the warning, and choosing to view the content anyway, with such events logged and reviewed by the HR department on a monthly basis.

      (Althogh most restricitions are lifted outside of normal working hours, and at lunchtime.)

  21. Automating invasiveness is not in itself invasive by Lord+Bitman · · Score: 1

    Install squid. Having a program be invasive for you is no more invasive than trying to do it by hand. I don't see how you could think otherwise.

    Of course, there's the obvious solution of: give up, your goal is technically impossible.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  22. Re:The 2nd best way is random incomplete blocking. by melikamp · · Score: 5, Funny

    Bill Hicks put it best:

    -Why aren't you working?
    -'Cuz there's nothing to do.
    -Why won't you pretend to be working then?
    -Why won't YOU pretend that I am working? You are paid more than me, you fantasize.

  23. Instead of Blocking the Bad, Allow the Good by Wyrd01 · · Score: 2, Insightful

    Assuming your employees only "need" a finite, relatively small number of web site to do their jobs, why not approach this problem from the other direction and avoid a lot of the hassle.

    Instead of trying to keep up with every potential "myspace bypass" and blocking every site like it, just block all access to the internet by default, and then allow them out into only those few sites they actually need.

    I can't imagine actually working at a company that did this, I treasure my ability to mindlessly surf from time to time when I get stuck/bored, but I believe this would solve your issue. This way you'd only occasionally need to allow access to another "good" website, instead of trying to keep up with countless "bad" ones.

    1. Re:Instead of Blocking the Bad, Allow the Good by tweek · · Score: 0

      This is a basic security construct and I still get surprised when people try the other way around.

      Remember kids:

      Denied unless explicitly allowed.

      Your network admin appreciates your cooperation.

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  24. Don't actually block it by Constantine+XVI · · Score: 1

    I'd say the best way to take care of the problem would be just to passively monitor their Internet access, and give them *kind* warnings in their email when they go to (insert forbidden site here). Also, you could inject little "Big Brother is watching you" messages at the top of web pages on occasion, just to keep people on their toes

    --
    "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
  25. Definition of Draconian by oyenstikker · · Score: 1

    Punishments are Draconian, not rules. Draconian would be cutting off your fingers for violating the policy.

    --
    The masses are the crack whores of religion.
    1. Re:Definition of Draconian by LunaticTippy · · Score: 1
      Says who? from mirriam webster

      1 : of, relating to, or characteristic of Draco or the severe code of laws held to have been framed by him
      2 : CRUEL; also : SEVERE (draconian littering fines)

      It says the code of laws, not the punishment for violating the laws. Seems like a strange distinction anyway. You don't think strict rules are characteristic of Draco?
      --
      Man, you really need that seminar!
    2. Re:Definition of Draconian by Aladrin · · Score: 3, Informative

      American Heritage Dictionary - Cite This Source
      draconian (dr-k'n-n, dr-) Pronunciation Key
      adj. Exceedingly harsh; very severe: a draconian legal code; draconian budget cuts.

      Words evolve. Deal with it.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    3. Re:Definition of Draconian by Anonymous Coward · · Score: 0

      Stolen any music lately?

  26. Privacy by Applekid · · Score: 1

    As much as I'd hate to carry a banner in this direction, I think leaving the doors open and clandestinely monitoring your employees' habits is far more illuminating on the quality of people you hire than just blocking it off.

    If I were in charge of that sort of thing, one who spends more downtime in the office on myspace versus, say, wikipedia is someone I might be less inclined to give a project with challenges and forces one to learn and aquire skills. Likewise, I would be suspicious of giving high sensitivity projects to employees to frequent lots of forum sites, as they might be more inclined to share things.

    Don't judge a book by its cover, judge a book by the qualities of books that are around it.

    --
    More Twoson than Cupertino
    1. Re:Privacy by Ashe+Tyrael · · Score: 2, Interesting

      Likewise, I would be suspicious of giving high sensitivity projects to employees to frequent lots of forum sites, as they might be more inclined to share things.

      My, what an.. interesting point of view. So people who are more social are more likely to spill your secrets? The fact that someone likes to discuss things with people means that they are more likely to be telling everyone things you've asked them not to tell people?

      Sorry, but I think that's absolute bunk. Knowing what to say and what not to say, what things are secret and what are public, is a large part of learning to be social in any medium. Frankly, I'd be more worried of people selected for such a policy, not less. At the very least, I'd never want to work with them.

      --
      "How fine you look when dressed in rage."
    2. Re:Privacy by Applekid · · Score: 1

      My forum comparison is probably a stinker in retrospect, but will you deny that one can learn a lot about you from the way you spend your free time? Not to say that downtime web surfing should be the say-all-end-all, just to judge intangible characteristics of a person.

      Ever gone to someone's house only to see a bunch of braindead gossip magazines on the coffee table? If they are your friend obviously it's not going to be a dealbreaker, but still gives you fuel for the type of person they are. What if you saw a bunch of engineering journals? Girlie mags?

      --
      More Twoson than Cupertino
    3. Re:Privacy by Ashe+Tyrael · · Score: 1

      While I'll agree in principle, I don't see how useful it can be. After all, you don't select an employee because you like their tast in lad-mags (or at least, I hope you don't.) the image you get is also often misleading, as many people (myself included) tend to be somewhat different in their professional lives to how they are in their private lives. As a bit of background maybe, as criteria for selecting for important projects, I find it to be very much a "can't see the wood for the trees" approach.

      --
      "How fine you look when dressed in rage."
  27. Use a professional Solution by Anonymous Coward · · Score: 0

    I work for a school, and the most complete solution to problems with Myspace (and any other website problems) is Lightspeed Systems, Total Traffic Control. It lets you block the sites you are worried about, and it also lets you prevent your users from using proxies to access them. On top of all that it comes with a spam filter, virus protection for desktops, and a mail archiving tool so the company can be compliant with the new e-mail archiving laws.

  28. Limited Internet == Lobotomy by Peter+Trepan · · Score: 2, Interesting

    Amen to your policy. I started out in print design, and got my current skills ((X)HTML, CSS, Javascript, PHP, MySQL, etc...) entirely through online tutorials and documentation. I write copy with the help of Reference.com, stop first at Wikipedia to learn the outline of any unfamiliar technology, and of course, keep up with tech news here. None of these sites were work-related when I worked in print, but they enabled me to move to web development.

    And MySpace? I use it to keep up with old college friends. It's not directly productive, but it helps me avoid burnout. For those who use the full potential of the internet, restricting their access to it is like forbidding them from using a portion of their brain.

    --

    Step into a huge movement. Don't Tread In Me.

  29. Short answer? No. by Coasterphreak · · Score: 1

    As previously stated, the only way to truly block Myspace is by only allowing specific sites to be accessed. I am a high school student in a relatively large school system. My peers are complete Myspace addicts. No measure taken thus far has succeeded in preventing the general populace from accessing Myspace. It usually goes something like this: -Proxy being used to access Myspace gets blocked. -Bored nerd gets on Google. -New proxy is found, and has circulated the student population within 48 hours. My school system has even gone so far as to block any URL with the string "myspace" in it (including news articles on sites such as The Register). This only makes things slightly harder by requiring the use of a proxy that encrypts the URL (which also makes any kind of logging filter pointless, because you can't read the URL being visited). Google searches for any search with the string "proxy" in it have also been blocked, but again, it only requires a little more creativity. In essence, an AUP that you actually enforce is the only way you're going to discourage people from visiting Myspace and other social networking sites. A determined enough individual, especially one with a computer literate friend that knows how to set up and/or find web proxies.

  30. The damage of content filtering by KingSkippus · · Score: 5, Insightful

    I have customers who have asked us to do this, and we usually work to talk them out of it.

    I have no mod points, but I'm modding you up in spirit.

    <soapbox>

    I absolutely cannot stand it when employers filter content. The thing is, even if people are wasting too much time at work browsing MySpace (or the Internet in general), that is a management problem, not a technical one. If you take away their MySpace or whatever it is they're browsing, they're just going to move on and browse some other site. If you put a whitelist in place, they'll just find some other way to goof off. The problem isn't that the Internet is distracting, it's that the employee is easily distracted.

    I work at a big company as a contractor. It just recently blocked access to the big Internet e-mail services (Gmail, Yahoo Mail, etc.) because it didn't like employees wasting time with their personal e-mail at work. Of course, being a contractor, it doesn't take into account that I use my personal e-mail to communicate with my contract agency about stuff that I'd rather not have stored on company e-mail servers. It's easy to say, "Well, you shouldn't use company resources for that type of stuff," but practically speaking, my ability to communicate effectively with my contract agency is essential to me doing a good job for them. It also totally ignores the fact that I keep personal stuff like vacations and such on my personal Gmail calendar to know when I should ask for time off, when my coworker's birthday is, and so on.

    The company spends a fortune on content filtering. There's the hardware itself, the update service, the support contract, the personnel cost for the guy who maintains it, the internal support costs of handling trouble tickets related to it, the cost of Internet downtime due to it periodically failing, the cost of packaging the software end of it and deploying it to the workstations (so that you can't browse them at home on your laptop, of course!), and so on ad nauseum. Just as one example, some of our customers are casinos. So we can't just put a rule in that says, "block gambling sites," because our marketing and sales folks have to be able to access their sites. No, we have to have rules that say things like, "This group can access these sites, that group can access those sites, everyone else can't access any of the sites, ..."

    Even in the extreme case of porn sites, the answer to controlling it is to make a company policy prohibiting browsing them, and if you catch someone doing it, fire them for it. If you try to block them all, you're just setting yourself up for someone saying something like, "Well, it wasn't blocked, so I thought it was okay to go there!" I've found that if you treat people like 12-year-olds, they tend to not disappoint you. When policies like this go into place, you're also going to have the contingent of people who deliberately goof off more as a form of passive-aggressive rebellion. It's just stupid, you're only causing more problems, and there's no need.

    I know that some of you will probably reply, "But you have to filter content to avoid sexual harassment lawsuits!" No, you don't. As long as you make a company policy about it and you take the appropriate action when someone breaks that policy, you'll win any lawsuit that someone may file. The law does not require you to spend a fortune to be a babysitter, it only requires that you take reasonable action to prevent a hostile work environment. The reason we have content filtering in the first place is because managers, in general, are lazy and don't want to do it themselves. The people who would sue you for not content filtering will sue you anyway. The only important thing is whether or not you'll win. Besides, at my company, the cost of defending itself against such frivolous lawsuits is negligible compared to the cost of maintaining our content filtering services.

    Content filtering is no substitute f

    1. Re:The damage of content filtering by Bearhouse · · Score: 1

      Plenty of good advice aleady given, my 10c. Seems to me people are either saying "don't block" (with or without a clear policy on acceptable use of internet) or "this is how to block". Also, "as long as I'm getting the job done, who cares?' Some problems with this. You actually need both - blocking / filtering & a fair, clear policy. 1. Blocking harmful sites is intelligent - anybody here *never* been redirected to a prOn site by accident? Some of the really nasty sites can cause a lot of harm - or distress - very fast. OK, you'll never block the really determined user, which brings us on to point 2. 2. As another poster mentioned, if someone does circumvent the controls in place, then it's hard for them to say "yup, used a proxy by accident". Not respecting policy = dishonesty = fired. On the "getting the job done" point, well, if you've finished your work, then go and find some more. Decent bosses reward initiative. If boss not decent then leave - staying with a bad boss was the worse mistake I ever made. Finally, re: the point about people (such as contractors) needing access, what I find depressing here is that nobody mentioned that it might be an idea to get people togther and talk about what needed to be used, how often, when & why... Hey, if my team can convince me that they're bringing in business or enrichening their skills, via MySpace then why not?

    2. Re:The damage of content filtering by QuantumRiff · · Score: 1

      I have no modpoints either, but damn I wish I did. Truly insightful. Why are we always looking for a technical solution for a "people problem". Which is more effective:

      1. Filters, blocking, etc, with services, or people, or other things that take time and money...
      or
      2. Have a clear policy on acceptable use, fire the first person that breaks it...

      Maybe its just me, but I think news of number 2 happening would spread much faster and effectively through the organization, and employees would remember it much, much longer.

      Take away web sites, people will find other ones to kill time. Take those away, they'll start playing solitare on the PC. take that away, they'll start calling friends and family on the phone to chit-chat. crack down on that, they'll start hanging out in the break room too much... etc.. People that are bored need more or more interesting work, and better supervision.

      --

      What are we going to do tonight Brain?
    3. Re:The damage of content filtering by WebCrapper · · Score: 1

      Of course, being a contractor, it doesn't take into account that I use my personal e-mail to communicate with my contract agency about stuff that I'd rather not have stored on company e-mail servers.

      Sorry but your contracting company should provide email for you. I contract for a MAJOR corp that filters and I have a remote exchange server that I can get into for official communications.

      I have 4 email addresses (2 personal, 1 Contracted Corp and 1 Contracting) and can only get 2 at work or all at home when I VPN into the client - using a personal address for official communication is bad enough. I couldn't imagine using a yahoo or hotmail address as an official point of contact for contracting. I would honestly be embarrassed if I had to do this.

  31. Proxy by the_B0fh · · Score: 1

    The only real way to do it is to proxy all outbound http/s. Then you can selectively block by domain names and so on. And the reason you have to proxy is so that the browser have to use *your* proxy rather than an offsite proxy.

  32. Just a thought... by MikeRT · · Score: 1

    Why not just block out the MySpace domains and try to get MySpace Bypass too? If they're sophisticated enough that they resort to doing a lookup for the IPs and things like that, they're probably not the sort of employee who would be using MySpace anyway. Chances are, if they are blogging, it's on their own server anyway.

  33. If you wanna be really nasty... by Anomolous+Cowturd · · Score: 5, Funny

    Sniff passwords for anyone that logs into Myspace then sabotage their accounts. Declare this policy a couple of days before it takes effect.

    --
    Software patents delenda est.
  34. What about something like Privoxy ? by Anonymous Coward · · Score: 0

    If the are forced to go through something like Privoxy you could put a rule in there blocking all URLs that end in myspace.com. It wouldn't matter if they were SSL connections or not as Privoxy would still snag the DNS. How many users are going to go to the trouble to lookup the IP addresses of myspace in order to circumvent this ?

  35. Re:The 2nd best way is random incomplete blocking. by jhfry · · Score: 4, Funny

    This is exactly the reason I started smoking.

    I was in the US Air Force at the time... and sitting idle in our office was a sure way to be given some mundane task to perform... so one had to look busy, or be outside having a smoke break.

    In my office, the average smoke break was somewhere near 1 hour as our job was hurry up and wait. (ground computer maintenance for an aircraft based radar platform called AWACS). We could see the planes land, and the crew head in for debrief, from the "smoke pit"... so we were always there when real work needed doing.

    --
    Sometimes the best solution is to stop wasting time looking for an easy solution.
  36. I know how to block Myspace.com from everyone by rridgeway · · Score: 1

    Run an internal DNS server and create a "Forward lookup zone" for Myspace. Create a new Host record for the zone and give it a bogus address that doesn't go anywhere. Or do set it up like I do and have it point to a page on my webserver that explains why Myspace isn't allowed.

  37. Quick & dirty by oatworm · · Score: 3, Informative

    I had an employer ask me to do this for them as well. Since it was a Windows AD environment, I just set the internal DNS server to point myspace.com to 127.0.0.1 and set DHCP to hand out only the internal DNS server, which is what you want in an AD environment anyways. Obviously, it'd be fairly easy to circumvent (manually plug in an ISP's DNS server - problem solved), but it kind of ties into that "fence" idea mentioned in an earlier reply here, in that, for someone to figure out why Myspace wasn't working, they'd need to troubleshoot it, at which point they'd discover where Myspace was pointing and realize, "Hmm, someone probably intentionally did that."

    I will point out that this was for a smallish company (25 people), not a school or anywhere else where the end-user can basically be assumed to be at least somewhat malicious. But, it does get the job done if you're in a hurry.

    1. Re:Quick & dirty by mcrbids · · Score: 1

      I did something similar - everybody in my house was watching TV/YouTube and weren't doing their homework.

      So I killed youtube.com with a simple DNS entry. If you're worried about "rogue" DNS setups, just block outbound traffic to UDP port 53 from any but the designated DNS server.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
  38. If you're blocking sites that eat time ... by slim · · Score: 4, Insightful

    ... better block Slashdot while you're at it.

    1. Re:If you're blocking sites that eat time ... by Gunslinger47 · · Score: 1

      ... better block Slashdot while you're at it.

      I was fired from my first and last menial office job for browsing the Internet (Slashdot) "three times per day". I.e. during my coffee and lunch breaks. 'Course, I didn't learn the true reason until months afterward. At the time, I had broken no rule that I had been informed of and was told simply that it "wasn't working out" and that "human resources" never told "them" the reason.

      *shrug*

      The job sucked anyway.

  39. DNS blackhole by peacefinder · · Score: 1

    I was asked to do this, too. The network had its own DNS server, so I redirected myspace.com to the company's own intranet website.

    It was a dirty hack, and wouldn't be too hard for a technically-inclined user to work around, but they didn't need an airtight blockage. They just needed the misbehaving employees to know that management saw a problem, that the gentle measures taken before that had not produced the desired corrections, and that much blunter enforcement instruments were available.

    It got the message across loud and clear.

    --
    With reasonable men I will reason; with humane men I will plead; but to tyrants I will give no quarter. -- William Lloyd
  40. Re:The 2nd best way is random incomplete blocking. by Anonymous Coward · · Score: 0

    Surfcontrol is so painfully easy to circumvent though, there are anonymizing proxies that pop up all the time and you can block them one at a time as they pop up but it will become a losing battle.

  41. Filtering Works Great Though! by Anonymous Coward · · Score: 0

    My previous company used a filter. Gmail was blocked, then it wasn't. Google portal was blocked for a while too. Slashdot was blocked at one point. Several others that I regularly visited would be blocked one day and not the next as well. I was never brave enough to try a porn site, but I wouldn't be shocked to find they weren't blocked because some upper crust management wanted access to them. The best part was when sites like google, yahoo, MSDN and others got blocked. That made my job so much fun when necessary resources fell victim to the maintenance of a web filtering system (I think they used websense).

  42. You need to... by bstempi · · Score: 1

    hire Terry Tate: Office Quarterback!

    1. Re:You need to... by Anonymous Coward · · Score: 0

      Uhh, he's a linebacker.

      I know this is /. but come on.

    2. Re:You need to... by rob1980 · · Score: 1

      You kill tha joe, you make some mo!

  43. Re:The 2nd best way is random incomplete blocking. by mycroft822 · · Score: 1

    So umm, you got any job openings?

  44. Attempting Limiting Access != Limiting Smart Users by hcmtnbiker · · Score: 0

    My meathod of choice to get arround filtering, and rather interesting, is to set up my home PC as a SOCKS5 proxy and rout all traffic through it, never once did I find a filter that did packet analysis to the point where it would block that(to much work to determine URLs for SOCKS proxies vs html body text maybe?). Of course you could always use someone else's proxy, but I always found that to be rather slow and not the uptime i wanted so i set up my own. People always find ways to be one step ahead of filtering, this is why it will never truly work, same idea holds true for DRM, you cant give limited access and expect people to just accept it.

    --
    If i had one dollar for every brain you dont have, i would have $1.
  45. Here's a crazy Idea: by Cornflake917 · · Score: 2, Informative

    Fire people that aren't doing their job.

  46. easy solution by ajs318 · · Score: 1

    You don't need to be quite so heavy-handed about it.

    Put Linux, Flash, Java, VLC and assorted codecs on a few machines in the canteen. Make it known that those machines, and no others, are to be used for accessing non-work-related sites. Then have the IT department invoice employees for computer repairs necessitated as a consequence of visiting any NWR sites on their workstations.

    --
    Je fume. Tu fumes. Nous fûmes!
    1. Re:easy solution by Anonymous Coward · · Score: 0

      Holy shit. What sort of company have you worked at where the IT department invoiced your employees for performing their jobs? Let me know so that I can make sure to never work there.

    2. Re:easy solution by ajs318 · · Score: 1

      If you damage company equipment by using it for other purposes than it was intended for, it's entirely reasonable for the company to expect you to pay for it to be repaired -- and to stop the cost out of your wages.

      --
      Je fume. Tu fumes. Nous fûmes!
  47. Depending on your local laws ... by gd23ka · · Score: 1

    Okay this is a no-brainer but of course there is an easy and convenient
    way to put a stop to Myspace. If your employees are a dime a dozen then
    simply audit employees web usage and then fire those who continue to visit Myspace.

    Now of course if you for some reason value your employee because they're
    from a hard to get group that actually does real work at the low wages or
    petty salaries you're paying and you'd still like to keep them, then perhaps
    you will just have to ignore the fact that they're "wasting" some of the
    precious time for which you pay so little.

    And on the other hand you value your employees and want to keep them and
    you're paying them decent salaries then why don't you just ask them to keep it down?
    For the most part these folks tend to listen.

  48. Create a MySpace Phishing site! by sjorgnsn · · Score: 1

    Make a MySpace Phishing site, capture people's logins, reek havoc on their account!

    Maybe taunt them mercilessly asking why Backstreet Boys is their guilty pleasure, why they like Chinese Food over Mexican, how they're too scared to try homo/bi-sexuality but secretly want to, and why Chuck Norris #18234 is one of their featured friends.

    Then you also have a nice list of who has been using MySpace. Watch those people like a hawk, and at the first sign of trouble, out the door they go!

    1. Re:Create a MySpace Phishing site! by Lehk228 · · Score: 1

      no need to phish, myspace logins aren't encrypted, just sniff traffic at the uplink

      --
      Snowden and Manning are heroes.
  49. Keyword filter? by Odin_Tiger · · Score: 1

    Why don't you just filter anything that has *myspace* in the URL? I've seen this work before and while it can occasionally cause problems, it generally works.

    --
    Unpleasantries.
  50. I work for a state government IT department by spun · · Score: 2, Interesting

    We filter heavily. Not any technical sites, but games, shopping, many message boards, and sex of course. Some blocked sites can be accessed using 1/2 hour discretionary time. Not the sex sites of course, but shopping and such-like. This is mandated statewide, and not up to the individual IT departments.

    I work for Child, Youth and Family Development. We oversee the foster programs, youth activities, and detention centers. Even with all the filtering, we are investigating several net abuse cases per week. We have about 2,500 employees statewide. Most of the abuse cases are from the detention center guards.

    All in all, I agree with filtering in this case. This is the state, and we are browsing on your dollar. Many state employees feel no compunction ripping off the tax payer through laziness or outright theft. I'm not one of them.

    What do you all think? If you had a chance to vote on a ballot initiative (assuming your state is not one of those still stuck in the stone age and actually has ballot initiatives) mandating filtering for all state employees in your state, would you vote for or against?

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    1. Re:I work for a state government IT department by RKThoadan · · Score: 1

      It depends, what is the price of filtering versus the price of "lost" productivity? From what I'm reading in the other posts here, filtering is very expensive.

      Frankly, that is the only thing that any business should really be thinking about anyway.

    2. Re:I work for a state government IT department by Darth+Liberus · · Score: 0, Troll

      I'd definitely vote against... why? Because I want the State to be able to hire smart people and treat them like professionals instead of wasting my money on a bunch of rule-crazy bureaucrats who do nothing but sit around patting themselves on the back about how they're more loyal to the taxpayers than the next guy.

      --
      Beauty is just a light switch away.
    3. Re:I work for a state government IT department by spun · · Score: 1

      As we have a centralized filtering solution, the cost is spread out across state departments. As far as the cost, well, this is the state. People are going to find ways to waste time with or without Internet access. ;-)

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    4. Re:I work for a state government IT department by DavidTC · · Score: 1

      All in all, I agree with filtering in this case. This is the state, and we are browsing on your dollar.

      No, you're not. You're paying for internet access on our dollar. Presumably, you have a good reason for that (Internet access is basically needed for anyone to function) and presumably you're paying a flat rate, so how much internet usage there is is completely irrelevant.

      However, you're also paying for filtering on our dollar. I'd like an explanation of how blocking access to certain sites helps 'develop children, youth and families', and how paying money to make purchased services less useful is a good use of taxpayer money.

      And I'd also like to know when the fact you're investigating 'several abuse cases per week' with only 2500 employees will clue you in the fact you're really wasting taxpayer money.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    5. Re:I work for a state government IT department by j-turkey · · Score: 1

      What do you all think? If you had a chance to vote on a ballot initiative (assuming your state is not one of those still stuck in the stone age and actually has ballot initiatives) mandating filtering for all state employees in your state, would you vote for or against?

      This isn't meant as a cut into you, more the way that government works (and why working for a government would drive me absolutely insane). The way that you bring this up reeks of bureaucratic mentality in every way. Given what your IT team is payed compared to what the average government employee is paid, does it really even balance out? How much time and money has your team poured into this solution? What about time and money into net abuse audits? So you're/they're not browsing on our dollar, but you're implementing filters on our dollar and auditing on our dollar...to what end? So that these workers now stare into space rather than 'surf' the internet? Has anyone figured out whether or not these people are still doing a good job regardless of how much time they spend 'surfing'? Does it really have any impact at all?

      I understand why you do this -- the state has a really hard time firing employees. But spending all of this time and money because of the principle of it...it just seems silly and is totally counterproductive to how I see the mission of government. However, I'm not surprised one bit. This is just how government works (or rather, doesn't).

      Again, not so much a cut into you -- I know that these aren't your policies and you didn't design the workplace. It's more of an anti-government rant - I'm boggled by this stuff.

      --

      -Turkey

    6. Re:I work for a state government IT department by spun · · Score: 1

      Our team hasn't put any money or time into this. It is a statewide initiative mandated by the governor. And it isn't just about wasting time. If someone is watching porn and wanking off at work and a client with kids walks in, we're talking HUGE lawsuit. Heck, even if an opposite sex coworker walks in, the state is in for a lawsuit. For that matter, all it takes is a careless click on a goatse link at the wrong time and the state is facing a lawsuit. Then there is the malware issue. And the bandwidth, we're in New Mexico, you know, the home of Sandia National Labs and Los Alamos, you'd think we'd have bandwidth out the wazoo (this is a technical term, generally understood to mean OC48 or above ;-) but we don't. We have over a hundred branch offices all over the state, and they all connect to our database, application, and file servers over the same pipe that carries YouTube.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    7. Re:I work for a state government IT department by EvilTwinSkippy · · Score: 2, Insightful

      Ok smart guy, and what enforcement system do you propose for following up on that trust? Whack-a-mole?

      There are folks who have a genuine problem with web porn. I have, unfortunately, had a hand in marching them out the door. Warnings after warnings don't work, and it turns into a giant game of he-said she-said. Monitoring software lets you arbitrate and maintain a healty work environment. Do I sit on logs and reign in evil-doers? No. HR needs to authorize me to gleen the logs.

      Simply throwing your ass in the air and saying "ALL MONITORING IS EVIL" is niave. At best.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    8. Re:I work for a state government IT department by Anonymous Coward · · Score: 0

      >What do you all think? If you had a chance to vote on a ballot initiative (assuming your state is not one of those still stuck in the stone age and actually has ballot initiatives) mandating filtering for all state employees in your state, would you vote for or against?

      I'd vote for. But only if it were applied properly and unilaterally. By that I mean you need to filter everything to ensure there's no porn or bad things. That means you need a security guard at the door checking your bags for banned reading material or viewing material (every videotape gets watched thoroughly to ensure it's porn content isn't too high). And you need a switchboard operator to monitor all phone calls to ensure nobody calls home to check on the baby. Oh, someone has to read all mail sent / received to ensure nobody is receiving junk mail that would waste their time. And, of course, guards to watch the windows in case there's a women's fitness centre too many people at work are eyeballing nearby. Just in case anyone thinks of drawing a game up on paper (tic-tac-toe anyone) we need security guards watching these people with cameras at all time. And, of course, someone needs to be reading all incoming and outgoing emails. And someone needs to watch those people making sure the content filtering is applied to them, too. All PDAs should be checked at the door for any infringing material like MP3s, of course this would be made easier by the luggage check for headphones (unless you have a permit for them, of course!).

      I figure that'll only take another 3,000 - 4,000 people to monitor your 2,500. Sounds like a great deal. Lots of people being employed.

      Or we could just call the whole slippery slope off and stick with the tried and true method of innocent until proven guilty (which it sounds like your state had implemented quite nicely until the internet).

      How I would fix the issue if everyone is surfing porn: DON'T GIVE ANYONE INTERNET ACCESS ON THEIR PC. Holy crap, no more porn surfing batman! If they need internet access you put a computer in the reception FACING THE "CUSTOMERS" (ie: taxpayers). All of a sudden, nobody surfs porn there because they're in public. And you saved a lot of money on bandwidth. You could "get away" with a single DSL connection to each building. You could implement this at the worst offender building, and start implementing the change one building at a time. Eventually the rest of them will realize: Either stop abusing their privileges or lose them. At that point, the filter can come off, the uncorrectable have been removed from the issue, and the correctable are rehabilitated.

      If the person "needs" internet access to do their job, offer them a customer facing computer and see if all of a sudden they figure they might not "need" it anymore. It's not like you have salesfolk there that would lose sales or something because they don't have it... But, what the heck reason does a detention centre guard have for needing 24x7 internet access? NONE. Hell, they probably could do their job just fine if the internet didn't exist (well, their parents did, anyways).

    9. Re:I work for a state government IT department by capsteve · · Score: 1

      filtering is typically a waste of time. you start content filtering, or using a filtering service to keep blocked site lists up to date, but if your employees don't have enough to do, blocking them out of sites will only cause them to look elsewhere... you'll always be busy blocking one site after another... what might make more sense is to control the quality of service for certain protocols or hosts, i.e. www=10% bandwidth or 15 kb/s... having a good policy that allows you workers to police themselve also helps.

      years ago we had a policy of "no butt surfing or risk getting fired". banking, online shopping, etc was tolerated, but since we were running a trade shop, most of the employees wouldn't let a co-worker getaway with "gold bricking" while everyone else was busy working. and to make the no porn policy stick, the first person that was caught surfing porn was fired, no exceptions. after the one guy was fired, porn surfing literally dropped.

      --
      three can keep a secret, if two are dead - benjamin franklin
    10. Re:I work for a state government IT department by TheCarp · · Score: 1

      Against. Hands down. Not even a question.

      All the same issues that the parent that you replied to brought up still apply. A workplace is a workplace. Sometimes there is downtime on the job, sometimes you just need a break, some people just slack. Lots of things. Some of it will always go on, but if its really going on at such a rate that its actually causing a problem, then its a problem.

      The question I have is, whats the real problem and whats the symptom. People have been finding ways to slack since people enough os a social hierarchy to have work they were expected to do by others. Its fundamentally the same problem. People will slack one way or another, put a person in an environment, and he will find a way to slack in it.

      The question is how much, and whether that slacking is causing a problem wrt getting the needed work done.

      This is, as was pointed out, a management issue. Just as it always has been. You can't get a janitor to stop leaning on his mop by taking his mop away.

      Besides... I would vote against it because its silly. This stuff is easy to get around. There is always a way.

      --
      "I opened my eyes, and everything went dark again"
    11. Re:I work for a state government IT department by rtb61 · · Score: 3, Insightful
      A less aggressive method is public logs. Let every employee have un-editable access to the log files, things quite down if they know everybody will be able to see where they went (and it saves you having to look at them).

      For troublesome sites, filter, it makes sense, just don't get carried away with it.

      --
      Chaos - everything, everywhere, everywhen
    12. Re:I work for a state government IT department by capsteve · · Score: 1

      granted the whole firing bit might have been a little strong handed, but we're talking 1995, and the folks concerned were union table-strippers in a printing/color house. if you didn't hit these guys over the head, they didn't pay attention...

      actually, i like your suggestion. having transparency at that level will help self monitoring by the user base.

      --
      three can keep a secret, if two are dead - benjamin franklin
    13. Re:I work for a state government IT department by rtb61 · · Score: 1

      You are still stuck with the firing part, unfortunately, some people still will not take it seriously until you force the issue. The big threat of course, is as the system admin, your are guilty of every crime committed, on and from your network, unless you can prove otherwise, and that will become a big issue as time progresses and companies start to be held financially and legally responsible, for all the actions of their computer networks.

      --
      Chaos - everything, everywhere, everywhen
    14. Re:I work for a state government IT department by I(rispee_I(reme · · Score: 1

      As far as the cost, well, this is the state. We took our budget at gunpoint from the taxpayers, and we'll spend it as though it came from a bottomless well of dollar bills.

       
      Fixed that for you. No thanks necessary.

    15. Re:I work for a state government IT department by spun · · Score: 1

      Gunpoint, eh? Had a gun held to your head by tax collectors, did you? Sorry to hear that. Shame about that blatant exaggeration problem, too.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    16. Re:I work for a state government IT department by Anonymous Coward · · Score: 0

      No I would definitely vote against this.

                A) Filters are buggy.
                B) Filters are expensive.
                C) Filters lower morale of the work environment.

                Buggy -- these filters invariably block sites they aren't supposed to, and of course miss lots of sites that "should" be blocked. Let alone any actual bugs in the software.

                Expensive -- They cost a fair bit of $$$ to setup, and there's the cat-and-mouse of the real miscreant trying to work around the filters -- successfully once they've tried hard enough.

                Morale -- Really. If someone is helping umm.. customers.. or whatever you'd call them for a gov't job. They have to be at the counter from 9 to 5 (or so) but I've been in several offices where there was no line, and basically they had nothing productive to do other than be ready for a "customer" to show up. Should they be prohibited from reading E-Mail, playing little flash games, etc? Nope. As long as they don't make you wait while they finish, they should be able to do whatever they want even though they're on the clock.

                Similarly, there's other jobs that just involve filing a bunch of forms or the like. If they are all caught up, they literally have nothing to do work related. Why prevent them from enjoying themselves? They'll like the job better.

                Of course, if someone is surfing so much they aren't getting their work done, or are making people wait while they E-Mail people or whatever, that's bad. But conventional management should catch that.

  51. Re:The 2nd best way is random incomplete blocking. by ad0gg · · Score: 4, Funny

    Working for a .com, my company had a problem with people always checking fuckedcompany to see if we were on it, so the CTO resolved fuckedcompany.com to 127.0.0.1.

    --

    Have you ever been to a turkish prison?

  52. But how is the good defined? by tepples · · Score: 1

    Denied unless explicitly allowed. Except in practice, how much work will it be to explicitly allow all traffic that needs to be explicitly allowed? For each employee permitted to use the web for research, are you going to hire another employee who views every page before forwarding it to the employee? Or is an employee expected to wait a day before viewing each page while doing research essential to his or her position?
    1. Re:But how is the good defined? by tweek · · Score: 1

      Interestingly enough, my wife works for the State of Georgia and the setup they have is pretty interesting.

      They have this neat little timer that allows access for up to 15 minutes if you request it on a blocked page. They also have the option of having that site added for review. I think they review the list of "let me bypass for a while" sites.

      With proxies it's more difficult to manage policies than a firewall.

      Example:
      On my firewalls I can allow port 80, port 443 and any other relevant ports I need. I can restrict access for SMTP to our mail server.

      With a proxy server, like Squid, I have to setup a whitelist of sites that are allowed. It gets to be a real problem with sites like akamai or microsoft that have multiple domains that they use (not just base names but something like www.mysite.com pulls images from img.mysiteimg.com). It's also difficult to manage whitelists because information is so disparate now. Wouldn't you hate to not be able to find the solution to a coding problem because the only answer you've found is on a blacklisted blog as "time waster"

      The solution that appears to work best for general internet access as of late is this:
      1) network segments based on job requirements (not just on access privileges. Not all users to ssh to external machines. But I can't imagine that a data entry person would ever need access to HTTP outside of any intranet sites
      2) Require authentication at the application layer (i.e. squid using NTLM or just having an authenticated proxy)
      3) HTTP AV scanning
      4) A healthy category-based whitelist with a quick method for requesting unblocks from the blacklist. I think Dans Guardian provides a pretty good one.

      There's not a perfect solution for web filtering but by not assuming a one size fits all for web access, you can mitigate a lot of the problems and keep most people happy.

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  53. Re:The 2nd best way is random incomplete blocking. by Anonymous Coward · · Score: 0

    The Jimmy James school of management.

  54. As the old saying goes... by Dekortage · · Score: 2, Insightful

    Locks only keep honest people honest.

    If you block MySpace succesfully, the people who visit MySpace during their work time will just find another way to waste time and expose the company's computers to spyware/etc. risks. It's a losing battle. Think of it as DRM for your employee's time.

    --
    $nice = $webHosting + $domainNames + $sslCerts
  55. In a URL, by jusDfaqs · · Score: 1
    --
    There are only two steps in the gathering of ultimate knowledge. Open your eyes and, RTFM!
  56. okay.. by cybrthng · · Score: 1

    Funny you should compare these. I've spent a few years working with general contractors and if there is one thing they're good at, its not working a full day. Sure you have those dedicated few that still believe in an honest days work equalling an honest days pay but i've had a hard enough time keeping people on site, stopping them from coming in drunk, stoned, missing work all together or complaining it may rain next week.

    Every "vertical" market, whether its labeled blue colar or white has its own moral ambiguity and issues as it relates to work and work ethics. I don't see many "blue collars" that care about checking email, they're stopping at the bar to watch a race or check on the game. (and there are white collars that do that as well)

    I think you miss the notion that there is a lot more in common between the two work forces than you care to admit. I've worked both and while they're different, they're both physically and mentally challenging in there own ways and they both have there ups and downs and distractions to contend with.

  57. Recommend against even trying by J'raxis · · Score: 1

    I would recommend against even trying to completely block it for employees. Having a policy to deal with major offenders is better than creating such a restrictive environment.

    Firstly, the virus/adware problem the employer is worried about would be better solved by making sure the machines have up-to-date virus definitions, that the browser is configured properly: disabled Active-X, blocking popups, to not be Internet Explorer... the usual suggestions. Make sure their IT people are keeping the machines in order, and that the employees can't disable or otherwise futz up the antivirus software. And secondly:--

    You can block the 19 or 20 Class C Address Blocks that MySpace has, but then you get into problems of sites like "MySpace Bypass" and other such sites that allow you to bypass most of the filtering that's done.

    This makes me think of what happens when a government tries to outlaw something they know that people want: all it ends up doing is creating a new black market and more crime; beyond the tautology of new law = new lawbreakers, you end up with people doing all sorts of bad things they otherwise wouldn't have to do, just in order to get around a law that shouldn't've been passed in the first place. You start out by outlawing something you think people ought not have, and pretty soon you find yourself spending $40 billion a year with no end in sight, just to use one example.

    So right now they've employees wasting a little time each day on MySpace. Do you want to create a situation where instead some of these employees waste an hour or two trying to come up with creative ways to evade proxies and firewalls? Or where an employee ends up infecting his computer with all sorts of malware because of some shady site he came across while trying to find, say, open proxy lists? Or he ends up accidentally divulging a whole bunch of private data by setting his browser to use an open proxy, not realizing all his HTTP traffic is now being routed through who-knows-what in Russia? And how much productivity will be lost when some employee gets fired over 15min of slacking off and it takes the company two weeks to find a replacement candidate?

    And consider the morale impact -- and thus productivity impact -- when you start getting employees grumbling about being treated like prisoners at their workplace.

    I'd recommend that the employer A) not worry about the employees who spend a few minutes a day browsing MySpace, and B) only come down on the people having major productivity issues because they're spending half their day slacking off, or the people who've caused severe security problems by getting their computers breached by malware.

  58. Transparent Squid proxy, SARG and Dansguardian by skinfitz · · Score: 1

    I spent some time trying to effectively block MySpace from our organisation. Firstly, how to detect MySpace being accessed - obviously one blocks 'myspace.com' but then finds that people are still using it. Use SARG to analyse the Squid logs and look in the top sites accessed - you will see google images, YouTube and whatever proxy they are using for MySpace listed in your most accessed sites. One starts banning proxies (tip: try monitoring web accesses for phproxy and you will be amazed at what you find) but ultimately realises that one is fighting a losing battle as for every proxy one blocks, two more will spring up.

    The absolute best way I have found of banning MySpace no matter what proxy is used is to block it's content using DansGuardian - look in the HTML of MySpace pages and find strings that appear in every MySpace page, but not in others. Put the strings into DansGuardian's banned phrase lists, and voila - blocked no matter what proxy is used.

    Obviously this will not work for SSL encrypting proxies, however only a lunatic would allow a free SSL proxy meaning that SSL proxies are usually pay services, and are easy to spot if you look in your logs. Use SARG regularly to monitor access and you will easily see how your users are finding a way to it if they manage that in the future. Also set up a block page where your users can ask for sites to be unblocked - when the regular 'PLZ UNBLOCK MYSPAZ KTHXBY' messages stop arriving, be suspicious and look for how they are getting to it and take appropriate action.

    Did I mention I am Evil®?

  59. Myspace is Always Having an Outtage Here by nuintari · · Score: 1

    I have a DNS record for the myspace.com, which directs all queries to an internal IP address, which my apache web server answers with an ever rotating, badly written excuse of a massive internal myspace calamity. No one buys it, but no one gets to myspace from my network either. Just have your DNS server answer queries for myspace.com and anything under it as if it has authority to do so, do whatever ya want at that point. Just make sure you force your users to use your DNS server, lest they start using one from your ISP and get right around this. I suppose you could work around it by accessing myspace in a way other than myspace.com, but I would venture a guess that for every myspace user that knows how to do that, there are two hundred who don't.

    You notice any trends, start seeing lots of people going to www.gettomyspaceatwork.com, do the same thing for that.

    What would be cool is a route list of social networking sites IP addresses, advertised like route servers advertise BGP bogons. Null route it at the IP level, and not have to maintain the bastard by hand for every time one of them gets a new allocation of addresses from ARIN.

    --

    --Nuintari

    slashdot : where an opinion can be wrong.

    1. Re:Myspace is Always Having an Outtage Here by Anonymous Coward · · Score: 1, Insightful

      Easy way to stop them bypassing your DNS is to filter all outgoing DNS except from your internal DNS servers.

  60. Gosh, you sound angry. by spun · · Score: 2, Interesting

    First, we have limited bandwidth. People watching YouTube would seriously impact productivity. Second, the state being as it is, trying to discipline people for excessive usage would cost more than simply blocking access. Third, we deal with children. Having counselors downloading porn would look... bad. Fourth, we do not allow people to bring in novels to read during work hours, why should they be able to browse the web? Fifth, some of our employees were at one point in time our clients. They are still kids, and not very well socialized kids. They need boundaries.

    Blocking access to unnecessary sites saves money by keeping our limited bandwidth free and helping to ensure that employees don't waste time.

    How does the number of abuse cases we investigate per week compared to our number of employees tell you anything at all about whether we are wasting money or not? Did I mention what type of abuse cases were involved? Do you even know how we operate and what sorts of special conditions might apply to an agency such as ours?

    Finally, why are you so angry? You're not that guy who has a beef against all child protection agencies everywhere because one took his kids away, are you?

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    1. Re:Gosh, you sound angry. by ShieldW0lf · · Score: 1

      If they can't be trusted, they shouldn't be working in such an agency.

      --
      -1 Uncomfortable Truth
    2. Re:Gosh, you sound angry. by EvilTwinSkippy · · Score: 1

      For the record, I run the network at a [Prominint Cultural Institution]. We continually run into that fine line between academic freedom and reigning in abuse.

      We tackle it a few ways. One is a transparent proxy. With the right IP tables rules your firewall can redirect port 80 to Squid. That a) economized bandwidth because images, movies, and stuff are loaded once. b) You can quietly slip in rules to kill certain sites, and the users gets the message in no uncertain terms that the particular site is not cool.

      We also lock off internet access to any workstation that is in direct view of the customer, like in the box office, exhibit galleries, etc. Firstly it HAS cut down on the number of viruses we have to clean up. (And you don't want to think about how much damage a keyboard logger on a station that processes credit cards can do.) Yes, the floor staff bellyache. Until we point out that they are paid to do a job so why are they downloading games?

      The locked off machines don't even hit the proxy server. Their traffic isn't allowed to be forwarded (and we have internal IP addresses for all of our public sites.)

      The logging function comes in handy with certain interactions between IT and HR over inappropriate use of a machine by a user. Was a user on a particular site on what date? It's a good for confronting someone as clearing them. I've used it for both. And just because the date is there doesn't mean you have to constantly watch it. I keep 2 weeks of log, and let the rest quietly go to the bitbucket in the sky.

      It's non-intrusive, but we can still police our network and maintain a friendly work environment.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    3. Re:Gosh, you sound angry. by spun · · Score: 1

      It's a kind of work/study program for unemployable kids. What do you suggest as an alternative?

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    4. Re:Gosh, you sound angry. by spun · · Score: 1

      Nice. Our system is state-wide and mandated by the governor. You should have seen the hoops I had to go through to get jabber set up on our servers, as all sites related to Instant Messaging are blocked off.

      We do use transparent proxying and we log all Internet usage. We don't block many sites that are even remotely useful (the jabber thing was a fluke.) being state-wide, it is fairly cost effective and we don't have to worry about it at all, except when it blocks stuff we need, which has only happened once to me and was resolved in less than a day.

      In any case, we don't block Slashdot so I'm okay. ;-)

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    5. Re:Gosh, you sound angry. by EvilTwinSkippy · · Score: 1

      Before you can trust someone, you have to be able to detect when the screw up.

      Otherwise it is you who is getting screwed.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    6. Re:Gosh, you sound angry. by EvilTwinSkippy · · Score: 1

      Sounds like you are on the right track. If you are running a Linux-based gateway I'll be happy to share my recipes. It's a simple SQUID configutation and a pile of IPTABLES rules assembled by a TCL script.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    7. Re:Gosh, you sound angry. by ShieldW0lf · · Score: 1

      No, if you've taken the time to assemble a system to monitor them, you didn't trust them.

      "If I trust people, they might screw me, so instead of trusting them, I'll make sure they can't so I don't have to." is a better way to describe what you're saying.

      But then, if everyone worthwhile decides they'd rather just not work with you in response, you've kind of cut your own throat.

      If you're trying to cultivate responsibility in young people, this isn't going to do it.

      --
      -1 Uncomfortable Truth
    8. Re:Gosh, you sound angry. by Obsi · · Score: 0

      The answer's easy. Fake 404.

    9. Re:Gosh, you sound angry. by MullerMn · · Score: 1

      Fourth, we do not allow people to bring in novels to read during work hours, why should they be able to browse the web?

      Does this mean you have a strip search policy at the door to check for all novels then? Or do you just have a policy that employees reading novels during work time would be subject to disciplinary action from their manager? Why the double standard for web access?

    10. Re:Gosh, you sound angry. by spun · · Score: 1

      Well, I don't set the policy, but if I had to guess I'd say it's because web filtering is cheaper and easier than strip searching people.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    11. Re:Gosh, you sound angry. by DavidTC · · Score: 1

      First, we have limited bandwidth. People watching YouTube would seriously impact productivity.

      If someone watching a video slows you down that much, then you don't need to be giving internet access out to everyone, which is a much more sane solution, and, hey, free. (For example, I have no idea why guards would need internet access. I also have no idea why you'd need guards.)

      Second, the state being as it is, trying to discipline people for excessive usage would cost more than simply blocking access.

      And how much does unfiltering cost when you need to do that? How much time does that waste? What happens when you need to access some kid's myspace page to see if they really did get that suspicious injury while riding their bike. (I'm somewhat at a loss to know what you guys actually use net access for.) How long does that take?

      And it takes trained experts their 9-5 dealing-with-kids time instead of some IT guy glancing over the bandwidth logs once a week and realize that Workstation 424 used over nine hundred megs this week. At least with excessive usage, you can investigate that asyncronously, instead of someone having to spend thirty minutes on the phone getting something unblocked long enough to look at it. (And you have to watch those logs anyway.)

      Third, we deal with children. Having counselors downloading porn would look... bad.

      Blocking people from downloading porn is a great way to have them download porn from places you didn't block. More to the point, it's pretty easy to catch people at that.

      Fourth, we do not allow people to bring in novels to read during work hours, why should they be able to browse the web?

      I dunno, you're the one saying they should be able to. If you think it would be better for them to have no net access, or only email, well, that's pretty easy to setup.

      And how on earth do you disallow bringing in novels? More to the point, why? Are you really so understaffed that people work all the time? And you have no way to track how much work people actually do, so the only way to judge that is how busy they look?

      I always imagined that sort of job as consisting of a bunch of data entry people, along with a few dozen field agents that leap into action at possible wrong-doing and a bunch of counselors. Along with the system for temporarily taking care of kids. (Although your reference to 'guards' has confused me.)

      Fifth, some of our employees were at one point in time our clients. They are still kids, and not very well socialized kids. They need boundaries.

      Building walls is not setting boundaries. Boundaries, with regard to people, are things they keep themselves within, not things they are actually incapable of crossing.

      Finally, why are you so angry? You're not that guy who has a beef against all child protection agencies everywhere because one took his kids away, are you?

      No, I don't have any kids, I don't know any taken away by social services, and in fact, my grandmother worked for DFCS, Georgia's Division of Family and Children Services until she retired. I'm 'angry' because you're spending my money doing non-useful things instead of actually helping people. More to the point, you're spending in a way that doesn't actually work, giving it to companies that consistently lie about their abilities to filter.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    12. Re:Gosh, you sound angry. by spun · · Score: 1

      Let's be clear about one thing. This isn't my policy, it's not my department's policy, it's the governor's policy. I happen to think that most of our employees need Internet access, but don't need unlimited access.

      On to your points. We could just refrain from giving Internet access to anyone, but there are cases where people need it and it's easier, and cheaper, to give it to everyone but restrict where they can go. We need guards because we run juvenile halls, detention centers, and such-like.

      Unfiltering is an issue. For instance, I had problems installing jabber on our servers because of a blanket ban on "IM" related sites. But I had access the next day.

      No, we aren't always understaffed and very busy. No, we don't actually screen for novels.

      We do most things kid-related that aren't actual schools. In 1992, New Mexico consolidated a number of child and family related programs into one. The core divisions are Protective Services, which investigates child and adult abuse and protects them from further abuse; Prevention and Intervention, which provides child care support, and oversees child care centers, children's mental health agencies and placement services, and Juvenile Justice which operates the juvenile halls and related facilities.

      So we are actually a fairly diverse organization. There are numerous reasons people here might need the web. I wouldn't care so much about people using it if they didn't constantly mess up their machines with malware and such. But it's not in our hands, the governor mandated that all state agencies had to use the state's central filtering solution. Perhaps that is a waste of money, but being centralized for all state agencies, it doesn't cost as much as you might think (not counting down time due to legitimate websites being blocked, and time spent unblocking them, which probably also isn't as much as you make it out to be.)

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    13. Re:Gosh, you sound angry. by DavidTC · · Score: 1

      For instance, I had problems installing jabber on our servers because of a blanket ban on "IM" related sites. But I had access the next day.

      not counting down time due to legitimate websites being blocked, and time spent unblocking them, which probably also isn't as much as you make it out to be.

      I don't think I need to add anything to this. How much money did that little detour cost, do you think? Remember to calculate hours of your salary and the hours that someone in IT spent to unblock.

      And at no point have I asserted that you were personally at fault for any of that, so I have no idea where you're getting that from.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    14. Re:Gosh, you sound angry. by spun · · Score: 1

      And at no point have I asserted that you were personally at fault for any of that, so I have no idea where you're getting that from.

      I think it's all the bold. Bold scares me. ;-)

      Anyway, you're probably right. Filtering does kind of suck, and it doesn't really seem to do much good. I just hate cleaning up after some trojan, virus, or worm gets loose in our systems, and I know that most employees here have no clue about safe browsing habits.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    15. Re:Gosh, you sound angry. by DavidTC · · Score: 1

      think it's all the bold. Bold scares me. ;-)

      Heh. I do over-use bold, because I don't really give it the emphasis that other people do. I wish we had underline.

      Anyway, you're probably right. Filtering does kind of suck, and it doesn't really seem to do much good. I just hate cleaning up after some trojan, virus, or worm gets loose in our systems, and I know that most employees here have no clue about safe browsing habits.

      That's when you threaten them with Linux. :)

      Network security is the one useful use of filtering I can see, but that's near impossible with web-filters. People who want to spread malware tend to be rather fly-by-night, so by the time they're in the system, it's too late.

      But while network security is sometime a useful side-effect of filtering, it's almost always an accidental one. If they actually cared about security, the workstations would be locked down tight, as policy, with documents stored on servers and the ability to instantly reset all workstations to their default configuration. No need for 'cleaning' at all. This would actually cost less money than doing it the traditional, IT-always-running-around-fixing-broken-things way.

      No, I'm almost certain the filtering is aimed at certain content and to 'increase productivity', neither of which works or makes any sense, and just cause all sorts of hassles.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    16. Re:Gosh, you sound angry. by spun · · Score: 1

      We're trying to get Linux on the desktop. Most of the IT department wants it. We're transitioning all our old AIX an HP-UX servers to Linux on VMWare on Blades. That's actually what they hired me for.

      Right now, we use Novell for our file, print and LDAP authentication services. We do have the workstations fairly tightly locked down, and we can use Zenworks to push to clients. Novell is making it easy for us to transition because of course SUSE supports all the Novell tools. Compatiblity with all our old documents is the main thing keeping us back. You would shudder to know how many Access databases we have scattered all over...

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
  61. Don't treat employees like children by GWBasic · · Score: 1

    Validate your client's concerns about viruses, but make sure that your client realizes that an outright block on sites like MySpace is equivilent to treating employees like children. Content blocks also create problems from real work because they end up creating a huge mess of red tape when someone really needs to use a blocked site.

  62. Re:The 2nd best way is random incomplete blocking. by TheSkyIsPurple · · Score: 1

    >resolved fuckedcompany.com to 127.0.0.1.

    So, he admitted this was a fuckedcompany then? That's the first step to fixing the problem =-)

  63. Re:The 2nd best way is random incomplete blocking. by Calculust · · Score: 1

    You never drug test? Wanna hire me, man?

  64. there is by BalkanBoy · · Score: 1

    >Other than becoming rather invasive (like installing Squid with customized screening setups) is there a way to effectively block
    >MySpace from being accessed at a business?

    If the job gets done, well and on time - then stop bitching about people surfing. Being productive for 8 hrs straight (short of 1 hr for lunch) is a utopia many employers dream of, especially if it has to do with doing the same task(concept) repetitively. You never get a different result by doing the same thing, so naturally, you will eventually get bored, whether you're a programmer, analyst, whatever....

    If someone, on the other hand, provably surfs the net (check your company's network logs, you do have them, no?) so much so that his performance is consistently impeded by his, at this point, internet addiction - then apply your company's disciplinary policy appropriately (you do have policies too, no?).

    Blanket statements like "web surfing impedes productivity" and designing unrefined policies around such statements can only discourage/anatgonize productive employees who are able to surf as well as work productively, if they happen to ever get caught in the HR policies net. Most office space/white collar computer-related type of work can get incredibly boring. Whether management likes to look good by appearing curt and managerial and reprimanding everyone for anything slightly in violation of the policy, or be relaxed and only deal with problems as they arise instead of being dickheaded about it, will set the tone, overall mood and atmosphere of the company you work for.

    Instant example - I'm writing this between bouts of programming a GE Fanuc PLC with Ladder Logic - something I had to learn on the job, and have only done in a single class in college. Once you get the gist of Ladder Logic programming - it becomes a mind-numbingly boring task having to write LL functions that process input, apply the function and produce output. I'm gonna get what I need to get done regardless of whether I surf, reply to /. or anything, because that is what I agreed to do when they started depositing monthly paychecks into my checking account. Now if someone chooses to call me "unproductive" because I am on slashdot in the meantime in spite of a job well done - well, that is entirely their problem.

    Not making these employee/manager behavioral distinctions leads to two extremes - the sweatshop and the ideal company... Depending on your lucky stars, you are somewhere inbetween, hopefully more toward the ideal company than not.

    G'day.

    --
    'A lie if repeated often enough, becomes the truth.' - Goebbels
  65. Re:The 2nd best way is random incomplete blocking. by Jjeff1 · · Score: 1

    Good luck trying to block it. I work in several K-12 schools. Access to myspace is a big problem, not because students waste time, but because of some of the content and the possibility they can use myspace to bully/threaten each other.
    If you block myspace.com, be prepared to block every single anonymous proxy out there, new ones pop up every day, it's pretty much a never-ending battle. Commercial content filters help, but still can't keep up.
    You're probably much better off with the embarrassment system. Log web access by whatever method, then post a weekly list of time on myspace/friendster/match.com or whatever. You probably shouldn't identify people by name, but people will quickly realize you know every web site they go to, and so does their boss.

  66. How about... by Hadlock · · Score: 1

    Blocking myspace from say, 9:20 on (assuming the office "opens" at nine) and unblocking it in the last hour of the day, so people can check their messages, maybe arrange a date after work, or get a group of coworkers together for drinks? Maybe just leave it open all day on Fridays, because nothing really ever gets done then anyways :) Comprimise, compromise.

    --
    moox. for a new generation.
  67. mod thee up by Anonymous Coward · · Score: 0

    >Think of it as DRM for your employee's time.

    That's one of the best analogies I've heard on Slashdot. ty

  68. Re:The 2nd best way is random incomplete blocking. by EvilTwinSkippy · · Score: 1

    It comes under the heading of, the reason the rules treat you like a child is because there are idiots who insist on acting like them.

    --
    "Learning is not compulsory... neither is survival."
    --Dr.W.Edwards Deming
  69. Re:The 2nd best way is random incomplete blocking. by Tango42 · · Score: 1

    You could probably sue the USAF for any smoking related illnesses you get. ;)

  70. Myspace sends passwords as plaintext by Anonymous Coward · · Score: 0

    Grab a sniffer, have some fun.

  71. right under your nose? or: idiotic. by mr_popo418 · · Score: 1

    what about a remote server/site/whatever that has this "squid" and will help to block myspace. i am technically retarded, so i have no idea if this is even a viable idea.

  72. Re:Short answer? No. by Drantin · · Score: 1

    Do you know how absurdly easy it is to block those proxies? Just block the hex equivalent to http:/// and *bam*...

    --
    Actio personalis moritur cum persona. (Dead men don't sue)
  73. Create a MySpace Phishing site??? by bobbonomo · · Score: 1

    "reek havoc on their account!"

    Sounds illegal to me.

    So let me get this straight. You want people to follow the rules by not going to MySpace et al but have no problem NOT following society's rule by destroying or illegally entering a computer system account that belongs to someone else. Hmmm. Have you applied for a cop's job?

  74. Re:The 2nd best way is random incomplete blocking. by CSMastermind · · Score: 1

    I can vouch for that, I know a good amount of Marines that started smoking (and chewing) just because it was something to do when all the hurry up and wait is going on.

  75. Re:The 2nd best way is random incomplete blocking. by Thatto · · Score: 1

    My employer is a state department of transportation.

    All crew office and facilities traffic are routed and filtered in the capitol per the legislation. they are locked down, they cant go anywhere. Because of the limits, most if not all the crew offices have DSL service, and one or two machines that the State IT department dont know about(READ: someones unpatched five year old emachine). The two networks dont touch, but everyone has a thumb-drive.

    In the case of one project, they had a T1 connection written into the special provisions of the contract; meaning, for four years, the general contractor would pay for all expenses related to that line. And the DOT could withhold payment if there was an excessive outage.

    The crew managers have decided collectively that the state policy was too restrictive, so they went around it.

    My point is: there is always a way around.

  76. Re:The 2nd best way is random incomplete blocking. by Patrik_AKA_RedX · · Score: 1

    I can't afford to spend a afternoon sobbbing, so I solved this differently. Everyone wears a mandatory collar with half a kg of semtex with the detonator linked wirelessly with our DNS server. Each time someone tries to look up an URL containing the word Myspace, a random collar gets detonated. The thread of having to clean the blood from the floor, walls, ceiling and anything else in the office is a real good deterent.

  77. If you really want to stop them..... by Anonymous Coward · · Score: 0

    If you really want stop employees from accessing MySpace, or those evil sites like that dotted slash thingy, then there is a real easy way...

    Hit them in the head with an aluminum baseball bat. I find that although I like the feel of a classic wooden bat, aluminum is much easier on the wrists during a long session of 'Employee Coaching'

  78. Re:The 2nd best way is random incomplete blocking. by montyzooooma · · Score: 1
    "I can't afford to spend a afternoon sobbbing, so I solved this differently."

    Oh, I should have explained - I'm management so an afternoon sobbing actually raises my productivity.

  79. You know the answer by nastyphil · · Score: 1

    Become "invasive".

    - Install Squid with customized screening setups.

    - Adopt an Acceptable Use Policy that states that going to MySpace can lead to eventual dismissal.

    P

    --
    Dialectician. Archology.
  80. The problem with filtering by mwvdlee · · Score: 1

    At my work, we have domain-name filtering, which means any domain with NSFW text in it, is blocked.
    This includes all domains which ARE actually work-related but happen to have some word in it that is blocked.

    Basically, I can't use the internet for any ASSistance.

    Ironically, any porn site which doesn't have these words in the domain, is perfectly accessible.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  81. Re:The 2nd best way is random incomplete blocking. by Crysalim · · Score: 1

    Are you hiring?

    Oh wait, someone already asked that...



    ... ..are you, though?

  82. Myspace words by boxxa · · Score: 1

    First off, if your client has a problem with its employees going on myspace all day, then they need to watch their staff. Secondly, most people are not very computer/internet savy so when they see it blocked using a simple method such as keyword filtering, they will stop. Put a little message in there that says "An email has been dispatched to your supervisor reporting this attempt to access a forbidden page". Most people see that and no longer will try. Lastly, you may have to watch their use. I used a simple netgear router on one clients network and block any domain with myspace in it. Simple solution and keeps most people out of the site. More advanced networks, you can watch ther users traffic and visits with Windows Server 2003 and see if they are getting around it using other sites, and just continually block them.

    --
    Bryan
  83. Mod Parent up by Anonymous Coward · · Score: 0

    Honestly, this is the only way to go. Most users don't know crap about DNS, and won't know how to bypass it.

    I'd add though, that you should be able to add some simple alert functionality that tells you when someone has indeed by-passed your standard DNS settings.

    That's the time to have a chat with that individual. This will probably force them to go with an ssh tunnel elsewhere. In which case you want to make certain that they stick around, as they are probably one of the most technically competent persons in the company.

  84. Other fun things by phorm · · Score: 1

    You can also do fun things like manipulate the pages themselves. There was a slashdot article a while back where somebody was reversing all the images on the destination pages.

    The easiest way might be made a page that looks official and says "Due to technical difficulties, this myspace page is unavailable" that pops up 99% of the time (with the 1% to let people think the problem is myspace and not your servers).

    1. Re:Other fun things by Zonk+(troll) · · Score: 1

      The article you're referring to is this one.

      For my home wireless network I require an OpenVPN connection to actually get online. With no OpenVPN, every page access goes to a local Last Measure mirror. Heh...

      I change the ssid every few weeks and always get people attempting to access through it. Quite fun...

      --
      "The Federal Reserve is a fraudulent system."--Lew Rockwell
      End The FED. -
  85. Untangle by inieves · · Score: 1

    My company has a free product called Untangle that helps you deal with things like this. Give it a try.
    http://www.untangle.com/download

  86. No. by dynamo · · Score: 1

    It is not worth it. If the last one is not beyond the realm of comprehension for you, how could the other options even be options?

  87. A fix i've used... by Anonymous Coward · · Score: 0

    cat >> /etc/hosts
    127.0.0.1 myspace.com

    As for the proxies, there isn't much you can do except slap people and say "No!"