Not Every Cloud has a Silver Lining

Published: 2010-02-22
Last Updated: 2010-02-22 16:43:15 UTC
by Rob VandenBrink (Version: 1)
7 comment(s)

After our post last week ( http://isc.sans.org/diary.html?storyid=8251 ) defining the various "as a Service" terms that are commonly meant when people say "Cloud Computing", there was a spirited discussion around the security aspects of each.  I felt it was important to summarize this discussion for our readers, please feel free to add to this topic (or disagree with me) using the comments feature.

So Why are Public Clouds Good?
Public IaaS services are great in several situations:

  • All of the "aaS" service models make great sense for any business that needs to reduce IT costs - just be sure to factor in all the cost and risk factors in when making your business decision
  • you have a temporary need for computing power, and can farm out some servers as VM's temporarily
  • you are not under strict regulatory control that requires audit of the hypervisor in virtual environments
  • you are hosting public data
  • research, or any other requirement really that needs computing horsepower, but does not house sensitive data

So What Issues Should be Considered Before moving a service to a Public "aaS" Service?

IaaS (Infrastructure as a Service)
The issue that comes up over and over is that if your organization outsources computing resources to an IaaS platform, your data and business applications go with it.  Quite often, the protections you might have in place for these valuable resources "at home" - for instance, an IPS (Intrusion Prevention System) or DLP (Data Loss Prevention) solution - do not go with them when they are moved into the cloud.

From an Audit perspective, the disposition of any guests in an outsourced virtual infrastructure is generally not known - it would be common to have virtual machines from several customers running on one physical server for instance.  The whole concept of data classification, host classification and network trust zones is very hard to enforce and audit, aside from trusting the management interface of the IaaS provider and logical separation within the Hypervisor.

Also from an Audit perspective, the entire Hypervisor layer is not available to be audited at all.  Customers of an IaaS provider have to trust their contract language and the technical security skills of the IaaS provider, and specific security settings generally cannot be known.

On the legal side, your data may be in a different legal jurisdiction than the one your company operates in.  This has implications on liability, search and seizure and privacy issues.  Not only that, but the advanced virtualization functions used by IaaS providers may mean that your VMs might migrate to another datacenter entirely in the event of a failure in the IaaS infrastructure.  For instance, a disk or communications failure in an Atlanta datacenter might prompt an automated migration of your VM to a datacenter in the EU (with associated changes in the legislation around privacy, search and seizure)

PaaS (Platform as a Service)
The PaaS model targets the core applications within a company - ERP, shop floor control, warehouse management, sales and inventory applications, things like that.  Because the underlying infrastructure for PaaS is very similar to IaaS, all of the same issues apply.  A new issue that PaaS brings to the table is "getting your keys back".  Once you've outsourced your business application to a third party, getting it back out again might not be as easy as you think.  Since in a PaaS model, the customer writes the actual application, so the data formats should not be an issue in a migrate back out.  But you will need to mount a project that migrates the data and application back to your hardware, and chances are good that hardware will no longer exist.  In fact, I've seen clients outsource their entire datacenters, then have to start over from scratch.

SaaS (Software as a Service)
In most SaaS applications, "getting the keys back" is an even larger issue.  The Google Apps SaaS platform does a really great job of "saving as" to common formats, other business-application type SaaS services don't always permit easy export of stored data to a common format in an accessible location.

Privacy settings within SaaS infrastructures have been under the microscope in the last year.  For instance, many of the original Google Voice adopters found that they had inadvertantly set their voicemail to "publically searchable" - a setting that I would suspect almost no-one would want.  Gmail has only recently (Jan 2010) moved to make HTTPS access their default.

Loss of control is another issue that has a good illustration in this space.  In the fall of 2009. a bank employee sent a file containing personal and financial information for over 1300 customers to the wrong gmail account.  Sending this kind of information unencrypted over email is probably a clear regulatory violation, but let's not get hung up on that.  After realizing their mistake, they emailed the mistaken account, asking that person to delete the first email without reading it.  After not receiving an answer, they contacted Google, who (quite rightly) asked for a court order.  The bank sued, and got the account in question deactivated.  What this illustrates is that if you are using any of the "as a Service" models, your data isn't as much yours as it used to be, and you might be subject to legal rules .

In all models, remember that bandwidth in a local datacenter is often at 1Gbps or 10Gbps.  Once moved into a service cloud, access to data might be more convenient, but will certainly be slower. 

Transport to our computing and data resources is now over the internet rather than over a private network.  While the BGP based routing architecture of the internet lends itself to routing around trouble spots, it's not unusual to have intermittent communications issues, localized outages due to fiber cuts or even widespread outages.  Remember - even 99.9% uptime is still almost 9 hrs of down time per year.

After all effort on nac and 2 factor most "as a Service" infrastructures bring us back to simple Userids and Passwords for access to our computing and data resources.  Just keep in mind that in this model, a combination like "jsmith / m0nday" could be all that stands between your data and your competitor.
 

So, to sum things up, IaaS, PaaS and SaaS services all offer great solutions for business, but none of them come without risk.  It's important to actually *read* your contract with these issues in mind before signing up, both from business risk and legal perspectives.

=============== Rob VandenBrink, Metafore ===============

7 comment(s)

New Risks in Penetration Testing

Published: 2010-02-22
Last Updated: 2010-02-22 13:58:22 UTC
by Rob VandenBrink (Version: 1)
10 comment(s)

In a recent IPS (Intrusion Prevention System) deployment, I noticed that the newest version of the OS for the appliance I was putting in had a new feature - "Reputation Filtering".  How this works from a customer point of view is:

  • if an inbound attack is seen, the IPS reports the attacker and the attack back to the reputation service.  This affects the reputation of the attacking IP address
  • The reports of all users of the reputation service are aggregated, and attackers are "scored"
  • Traffic inbound into the network is evaluated against the reputation database, such that traffic from lower reputation addresses is penalized from an IPS detection perspective

Since I work on the attack side of the things as well as the defence side, this got me thinking about Penetration Testing and Vulnerability Assessments.  This now means that when Pentesting, care should be taken in selecting the public ip address that you mount attacks from.  If you attack from home or from a free desk at work, you may find that because of this new Reputation Filtering feature, you've just blocklisted an IP address that you need every day to do "real work".  You might be blocklisting your entire company, or even worse, your spouse (from personal experience - you just never want to do this ! ). 

This adds another factor into the process of deciding where exactly you should run a Penetration Test or Vulnerability Assessment from.  Other factors might include:

  • ensuring that your ISP does not filter suspicious traffic, or in fact any ISP between you and your target
  • ensuring that your activity is actually legal on all ISP's between you and your target
  • if using GHDB (Google Hacking Database) methods, you can blocklist your public IP with Google (spouses hate this too!)
  • If the client uses load balancers, you may find that subsequent tests might be against different hosts


All these factors conspire to move your penetration test or vulnerability assessment as close as possible to the target systems.  Using the same ISP as your target is often a reasonable solution, but if you can negotiate it, using a free ip address and switch port on your target's external network takes care of a many of these issues nicely.
 

=============== Rob VandenBrink, Metafore ===============

10 comment(s)
Multiple Security Updates for OpenOffice ==> http://www.openoffice.org/security/bulletin.html

Comments


Diary Archives