The Wayback Machine - https://web.archive.org/web/20150719185215/http://openwebdeveloper.sys-con.com/node/3302887

Click here to close now.

Welcome!

Release Management Authors: Liz McMillan, Lori MacVittie, Gilad Parann-Nissany, Carmen Gonzalez, Mark R. Hinkle

Related Topics: @DevOpsSummit, @CloudExpo, Cloud Security, @BigDataExpo

@DevOpsSummit: Blog Post

Locking Down the Cloud By @bcferrycoder | @DevOpsSummit #DevOps #Microservices

Eighteen security issues faced by enterprise IT

CIOs are increasingly concerned about cloud security. And they should be. With the recent outbreak of visible breaches at high-profile organizations like Target, Anthem, and others, and the subsequent damage they cause, corporations are scrambling to make sure their cloud applications, whether on private, public, or hybrid clouds, are safe.

But cloud security is complex. With ephemeral applications and services springing up around multiple data centers, with dozens or hundreds of independent microservices each with their own access mechanisms, with the widespread adoption of virtualization and the recent rampant frenzy over containerization, keeping on top of cloud-specific security vulnerabilities is a huge effort.

Here we'll look at a handful of high-level cloud security concerns that keep security folks up at night.

1. Transparency is crucial.
Transparency is highly valued: customers are beginning to demand complete transparency from cloud providers. For example, an IaaS/PaaS provider must be able to immediately expose fine-grained security specs and details for the entire stack including software versions, patch levels, firewall rules, tracking server snapshots, and user access rights. Many organizations have a long way to go in this area. It's often almost impossible to simply get a "count" of the number of systems in use, let alone their specific configurations, location, user profiles, etc.

2. Regulations can't keep up.
Regulations, processes, standards, practices, and mindsets from thirty years ago are still driving the industries, yet the landscape is nothing like the static, vertical, stationary non-distributed world of thirty years ago. Now apps and services are distributed, highly dynamic, coming and going across data centers, and technology is moving way too fast. Meanwhile, regulations by nature move and adapt at a glacial pace, and are just not able to keep up. As a result, the regulators find it almost impossible to keep up. This gets more challenging with cross-industry apps and services, such as a database service that stores both financial and medical data. It gets much more complex and challenging when dealing with global markets where regulations for each country/region can differ.

3. You need continuous real-time security audits.
Many corporations invest in very thorough, one-time "snapshot" security audits. This is the completely wrong approach. A security audit should be considered as a long-term, ongoing, real-time, continuous process. Instead of performing a security audit every six months, it should be performed every minute. This requires continuous monitoring and continuous assurance. And the audit procedure needs to adapt with the evolution of the overall system.

4. The academic world is innovating but out of touch.
Tons of security innovation is happening in the academic world and they are devising all sorts of ultra-secure protocols, tools, patterns, practices (e.g., self-healing networks, self-defending networks, advanced cryptography, etc.). But the academic world is detached from the corporate world, and the corporate world is unable to take advantage of the academic innovations due to legacy processes, existing requirements, hardware, customers, regulations, and other limitations. A very basic example of this is that academic research rarely pays attention to security audits, which are a crucial piece of overall security strategies.

5. Not looking at the big picture.
Many organizations expend effort securing individual systems, VMs, devices, or apps but fail to look at the big picture and the interrelations between their entire fleet of endpoints, services, processes, apps, devices, etc. The whole is much more complex than the parts, but often this is overlooked.

6. Mobile/BYOD brings additional challenges.
Mobile and BYOD ("bring your own device") are introducing considerable complexity and security vulnerabilities. For example, someone using a phone/tablet is both a personal consumer and a corporate user. Should these be distinct? For example if I bring my phone to work, am I restricted to accessing only work email, and not personal email, Facebook, etc.? There are efforts underway to enable "dual-personality" devices that switch between "corporate" and "personal" modes, which have completely different data-access requirements. One way to solve this is using a hypervisor/container that runs in a smart phone which can be booted up when an employee arrives to work. The end result is a completely new OS running on a device when in the work environment, with no overlap between personal and work environments.

7. Bare-metal security features are not available in virtual world.
Security apps benefit from using hardware acceleration and other bare-metal features for encryption, entropy, and performance, not to mention actual physical isolation. Yet most modern cloud apps are virtualized and thus unable to make use of these hardware capabilities. Because of this and other reasons, some organizations are moving away from virtualization and running critical services and applications on bare-metal instead.

8. Difficult to harvest entropy in virtual environments.
Proper encryption systems rely on entropy. Virtualization takes away much of this entropy and this can introduce vulnerabilities if keys and seeds can be predicted. There are efforts to make "real" entropy available to underlying VMs, but this is a difficult problem.

9. Accidental key sharing in appliances.
In products that are delivered as VM appliances it's not uncommon to find VM templates that include a given key that ends up on every appliance instance. The challenge is to build a turn-key appliance with minimal or no configuration, but one that doesn't embed and expose sensitive information such as security keys and passwords. For example, Telefonica de Espana recently duplicated the same OS image across all their network devices, resulting in hundreds of thousands of devices sharing the same keys.

10. Leave security implementations to the experts.
Security is really hard and requires expert knowledge to properly safeguard systems, yet way too many developers with minimal security expertise/experience are building "secure" products with vulnerabilities due to lack of deep understanding. Bottom line: security implementations should be left to security experts then made available to general app developers in the form of libraries, tools, services, apps, frameworks, practices, and underlying architecture features.

11. Data partitioning for hybrid clouds.
In hybrid cloud scenarios data must be partitioned so that highly sensitive data is treated differently from "somewhat sensitive" data and "not sensitive" data. Non-critical data can live in the public cloud while highly protected/regulated data must remain behind the firewall.

12. Do consumers care?
Many consumers don't care about (read: are not willing to pay for) security features, instead relying on consumer protection processes (e.g., dispute credit card transactions) or luck (why pay more for security if the odds are so low that I will be attacked). This puts the burden of the cost on the providers, and therefore if the consumer is not demanding it, there is less motivation to secure products.

13. Products can end up being used in industries they aren't designed for.
Products and companies that work with Big Data (analytics, etc.) can suddenly find themselves in regulated industries with no experience or understanding of how to interpret or comply with the regulations. For example, an analytics product designed for entertainment (few regulations) might find itself being used for healthcare data (many regulations).

14. Security guarantees are impossible to "prove."
It's basically an intractable problem to provide proof that a system, app, process, tool, or service is "secure." It's equally challenging to provide security assurances to end users who have no clue about security concepts and assurances that rely on understanding technical concepts that are completely out of reach to most users. For example, Public Key Infrastructure (PKI) is a relatively simple concept but very difficult to describe to a layperson.

15. Containers and portable VM snapshots are too portable.
VM images/snapshots are easy to create and transport around the world. Often this happens automatically. But a VM image that is compliant with U.S. regulations could violate European regulations if it was spun up in Norway. This obviously applies to backups and Docker images too.

16. Encryption efforts are vulnerable if physical access to a machine is available.
Physical access to hardware can circumvent many encryption efforts. For example, with additional hardware, memory can be analyzed on the fly to extract keys and plain text. Some companies, like PrivateCore, are working on decreasing the "security perimeter" to include only the CPU so that all encryption/decryption (including key management and ephemeral key generation) happens on the CPU. Clear-text never shows up in memory, on disk, or on the network, but is only decrypted by in the CPU itself.

17. Controlling physical access to the data center is not enough.
Systems can be made vulnerable in the supply chain. For example, at an overseas manufacturing plant, additional hardware might be surreptitiously added to a server, providing a back door that is almost undetectable after the server is deployed to a data center.

18. Privacy and security are at odds.
Privacy, trust, anonymity, right to be forgotten: these are highly elusive and can conflict with security goals. For example, I am confident that my data on Google is quite secure, given that Google has a world-class security team dedicated to ensure their data is not compromised. But is my data private? And what if I want to remove it entirely. Not an easy task. Today the "right to be forgotten" is akin to the right to "getting your virginity back." This is just the tip of the iceberg. I have barely mentioned the security issues brought to the table by containerization mechanisms like Docker, nor the complexities inherent in hybrid cloud and microservices.

The Good News
Fortunately there is good news, in the form of PaaS. A secure platform goes a long way to enabling secure applications. As stated above in point #11, it makes sense to leave security implementations to the experts. PaaS providers are experts when it comes to securing their platform, and leaving some of the security effort to the PaaS allows the product team to focus on the product, not get mired into the subtleties of security protection.

Stackato, ActiveState's enterprise hardened Cloud Foundry PaaS, takes several measures to bulletproof the cloud, securing both hosted applications as well as the underlying computing environment. Full multi-tenancy support, SSL everywhere, integration with external authentication providers like LDAP, and role-based access control ensure that your cloud apps, and the cloud are locked down.

Additionally, Stackato employs Linux containers, via Docker, to segregate applications and PaaS components, providing all the operational integrity inherent in LXC such as process, memory, disk, user, and network isolation. And our App Armor layer, on top of Docker, provides additional protection against compromises. See our Security White Paper for more information.

Summary
Security in the cloud has its challenges for sure, but the cloud is the direction that promises greater efficiency for Enterprise IT. PaaS may not be the magic bullet, but it does go a long way toward improving application security by leaving many security concerns to the experts.

The post Locking Down the Cloud: 18 Security Issues Faced by Enterprise IT appeared first on ActiveState.

More Stories By John Wetherill

Originally from Canada, John has spent much of his career designing and building software at a handful of startups, at Sun Microsystems, NeXT Inc., and more recently in the smart grid and energy space. His biggest passion is for developer tools, or more generally any tool, language, process, or system that improves developer productivity and quality of life. Without question, Stackato is one such tool and the reason why he is here. No stranger to technology evangelism, John spent several years in the late 1990's on Sun's Technology Evangelism Team spreading the Java Gospel across the globe and focusing on the prolific number of Java technologies. Now John is now returning to his roots, as a technology evangelist working for a Canadian company, albeit remotely from Santa Cruz.

Comments (0)

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


@ThingsExpo Stories
"robomq.io connects any device, system, application or cloud together. We have built connectors and support for all the protocol," explained Bramh Gupta, founder and CEO of robomq.io, in this SYS-CON.tv interview at @ThingsExpo, held June 9-11, 2015, at the Javits Center in New York City.
Discussions about cloud computing are evolving into discussions about enterprise IT in general. As enterprises increasingly migrate toward their own unique clouds, new issues such as the use of containers and microservices emerge to keep things interesting. In this Power Panel at 16th Cloud Expo, moderated by Conference Chair Roger Strukhoff, panelists addressed the state of cloud computing today, and what enterprise IT professionals need to know about how the latest topics and trends affect their organization.
The enterprise market will drive IoT device adoption over the next five years. In his session at @ThingsExpo, John Greenough, an analyst at BI Intelligence, division of Business Insider, analyzed how companies will adopt IoT products and the associated cost of adopting those products. John Greenough is the lead analyst covering the Internet of Things for BI Intelligence- Business Insider’s paid research service. Numerous IoT companies have cited his analysis of the IoT. Prior to joining BI Intelligence, he worked analyzing bank technology for Corporate Insight and The Clearing House Payment...
"Optimal Design is a technology integration and product development firm that specializes in connecting devices to the cloud," stated Joe Wascow, Co-Founder & CMO of Optimal Design, in this SYS-CON.tv interview at @ThingsExpo, held June 9-11, 2015, at the Javits Center in New York City.
SYS-CON Events announced today that WHOA.com, an ISO 27001 Certified secure cloud computing company, participated as “Bronze Sponsor” of SYS-CON's 16th International Cloud Expo® New York, which took place June 9-11, 2015, at the Javits Center in New York City, NY. WHOA.com is a leader in next-generation, ISO 27001 Certified secure cloud solutions. WHOA.com offers a comprehensive portfolio of best-in-class cloud services for business including Infrastructure as a Service (IaaS), Secure Cloud Desktop, Cloud Storage, Disaster Recovery, Integrated Applications and Security.
With major technology companies and startups seriously embracing IoT strategies, now is the perfect time to attend @ThingsExpo in Silicon Valley. Learn what is going on, contribute to the discussions, and ensure that your enterprise is as "IoT-Ready" as it can be! Internet of @ThingsExpo, taking place Nov 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA, is co-located with 17th Cloud Expo and will feature technical sessions from a rock star conference faculty and the leading industry players in the world. The Internet of Things (IoT) is the most profound change in personal an...
SYS-CON Events announced today that Intelligent Systems Services will exhibit at the 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Established in 1994, Intelligent Systems Services Inc. is located near Washington, DC, with representatives and partners nationwide. ISS’s well-established track record is based on the continuous pursuit of excellence in designing, implementing and supporting nationwide clients’ mission-critical systems. ISS has completed many successful projects in Healthcare, Commercial, Manu...
SYS-CON Events announced today that SoftLayer, an IBM company, has been named “Gold Sponsor” of SYS-CON's 17th International Cloud Expo®, which will take place November 3–5, 2015 at the Santa Clara Convention Center in Santa Clara, CA. SoftLayer operates a global cloud infrastructure platform built for Internet scale. With a global footprint of data centers and network points of presence, SoftLayer provides infrastructure as a service to leading-edge customers ranging from Web startups to global enterprises. SoftLayer’s modular architecture, full-featured API, and sophisticated automation pro...
In his General Session at 16th Cloud Expo, David Shacochis, host of The Hybrid IT Files podcast and Vice President at CenturyLink, investigated three key trends of the “gigabit economy" though the story of a Fortune 500 communications company in transformation. Narrating how multi-modal hybrid IT, service automation, and agile delivery all intersect, he will cover the role of storytelling and empathy in achieving strategic alignment between the enterprise and its information technology.
SYS-CON Events announced today that kintone has been named “Bronze Sponsor” of SYS-CON's 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. kintone promotes cloud-based workgroup productivity, transparency and profitability with a seamless collaboration space, build your own business application (BYOA) platform, and workflow automation system.
SYS-CON Events announced today that Dyn, the worldwide leader in Internet Performance, will exhibit at SYS-CON's 17th International Cloud Expo®, which will take place on November 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Dyn is a cloud-based Internet Performance company. Dyn helps companies monitor, control, and optimize online infrastructure for an exceptional end-user experience. Through a world-class network and unrivaled, objective intelligence into Internet conditions, Dyn ensures traffic gets delivered faster, safer, and more reliably than ever.
Converging digital disruptions is creating a major sea change - Cisco calls this the Internet of Everything (IoE). IoE is the network connection of People, Process, Data and Things, fueled by Cloud, Mobile, Social, Analytics and Security, and it represents a $19Trillion value-at-stake over the next 10 years. In her keynote at @ThingsExpo, Manjula Talreja, VP of Cisco Consulting Services, discussed IoE and the enormous opportunities it provides to public and private firms alike. She will share what businesses must do to thrive in the IoE economy, citing examples from several industry sectors.
It is one thing to build single industrial IoT applications, but what will it take to build the Smart Cities and truly society-changing applications of the future? The technology won’t be the problem, it will be the number of parties that need to work together and be aligned in their motivation to succeed. In his session at @ThingsExpo, Jason Mondanaro, Director, Product Management at Metanga, discussed how you can plan to cooperate, partner, and form lasting all-star teams to change the world and it starts with business models and monetization strategies.
Internet of Things is moving from being a hype to a reality. Experts estimate that internet connected cars will grow to 152 million, while over 100 million internet connected wireless light bulbs and lamps will be operational by 2020. These and many other intriguing statistics highlight the importance of Internet powered devices and how market penetration is going to multiply many times over in the next few years.
To many people, IoT is a buzzword whose value is not understood. Many people think IoT is all about wearables and home automation. In his session at @ThingsExpo, Mike Kavis, Vice President & Principal Cloud Architect at Cloud Technology Partners, discussed some incredible game-changing use cases and how they are transforming industries like agriculture, manufacturing, health care, and smart cities. He will discuss cool technologies like smart dust, robotics, smart labels, and much more. Prepare to be blown away with a glimpse of the future.
Connected things, systems and people can provide information to other things, systems and people and initiate actions for each other that result in new service possibilities. By taking a look at the impact of Internet of Things when it transitions to a highly connected services marketplace we can understand how connecting the right “things” and leveraging the right partners can provide enormous impact to your business’ growth and success. In her general session at @ThingsExpo, Esmeralda Swartz, VP, Marketing Enterprise and Cloud at Ericsson, discussed how this exciting emergence of layers of...
Business as usual for IT is evolving into a "Make or Buy" decision on a service-by-service conversation with input from the LOBs. How does your organization move forward with cloud? In his general session at 16th Cloud Expo, Paul Maravei, Regional Sales Manager, Hybrid Cloud and Managed Services at Cisco, discusses how Cisco and its partners offer a market-leading portfolio and ecosystem of cloud infrastructure and application services that allow you to uniquely and securely combine cloud business applications and services across multiple cloud delivery models.
SYS-CON Events announced today that CommVault has been named “Bronze Sponsor” of SYS-CON's 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. A singular vision – a belief in a better way to address current and future data management needs – guides CommVault in the development of Singular Information Management® solutions for high-performance data protection, universal availability and simplified management of data on complex storage networks. CommVault's exclusive single-platform architecture gives companies unp...
Buzzword alert: Microservices and IoT at a DevOps conference? What could possibly go wrong? In this Power Panel at DevOps Summit, moderated by Jason Bloomberg, the leading expert on architecting agility for the enterprise and president of Intellyx, panelists peeled away the buzz and discuss the important architectural principles behind implementing IoT solutions for the enterprise. As remote IoT devices and sensors become increasingly intelligent, they become part of our distributed cloud environment, and we must architect and code accordingly. At the very least, you'll have no problem fillin...
There will be 150 billion connected devices by 2020. New digital businesses have already disrupted value chains across every industry. APIs are at the center of the digital business. You need to understand what assets you have that can be exposed digitally, what their digital value chain is, and how to create an effective business model around that value chain to compete in this economy. No enterprise can be complacent and not engage in the digital economy. Learn how to be the disruptor and not the disruptee.