Slashdot Mirror


"Back To My Mac" Catches a Thief

robipilot writes "Mac stolen, Mac comes online, owner connects using 'Back to My Mac,' owner takes picture of culprit, and voila, criminal caught. OK, it wasn't quite that simple, but here's an interesting story of using some built-in technology on the Mac to recover a stolen laptop."

5 of 329 comments (clear)

  1. Re:Imagine by Anonymous Coward · · Score: 5, Interesting

    How long before the paparazzi start arranging for Macs to be "won" by celebrities or "given" to them as "thanks". For that matter how long before a stalker arranges such a prize/gift?

    With this having been posted to Slashdot, Natalie Portman is going to wonder where all those Macs and cases of instant grits came from. ;P

  2. Re:Imagine by 0100010001010011 · · Score: 4, Interesting

    The LED is probably sitting across the power lines to the camera. Camera has power = LED is on. there is no non-physical way to disable it.

    Personally, I have Undercover installed on all my and my siblings laptops.

    I wish the guy that wrote the command line tool (iSightCapture) to take photos would either release the source or make some updates. A video capture CLI tool would be awesome.

    I'm thinking of writing my own poor man's Undercover using cron, bash scripts and curl. Attempt to curl a website which I have access to, all the website does is return a 1 or a 0. (Stolen, not stolen). If anything gets taken just update my website and next time my Mac connects to the net, it gets what it needs.

  3. Re:Imagine by Culture20 · · Score: 4, Interesting

    Presumably one must use a password. You could write a cronjob on the laptop to check an https "website" for a boolean value, and send pictures to the site if the boolean is set to true. Make it look like a weather applet for extra points.
  4. Phoning home not just for "them." by mlwmohawk · · Score: 3, Interesting

    I was thinking about something like this for a while, and this is a practical example, albeit, with different technology.

    Did anyone see the movie, with Patrick Stewart, "Safe House?" To make a long story short, he has to enter a password every day to ensure an automated system does not activate. If he ever fails to enter that password, the system assumes he's dead and will let loose damaging blackmail that keeps him alive.

    Anyway, a system like that would be very cool for home users. A small "safe house" program that gets run at startup that prompts for a password and gives you a number of tries. If the password is unsuccessful, the camera is activated, and web cam photos are sent to a known server when the network comes up, along with sound as well. Possibly key strokes and new documents web traffic and sites. All this happens quietly, in fact, there is no feedback as to the password being unsuccessful after the second try.

    This information, along with the IP address, can be used to identify the thief and recover the property.

  5. Home Version by DeanFox · · Score: 5, Interesting


    I run Ubuntu on my home PCs and changed the default login screen to list the users. I created a 'Guest' account and in it's description I put 'Password = 123qwe' (not the real password). The assumption is that a burglar , not knowing much about OS'es, will want to use the PC and will choose the easiest path to gain access. When they turn the PC on the login screen gives them a list of users and an option of choosing "Guest Account with the Password shown. All household users have been told to *never* use this account and why.

    This 'Guest' account is CharRooted and has Firefox, IM and other Internet clients all on the desktop but that's about it. Under the hood it opens up SSH, VNC, Terminal Server and every other conceivable way of gaining access. It starts a script that every 30 minutes emails my Gmail account with IP address and connection information. Also, logging on to this account invokes a 'Nuke' scrip that will DBAN type wipe the system if I don't deactivate it within 7 days.

    It's not a perfect solution but it has all the capabilities and features of the subscription tracking services that can cost hundreds a year and it's all pretty easy to setup. If any thief steals my PC and uses it to connect to the Internet I will know everything about their connection and have full access to the machine. If it's truly lost and I can't regain control after they login, it self destructs.

    Now that I thinks about it, this should be a Ubuntu package or at least a HowTO.

    -[d]-