<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Architecture + Strategy : Security</title><link>http://blogs.msdn.com/dachou/archive/tags/Security/default.aspx</link><description>Tags: Security</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>New tools enhance SQL Server security</title><link>http://blogs.msdn.com/dachou/archive/2008/07/09/new-tools-enhance-sql-server-security.aspx</link><pubDate>Thu, 10 Jul 2008 09:50:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8715732</guid><dc:creator>dachou</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dachou/comments/8715732.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=8715732</wfw:commentRss><description>&lt;p&gt;In collaboration with SQL Server, IIS, and Hewlett Packard, the Microsoft Security Response Center (MSRC) announced a set of tools that customers can use to defend against SQL injection attacks on their ASP websites and identify and mitigate root ASP code vulnerabilities. These tools are available through Microsoft Security Advisory &lt;a href="http://support.microsoft.com/kb/954462"&gt;954462&lt;/a&gt;. These tools provides customers with automated assistance in defending against these attacks and for correcting the root cause. The following three tools are available for immediate download: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;&lt;a href="http://support.microsoft.com/kb/954476"&gt;Microsoft Source Code Analyzer for SQL Injection&lt;/a&gt; &lt;/strong&gt;&lt;b&gt;       &lt;br /&gt;&lt;/b&gt;New static analysis tool that identifies SQL injection vulnerabilities in ASP source code and suggests fixes.&amp;#160; Enables customers to address the vulnerability at the source. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;a href="http://learn.iis.net/page.aspx/473/using-urlscan"&gt;URLScan 3.0&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;Updated version of the IIS tool that acts as a site filter by blocking specific HTTP requests.&amp;#160; Can be used to block malicious requests used in this attack. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/24/finding-sql-injection-with-scrawlr.aspx"&gt;Scrawlr&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;New scanning tool from Hewlett Packard that scans websites looking for SQL injection vulnerabilities in URL parameters.&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8715732" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Security/default.aspx">Security</category></item><item><title>SOA Security - Enterprise Architecture Perspective</title><link>http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx</link><pubDate>Thu, 18 Oct 2007 04:04:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5502256</guid><dc:creator>dachou</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/dachou/comments/5502256.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=5502256</wfw:commentRss><description>&lt;p&gt;This week I had the opportunity to speak at the &lt;a href="http://www.iasahome.org/web/itarc/socal" target="_blank"&gt;IT Architect Regional Conference&lt;/a&gt; in San Diego, on the subject of architecting enterprise &lt;a href="http://search.live.com/results.aspx?q=service+oriented+architecture" target="_blank"&gt;SOA&lt;/a&gt; security. It is an interesting event, with speakers from Microsoft, IBM, Oracle, TIBCO, Fair Issac, and many other organizations. We even gave away a brand new XBox 360 and a Zune!&lt;/p&gt;  &lt;p&gt;In a nutshell, my presentation was intended to point out the security aspects of planning an enterprise SOA, and a few topics that don't seem to be covered very often, and with an emphasis towards the future and navigating the organizational and cultural issues.&lt;/p&gt;  &lt;p&gt;A brief overview -&lt;/p&gt;  &lt;p&gt;&lt;a title="Slide4" href="http://www.flickr.com/photos/9182673@N02/1800055217/"&gt;&lt;img alt="Slide4" src="http://static.flickr.com/2126/1800055217_09ffcf93b1.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Basically, some of the fundamental changes in SOA, such as:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Moving from low-volume batch-oriented data replication architectures to highly interactive real-time architectures between connected systems &lt;/li&gt;    &lt;li&gt;Plus the migration towards &lt;a href="http://search.live.com/results.aspx?q=event+driven+architecture&amp;amp;form=QBRE" target="_blank"&gt;Event-Driven Architectures&lt;/a&gt; (EDA) means an exponential growth in real-time (though asynchronous) communication, as each event can potentially trigger off a number of downstream events which can trigger off more events being sent across the network &lt;/li&gt;    &lt;li&gt;All this moves the security concerns from the traditionally isolated infrastructure and application groups, into the integration layer that becomes a cross-cutting concern for everyone involved &lt;/li&gt;    &lt;li&gt;SOA can also magnify existing issues such as identity management (or the lack of), and create new issues such as exposing mainframes directly to web traffic (for sake of real-time access into legacy applications and data) &lt;/li&gt;    &lt;li&gt;The ideal state of &amp;quot;everything talking to everything in real-time&amp;quot; also means a breakdown of traditional physical network zones/perimeters, where &lt;a href="http://search.live.com/results.aspx?q=dmz" target="_blank"&gt;DMZ&lt;/a&gt; becomes more like a reception/lobby area instead of a quarantine area, and data centers can no longer be considered locked down &lt;/li&gt;    &lt;li&gt;Lastly, the threat environment has also evolved from single PC attacks, to &lt;a href="http://search.live.com/results.aspx?q=denial+of+service" target="_blank"&gt;DoS&lt;/a&gt; system attacks, and to today's application and data-level attacks, with lowered complexity and lowered barrier of entry (facilitated by vastly improved competencies in using XML) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Then of course, these changes also bring along many questions. Particularly many that represent conflicting approaches and each organization may come up with different solutions based on varying trade-offs.&lt;/p&gt;  &lt;p&gt;&lt;a title="Slide5" href="http://www.flickr.com/photos/9182673@N02/1800895296/"&gt;&lt;img alt="Slide5" src="http://static.flickr.com/2133/1800895296_6acc2ff855.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For example,&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Trust vs. impersonation/delegation. There are many security groups that believe enterprise network environments are inherently unsafe (which is agreeable), and thus all systems will need to require end-user authentication (regardless whether they are user-facing or intermediaries or downstream producer systems), and that &amp;quot;trust&amp;quot; cannot be trusted &lt;/li&gt;    &lt;li&gt;From a different perspective, this debate is also centered on the concept of implementing end-to-end vs. peer-to-peer security contexts &lt;/li&gt;    &lt;li&gt;There is also a lot of recent discussion on moving security intelligence (w/ centralized management) into the endpoints (laptops, mobile devices, etc.), or moving intelligence into the network (like recent advances in &lt;a href="http://search.live.com/results.aspx?q=network+access+control" target="_blank"&gt;NAC&lt;/a&gt;) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;In my opinion, trust-based architectures are much more flexible and scalable, and implementable by today's technology standards. And we couldn't completely eliminate trust in an impersonation/delegation model anyway. For example, a connected node/system has to &amp;quot;trust&amp;quot;&amp;#160; service wrappers, agents, and/or local system components to verify user credentials against a centralized repository (such as Active Directory, LDAP, etc.) anyway.&lt;/p&gt;  &lt;p&gt;On the other hand, having end-to-end security contexts is indeed conceptually more secure, as it can help better address the man-in-the-middle attacks, but in an SOA with a number of intermediaries between consumers and producers, there is still not an effective solution in managing public keys to support end-to-end message-level data encryption.&lt;/p&gt;  &lt;p&gt;&lt;a title="Slide27" href="http://www.flickr.com/photos/9182673@N02/1800059099/"&gt;&lt;img alt="Slide27" src="http://static.flickr.com/2221/1800059099_e9a636cc76.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It's always interesting to try to take a peek at what may be possible in the future.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Most SOA discussions still seem to be focused on implementing &amp;quot;SOA in the enterprise&amp;quot;. While that is very important, as enterprise architects we should also start to look at the growing trend of becoming more open on the Web, to an environment where enterprises essentially have no physical perimeters and security zones, largely due to the increasing number of direct and real-time connections into an enterprise (for sake of facilitating transactions with business partners). &lt;/li&gt;    &lt;li&gt;Plus at that time we would also need to be concerned with the connections going from inside an enterprise out to the Web, as more and more internal systems becoming service consumers themselves &lt;/li&gt;    &lt;li&gt;Thus a potential trend is moving away from trying to secure one large environment for the entire enterprise, migrating to a model where numerous (and potentially overlapping) smaller logical partitions (or zones) can be implemented to be provisioned with more targeted and effective security solutions (depending on data sensitivity). Rationale behind this is that it'll be more effective to try to protect smaller attack surfaces, even from a systems architecture perspective &lt;/li&gt;    &lt;li&gt;Another interesting trend already underway is the growing centralization of data and content. Instead of consolidating everything into one or a few large enterprise content management deployments, organizations are creating smaller islands of data and content using collaboration platforms such as SharePoint. The point here is moving from mass distribution of data and content, and smaller islands seem to be lower hanging fruits at this point &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a title="Slide28" href="http://www.flickr.com/photos/9182673@N02/1800059247/"&gt;&lt;img alt="Slide28" src="http://static.flickr.com/2217/1800059247_d3d7564a39.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally, some overall talking points. One important and interesting point that was kind of new to many people is that security in SOA has to be planned and designed just like another process layer. If we overlook security and not plan it carefully, we may end up creating tightly coupled elements in the overall architecture, and impacting the agility we intended to create.&lt;/p&gt;  &lt;p&gt;The most visible example of this is trying to implement message-level encryption for the sake of data integrity (message digests) and confidentiality. In order to establish an end-to-end security context (so that intermediaries, including the ESB, should not be able to decrypt sensitive data on transit to the destination), both the intended consumer and producer have to know exactly how to encrypt and decrypt data. And that depends on a previous exchange of public keys, which in this case had to occur directly between the consumer and producer endpoints. That in a way is tight coupling, as the consumer and producer endpoints have to know about each other, and are required to establish a one-to-one, peer-to-peer relationship in terms of public keys exchange used for encryption/decryption. To alleviate the situation, a centralized public key infrastructure can be implemented in an enterprise so that the management and decisions on public key usage can be externalized from endpoints and centralized. However, enterprise solutions in this area are still evolving, and we haven't yet seen effective solutions for doing similar things beyond the enterprise and on the Web.&lt;/p&gt;  &lt;p&gt;Lastly, the most important point is that, just like SOA governance, security is also a huge factor of the organization and corporate culture. We have to take a process-first approach to the problem (instead of technology-first), then weave in the technology delivery part of it.&lt;/p&gt;  &lt;p&gt;For those interested, the entire slide deck I used can be downloaded from my &lt;a href="http://cid-e8cb707cdd38130b.skydrive.live.com/self.aspx/Presentations/20071015%20-%20ITARC%20-%20Architecting%20Enterprise%20Security.pptx" target="_blank"&gt;Windows Live SkyDrive&lt;/a&gt;. If you don't have Office 2007, you can &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;amp;displaylang=en" target="_blank"&gt;download&lt;/a&gt; the free PowerPoint Viewer 2007.&lt;/p&gt;  &lt;p&gt;&lt;iframe style="border-right: #dde5e9 1px solid; padding-right: 0px; border-top: #dde5e9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 3px; border-left: #dde5e9 1px solid; width: 240px; padding-top: 0px; border-bottom: #dde5e9 1px solid; height: 66px; background-color: #ffffff" marginwidth="0" marginheight="0" src="http://cid-e8cb707cdd38130b.skydrive.live.com/embedrowdetail.aspx/Presentations/20071015%20-%20ITARC%20-%20Architecting%20Enterprise%20Security.pptx" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;;title=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;title=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;title=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;title=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;title=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;title=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.msdn.com/dachou/archive/2007/10/17/soa-security-enterprise-architecture-perspective.aspx&amp;amp;t=SOA Security - Enterprise Architecture Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5502256" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Enterprise+Architecture/default.aspx">Enterprise Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Architecture/default.aspx">Architecture</category></item><item><title>IT Architect Regional Conference 2007</title><link>http://blogs.msdn.com/dachou/archive/2007/09/23/it-architect-regional-conference-2007.aspx</link><pubDate>Sun, 23 Sep 2007 20:45:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5078622</guid><dc:creator>dachou</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dachou/comments/5078622.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=5078622</wfw:commentRss><description>&lt;p&gt;Scheduled for October 15-16th, 2007, the &lt;a href="http://www.iasahome.org/web/itarc/home"&gt;ITARC 2007&lt;/a&gt; conference is an event focused on the architecture topics in IT. The organizers at &lt;a href="http://www.iasahome.org"&gt;IASA&lt;/a&gt; (International Association of Software Architects) have arranged over 30 session in 4 concurrent tracks covering enterprise architecture, infrastructure architecture, software architecture, and architecture fundamentals.&lt;/p&gt;  &lt;p&gt;Many notable speakers (just to list a few) are scheduled to present at the conference:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Chris Haddad, VP, Burton Group - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#ChrisHoward" target="_blank"&gt;Infrastructure Architecture in the Business Domain&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Fred Waskiewicz, Director of Standards, OMB - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#FredWaskiewicz" target="_blank"&gt;Service Oriented Architecture: Making the Leap, Leveraging the Standards&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Scott Ambler, Practice Leader, Agile Development, IBM - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#ScottAmbler" target="_blank"&gt;Agile Strategies for Enterprise Architects&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Denise Cook, Rational Method Architect, IBM - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#DeniseCook" target="_blank"&gt;Software Architecture Analysis Methods&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;David Chappel, VP &amp;amp; Chief Technologist, Oracle - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#DaveChappell" target="_blank"&gt;Next Generation Grid Enabled SOA&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Vince Casarez, VP, Portal Platform, Oracle - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#Oracle" target="_blank"&gt;Web 2.0 for the Enterprise&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Simon Guest, Director, Microsoft - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#SimonGuest" target="_blank"&gt;Putting the User back into Architecture&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Harry Pierson, Architect, Microsoft - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#HarryPierson" target="_blank"&gt;Moving Beyond Industrial Software&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Lynn Langit, Developer Evangelist, Microsoft - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics" target="_blank"&gt;SharePoint Architecture, Lessons from the Trenches&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;David Chou (myself), Architect, Microsoft - &lt;a href="http://www.iasahome.org/web/itarc/socal/topics#DavidChou" target="_blank"&gt;Architecting Enterprise Security&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The full agenda can be found at &lt;a title="http://www.iasahome.org/web/itarc/socal/agenda" href="http://www.iasahome.org/web/itarc/socal/agenda"&gt;http://www.iasahome.org/web/itarc/socal/agenda&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Also, it just so happens that Microsoft is sponsoring this conference as well. ;) As a result, we have a booth at the event. Looking forward to see you there!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5078622" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Enterprise+Architecture/default.aspx">Enterprise Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Strategy/default.aspx">Strategy</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Events/default.aspx">Events</category></item></channel></rss>