keskiviikko 25. helmikuuta 2009

Security issues

My 13-year old son raised up a question of security. I have had thoughts on that but I believe it's worth of more thoroughly thinking. What are use cases of the Black Hat visitor? What is impact of that threat?
Use case / ThreatImpact
Crashing my Home control server (later HCS)It's not nice but doesn't cause any big harm
Getting copy of my HCS contentThis is bad
Wiping content of my HCSNot so bad, I use Amazon S3 as a backup backend
Getting copy, changing it and putting back to HCSThis is really bad. Hacker would have possibility to add his own Yubikey as authorized and get access to my house

Wow! We need to think how to make those "misuse cases" impossible.
Next we need to think about what are possible attack vectors. You must remember that Yubikey is acting as a keyboard and I'm using it in a way it's not meant to be used. What does open USB on a front door really mean?
Attack Vector IDAttack vectorComment
AVNSomeone get access to HCS through internet connectionBad problem
AVMUsing mouse on a front doorIt would be hard to get something useful to be done moving and clicking mouse blindly. Still I don't like the idea that someone would do that.
AVKUsing keyboard on a front doorUups, this is bad. Alt-F4 would stop my interactive app, Ctrl-Alt-Del, Alt+T would start TaskManager etc. Really bad.
AVUSticking USB stick into front door socketIf my setup won't autostart anything, this is not so bad. But together with other holes this could turn into very big hole

This is a horror story what could happen if I'm not aware of security and don't find enough tricks to secure my system (maybe I will shut down this project if I get too afraid?) :

Mister Black Hat comes to my front door. He plugs a USB hub into my Yubikey socket. He sticks his USB drive and keyboard into the hub. With keyboard he hits Ctrl-ESC to get Start menu up, starts CMD.EXE and makes a wild guess: C is system, D is DVD... E is his own USB drive. He types command that copies all content to his USB drive or sends them to his internet site. Then he plugs USB drive to his own laptop, makes changes to setup, copies configuration files back to my server and opens the door with his own Yubikey ("Hello Black Hat, Welcome! Sorry, your voice box isn't configured yet but you are still welcome!").

This is a list of some of security features I have implemented (or will implement). They are listed in a table that shows Attack Vector ID form previous table and some features to work against those:
Attack Vector IDFeature
AVNFirewall (HW based, both IN and OUT), hardened OS, very strict control of installed software
AVMMy interactive app listening keyboard messages will set mouse position to the corner of the screen in 20 ms interval
AVKIn windows there is a system call to disable all special keys (originally meant for screen savers). I'll use that. In a tight interval I'll make sure my APP has focus. My APP does nothing else that listens keyboard messages and sends Yubikey-keystrings to my actual application service sending UDP broadcasts. I'll run it under other apps control that will restart app if is ever stopped.
AVUMaybe I should find a registry trick, 3rd party app or some other way to disable USB drives? How about creating dummy virtual drives (SUBST) for all drive letters? ;-)

...or, to really nail it, should I setup another PC just for listening Yubikey and sending them as a UDP broadcast to Home Control server?
And finally: Did you find any other holes? Or did you find a better idea against some attack vector? Please, add a comment!

5 kommenttia:

  1. Hi iipee,
    great idea an an interesting project!
    To avoid AVU there are several solutions for windows. You could have a look at http://unlockforus.blogspot.com/2007/10/unlock-me-disabling-usb-drivesstorage.html
    Other solutions are based on group policies. Just ask sister google for "disable usb drives".
    To secure your usb-port is essential from my point of view. If you are interested you could have a look at this page: http://wiki.hak5.org/wiki/USB_Hacksaw

    How do you prepare a physical damage of the usb-port? How will the system react if Will there be a backup-solution as the good old key?

    Cheers,
    Jens

    VastaaPoista
  2. Thanks, those links were useful.

    I'm prepared for physical damage: This system is only driving Abloy motorized lock. You can always use physical key instead of Yubikey.

    VastaaPoista
  3. Since you're using windows, and custom(?) software. You should be able to use group policy to not allow the installation of hardware... or attachment of drives... Disable the run dialog...

    My question for you though is do you have the yubikey set up in a single password mode, so it sends the same password each time?

    I'm looking at doing something similar, including using the yubikey for entertainment center login. But the design of it all seems easy, implementation is harder, I know little of how the yubi key works, but looking more into it for when i get my first home, 15th of May. :-D

    VastaaPoista
  4. Please continue to publish about this subject. Generally there is usually a higher need than you may anticipate for this form of information and assistance. That which you discuss is valuable to the individual that wants the tips that you've assembled.
    security systems reviews

    VastaaPoista
  5. Very interesting many thanks, I presume your readers would likely want more reviews along these lines continue the great effort.protect america reviews

    VastaaPoista