News

Serious Price Tag Overshadows Cloud Computing

Cloud computing promises cost savings, increased flexibility and improved remote access to resources, but these advantages come at a cost, a researcher warned at the Black Hat Briefings security conference.

Data and application owners can lose control over their resources, the perimeter protecting them, and the access controls that allow their use, said Alex Stamos of iSEC Partners. Owners also can lose important legal protection by turning data over to a third-party host, he added.

Cloud computing is one of the big new things in computing. But the technology, the rules governing it and even the language describing it are not mature, Stamos said.

"The term 'cloud computing' is useless at this point," he said. It does not mean virtualization or remote backup. "Most stuff called cloud computing isn't. It is more of a marketing term now."

He defined cloud computing as distributed, general-purpose hosts holding applications and distributed data storage, with software tying it together to enable it all to move smoothly and reliably from one system to another.

Stamos predicted a cloud bubble burst as users discover that it does not necessarily provide all of the ease of use and returns being promised.

Although perimeter security is now recognized as inadequate IT protection by itself, its loss is a threat, Stamos said. "Making something a little harder" for hackers "has value."

Focusing on Software as a Service (SaaS), one element of cloud computing, he said most providers do not have the audit logs needed to recover from a serious breach. Access controls can be reclaimed to a degree by using a single sign-on scheme that returns control of policies and enforcement to the user, but this also eliminates some of the advantages of cloud computing.

One area often not considered in cloud computing is the possible exposure to legal liability. Most agreements with service providers relieve the host of any liability, but they also prohibit malicious traffic, which can prevent a data owner from conducting penetration testing of the systems holding the data.

Under current federal policy, there also is little protection to the data owner from law enforcement or regulatory search and seizure. Data can be seized without warrant and without notice to the owner if it is hosted by a third party, Stamos said.

"You have massively less protection if you are cloud computing than if you own your own machines," he said.

About the Author

William Jackson is the senior writer for Government Computer News (GCN.com).

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube