All right all right, maybe the title is not that catchy but this is something that has been a pain in my side for a while so I figured it would be a great first post. In the health care organization I work for there is a demand to display team metrics on large wall-mounted TVs, so a given team can see how they are doing. Fair enough request right? Well...not when said metrics live on an internal corporate server.
Here’s the issue, and let me know if I lose you behind red tape. Health care industries need to follow what is called HIPAA regulations. These regulations are imposed by the government to enforce the security of personal health information (PHI). To ensure compliance with HIPAA many health organizations implement a security framework called HITRUST. HITRUST details what policies need to be implemented to comply with HIPAA. Think of it as an instruction manual to this specific government regulation. If I haven’t lost you yet, congratulations! And welcome to my life.
You will likely see references to HIPAA and HITRUST in many of my future blog posts, but for now let’s get back on track, shall we? Remember how I mentioned that the metrics to display publicly on wall-mounted TVs live on servers on a private corporate network? Well that means that any computer hooked up to the TV needs access to said corporate network. Considering that the computer needs to be logged in 24/7 to display content, and no one individual user owns said computer, HITRUST auditors have a field day with this security flaw.
How do we get around all these security concerns? We write policies! To start, these computers must be small form factor Windows PCs without any keyboard/mouse built in. The rationale behind this is so we can easily mount the smaller computer to the wall where it’s more difficult for anyone to walk off with it. The lack of built in keyboard and mouse means it’s more difficult to walk up to the computer and use it to gain access to our internal network. Using Windows as the OS utilized enables disk encryption called Bitlocker, which secures the hard drive. We also can remotely audit all our PCs for logs and tracking through software that runs on Windows. As for the user access on the logged in account, we are able to limit the websites it has access to through organizational units in Active Directory. Finally, we still are able to assign an individual as an owner of this display PC to adhere to HITRUST policies, but are also able to distinguish the use-case for this PC in our asset tracking database.
Seems crazy right? All these hoops to jump through just to show a pie chart on a TV screen. Our end users look at us like we are insane, and maybe they are right. Outside of an information security department this does all sound insane, but in this industry it’s simply routine.
Comments
Post a Comment