Slashdot Mirror


Turning Network Free-Riders' Lives Upside Down

An anonymous reader writes "You discover that your neighbours are using your unsecured wireless network without your permission. Do you secure it? Or do you do something more fun? A few minutes with squid and iptables could greatly improve your neighbours' Web experience ..." Improve is a relative term, but this is certainly gentler than certain other approaches.

43 of 658 comments (clear)

  1. Goats by ajiva · · Score: 5, Funny

    I'm surprised the guy didn't send every link to goats.ex... He was being way too nice.

    1. Re:Goats by Roody+Blashes · · Score: 5, Interesting

      If you don't secure a wireless connection that spills onto other people's property, why shouldn't they use it until told otherwise? You could argue that you're not really encroaching, but I guarantee you that's not true. There's another network near us that was too weak to always show in the list of nearby nets, but was just strong enough to cause intermittent signal pollution until one day I happened to move the router to get at something else, and noticed it next time I connected.

      If you let your signal spill over onto other people's space, too bad.

      In fact, I wouldn't be mad if someone were using my connection without my approval unless they were encroaching on my space to do it. In fact, I only secured it because of bandwidth concerns and the potential for other people to use it for illicit purposes.

      --
      If you haven't foed me yet, what are you waiting for?
    2. Re:Goats by trewornan · · Score: 5, Insightful

      I chose to leave my wireless network open so that if someone nearby needed a connection it would be available for them. If someone was to impose an unreasonable load on the network I might do something about it but so far (12 months) I've had about half a dozen people connect and download relatively small amounts of data - my guess is they were checking email. Why would I object to that? No . . . why would *you* object to that? The way I see it it's a chance to do something nice for other people, why not get yourself some good karma.

    3. Re:Goats by generic-man · · Score: 5, Insightful

      I've lived in two places where I set up my access point with no encryption. In both places, I've fired up iTunes to see someone else sharing music on my LAN. This didn't bother me until I read the name of the share: "(name)'s LimeWire Tunes."

      I don't mind if people want to check their e-mail on my WAP. I do mind when they idle on file sharing services, using lots of bandwidth and exposing me to potential legal liability.

      It's a shame that I have to protect my router somehow, especially because one of my devices (a Nintendo DS) doesn't support WPA at all.

      --
      For more information, click here.
    4. Re:Goats by Starker_Kull · · Score: 5, Informative

      It shouldn't be too hard to set up some fixed IP addresses for your home machines, and let "guests" use a different IP range, for which you have implemented port blocking for all but 80, 25 and a few others for https and sending email, if you wish.

    5. Re:Goats by sammy+baby · · Score: 4, Insightful
      If you don't secure a wireless connection that spills onto other people's property, why shouldn't they use it until told otherwise?


      Conversely, if you find someone else's unsecured wireless network, why would you complain if they decided to flip all the images?
    6. Re:Goats by jasen666 · · Score: 4, Interesting

      That's exactly what I've setup at my wife's salon, where she has an open wireless for her customers. The office computers have full internet access, any wireless guests have their ports limited to the basics. The cheapy D-link router had this capability built-in, making it a no brainer.

    7. Re:Goats by b0bby · · Score: 4, Insightful

      Yeah, that's what I do too. My neighbors also have open access points mostly. I check the logs every so often, but I've never seen anyone but me having connected. Still, if someone wants to check their email, it's there. I don't have a problem using open points to check mail while I'm travelling, might as well return the favor. I'd lock it down if someone were leeching 24/7, but I don't see any of my neighbors doing that.

    8. Re:Goats by element-o.p. · · Score: 5, Insightful

      Unfortunately, not everyone is as kind (or patched/anti-virus'ed/etc.) as your neighbors are.

      I spent three years as an abuse admin at an ISP, and spoke with a number of customers where the only likely culprit for an abuse complaint was someone "borrowing" their Wi-Fi connection (nmap is a wonderful tool for finding likely infections/file sharing clients). In almost all of these cases, securing the Wi-Fi access point made the problem go away.

      It's possible that my customers were lying and that they just latched on to the Wi-Fi excuse to get me off their backs, but after three years, it (usually) wasn't too hard to tell when someone honestly had no clue and when they were covering up :)

      So *that's* why I object to people using my Wi-Fi without permission.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    9. Re:Goats by ShawnDoc · · Score: 4, Insightful

      Your router is giving them permission to associate, is providing them with an IP address, and is allowing them to pass traffic. Heck, I'm guessing your AP is even broadcasting its SSID and telling people its available for them to connect to. When the client associates it acts just like a web page request, it says "Hey, can I connect here?" and if your router replies with a "Sure thing!", then as far as I'm concerned you've given them permission to use your network. If you don't want strangers using your Internet, you've got TONS of options, turn off DHCP, use WEP, use WPA, limit access only to those MAC addresses you approve, turf off SSID broadcast. Obviously some of these offer better security than others, but ANY of these will prevent a casual user from using your network.

    10. Re:Goats by ShawnDoc · · Score: 4, Insightful

      You've got two problems you've overlooked. If someone uses your connection for illegal activity (downloading Meet the Fockers, kiddie porn) it will be your IP address that the RIAA/MPAA/FBI will trace. Good luck convincing them it wasn't you. You might be able to do it, but it will take up time and money (lawyers) to clear your name. And in the case of kiddie porn or other criminal act, expect every computer, PDA, and cell phone in your home to be confiscated to be analyized for incriminating data. The second problem is you are allowing strangers access to not only your Internet connection, but also your LAN. I have multiple computers and put files in shared folders so I can access them from different machines. I don't want some strange to have access to those files, or worse, have their computer be infected with a worm/virus that propogates across the network.

    11. Re:Goats by terrahertz · · Score: 4, Funny

      Note to vindictive mods: thanks for giving meta-moderation a chance to remove your privileges. I stand by my original post, and in addition to that, I fart in your general direction.

      --
      Slashdot? Oh, I just read it for the articles.
    12. Re:Goats by g4c · · Score: 4, Informative

      It is trivial for somebody to sniff your wireless card's MAC and spoof it. However, it requires enough knowledge to operate a sniffer and a MAC spoofer, thus eliminating 99% of the population. And even at that, they have to catch you while you are using the computer in order to find out your MAC, which potentially requires a time investment. After that, they might have to flood the ARP tables (does this even work over wireless?) if your computer is still on while they are trying to spoof your MAC. I guess trivial is a relative term... Why I am even posting this? Somebody please mod me down...

    13. Re:Goats by StikyPad · · Score: 4, Funny

      That's why whenever I go to the park, I always run toward the large flocks of pigeons while flapping an umbrella and crying out "PAKAW! PAKAW!" Sure, it's a little embarrassing, and the people who get droppings on them in the ensuing mass migration get a little upset, but if it saves even one pigeon, then it's worth it.

      Unfortunately, I believe it's only scaring them away from people who charge them with umbrellas while screaming which, in my experience, is not a significant number. I fear I'll soon have to resort to more drastic measures, like holding out some popcorn and then cold-cocking the first sonofa dove that makes a lunge for it. Of course I'll tell them it's only for their own good, and it hurts me more than it hurts them.

  2. Liability? by lecithin · · Score: 4, Interesting

    What are the odds that a neighbor would use your network and then sue you for the content that your are sending to him?

    --
    It could be worse, it could be Monday.
    1. Re:Liability? by `Sean · · Score: 4, Funny
      What are the odds that a neighbor would use your network and then sue you for the content that your are sending to him?
      Yeah, ailurophobia is a bitch.
    2. Re:Liability? by darkonc · · Score: 4, Insightful
      If you redirect a minor to goatsex, you might be in trouble.

      If, on the other hand, you simply mangle the images that (s)he's looking for, then you could say that you're protecting the kid from nasty content.

      It's not like you have a contractual responsibility to deliver something that (s)he never asked or paid you for.

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  3. It's not their fault... by nick_davison · · Score: 5, Funny

    How can you blame people for connecting to a wireless router with the ID "Free Porn"?

    Granted, my neighbors didn't intentionally set their router up with that ID but they did leave it unsecured with the default password for the admin account. It was simply the neighborly thing to do to change their ID and resecure it with a new password (that, admittedly, they didn't know).

  4. Should be legal by gilroy · · Score: 4, Interesting
    In our topsy-turvy legal system, it might not be. :( But it should be. The nieghbors have no right to expect anything so they should have to just accept whatever the router sends them. As allegedly was said by Truman Capote:

    The trouble with living outside the law is, you put yourself beyond its protection.
  5. Could just watch by MECC · · Score: 4, Funny

    Could just watch their traffic, and when they try to bid on ebay, just slow their traffic down, then out bid them. They'll rue the day they tried to outbid 'yourneighborfromhell' on ebay.

    --
    "We are all geniuses when we dream"
    - E.M. Cioran
    1. Re:Could just watch by irrelevant · · Score: 4, Funny

      No, no, no. You increase each and every bid by a factor of 10, and then auto-confirm it.

  6. Obligatory Bash.org by Ryan+Stortz · · Score: 4, Funny

    One of my all-time favorites. :)

    (Mootar) morons.
    (Mootar) these people who live in my apartment complex are connected to my wireless
    (Mootar) they must think they're super-cool hackers by breaking into my completely unsecure network
    (Mootar) unfortunatly, the connection works both ways
    (Mootar) long story short, they now have loads of horse porn on their computer

    http://bash.org/?202477

    --
    Bugs are just features that have been fixed.
  7. Stealing? by SecurityGuy · · Score: 4, Insightful

    It's as much stealing as sending the signal into their home is trespassing.

    I think you just shake your head at your failure to secure it in the first place, decide if you care, and if you do, lock it down.

    Funny way to deal with it, though.

  8. Can you imagine the tech support calls? by Tackhead · · Score: 5, Funny
    Substituting everything with Goatse or Tubgirl (Goatse was already done with airpwn at DEFCON 12) would be funny, but Joe Sixpack would call tech support, and they'd all shrug it off saying he'd been cracked with some sort of virus.

    But can you imagine Joe Sixpack trying to explain to Pradeep that all the images in his web pages were being displayed upside-down (or better yet, blurry, or upside-down and blurry!), while all the text in the very same web pages was being displayed upside-right in crystal clarity?

    Joe Sixpack probably doesn't know the differences between images and text. Pradeep would hear the word "upside down" or "blurry" and immediately think it was a hardware problem.

    It'd probably take any of us half an hour to convince a second-tier tech that we weren't trolling him, never mind Joe Sixpack.

    I'd give my left nut to hear the support calls on this. (Particularly as I'm pretty sure that those of you in tech support have no use for my left nut. :)

    1. Re:Can you imagine the tech support calls? by nizo · · Score: 5, Funny
      I'd give my left nut to hear the support calls on this.


      Maybe you can, if your neighbor is using your network connection to fullfill all his VOIP needs.

  9. Feh by NitsujTPU · · Score: 4, Insightful

    Improve is a relative term, but this is certainly gentler than certain other approaches.

    I don't really see the point. It's funny as a practical joke. In terms of protecting your network... why not just secure it instead?

  10. Re:Trying to make others feel as stupid as you wer by SoTuA · · Score: 4, Funny
    By leaving it open in the first place to be stolen, you've shown your dumb.

    Calling someone on slashdot dumb - mostly free.

    Making a dumb mistake while calling someone dumb - priceless.

  11. You can't steal unprotected Wifi. by insomniac8400 · · Score: 4, Insightful

    It's impossible to steal unprotected wifi. If you leave your connection unprotected, that means you are purposely sharing it. Although flipping the pictures upsidedown is pure genious.

    1. Re:You can't steal unprotected Wifi. by realmolo · · Score: 5, Funny

      Hey man,

      I think that someone is redirecting your requests through a proxy server that randomly inserts the letter "o" into the word genius.

      Moran.

  12. Understanding the Approach to this by blantonl · · Score: 5, Informative

    For those that are struggling to understand how the author of this article is accomplishing his approach, here is some further information.

    The author obviously has a Linux server in his house, that is running DHCPD

    To selectively send some clients to some locations, and others to the normal internet, he assigns an IP address on a different network to clients that don't have MAC Addresses that he knows about.

    Forwarding on to sites of his choice is done by using IPTables, which is a utility that allows you to configure the packet filtering components of the Linux TCP/IP Stack. In this instance, the Linux box is just functioning as a firewall, and he is selectively sending requests from certain IP addresses to different hosts of his chosing.

    Finally, the Up-side-down and blurry-image conversions is accomplished by sending page requests from those before-mentioned IP addresses to a proxy server, which in this case is Squid - and then allowing the proxy server to run a script which calls an ImageMagick command called mogrify which allows you to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.

    And that folks, is the rest of the story.

    --
    Lindsay Blanton
    RadioReference.com
    1. Re:Understanding the Approach to this by hab136 · · Score: 5, Insightful
      $url = $1;
      system("/usr/bin/wget", "-q", "-O","/space/WebPages/images/$pid-$count.jpg", "$url");

      This line gives me chills. He's passing a completely unsanitized input (the bandwidth thief's URL) to a system() function.

      At least he didn't concatenate everything so that system() would run the entire string as a shell command.. then simply adding a semicolon or pair of backticks to the url would cause the system to run any command the attacker liked, including deleting all files squid has access to and running a custom backdoor. There are a lot more local root-escalation flaws than remote.

      Even without the shell character vulnerability, who knows what kind of failures you can induce out of wget given the right parameters. He should sanitize the URL before passing it out.

      There's also the possibility of a vulnerability in mogrify, given the right corrupted image file to work on. Mogrify should be run in a separate user account that has no access to anything other than the input file.

      Never trust your input, especially from an already-admitted evildoer.

      Yes, I'm paranoid - I work in information security. :)

  13. Open Networks by Elektroschock · · Score: 5, Interesting

    sorry, I am a supporter of open networks. I think the freifunk olsr-protocol approach of open wireless networks is best. We don't need internet providers and we don't need internet provider which leak our communication data to the governments and endanger the freedom of the net. The net should be a net and wireless technology is great for the creation of a real P2P internet.

    I cannot support any action against people who use your network. It is against my understanding of hacker ethics. When you don't like it then close your network. But no childish games please.

    I may even say that I find it unethical to exclude your neighbours from using your network but I respect your opinions. When your network is open it means: Be free to use it. Not: You can use it but I will fuck up or intercept your communication.

  14. blurry-net by Sloppy · · Score: 5, Funny

    At first, I thought there were way too many screenshots. I mean, ok, we get it. But then at the bottom of the FA, it pays off. After the dumb kitten and upside-down stuff (where they know someone is fucking with them) we get to the treasure: blurry-net. That's subtle and I love it. The ideal prank for the proverbial Man In The Middle would be to do things to confuse the endpoints, not merely annoy them.

    The next step is to spy on them and see what websites they visit, and then insert some fake content one day. For example, if they use it to read CNN, insert a casual story about a nuclear weapon getting used in the Middle-East or South Asia, or a story about the president of USA selecting a new vice-president due to the assassination last week ("What?! I didn't hear about that!"), or the CDC in Atlanta is investigating the recent rash of improbable claims about the dead returning to life to feast on the flesh of the living, etc. If they visit Slashdot, then the jig is probably up, but maybe it would be great to have a story where a security study found Windows98 to kick OpenBSD's ass and then a bunch of comments where everyone agrees that the findings pretty much match their own experience, along with complains about "how is this news for nerds?!"

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  15. Except by geekoid · · Score: 4, Insightful

    by leaving it open he is inviting other people to connect.

    Some computer says to the router "Hey, can I come in?" and the router says "Sure". Now, the moment you put something up, like needing a password, then you are no longer inviting people in.
    Computer says "Hey, can I come in" router says "Sure, if you know the password."
    Or you can encrypt it
    Computer says "Hey, can I come in?" the router says "KE*jd7638JDEJE*834899(&^&#nd&#&bd*e#"

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:Except by R2.0 · · Score: 4, Insightful

      Yes, the computer is "asking" the router "permission", and the router is "granting permission" - the only problem is, the words we use to describe these actions may appear to be descriptive of thinking and volition, but they really mean neither. Computers and routers simply CANNOT give "permission" in any legal or moral sense.

      To use the yard analogy that seems to be popular for these threads, lets supposed your neighbor's massively retarded child asks your massively retarded child for permission for his Daddy to use your yard, and your child agrees. Neighbor then comes over and stages a cookout on your lawn, or for that matter just walks across it.

      When you confront him, he says "But my kid asked your kid, and he said yes." This is binding? Common sense and the law would say no, yet you would allow devices with an order of magnitude less analytical power than a retarded child to give and receive similar permissions.

      Repeat after me folks: devices CANNOT give and receive permission for human actions without those permissions EXPRESSly being granted via some other means.

      A traffic light doesn't give you permission to cross the street; the government(that you studied to get your license) gives you permission to cross the intersection when a light is green, and denies it when red.

      Your ID badge doesn't ask permission to enter your building, and the security system doesn't grant permission; YOU ask for permission by presenting the badge, and your employer grants it by programming said system to accept your request.

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
  16. Certainly one could be *far* more evil than this.. by Anonymous Coward · · Score: 5, Insightful

    Network freeloaders put themselves at risk... It would be trivial for someone to set up a "Free Internet" wireless AP and then run phishing attacks, sniff IM conversations, e-mail, etc. Considering how little the average internet user even pays attention to SSL, one could very easily imitate a bank, ebay, paypal, etc... One should certainly think twice before freeloading on someone's wireless network - and if you do, at least tunnel your connection securely (even socks5 over an SSH tunnel, etc)..

  17. Re:What's the POINT? by Ant+P. · · Score: 4, Funny

    That was a terrible poem.

  18. Re:Missing the point, I think by squiggleslash · · Score: 5, Insightful

    No, it's not implied. As the law stands, it's illegal unless you get something more explicit in terms of permission. Yes, illegal. Yes, people have lost in court. No, not civil court, criminal.

    (And it makes sense that no implied permission is given by simply having your router be unsecured, given "unsecured" is the default configuration of most off-the-shelf routers.)

    It really isn't an issue in practice. If you want to use someone else's network, all you have to do is ask them. With 802.11, you're close enough to be able to do so. There's no reason not to ask, other than knowing that "no" is likely to be the answer. And I think that's why people tell themselves the myth that somehow they have implied permission simply because the "door" was left unlocked.

    --
    You are not alone. This is not normal. None of this is normal.
  19. Re:Missing the point, I think - absurd. by R2.0 · · Score: 4, Insightful

    The analogy is not flawed. So the router is "visible", with an option to make it invisible. Big deal. My garden is visible from the street, but I can put a tarp around it to obscure its existence. What you are saying is that, unles I put a tarp up around my garden, everyone has a right to use it.

    Wireless networks may make themselves conspicuous, but that does not confer an invitation to use them. The connection between "visible" and "inviting" is not legally or morally valid. (I am excepting the concept of "attractive nuisance", but I don't think open routers will come under that area of liability)

    --
    "As God is my witness, I thought turkeys could fly." A. Carlson
  20. Frame this by Midnight+Thunder · · Score: 4, Funny

    I suppose you could also add a frame to every page and then sell advertising space. Since you probably know a bit about your neighbour it is much easier make targeted advertising. Of course you could always make the top frame read:

          "This is borrowed bandwidth. Have you thought about getting your own connection."

    Oh and make sure it is flashing. Actually you could make it so that the whole content flash. Now that would be annoying.

    --
    Jumpstart the tartan drive.
  21. Hello, tech support? by jpellino · · Score: 5, Funny

    Upside down is cute, but blurry is just too fantastic.
    You know they were on the horn to the vendor after punching every monitor control and several loud screaming matches and an expensive service call for a monitor that then worked just fine on the bench...
    As a webmaster I can now say April 1 just got very far away...

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  22. HuH? by bennomatic · · Score: 4, Insightful
    If I leave my bike outside unlocked for 10 minutes, am I giving explicit permission to anyone who sees it that they can take it? No. Am I allowing it to happen through negligence? Sure, but call it what it is; it's still stealing, or at least trespassing.

    Even something as amorphous as bandwidth is a limited resource. To paraphrse the head of the commerce committee, an open wireless connection is not a dump truck you can just load up with as much as you like; it's a tube!

    Sure, if you want to make sure nobody uses your tube, you should protect it. But just because you don't doesn't mean you're giving explicit permission. If I leave my bike on my front lawn without a lock and someone steals it--even if they give it back before I notice it was gone--it's still theft.

    --
    The CB App. What's your 20?
  23. Re:Missing the point, I think - absurd. by 4e617474 · · Score: 5, Insightful

    What you are saying is that, unles I put a tarp up around my garden, everyone has a right to use it.

    No, actually we're saying that if your garden pelts us with carrots and peas as we walk past on the public street, we're at liberty to catch them and consume them. Only if you place anti-vegetable-flight netting around your garden (or stop planting vegetables that lend themselves to comparison to an unsecured WAP) does it become incumbent upon us to behave as good citizens.

    Hey! Analogies are fun! Somebody compare Internet privacy law to hunting and fishing licenses!

    --
    Finally modding someone offtopic when they rant about what "Begging the Question" means: priceless.