<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: aws]]></title>
    <link>http://www.securityratty.com/tag/aws</link>
    <description></description>
    <pubDate>Thu, 17 Apr 2008 14:55:44 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[The Attack of the Spiders from the Clouds]]></title>
      <link>http://www.securityratty.com/article/c3042dae931bd669c4d7b1dca6ecf7f8</link>
      <guid>http://www.securityratty.com/article/c3042dae931bd669c4d7b1dca6ecf7f8</guid>
      <description><![CDATA[We have seen a lot of discussions of cloud computing in the news recently, as a technology to permit users to access technology-enabled services without knowledge of, expertise with, nor control over...]]></description>
      <content:encoded><![CDATA[<p>We have seen a lot of discussions of <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud computing</a> in the news recently, as a technology to permit <em>&#8220;users to access technology-enabled services<sup> </sup>without knowledge of, expertise with, nor control over the technology infrastructure that supports them.&#8221;   </em>This sound great doesn&#8217;t it?!   Users with little to no IT expertise can log into the cloud and launch 8 instances of a server with the equivalence of 16 high performance CPU cores.   However, as we all know, all things, including cool technologies have the potential for both good and evil, opportunity or threat; and cloud computing is no different.</p>
<p>It just so happens that I have been experimenting with <a href="http://en.wikipedia.org/wiki/Amazon_Elastic_Compute_Cloud">Amazon Elastic Computing Services (EC2),</a> documented in <a title="Computing in the Clouds with AWS" rel="bookmark" href="http://www.thecepblog.com/2008/07/25/computing-in-the-clouds-with-aws/">Computing in the Clouds with AWS</a> over at <a href="http://www.thecepblog.com/">The CEP Blog</a>.  The server over at <a href="http://www.unix.com/">The UNIX and Linux Forums</a> has been experiencing some very hardware-limited, high load averages recently. We thought we should take a look at moving the forum server up to the clouds.   </p>
<p>Then, a fellow system admin over at the forums suggested that maybe some rogue bots were causing high server loads; so I wrote a one-line command to do a bit of real-time spider hunting in the Apache2 logfiles.  Surprise!  I found there were a number of rogue, hungry spiders that would not follow our <a href="http://www.robotstxt.org/">robots.txt</a> directive not to crawl the site.   One of the bots was from Russia, one was from China, and another one was from Korea.  There were spiders from places I never heard of, all consuming precious  resources and denying our users!</p>
<p>So, I did what any Linux admin would do. I used <strong>iptables</strong> to block the networks of these rogue, hungry, spiders (sorry I was not very kind to these cyber creatures).  It probally comes to no surprise at this point in the story that four of the spiders were from the Amazon EC2 cloud.  Here is a sample of the output from <strong>iptables -L</strong>:</p>
<blockquote dir="ltr"><p>root@www:~# iptables -L<br />
Chain INPUT (policy ACCEPT)<br />
target prot opt source destination<br />
DROP all &#8212; ec2-67-202-45-0.compute-1.amazonaws.com/24<br />
DROP all &#8212; ec2-75-101-243-0.compute-1.amazonaws.com/24<br />
DROP all &#8212; ec2-75-101-197-0.compute-1.amazonaws.com/24<br />
DROP all &#8212; ec2-75-101-213-0.compute-1.amazonaws.com/24</p></blockquote>
<p dir="ltr">Well, imagine a not-so-distant future dystopian world where criminals or terrorists want to launch a massive denial-of-service attack against some critical infrastructure, like the root DNS servers, or an attack against major financial institutions, military or e-commerce sites.   </p>
<p dir="ltr">First, the bad guys create an instance of powerful operating system with a malicious network application, they test it, and they place it the cloud (without invoking the instance, paying a very small storage fee, no computing time fee) and they wait.   Then, at the precise moment of their planned attack, they launch 128 instances each with the equivalence of whatever is the mega-platform at the time, and just blast away at their attack target(s).    Even more damaging, they do this from many cloud computing infrastructures.  (Note: The cost of the attack is minimal because the criminals are only charged a few pennies an hour for each running instance and the attack runs an hour or two.)</p>
<p dir="ltr">My experience with cloud computing, which is still maturing, is that cloud computing has great promise for both good and evil.  The very real example of the &#8220;spiders from the clouds&#8221; is a harmless enough story of folks using a cloud computing infrastructure for web crawling, perhaps hoping to be the next Google billionaires. </p>
<p dir="ltr">One the other hand, cloud computing brings with it an emerging and growing danger for the misuse of the power of cloud computing infrastructures.   The misuse could be malicious, or accidental, but never-the-less, the danger is real.</p>
<p>What an interesting world we have created!  Would would have ever dreamed 10 years ago that we could be attacked by &#8230;&#8230;</p>
<p>#include &lt;horror_movie_sounds.mp3&gt;</p>
<p>&#8230;. Spiders from the Clouds.</p>
<p dir="ltr">Reprinted by permission from <a href="http://blog.isc2.org/isc2_blog/2008/07/the-attack-of-t.html" target="_blank">The Attack of the Spiders from the Clouds</a> by Tim Bass, CISSP</p>
]]></content:encoded>
      <pubDate>Thu, 31 Jul 2008 11:09:19 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/attack">attack</category>
      <category domain="http://www.securityratty.com/tag/spiders">spiders</category>
      <category domain="http://www.securityratty.com/tag/ec2-67-202-45-0">ec2-67-202-45-0</category>
      <category domain="http://www.securityratty.com/tag/ec2">ec2</category>
      <category domain="http://www.securityratty.com/tag/amazon ec2 cloud">amazon ec2 cloud</category>
      <category domain="http://www.securityratty.com/tag/cloud">cloud</category>
      <category domain="http://www.securityratty.com/tag/clouds">clouds</category>
      <category domain="http://www.securityratty.com/tag/attack runs">attack runs</category>
      <category domain="http://www.securityratty.com/tag/hungry spiders">hungry spiders</category>
      <source url="http://www.thecepblog.com/2008/07/31/the-attack-of-the-spiders-from-the-clouds/">The Attack of the Spiders from the Clouds</source>
    </item>
    <item>
      <title><![CDATA[Computing in the Clouds with AWS]]></title>
      <link>http://www.securityratty.com/article/41e833e4488864edefca3c09fc06e704</link>
      <guid>http://www.securityratty.com/article/41e833e4488864edefca3c09fc06e704</guid>
      <description><![CDATA[The adminteam at The UNIX Forums have been considering moving the UNIX andLinuxForums to the clouds - the Amazon Web Services (AWS) cloud. Amazon EC2 is one option to scale the forums, which is a LAMP...]]></description>
      <content:encoded><![CDATA[<p>The admin team at <a href="http://www.unix.com" target="_blank">The UNIX Forums</a> have been considering moving the UNIX and Linux Forums to the clouds - the Amazon Web Services (AWS) cloud.  <a href="http://aws.amazon.com/ec2" target="_blank">Amazon EC2</a> is one option to scale the forums, which is a <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)" target="_blank">LAMP application</a>. </p>
<p>Amazon EC2 allows us to rent dedicated servers (instances) on-demand to run applications, such as the forums.  Then we can run and host on EC2 any Linux application; but unlike classic hosting where folks install your application and set up your server for you, Amazon Web Services provide only the infrastructure.</p>
<p>Here are some links about AWS:</p>
<ul>
<li><a href="http://docs.amazonwebservices.com/AWSEC2/2007-08-29/GettingStartedGuide/?ref=get-started" target="_blank">Amazon EC2 Getting Started Guide</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=84" target="_blank">Amazon EC2 Developer Resources</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1145&amp;categoryID=100" target="_blank">Frequently Asked Questions for Amazon EC2</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=59" target="_blank">AWS Developer Resource Center</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=100" target="_blank">EC2 Articles and Tutorials</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=89" target="_blank">EC2 Solutions Catalog</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609" target="_blank">Firefox Extension for Amazon EC2</a></li>
<li><a href="http://developer.amazonwebservices.com/connect/forum.jspa?forumID=30" target="_blank">EC2 Forum</a></li>
</ul>
<p>Maybe you will elevate your event processing application to the clouds?</p>
]]></content:encoded>
      <pubDate>Fri, 25 Jul 2008 05:34:14 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/amazon ec2">amazon ec2</category>
      <category domain="http://www.securityratty.com/tag/ec2">ec2</category>
      <category domain="http://www.securityratty.com/tag/ec2 articles">ec2 articles</category>
      <category domain="http://www.securityratty.com/tag/ec2 solutions catalog">ec2 solutions catalog</category>
      <category domain="http://www.securityratty.com/tag/amazon ec2 allowsus">amazon ec2 allowsus</category>
      <category domain="http://www.securityratty.com/tag/linux application">linux application</category>
      <category domain="http://www.securityratty.com/tag/application">application</category>
      <category domain="http://www.securityratty.com/tag/aws">aws</category>
      <category domain="http://www.securityratty.com/tag/clouds">clouds</category>
      <source url="http://www.thecepblog.com/2008/07/25/computing-in-the-clouds-with-aws/">Computing in the Clouds with AWS</source>
    </item>
    <item>
      <title><![CDATA[Is Your Amazon Machine Image Vulnerable to SSH Spoofing Attacks?]]></title>
      <link>http://www.securityratty.com/article/5a589ef00d5d9b1682655f8eba7b1982</link>
      <guid>http://www.securityratty.com/article/5a589ef00d5d9b1682655f8eba7b1982</guid>
      <description><![CDATA[On the 23rd June, Amazon quietly rolled out a security fix for an issue originally discussed in the Amazon developer forums. Amazon documentation was revised to reflect the change as follows
Amazon...]]></description>
      <content:encoded><![CDATA[<p><img class="alignleft" style="float: left; border: 3px solid black; margin: 5px;" src="http://cloudsecurity.org/blog/wp-content/uploads/2008/07/ssh-clones-may-bite.jpg" alt="SSH - Clones may bites!" width="238" height="238" />On the 23rd June, Amazon quietly rolled out a <a href="http://docs.amazonwebservices.com/AWSEC2/2008-02-01/GettingStartedGuide/running-an-instance.html#connecting-to-an-instance">security fix</a> for an issue <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=21867&amp;start=0&amp;tstart=0">originally discussed</a> in the Amazon developer forums.  Amazon <a href="http://docs.amazonwebservices.com/AWSEC2/2008-02-01/GettingStartedGuide/index.html?WhatsNew.html">documentation</a> was revised to reflect the change as follows:</p>
<blockquote><p>&#8220;Amazon <acronym class="acronym">EC2</acronym> public <acronym class="acronym">AMI</acronym>s (<a href="http://www.amazon.com/gp/browse.html?node=201590011">Amazon Machine Image</a>) generate unique SSH (<a href="http://www.openssh.org">Secure Shell</a>) <strong>host </strong>keys each time you  						launch an instance. This enables you to get the host SSH keys from the  						console output and verify the host to which you are connecting.&#8221;</p></blockquote>
<blockquote><p>Important note: SSH <em>host </em>keys enable clients to verify the server identity (&#8221;are you really my server?&#8221;) and are separate from SSH <em>user </em>keys that allow the user to prove their identity to the server (&#8221;he really is Jeff&#8221;).</p></blockquote>
<h4>What does this mean?</h4>
<p>It means that EC2 instances created from a public AMI after June 23rd have unique SSH <strong>host </strong>keys and thus are not vulnerable to a man in the middle attack against the SSH protocol, but only *if* you manually verify the <strong>host</strong> SSH key during your <strong>initial </strong>SSH connection.</p>
<h4>OK, but I created my AMI before June 23rd - am I vulnerable?</h4>
<p>According to Amazon, yes.  Every EC2 instance copied from a public AMI will have the same SSH host keys as the original AMI.  The only exception to this is if the original AMI creator spotted this problem and used a hook to force SSH host key regeneration upon first boot.  This means that an attacker who say, uses a <a href="http://www.us-cert.gov/cas/techalerts/TA08-190B.html">DNS cache poisoning attack</a>, can intercept the communication between your SSH client and your AMI.</p>
<h4>How can I fix my pre-June 23rd AMIs?</h4>
<p>Regenerate the SSH host key.  The exact commands will depend on your operating system (hint: ssh-keygen).</p>
<h4>Who is to blame?</h4>
<p>Either the creators of the original AMI or Amazon - depends how you look at it.  If Amazon created the public AMI then it could be argued they are responsible.  However, anyone can submit a public AMI and Amazon makes no guarantee they are fit for use (Amazon do review the AMI listing according to their documentation).</p>
<p>Amazon can in fact make the argument they are acting in the interests of their users by implementing a shared solution to key regeneration (rather than requiring each user to manually regenerate the ssh host keys after booting an image).   That&#8217;s fine going forward but what of potential exposure to customers using the pre-June 23rd public AMI copies?</p>
<p>Just to be clear, its not the fault of SSH - &#8217;secure channels&#8217; require proper key management and the need for unique host keys is well documented.</p>
<h4>Are there any mitigating factors?</h4>
<p>Yes, if you have used security groups to limit SSH access to your AMI from IP ranges you trust (rather than the entire Internet).  You&#8217;ll still want to regenerate the ssh host keys sooner than later.</p>
<h4>Is the Amazon environment vulnerable to Man-in-the-middle attacks?</h4>
<p>I don&#8217;t know.  But that isn&#8217;t the real question - is the path between you and your AMI immune to MITM attacks and the answer is most definitely no.  If SSH on your AMI is only accessible from another AMI then its a fair question but its unlikely Amazon are going to show you their network diagrams ;-).  From experience performing MITM attacks, I would assume most networks are vulnerable (one of the reasons why we use SSH).</p>
<h4>Why Didn&#8217;t Amazon Tell Me I&#8217;m Vulnerable?  They know from their logs what AMIs I use!</h4>
<p>Didn&#8217;t they?  Whoops - naughty Amazon :P.</p>
<p>But seriously, Amazon are not responsible for the configuration of the public AMIs you use.  Its important not to confuse the AMI selection and cloning mechanism that Amazon provides, with the content of an AMI itself.</p>
<h4>Does Amazon have a mailing list for customers to learn about new security problems (even if its not Amazon&#8217;s fault).</h4>
<p>Not that I know of.   Right now you have to search forum posts and monitor documentation updates - which is time consuming and makes it easy to miss something.  I also can&#8217;t find an area on the AWS website where they collect security related items together (e.g. best practices, advisories, key management).   In my view, this is a shame as it probably undermines the effort that Amazon are putting into their security  (for some customers, if they don&#8217;t &#8220;see it&#8221;, it doesn&#8217;t &#8220;exist&#8221;).</p>
<p>A &#8216;Security&#8217; link on the main AWS homepage pointing to those resources would go a long way to improving the visibility of the AWS security related information.</p>
<img src="http://feeds.feedburner.com/~r/CloudSecurity/~4/335241255" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 14 Jul 2008 12:26:40 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/ssh">ssh</category>
      <category domain="http://www.securityratty.com/tag/limit ssh access">limit ssh access</category>
      <category domain="http://www.securityratty.com/tag/ssh host keys">ssh host keys</category>
      <category domain="http://www.securityratty.com/tag/host keys">host keys</category>
      <category domain="http://www.securityratty.com/tag/ssh user keys">ssh user keys</category>
      <category domain="http://www.securityratty.com/tag/amazon">amazon</category>
      <category domain="http://www.securityratty.com/tag/host ssh keys">host ssh keys</category>
      <category domain="http://www.securityratty.com/tag/amazon machine image">amazon machine image</category>
      <category domain="http://www.securityratty.com/tag/initial ssh connection">initial ssh connection</category>
      <source url="http://feeds.feedburner.com/~r/CloudSecurity/~3/335241255/">Is Your Amazon Machine Image Vulnerable to SSH Spoofing Attacks?</source>
    </item>
    <item>
      <title><![CDATA[A Question of Integrity: To MD5 or Not to MD5]]></title>
      <link>http://www.securityratty.com/article/e51d112f447a686d685e24eda7ede3bf</link>
      <guid>http://www.securityratty.com/article/e51d112f447a686d685e24eda7ede3bf</guid>
      <description><![CDATA[Cloud Storage offers pay per drink off-site storage. Data to be saved is shuffled from the customer to the Cloud Storage Provider by the network. This all works wonderfully most of the time, what you...]]></description>
      <content:encoded><![CDATA[<p>Cloud Storage offers pay per drink off-site storage.  Data to be saved is shuffled from the customer to the Cloud Storage Provider by the network.  This all works wonderfully most of the time, what you upload is what you get back later. But what happens where the gremlins strike and what you send is not what is received?</p>
<p>This happened recently to some Amazon S3 customers.  There were <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=22709">complaints in the AWS forums about &#8216;S3 Corruption&#8217;</a>.  The first post in the forum was recorded at <span class="jive-description">Jun 22, 2008 5:05 PM PDT (although in subsequent posts some people reported emailing Amazon prior to this): </span></p>
<blockquote><p>we are having some  <span class="nfakPe">serious </span> S3 issues.</p>
<p>all data we store on S3 has gone through the same code path for months. starting a couple days ago a small percentage of the objects we are retrieving are not checksumming to the correct values. we hash and store objects by checksum and rehash the objects when we retrieve to ensure there is no data corruption. all the objects we&#8217;re having issues with were uploaded at approximately the same time period a few days ago.</p>
<p>we&#8217;ve stored 10&#8217;s of millions of objects in S3 and never encountered such problems. please let me know ASAP if you have any idea what could be going on here. thanks.</p></blockquote>
<p><span class="jive-description">Amazon responded 6 minutes later (!) and started investigating.  To troubleshoot they asked customers to email aws@amazon.com with </span> the &#8216;Bucket-Name and few keys that you believe are having issues&#8217;.</p>
<p>Others weighed in reporting similar problems.  Amazon provided status updates and on Monday Jun 23rd at 6:10pm PDT, provided the following explanation:</p>
<blockquote><p>We&#8217;ve isolated this issue to a single load balancer that was brought into service at 10:55pm PDT on Friday, 6/20.  It was taken out of service at 11am PDT Sunday, 6/22.  While it was in service it handled a small fraction of Amazon S3&#8217;s total requests in the US.  Intermittently, under load, it was corrupting single bytes in the byte stream.  When the requests reached Amazon S3, if the Content-MD5 header was specified, Amazon S3 returned an error indicating the object did not match the MD5 supplied.  When no MD5 is specified, we are unable to determine if transmission errors occurred, and Amazon S3 must assume that the object has been correctly transmitted. Based on our investigation with both internal and external customers, the small amount of traffic received by this particular load balancer, and the intermittent nature of the above issue on this one load balancer, this appears to have impacted a very small portion of PUTs during this time frame.</p></blockquote>
<p>What are some of the takeaways?</p>
<ul>
<li>If you are directly using the <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=123&amp;categoryID=48">AWS S3 API</a>, make sure to calculate and send MD5 checksums along with actual data.  Check status return codes - an HTTP 400 error code means &#8217;something went wrong&#8217; - respond appropriately.</li>
<li>If you are relying on 3rd party tools to access S3, be sure to check with your software vendor that they are following the advice from Amazon to use MD5.  If they are not then your data can get silently corrupted&#8230;</li>
<li>Downloads, aka HTTP GETs, can also be affected.  The thread in the forum continues and questions are asked as to whether the corruption caused by the loadbalancer was affecting both incoming and outgoing traffic.  The conclusion was yes.  If you are hosting media on S3, and the browser is using partial GET requests (to download in chunks) then the corruption will not be automatically detectable.</li>
<li>If your business relies on Cloud Storage, are you prepared to wait a 36 hours for a resolution?  This isn&#8217;t a swipe at Amazon, this is true for any provider.  Check your <a href="http://www.amazon.com/gp/browse.html?node=379654011">SLA</a>&#8217;s, check the trouble ticket resolution times, ask about availability of experts for troubleshooting etc.</li>
<li>Cloud Providers will increasingly need to instrument their services such that they can &#8216;early detect&#8217; negative operational events.  In this case, Amazon has stated plans to use better logging and analysis to automate detection of unusual error patterns (i.e. anomoly detection).</li>
<li>This incident - caused by an Amazon malfunctioning loadbalancer - did not make it onto the AWS status page at http://status.aws.amazon.com/.  Taking Amazon at face value, this incident only affected a small number of transfers, relative to the total number of S3 transfers.  But this begs the question, what level of outage or service problem needs to happen before Amazon will flag the issue on their status page?   On a sidenote, based on the timestamps, 31 hours passed between the loadbalancer being taken out of service and Amazon providing the explanation on the forum.</li>
<li>When Amazon update their S3 API documentation, it would be useful to have entries in the <a href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01/">S3 API index</a> for &#8216;checksum&#8217;, &#8216;MD5&#8242;, &#8216;integrity&#8217; and &#8216;corruption&#8217;.</li>
<li>Stepping back, will customers hold Cloud Service Providers to a higher standard than their own internal IT teams?</li>
</ul>
<p>I&#8217;m sure there are more takeaways I didn&#8217;t cover.  What say you?</p>
<p>###</p>
<p>Kudos for the heads-up on the S3 issue goes to my friend and colleague Jason Harper - network supremo and crypto-head.  Thanks Jason!</p>
<img src="http://feeds.feedburner.com/~r/CloudSecurity/~4/319962375" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 25 Jun 2008 15:50:57 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/amazon prior">amazon prior</category>
      <category domain="http://www.securityratty.com/tag/amazon">amazon</category>
      <category domain="http://www.securityratty.com/tag/aws">aws</category>
      <category domain="http://www.securityratty.com/tag/aws status page">aws status page</category>
      <category domain="http://www.securityratty.com/tag/md5">md5</category>
      <category domain="http://www.securityratty.com/tag/load balancer">load balancer</category>
      <category domain="http://www.securityratty.com/tag/single load balancer">single load balancer</category>
      <category domain="http://www.securityratty.com/tag/status">status</category>
      <category domain="http://www.securityratty.com/tag/data">data</category>
      <source url="http://feeds.feedburner.com/~r/CloudSecurity/~3/319962375/">A Question of Integrity: To MD5 or Not to MD5</source>
    </item>
    <item>
      <title><![CDATA[Where are the Security Dashboards for Cloud Services?]]></title>
      <link>http://www.securityratty.com/article/b3f40797b1d673e7fd46c531a3663cc1</link>
      <guid>http://www.securityratty.com/article/b3f40797b1d673e7fd46c531a3663cc1</guid>
      <description><![CDATA[I received an email today from Amazon Web Services (AWS) Support announcing new support offerings. One item that caught my attention is the new Service Health Dashboard
The dashboard is pretty...]]></description>
      <content:encoded><![CDATA[<p><a href="http://cloudsecurity.org/blog/wp-content/uploads/2008/04/amazon-service-health-dashboard.png"><img   title="amazon-service-health-dashboard" src="http://cloudsecurity.org/blog/wp-content/uploads/2008/04/amazon-service-health-dashboard.png" alt="Amazon Service Health Dashboard" width="438" height="87" /></a></p>
<p>I received an email today from Amazon Web Services (AWS) Support announcing new support offerings.  One item that caught my attention is the new <a href="http://status.aws.amazon.com/">Service Health Dashboard.</a></p>
<p>The dashboard is pretty standard fare - traffic lights to show availability for each Amazon service with a historical view available at the bottom.</p>
<p>This is good and all but where is the security dashboard?  I&#8217;d like to know their &#8220;security service&#8221; is operating normally.  Are they &#8220;hacker safe&#8221; ;-)</p>
<p>I can dream right?</p>
<p>Users of <a href="http://www.salesforce.com">salesforce.com</a> are not dreaming when they surf over to <a href="http://trust.salesforce.com">trust.salesforce.com</a>.  In addition to the - dare I say it - &#8220;expected&#8221; service availability dashboard, they display recent security alerts to raise awareness.</p>
<p><a href="http://cloudsecurity.org/blog/wp-content/uploads/2008/04/salesforce-security-dashboard.png"><img class="aligncenter size-full wp-image-9" title="salesforce-security-dashboard" src="http://cloudsecurity.org/blog/wp-content/uploads/2008/04/salesforce-security-dashboard.png" alt="Security Dashboard at salesforce.com" width="200" height="235" /></a></p>
<p>Thats definitely a &#8220;good thing&#8221; - as far as it goes.</p>
<p>For larger organisations that already use security metrics to track the effectiveness of their security program, this isn&#8217;t going to cut it.</p>
<p>Cloud providers, are you listening?</p>
<p>What security metrics would you expect to see from your cloud provider?</p>
<img src="http://feeds.feedburner.com/~r/CloudSecurity/~4/272424512" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 17 Apr 2008 14:55:44 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/availability">availability</category>
      <category domain="http://www.securityratty.com/tag/service availability dashboard">service availability dashboard</category>
      <category domain="http://www.securityratty.com/tag/dashboard">dashboard</category>
      <category domain="http://www.securityratty.com/tag/security dashboard">security dashboard</category>
      <category domain="http://www.securityratty.com/tag/security metrics">security metrics</category>
      <category domain="http://www.securityratty.com/tag/service health dashboard">service health dashboard</category>
      <category domain="http://www.securityratty.com/tag/support offerings">support offerings</category>
      <category domain="http://www.securityratty.com/tag/amazon web services">amazon web services</category>
      <category domain="http://www.securityratty.com/tag/support">support</category>
      <source url="http://feeds.feedburner.com/~r/CloudSecurity/~3/272424512/">Where are the Security Dashboards for Cloud Services?</source>
    </item>
  </channel>
</rss>
