Slashdot Mirror


Phoenix Unveils Anti-Theft BIOS

linuxwrangler writes "According to articles at PC World, c|net, Internet Week and elsewhere, Phoenix Technology is introducing a new BIOS-based anti-theft system. Every time a TheftGuard equipped machine connects to the internet it pings a server at Phoenix which can instruct the machine to wipe its hard drive, report its location or disable itself. Given that most people don't want to have their every movement tracked and don't want someone else to have the power to wipe their drives, Phoenix figures that corporate clients are the prime customer. I just wonder who is liable when a company sells a surplus laptop on eBay but gets their inventory control screwed up and reports it as stolen..."

13 of 458 comments (clear)

  1. Re:Location? by krisp · · Score: 3, Informative
    At that time, the computer can be disabled, all data on its hard drive wiped clean, or an IP trace put on the connection to determine the physical location of the system.

    In other words, it will traceroute the ip and find out where it is geographically located, and then contact the ISP to find out who was on at that time. If it is reported stolen it shouldn't be that difficult for the police to get a court order to get the ISP to reveal that information.
  2. Re:Linux support? by ag3n7 · · Score: 5, Informative

    Why do you view the BIOS as being able to do nothing without the host os?

    If the BIOS pings a server using the onboard nic before it tries to bootstrap to a drive, it would be very difficult to disable this...

  3. Re:It does what with the who now? by Sayten241 · · Score: 4, Informative

    Well, all you would have to do is a trace route back to the offending computer and you could probably get pretty close. Several routers are registered so that they lat/long are known to various trace route programs, making it easier to pinpoint someone. But even if you don't have a program like that, most host names will have some clue as to what state/city you're in.

  4. We have been using a similar product for years by Dejohn · · Score: 5, Informative

    In my organization, we have been using Computrace which serves the same function. The software installs into the computer's boot sector and is nearly invisible if you don't know to look for it. It contacts the Computrace NOC frequently over IP or modem and reports it's IP address (or caller ID). We now have a pretty nice log of where all our laptops go. The software isn't capable to destroying or disbling the PC, but it's invisibility and reporting features are enough to make it useful.

    Computrace reports having retrieved a number of stolen computers based on the data reported by the software. It's definitely useful for any corporate IT department!

  5. Re:Linux support? by qortra · · Score: 2, Informative

    That simply isn't the case. Lilo is resident on hard drives, so lilo isn't even in memory until BIOS reads from the master boot record. BIOS can choose to perform any number of tasks before it does that particular operation, including erasing the hard drive, or giving out its IP to anyone it cares to.

  6. I shouldn't tell this secret, but... by sludg-o · · Score: 5, Informative

    It always amazes me when some student at my campus steals a lab computer and doesn't think that our DHCP server will let us know the next time it gets plugged back in to our network. Over half our stolen computers get recovered that way. Just last night, one was stolen (end of the academic year is always bad for theft) and the kid decides to plug it in in his room. He really should have waited 5 more days to use it and he would have graduated on time. Now he is facing expulsion. Idiots!

  7. Re:Linux support? by mlyle · · Score: 3, Informative

    How do you think things like the preboot execution environment (PXE) for netbooting work?

    You can get a trivial ethernet driver + DHCP + TCP/IP stack + simple TCP client into 32K fairly easily. Let's not forget that Suns made since before 1991 have supported DHCP (well, bootp) + UDP/IP + TFTP to netboot.

    Putting this in the BIOS now is insurmountable why?

  8. Re:Volume? by no_mayl · · Score: 2, Informative

    How about they go online every 24H or every boot which ever comes 1st.

    And see my previous post.

    "
    The technology for this is not new ....
    it was just under the radar for 3 years.

    http://news.com.com/2010-1080-281524.html
    http: //www.sysopt.com/forum/Forum5/HTML/006707.htm l
    "

    So it would seem that Phoenix has thought this out.
    1000 hits per sec, each hit taking less that 1s to process. It only needs 5 servers running Apache @200 con/s.
    And 10 million uuids (16 bytes each+1byte for the kill flag) that would only require a 170MB database (which can be chached in ram on each of the servers)...

    --
    jpa

  9. Re:Linux support? by SN74S181 · · Score: 2, Informative

    BIOS doesn't have to be contained on a Flash chip, you know. It doesn't even have to be a socketed EPROM. Systems are cheap these days and the BIOS could easily be a masked ROM in a fine pitch package and soldered to the board. Under epoxy if necessary. It isn't like the average corporate IT site is gonna reflash the BIOS on their workstations. At the minimum it's something they'll no longer expect to be able to do on this class of machine.

  10. actually you are both right, but... by Anonymous Coward · · Score: 3, Informative

    You are both correct, although the original poster added an unnecessary "i" in his usage.

    However, while english accepts the plural "viruses", the technically correct plural form of "Virus" is "Viri". We are of course going with the Nominative plural form of the the latin noun Virus (meaning Poison). But you probably already new this fact and the fact that many english words are derived from latin (focus, foci would be another example of the same situation).

    singular
    -us
    -i
    -o
    -um
    -o

    plural
    -i
    -orum
    -is
    -os
    -is

    You should make sure you know what you are talking about before you go slamming someone for being pretentious. Its possible he's just better educated than you are.

    -rt

  11. Re:Linux support? by BJH · · Score: 2, Informative

    There's already been a BIOS announced that contains a full web browser - why not this?

  12. Re:Linux support? by Rolo+Tomasi · · Score: 2, Informative
    Windows and the such only extend the ability to operate/read/write to the disks. Windows only sees what the BIOS shows it.

    Nope, d00d. The BIOS has full control until it loads the boot sector off of the hard drive. Everything from then on has nothing to do with the BIOS, except if a program chooses to call BIOS code. E.g. DOS relied on BIOS routines for hard disk access, so if your BIOS didn't support drives > 512MB, and you had a 20GB drive, you couldn't use it in DOS. Linux (and other 32-bit OSs, heck, even Win95) OTOH use their own hard disk drivers. If your BIOS didn't support drives larger than 512MB, you only had to have your boot partition within that space, but once the kernel was loaded, you could access the complete drive.

    --
    Did you know you can fertilize your lawn with used motor oil?