<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-23642591</id><updated>2011-12-13T22:57:12.602-05:00</updated><title type='text'>Security Theater of the Absurd</title><subtitle type='html'>Current security issues, vulnerabilities, and the phenomenon of security theater.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-23642591.post-116362844503930595</id><published>2006-11-15T17:07:00.000-05:00</published><updated>2006-11-15T17:07:25.043-05:00</updated><title type='text'>SANS Top-20 Internet Security Attack Targets (2006 Annual Update)</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;http://www.sans.org/top20/&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;Technorati Tags: &lt;a rel='tag' href='http://technorati.com/tag/SANS' class='performancingtags'&gt;SANS&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-116362844503930595?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/116362844503930595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=116362844503930595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/116362844503930595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/116362844503930595'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/11/sans-top-20-internet-security-attack.html' title='SANS Top-20 Internet Security Attack Targets (2006 Annual Update)'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115998841254098410</id><published>2006-10-04T15:00:00.000-04:00</published><updated>2006-10-04T15:00:12.593-04:00</updated><title type='text'>USB Drive Access Control Part 2</title><content type='html'>So I'm still looking at options for controlling access to USB devices and other forms of removable media.&amp;nbsp; As you can see in &lt;a href="http://security-theater.blogspot.com/2006/05/usb-drive-access-control-part-1.html"&gt;this article&lt;/a&gt;, I have a list of potential applications to help me with that.&amp;nbsp; In the mean time, I discovered a way to help me mitigate the problem.&lt;br /&gt;&lt;br /&gt;Some users in my company will require the use of USB flash drives or hard drives, and for that, we need to purchase some software tools to be able to restrict access by user and by device model.&amp;nbsp; Other users, however, have no use for USB storage devices at all.&lt;br /&gt;&lt;br /&gt;The "old school" method of restricting access to USB was to disable the USB ports in the BIOS.&amp;nbsp; This was highly effective, and if the BIOS was password protected, the user couldn't find a workaround to give them access.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;There were only 3 problems with this method.&amp;nbsp; First, in theory, a knowledgeable individual could just install a USB card in an available PCI slot.&amp;nbsp; While this is unlikely considering my user base, it is still a potential risk.&amp;nbsp; Second, many newer systems, such as Dell's Optiplex GX280, have done away with PS/2 ports for the mouse and keyboard, relying instead on USB.&amp;nbsp; If you disable all the USB ports, there go your input devices.&amp;nbsp; Third, it requires a visit to each PC, since I haven't found a way to script BIOS changes yet.&lt;br /&gt;&lt;br /&gt;So here's the new and improved method, courtesy of Windows XP SP2:&lt;br /&gt;1. Start the registry editor (regedit.exe).&lt;br /&gt;2. Go to &lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM&lt;span style="font-size: 12pt;"&gt;&lt;wbr&gt;\CurrentControlSet\Control.&lt;br /&gt;3. From the Edit &lt;br /&gt;menu, select New, Key, and type&lt;br /&gt;StorageDevicePolicies. If this key already &lt;br /&gt;exists, then skip to&lt;br /&gt;the next step.&lt;br /&gt;4. Highlight the newly created key &lt;br /&gt;"StorageDevicePolicies" and&lt;br /&gt;from the Edit menu select New, DWORD Value, type &lt;br /&gt;WriteProtect and&lt;br /&gt;press Enter.&lt;br /&gt;5. Double-click WriteProtect and enter 1 for &lt;br /&gt;Value data. The value&lt;br /&gt;1 makes all the USB drives read-only; a value of 0 will &lt;br /&gt;make them&lt;br /&gt;writable.&lt;br /&gt;6. Close the registry editor and restart the &lt;br /&gt;computer.&lt;br /&gt;&lt;br /&gt;I also found way to do this via GPO, &lt;a href="http://www.petri.co.il/disable_writing_to_usb_disks_in_xp_sp2_with_gpo.htm"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/usb" rel="tag"&gt;usb&lt;/a&gt;, &lt;a href="http://technorati.com/tag/security" rel="tag"&gt;security&lt;/a&gt;, &lt;a href="http://technorati.com/tag/registry" rel="tag"&gt;registry&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115998841254098410?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115998841254098410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115998841254098410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115998841254098410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115998841254098410'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/10/usb-drive-access-control-part-2.html' title='USB Drive Access Control Part 2'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115982011304325361</id><published>2006-10-02T16:04:00.000-04:00</published><updated>2006-10-02T16:15:13.093-04:00</updated><title type='text'>Zero-day flaw in Firefox</title><content type='html'>I've been recommending the use of Firefox for at least a year now, because of the reduced likelihood of encountering a security vulnerability, as well as the better interface and the ability to use add-ons.  Now it looks like Firefox's advantage may have been "security through obscurity."  As it gains market share on IE, it becomes more of a target for hackers and vulnerability researchers.&lt;br /&gt;&lt;br /&gt;While that's not a bad thing, because I firmly believe that the open model of Firefox will ultimately lead to a more secure product, it serves to illustrate that flaws exist in every application.&lt;br /&gt;&lt;br /&gt;Here's the link to the story: &lt;a href="http://news.zdnet.com/2100-1009_22-6121608.html"&gt;Hackers claim zero-day flaw in Firefox.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;On another note, since this is a javascript-related flaw, there's a great extension for Firefox that is very effective at blocking malicious javascript.  It's called &lt;a href="https://addons.mozilla.org/firefox/722/"&gt;NoScript&lt;/a&gt;, and it allows you to whitelist any sites you want to run javascript, while blocking any others.  It's one of the extensions I always load in a new installation of Firefox.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115982011304325361?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115982011304325361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115982011304325361' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115982011304325361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115982011304325361'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/10/zero-day-flaw-in-firefox.html' title='Zero-day flaw in Firefox'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115980433201163566</id><published>2006-10-02T10:22:00.000-04:00</published><updated>2006-10-02T16:25:05.216-04:00</updated><title type='text'>20 Reasons the World Despises Norton AV?</title><content type='html'>I found this article, and I'm not sure if I agree with the author completely.  It's basically bashing Norton Antivirus as causing more problems than it solves.  Here is the article:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dtgeeks.com/index.php/blogs/comment/20_reasons_the_world_hates_norton_anti_virus/"&gt;http://www.dtgeeks.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I personally haven't used Norton Antivirus (the home version) in a number of years, but I have heard some complaints that it is bloatware, and it slows down older PCs to a crawl.  Not sure about the other allegations in the article, though.&lt;br /&gt;&lt;br /&gt;I am currently running Symantec Antivirus Corporate Edition 10 on my company's network, and I have few problems with it, and the problems I have are not enough to switch, at least not yet.  Here are my list of negatives about Symantec AV:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Infrequent updates.  I'm not talking about virus definitions.  I'm talking about actual updates to the application.  They seem to come out every six months or so.  I'm not even sure about that, which leads to my next point;&lt;/li&gt;&lt;li&gt;No update notifications.  How can I tell if there's a new version out?  I either have to check their website frequently, or hope that a tech news site might mention it.&lt;/li&gt;&lt;li&gt;Updates require full install.  Why can't Symantec do an upgrade installation?  Seems like every update requires uninstalling and reinstalling the server application and the System Center Console.&lt;/li&gt;&lt;/ol&gt;Not to gang up on Symantec too much, here are my list of positives, which is why I'm actually sticking with them:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;VERY quick turnaround on zero-day definitions.  Symantec's RapidRelease virus definitions have been very good for me.  On the rare occasion that I encountered a virus that Symantec didn't detect (3 times in 6 years), I received an updated definition in under 4 hours each time.&lt;/li&gt;&lt;li&gt;Centralized management.  While it's not perfect, the Symantec System Center shows me everything I need to know about the protected computers on my network.  The fact that you can centralize your quarantine of suspicious files, and your alerts make it even better.&lt;/li&gt;&lt;/ol&gt;UPDATE: I found this great site which appears to test how well the leading antivirus products stack up against a database of 315,000 virus samples.  Check it out &lt;a href="http://www.virus.gr/english/fullxml/default.asp?id=82&amp;mnu=82"&gt;here&lt;/a&gt;.  While it doesn't list Symantec Corporate on the recent tests, it does list Norton Antivirus, and it appears to have dropped from Number 6 best ranked in April 2005 to Number &lt;span style="font-weight: bold;"&gt;22&lt;/span&gt; in August 2006.  Seems to be heading in the wrong direction.  Note: I can't vouch for the reliability of this site, as I only just stumbled across it.  I will update with further details when they become available.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115980433201163566?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115980433201163566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115980433201163566' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115980433201163566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115980433201163566'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/10/20-reasons-world-despises-norton-av.html' title='20 Reasons the World Despises Norton AV?'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115979865260109757</id><published>2006-10-02T10:15:00.000-04:00</published><updated>2006-10-02T10:17:32.613-04:00</updated><title type='text'>Return from the void</title><content type='html'>Hello everyone, sorry for the long delay since my last post!  I have had a number of personal crises to deal with, along with a few professional ones, that have preventing me from posting any updates to this blog for the past 2 months or so.  I apologize for that, and I will endeavor to post more frequently to this blog, both for my own benefit and yours.&lt;br /&gt;&lt;br /&gt;Stay tuned for a few new items today, and more to come!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115979865260109757?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115979865260109757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115979865260109757' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115979865260109757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115979865260109757'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/10/return-from-void.html' title='Return from the void'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115326589577085511</id><published>2006-07-18T19:33:00.000-04:00</published><updated>2006-07-18T19:38:15.826-04:00</updated><title type='text'>Microsoft Acquires Winternals Software</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Wow, big news!  Microsoft has acquired one of the most useful and innovative software companies ever to attempt to improve on Microsoft's products.  Mark Russinovich is one of the most intelligent and creative people I have ever met.  Some of the products he releases for free on the Sysinternals site are worth more than some paid products.  And the Winternals products are equally impressive.  Mark, if you don't know him, was the person who broke the news 10 years ago that you could turn NT Workstation into NT Server by making a simple registry change.&lt;/p&gt;  &lt;p&gt;So this is undoubtably a good move for Microsoft, but is it a good move for Mark?  The answer depends on what Microsoft lets him work on.  His title is Technical Fellow, which has traditionally been a position that gets a lot of leeway in the creative process.  If Mark can use his new insider influence in the same manner he has done things with Winternals, look for some very positive changes in Microsoft products, at least from the perspective of IT tools and ease of management.&lt;br/&gt; &lt;/p&gt;  &lt;blockquote cite="http://www.winternals.com/Company/PressRelease92.aspx"&gt;&lt;H3&gt;Microsoft Acquires Winternals Software&lt;/H3&gt;Company appoints operating systems kernel expert Mark Russinovich as Technical Fellow.&lt;br/&gt; &lt;p&gt;Microsoft Corp. today announced the acquisition of Winternals Software LP, a privately held company based in Austin, Texas, that provides Windows®-based enterprises with systems recovery and data protection solutions in addition to offering a freeware tools Web site called Sysinternals. The addition of Winternals is a significant advance in Microsoft's promise to lower customers' total cost of ownership of the Microsoft® Windows platform. Customers will be able to continue building on Sysinternals' advanced utilities, technical information and source code for utilities related to Windows. Financial terms of the acquisition were not disclosed.Winternals was established in 1996 by Mark Russinovich and Bryce Cogswell, who are recognized industry leaders in the areas of operating system design and architecture. Russinovich will join the Microsoft Platforms &amp;amp; Services Division as a technical fellow, working with numerous technology teams across Microsoft, and Cogswell will join the Windows Component Platform Team in the role of software architect.&lt;/p&gt;  &lt;/blockquote&gt;&lt;p class="citation"&gt;&lt;cite cite="http://www.winternals.com/Company/PressRelease92.aspx"&gt;&lt;a href="http://www.winternals.com/Company/PressRelease92.aspx"&gt;Winternals Software - Products&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;  &lt;p&gt;Want to know Mark's perspective?  Here's his blog entry on the subject:&lt;/p&gt;  &lt;blockquote&gt;&lt;H3&gt;On My Way to Microsoft!&lt;/H3&gt;&lt;/blockquote&gt;            &lt;blockquote&gt;I’m very pleased to announce that &lt;a href="http://www.winternals.com/Company/PressRelease92.aspx"&gt;Microsoft has acquired Winternals Software&lt;/a&gt;and Sysinternals. Bryce Cogswell and I founded both Winternals andSysinternals (originally NTInternals) back in 1996 with the goal ofdeveloping advanced technologies for Windows. We’ve had anincredible amount of fun over the last ten years working on a widerange of diverse products such as Winternals Administrator’s Pak,Protection Manager, Defrag Manager, and Recovery Manager, and thedozens of Sysinternals tools, including Filemon, Regmon and ProcessExplorer, that millions of people use every day for systemstroubleshooting and management. There’s nothing more satisfyingfor me than to see our ideas and their implementation have a positiveimpact.&lt;br/&gt; &lt;/blockquote&gt;&lt;p&gt;&lt;i&gt;&lt;a href="http://www.sysinternals.com/blog/2006/07/on-my-way-to-microsoft.html"&gt;Mark's Sysinternals Blog: On My Way to Microsoft!&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;  &lt;blockquote&gt; &lt;/blockquote&gt;&lt;p/&gt;&lt;p/&gt;&lt;p style="font-size:10px;text-align:right;"&gt;technorati tags:&lt;a href="http://technorati.com/tag/sysinternals" rel="tag"&gt;sysinternals&lt;/a&gt;, &lt;a href="http://technorati.com/tag/winternals" rel="tag"&gt;winternals&lt;/a&gt;, &lt;a href="http://technorati.com/tag/mark" rel="tag"&gt;mark&lt;/a&gt;, &lt;a href="http://technorati.com/tag/russinovich" rel="tag"&gt;russinovich&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115326589577085511?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115326589577085511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115326589577085511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115326589577085511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115326589577085511'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/07/microsoft-acquires-winternals-software.html' title='Microsoft Acquires Winternals Software'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115275535524739887</id><published>2006-07-12T21:44:00.000-04:00</published><updated>2006-07-12T22:14:18.140-04:00</updated><title type='text'>Stop Being Stupid; It's Free: Hard Disk Encryption</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;I have to call your attention to this great article by Marcus Ranum.  If you don't know who Marcus is, he's the Chief of Security for &lt;a href="http://www.tenablesecurity.com"&gt;Tenable Network Security&lt;/a&gt;, the company that makes Nessus and NeWT.  He is the author of a number of thought-provoking articles on computer security.  He also has some entertaining items on his site, including a &lt;a href="http://www.ranum.com/security/computer_security/calendar/index.html"&gt;Computer Security Calendar.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now that I have filled you in on the author, let me tell you about the article.  It's about how easy (and free) it is to set up disk encryption on your computer using a product called TrueCrypt.&lt;br /&gt;&lt;blockquote cite="http://www.ranum.com/security/computer_security/editorials/diskcrypt/index.html"&gt;&lt;strong&gt;&lt;br /&gt;Stop Being Stupid; It's Free&lt;/strong&gt;&lt;br /&gt;&lt;p&gt;I'm not sure why I've been so cavalier about my data since then, but to tell you the truth I've never bothered with hard disk encryption, personally. I think part of it was that I didn't particularly care if anyone got my data, because I like to live an open life, but it's been slowly sinking in that there's no sense making life easy for the bad guys. If I can rob some phisher, hacker, or spammer of a moment's pleasure at little cost to myself, that seems like a worthy goal.&lt;/p&gt;  &lt;p&gt;After a few days of researching I stumbled across a thing called TrueCrypt. It meets a lot of my requirements, namely:&lt;br /&gt;&lt;/p&gt;  &lt;ul&gt; &lt;li&gt;Free&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Uses recognizable and known encryption algorithms&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Works sensibly with a container file that can be treated as external data (i.e.: backed up to tape entire)&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Source code available&lt;br /&gt;&lt;/li&gt; &lt;li&gt;No adware or "wouldn't you like to buy me now?" bullshit&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Small footprint&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Now, it's not as if I'm going to go through and review the entire source code of the engine but I like the fact that it's being developed openly and (as far as I can tell) is part of a project that is not socially or financially beholden to anyone.&lt;/p&gt;  &lt;/blockquote&gt;&lt;p&gt;&lt;a href="http://www.ranum.com/security/computer_security/calendar/jul.jpg"&gt;&lt;img style="width: 468px; height: 390px;" alt="" src="http://www.ranum.com/security/computer_security/calendar/jul.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p class="citation"&gt;&lt;cite cite="http://www.ranum.com/security/computer_security/editorials/diskcrypt/index.html"&gt;&lt;a href="http://www.ranum.com/security/computer_security/editorials/diskcrypt/index.html"&gt;A Nice Surprise&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="font-size: 10px; text-align: right;"&gt;technorati tags:&lt;a href="http://technorati.com/tag/information" rel="tag"&gt;information&lt;/a&gt;, &lt;a href="http://technorati.com/tag/security" rel="tag"&gt;security&lt;/a&gt;, &lt;a href="http://technorati.com/tag/encryption" rel="tag"&gt;encryption&lt;/a&gt;, &lt;a href="http://technorati.com/tag/TrueCrypt" rel="tag"&gt;TrueCrypt&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115275535524739887?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115275535524739887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115275535524739887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115275535524739887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115275535524739887'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/07/stop-being-stupid-its-free-hard-disk.html' title='Stop Being Stupid; It&apos;s Free: Hard Disk Encryption'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-115258755072372166</id><published>2006-07-10T23:08:00.000-04:00</published><updated>2006-07-10T23:12:30.773-04:00</updated><title type='text'>The Weakest Link in Network Security</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;blockquote cite="http://www.entrepreneur.com/article/0,4621,328335,00.html"&gt;&lt;p/&gt;  &lt;/blockquote&gt;&lt;p&gt;I found this excellent article on Entrepreneur.com.  It spells out some of the inherent risks in Information Security that come with the reality of giving access to users.  Many things can happen as a result of carelessness that can devastate even a well-protected network.&lt;/p&gt;  &lt;p&gt;The recommendations in this article provide an excellent starting point for providing protection against the human element of Information Technology.&lt;br/&gt; &lt;/p&gt;  &lt;DIV style="width: 585px; padding-left: 10px; padding-top: 10px;"&gt;&lt;span class="storyhead"&gt;The Weakest Link in Network Security&lt;/span&gt;&lt;br/&gt; &lt;DIV class="medium"&gt;&lt;strong&gt;Viruses and spyware threaten your data security--but carelessness can be an even bigger threat.&lt;/strong&gt;&lt;br/&gt;    			 			 		&lt;span class="small"&gt;		July 10, 2006&lt;/span&gt;&lt;br/&gt; &lt;span class="small"&gt; 				By Peter Alexander   				 &lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;blockquote cite="http://www.entrepreneur.com/article/0,4621,328335,00.html"&gt;&lt;DIV style="width: 585px; padding-left: 10px; padding-top: 10px;"&gt; 			&lt;/DIV&gt;&lt;p&gt;Your small-business network may be protected by firewalls, intrusion detection and other state-of-the-art security technologies. And yet, all it takes is one person's carelessness, and suddenly it's as if you have no network security at all.&lt;/p&gt;  &lt;p&gt;Let me give you an example. In March 2006, a major financial services firm with extensive network security disclosed that one of its portable computers was stolen. The laptop contained the Social Security numbers of nearly 200,000 people. How did it happen? An employee of the firm, dining in a restaurant with colleagues, had locked the laptop in the trunk of a SUV. During dinner, one of the employee's colleagues retrieved an item from the vehicle and forgot to re-lock it. As fate would have it, there was a rash of car thefts occurring in that particular area at that particular time, and the rest is history.&lt;/p&gt;  &lt;p&gt;The moral of that story is clear: No matter how secure your network may be, it's only as secure as its weakest link. And people--meaning you and your employees--are often the weakest link. It's important to note that poor security puts your business, as well as your partners, at risk. As a result, many enterprises and organizations, such as credit-card companies, now specify and require minimum levels of security you must have in order to do business with them.&lt;/p&gt;  &lt;/blockquote&gt;&lt;p class="citation"&gt;&lt;cite cite="http://www.entrepreneur.com/article/0,4621,328335,00.html"&gt;&lt;a href="http://www.entrepreneur.com/article/0,4621,328335,00.html"&gt;The Weakest Link in Network Security&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;  &lt;p/&gt;&lt;p/&gt;&lt;p style="font-size:10px;text-align:right;"&gt;technorati tags:&lt;a href="http://technorati.com/tag/information" rel="tag"&gt;information&lt;/a&gt;, &lt;a href="http://technorati.com/tag/security" rel="tag"&gt;security&lt;/a&gt;, &lt;a href="http://technorati.com/tag/encryption" rel="tag"&gt;encryption&lt;/a&gt;, &lt;a href="http://technorati.com/tag/risk" rel="tag"&gt;risk&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-115258755072372166?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/115258755072372166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=115258755072372166' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115258755072372166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/115258755072372166'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/07/weakest-link-in-network-security.html' title='The Weakest Link in Network Security'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114868520237128874</id><published>2006-05-26T19:04:00.000-04:00</published><updated>2006-06-19T20:01:26.536-04:00</updated><title type='text'>Symantec AV Flaw</title><content type='html'>Wow, hot on the heels of my last post regarding antivirus options, there comes this news regarding Symantec Antivirus:&lt;br /&gt;&lt;br /&gt;A new vulnerability has been discovered by security firm eEye Digital Security in Symantec Antivirus 10.x and Client Security 3.x that could allow for remote code execution.  This does not appear to affect the consumer versions of Symantec's products.&lt;br /&gt;&lt;br /&gt;The vulnerability  report:&lt;br /&gt;&lt;a title="http://www.eeye.com/html/research/upcoming/20060524.html" href="http://www.eeye.com/html/research/upcoming/20060524.html"&gt;http://www.eeye.com/html/research/upcoming/20060524.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt; Other news articles on the subject:&lt;br /&gt;&lt;a title="http://www.eweek.com/article2/0,1895,1967941,00.asp" href="http://www.eweek.com/article2/0,1895,1967941,00.asp"&gt;http://www.eweek.com/article2/0,1895,1967941,00.asp&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;p&gt;&lt;/p&gt; &lt;a title="http://www.cnn.com/2006/TECH/internet/05/25/antivirus.flaw.ap/index.html?section=cnn_topstories" href="http://www.cnn.com/2006/TECH/internet/05/25/antivirus.flaw.ap/index.html?section=cnn_topstories"&gt;http://www.cnn.com/2006/TECH/internet/05/25/antivirus.flaw.ap/index.html?section=cnn_topstories&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;p&gt;&lt;/p&gt;Note that this is only a preliminary report from eEye, and Symantec should be given the opportunity to respond accordingly.&lt;br /&gt;&lt;br /&gt;While a vulnerability in a security product can be a scary thing, this shouldn't be too much concern for anyone who has implemented a reasonable amount of layered security, such as a firewall restricting port access to all systems, whether public-facing or not.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114868520237128874?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114868520237128874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114868520237128874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114868520237128874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114868520237128874'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/05/symantec-av-flaw.html' title='Symantec AV Flaw'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114865442903419582</id><published>2006-05-26T10:23:00.000-04:00</published><updated>2006-05-26T10:40:29.096-04:00</updated><title type='text'>Enterprise Antivirus Solutions?</title><content type='html'>My company's Symantec Antivirus Corporate Edition subscription is about to expire, so I figured this would an opportune time to examine other antivirus options.&lt;br /&gt;&lt;br /&gt;I've used a number of antivirus solutions on the enterprise (or at least small-to-medium business) level, including Symantec, Trend Micro, CA, and Panda.  I've fooled around on the personal computing level with some of the other options, such as McAfee and Grisoft.  I sort of inherited the existing Symantec setup at this company, and it has performed relatively well for us, purely on the level of virus scanning.  We had an issue about a year ago with a zero-day virus infection, but one we isolated the executable, Symantec quickly gave us a Rapid Release definition to detect and remove it.&lt;br /&gt;&lt;br /&gt;On the other hand, I'm not that thrilled with the centralized administration Symantec offers in this product.  The deployment options are kind of klunky, and the ability to determine which computers on the network need the software installed is somewhat inadequate.  These are minor annoyances that could certainly deal with if necessary, if the rest of the product is satisfactory.&lt;br /&gt;&lt;br /&gt;The one thing I have a major problem with is the performance of the application.  A while back (I believe it was with version 10.0.1000), there was a bug that caused computers to boot up extremely slowly due to a startup scan that slowed everything down.  I believe the solution was to upgrade to version 10.0.1007, which disabled this scan at startup.  I'm not sure if this has been rectified in later versions, but it seems to me that a startup scan would be a good thing, if it didn't hobble performance so much.&lt;br /&gt;&lt;br /&gt;In any event, if I didn't think there was anything better out there, I would probably just grin and bear it.  But I have had some very good experiences with Trend Micro (on a smaller scale, mind you), and Panda has been highly recommended by some of my peers.  I'm not too crazy about CA, just because of some bad experiences with Cheyenne AV back in the Windows NT days.&lt;br /&gt;&lt;br /&gt;Any recommendations?  Or does anyone have any good resources, such as product comparisons and reviews from a reputable source?  I tried searching for reviews, but most of the comparisons I can find are no more recent than 2003.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114865442903419582?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114865442903419582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114865442903419582' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114865442903419582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114865442903419582'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/05/enterprise-antivirus-solutions.html' title='Enterprise Antivirus Solutions?'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114834645838019495</id><published>2006-05-22T20:42:00.000-04:00</published><updated>2006-05-22T21:24:07.730-04:00</updated><title type='text'>USB Drive Access Control Part 1</title><content type='html'>The security risk of allowing unfettered access to USB drives by employees is making me (and my CIO) nervous.  How are you dealing with this risk?&lt;br /&gt;&lt;br /&gt;Depending on the business needs of an organization, some people disable USB entirely, either through BIOS settings, registry changes, or the ultimate medieval solution: glue in the actual USB ports.  As we have a business need for some controlled access to USB drives, I can't go that route.&lt;br /&gt;&lt;br /&gt;So I'm looking for some more granular control over USB device access.  I'm looking for the following criteria:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Control access by user&lt;/li&gt;&lt;li&gt;Integration with Active Directory&lt;/li&gt;&lt;li&gt;Control access by device type - I'm not talking about USB drives vs. CD drives.  I mean "allow access to 512MB Kingston USB drive, but block all others," for example.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;There are quite a few products out there, but I don't have enough information yet to make an educated decision.  Here is the short list of products I requested more information from:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.devicelock.com/"&gt;DeviceLock&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.pillar-solutions.com/p_device_wall/"&gt;DeviceWall&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.securewave.com/sanctuary_DC.jsp"&gt;Sanctuary Device Control&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.reflex-magnetics.com/products/disknetpro/"&gt;Disknet Pro&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gfi.com/endpointsecurity/"&gt;EndpointSecurity&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Except for that last one, do I detect a naming trend?  I will post again after I have had a chance to evaluate these options.  I'm also open to any other product suggestions that will meet my needs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114834645838019495?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114834645838019495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114834645838019495' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114834645838019495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114834645838019495'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/05/usb-drive-access-control-part-1.html' title='USB Drive Access Control Part 1'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114661700190228500</id><published>2006-05-02T20:34:00.000-04:00</published><updated>2006-05-02T20:43:21.916-04:00</updated><title type='text'>Banking and Two-factor Authentication</title><content type='html'>There's an interesting article in Network World this week, written by Daniel Blum:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.networkworld.com/columnists/2006/042406blum.html"&gt;Authentication: Where's the magic factor?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As someone who uses online banking as much as possible, I welcome the concept of two-factor authentication to increase security.  As the article points out, however, which two factors will the banks choose?  There is an overabundance of options from a number of different vendors. &lt;div class="more"&gt;&lt;br /&gt;&lt;br /&gt;I think the solution that wins out will be the one that accomplishes the following:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The bank will have a favorable ratio of good publicity to low cost of implementation.&lt;/li&gt;&lt;li&gt;The user will have increased confidence in their personal safety.&lt;/li&gt;&lt;li&gt;The user will little or no trouble adapting to the new authentication method.&lt;/li&gt;&lt;li&gt;The bank will be able to place more blame on users in the event of a security breach.&lt;/li&gt;&lt;/ol&gt;Obviously, since the banks will be footing the bill, the benefits that apply to them will probably outweigh everything else.  But don't discount the weight of public opinion.  If Bank A decides to implement this unwieldy biometric solution that requires each account holder to take a trip to the bank to have their retina scanned, and to pick up the scanner device to attach to their computer, they may lose customers to Bank B, who decided to send everyone an RSA SecureID token to use with their account.  While Bank A might have gone with the more secure solution (depending on your opinion of the accuracy of biometrics), Bank B has caused less inconvenience to their customers while still greatly increasing the security of their online banking solution. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114661700190228500?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114661700190228500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114661700190228500' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114661700190228500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114661700190228500'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/05/banking-and-two-factor-authentication.html' title='Banking and Two-factor Authentication'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114670546455824310</id><published>2006-04-28T21:06:00.000-04:00</published><updated>2006-05-03T21:39:54.163-04:00</updated><title type='text'>Password Policies on Disconnected Systems</title><content type='html'>Another great post from Jesper's blog, regarding what password policies are not enforced when a system is not connected to the domain:&lt;br /&gt;&lt;a href="http://blogs.technet.com/jesper_johansson/archive/2006/04/21/425991.aspx"&gt;&lt;br /&gt;Some Password Policy Settings Are Not Enforced When Disconnected&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;My first thought when hearing the topic was, "how can they ignore password expiration and account lockouts when disconnected?"  After reading the explanation, however, I realize it couldn't be done any other way.  Both of these policies would make it extremely difficult for mobile users to function if they were applied when the user is disconnected. &lt;div class="more"&gt;&lt;br /&gt;&lt;br /&gt;It's not that the policies are that much worse for mobile users (although Jesper recommends against account lockout policies anyway); the problem is the hoops that must be jumped through if someone runs afoul of one of these policies while away from the domain, or away from an internet connection entirely.&lt;br /&gt;&lt;br /&gt;The concept that a user will have to log in to a VPN in order to reset their expired password is bad enough.  I could see this being a huge issue for my mobile users, and for myself as well.&lt;br /&gt;&lt;br /&gt;But even worse is the account lockout policy.  If a laptop could be locked out by entering in the wrong password too many times, the only recourse would be to reconnect the laptop to your network to accept the re-enabling of the account.  No VPN shortcuts either; the computer would actually have to be connected for this to work.  Imagine having a company based on the U.S., and having a user lock themselves out while traveling overseas!  What do they do, ship the laptop back to the States?&lt;br /&gt;&lt;br /&gt;Thankfully, Microsoft has insightful people like Jesper who consider these issues before they become a problem. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114670546455824310?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114670546455824310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114670546455824310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114670546455824310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114670546455824310'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/password-policies-on-disconnected.html' title='Password Policies on Disconnected Systems'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114670160176514441</id><published>2006-04-27T19:53:00.000-04:00</published><updated>2006-05-03T20:13:21.776-04:00</updated><title type='text'>The wisdom of "Temporary" Adminstrators</title><content type='html'>Interesting post over on Jesper's blog:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/jesper_johansson/archive/2006/04/19/425748.aspx"&gt;"Temporary " Administrators&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As Jesper explains, don't make anyone an administrator &lt;span style="font-style: italic;"&gt;temporarily&lt;/span&gt;, unless you are prepared to trust them to be an administrator &lt;span style="font-style: italic;"&gt;permanently&lt;/span&gt;.  A temporary administrator can put code in place that will give them access for long after you have revoked their administrative access.&lt;br /&gt;&lt;br /&gt;Malicious intentions aside, the pervasiveness of malware should make you think twice about doling out administrative privileges, whether on the local system or domain- (or enterprise-) wide.  All it takes is hitting one disreputable website with administrative privileges to turn a system into a Typhoid Mary. &lt;div class="more"&gt;&lt;br /&gt;&lt;br /&gt;I have had the misfortune to deal with many systems in a similar circumstance.  One organization decided, in their shortsighted wisdom, to correct application access issues by giving users local admin rights.  This is all too common, especially in small to mid-sized businesses.  While this will alleviate the symptoms quickly, it will cause more problems in the long run.&lt;br /&gt;&lt;br /&gt;The process of bringing the users' access down to acceptable levels of privilege was painful, but not as painful as attempting to eradicate some of the pests these users had accumulated over the months of surfing the web as administrators.  The last few lines of Jesper's post brought back the memory of the solution to this problem:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;"Is the rootkit now gone? Noohooo. It is still there, and will remain there until you use the rootkit removal tool: format c:\&lt;/span&gt;&lt;span style="font-size:85%;"&gt; (from neutral read-only media)."&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;This is the only option in most cases, since you can never be sure you have gotten rid of every last piece of malware that can invade a system.  I have wasted way too many hours in the past attempting to clean a PC without wiping it out, only to go back a day later to find it just as infected as when I started, if not worse.  &lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114670160176514441?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114670160176514441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114670160176514441' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114670160176514441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114670160176514441'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/wisdom-of-temporary-adminstrators.html' title='The wisdom of &quot;Temporary&quot; Adminstrators'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114670641998317131</id><published>2006-04-25T21:27:00.000-04:00</published><updated>2006-05-03T21:33:39.983-04:00</updated><title type='text'>Penetration Testing vs Vulnerability Assessment</title><content type='html'>Informative post on the difference between pen testing and vulnerability assessment:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.darknet.org.uk/2006/04/penetration-testing-vs-vulnerability-assessment/"&gt;Penetration Testing vs Vulnerability Assessment&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This post brings up an important point.  What most companies are looking for, at least initially, is a vulnerability assessment.  This allows you to generate a list of problems with your infrastructure that may need repair or some other form of mitigation.  This can take the form of a security audit, where you have some outside consultant come in and run all kinds of tests against your network, or it can take the form of some form of vulnerability scanning product, such as the one offered by &lt;a href="http://www.qualys.com"&gt;Qualys&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114670641998317131?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114670641998317131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114670641998317131' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114670641998317131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114670641998317131'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/penetration-testing-vs-vulnerability.html' title='Penetration Testing vs Vulnerability Assessment'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114661068303774266</id><published>2006-04-24T18:47:00.000-04:00</published><updated>2006-05-02T18:58:03.053-04:00</updated><title type='text'>Why Winternals Sued Best Buy</title><content type='html'>While this is not a security-related issue directly, it concerns the illegal use of copyrighted software.  Why a company as large as Best Buy would choose to do something so blatantly illegal, I can't comprehend.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.sysinternals.com/blog/2006/04/why-winternals-sued-best-buy.html"&gt;Why Winternals Sued Best Buy&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;On a separate note, the Winternals Administrator's Pak is one of the most useful collections of utilities I have ever come across as a network administrator.  While I have not had as much need for it since moving into the security field, I still recommend it every chance I get.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114661068303774266?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114661068303774266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114661068303774266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114661068303774266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114661068303774266'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/why-winternals-sued-best-buy.html' title='Why Winternals Sued Best Buy'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114660992353031713</id><published>2006-04-20T18:40:00.000-04:00</published><updated>2006-10-25T02:08:02.893-04:00</updated><title type='text'>Skype Risk Analysis</title><content type='html'>I spent some time reviewing the risks of Skype, a popular VoIP application.  I figured since i put the time into reading it, I'd condense my thoughts into an article on the subject.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Disclaimer:&lt;/span&gt; I don't claim to have any inside knowledge of the workings of Skype.  The only information I have is based on documentation that is publicly available on their website, as well as a few other analyses I have seen on the web.&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Skype is a popular Voice over IP (VoIP) system, created by Niklas Zennström and Janus Friis, founders of KaZaA.&lt;span style=""&gt;  &lt;/span&gt;Similar to KaZaA, Skype is based on Peer-to-Peer (P2P) technology.&lt;span style=""&gt;  &lt;/span&gt;While other VoIP services use a centralized server to manage communications sessions, Skype software clients directly interact with each other to ensure that the network directory is up to date and that calls are quickly completed.&lt;span style=""&gt;  &lt;/span&gt;This P2P network allows clients in different locations to locate each other and send text messages, hold voice calls, and exchange data files.&lt;div class="more"&gt;&lt;br /&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;Unlike KaZaA, which earns its revenue from advertisements, the Skype client contains no adware and spyware, at least at the time of this writing. Also, calls between Skype clients are free of charge.&lt;span style=""&gt;  &lt;/span&gt;Instead, the Skype system earns revenue by charging for the use of the gateway that interconnects the Skype network with the regular telephone system.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Another important detail to note is that KaZaA 3.0 contains its own integrated Skype client, so users of Skype may also be communicating with users of KaZaA, rather than just Skype users.&lt;/p&gt;&lt;span style=""&gt;  &lt;/span&gt;Although some of the files that are traded over KaZaA are exchanged with the permission of the copyright holders, it appears that the primary use of KaZaA appears to be the illegal exchange of copyrighted songs and movies.    &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Description of Skype services&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;The Skype client can perform the following functions:&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;Voice      calling to another Skype user&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Voice      conference calling&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Voice      calling to traditional telephone lines (SkypeOut)&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Voice      calling from traditional telephone lines (SkypeIn)&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Chat,      providing instant messaging for groups of up to 48 participants&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Cross-platform      file transfer&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Directory      and presence management&lt;/li&gt;&lt;/ul&gt;    &lt;p class="MsoNormal"&gt;Skype client software is compatible with the following platforms: Windows XP, Windows 2000, Linux, Apple Macintosh OS X, and Pocket PCs running Windows Mobile 2003.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Network Requirements&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;At a minimum, the following conditions must be true of the network being used by the computer running Skype for the Skype client to communicate :&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;Outgoing      TCP connections should be allowed to remote ports 1024 and higher.&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Outgoing      TCP connections should be allowed to remote ports 80 and 443.&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Outgoing      UDP packets should be allowed to remote ports 1024 and higher. For UDP to      be useful to Skype, the NAT must allow for replies to be returned to sent      UDP datagrams. (The state of UDP “connections” must be kept for at least      30 seconds, and Skype recommends that these translations be maintained for      as long as an hour, if possible.)&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;The      NAT translation should provide consistent translation, meaning that      outgoing address translation is usually the same for consecutive outgoing      UDP packets.&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal"&gt;Skype is very effective at circumventing the restrictions of firewalls and Network Address Translation (NAT), provided most of the above requirements are met.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Skype Security&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;When discussing the security of a VoIP solution, there are a number of factors to take into account.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style=""&gt;Authentication&lt;/i&gt; – the only authentication being done by Skype is based on a user name and password.&lt;span style=""&gt;  &lt;/span&gt;Obviously, no one should ever share their Skype user name and password, or have it saved on their computer.&lt;span style=""&gt;  &lt;/span&gt;Potentially, anyone with User A’s user name and password could install a copy of the Skype client, and receive calls that were intended for User A.&lt;span style=""&gt;  &lt;/span&gt;Equally likely is the scenario where User B “borrows” User A’s laptop, and is able to use the Skype client with a saved password.&lt;span style=""&gt;  &lt;/span&gt;Of course, even if User B receives a call intended for User A, it is likely that the caller would be able to identify User A by their voice, in many cases.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style=""&gt;Encryption&lt;/i&gt; – According to Skype, all message contents between any pair of Skype users is encrypted end to end by utilizing the RSA encryption algorithm for key exchange and Advanced Encryption Standard (AES) in its AES-256 mode as its bulk encryption algorithm.&lt;span style=""&gt;  &lt;/span&gt;The key for a Skype session is unique to that session and is not re-used. However, Skype does not publish its key exchange algorithm or its over-the-wire protocol and has not explained the underlying design of its certificates, is authentication system, or its encryption implementation. Therefore it is impossible to validate the company's claims regarding encryption.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style=""&gt;Integrity&lt;/i&gt; – Software running on P2P networks could have wide-ranging implications that are not completely understood yet.&lt;span style=""&gt;  &lt;/span&gt;While the Skype client does not currently include any spyware or adware, there are no guarantees that it might not include them in the future.&lt;span style=""&gt;  &lt;/span&gt;Also, as Skype is a completely closed-source system, it is harder to determine if the software contains vulnerabilities that could be exploited by malicious users.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style=""&gt;Bandwidth&lt;/i&gt; – If a Skype client makes a voice call to one person, the bandwidth usage is minimal, approximately 70kbps.&lt;span style=""&gt;  &lt;/span&gt;However, if conference calling is used, or multiple users are running the Skype client, this can add up very quickly, and have an impact on internet bandwidth.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style=""&gt;File Transfer&lt;/i&gt; – Similar to Instant Messaging programs, and other P2P applications the Skype client can be used as a file transfer utility.&lt;span style=""&gt;  &lt;/span&gt;This could potentially allow confidential information to be sent to unauthorized individuals.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style=""&gt;Malware Vector&lt;/i&gt; – As mentioned above, files could be transferred between Skype clients.&lt;span style=""&gt;  &lt;/span&gt;This could allow a virus to be brought into the network if the Skype client connects to another computer that is infected. Skype poses more risk than programs like KaZaA because they have built-in anti-virus protection that scans programs as they are downloaded; Skype appears to have no such protection.&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Conclusion&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;In some ways, the voice functionality of Skype appears to have more security than traditional telephone networks, based on the fact that the sessions are encrypted.&lt;span style=""&gt;  &lt;/span&gt;However, we have no way of knowing how well the encryption is implemented, considering this is a closed source product. &lt;span style=""&gt; &lt;/span&gt;It is also feasible that the Skype system could be compromised by a skillful attacker, or by a motivated insider. &lt;/p&gt;    &lt;p class="MsoNormal"&gt;The larger concern is the risk of having unwanted software introduced by the Skype client.&lt;span style=""&gt;  &lt;/span&gt;While the file transfer functionality is an easily recognizable vector, a less obvious risk is that the application itself could be compromised.&lt;span style=""&gt;  &lt;/span&gt;If a buffer overflow could be utilized to make the application accept a malicious file and execute it, any connection made to the Skype client could be a potential attack.&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;I am attempting to present both sides of the issue in this analysis.  The choice is yours whether this application is enough of a risk to restrict its use in your organization. &lt;/div&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114660992353031713?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114660992353031713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114660992353031713' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114660992353031713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114660992353031713'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/skype-risk-analysis.html' title='Skype Risk Analysis'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114493455668928812</id><published>2006-04-13T09:21:00.000-04:00</published><updated>2006-04-13T09:27:44.296-04:00</updated><title type='text'>Who Sets The Audit Standards? Part 3 of 3</title><content type='html'>And here is part 3 of this informative series.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.rsasecurity.com/blog/entry.asp?id=1080"&gt;http://www.rsasecurity.com/blog/entry.asp?id=1080&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topics covered include what members get out of a professional body, and what needs to be done to further support professionalism.  This is the final part of the series, so it also includes a conclusion.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114493455668928812?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114493455668928812/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114493455668928812' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114493455668928812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114493455668928812'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/who-sets-audit-standards-part-3-of-3.html' title='Who Sets The Audit Standards? Part 3 of 3'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114428456528355998</id><published>2006-04-05T20:45:00.000-04:00</published><updated>2006-04-05T20:51:44.156-04:00</updated><title type='text'>Who Sets The Audit Standards? Part 2 of 3</title><content type='html'>Part 2 of 3 of a very interesting series by John Madelin.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.rsasecurity.com/blog/entry.asp?id=1077"&gt;http://www.rsasecurity.com/blog/entry.asp?id=1077&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Among the topics, the devaluation of the CISSP brand, whether the scope of financial auditors should be broadened to include security concerns, and what constitutes a "Professional Body."&lt;br /&gt;&lt;a href="http://www.rsasecurity.com/blog/entry.asp?id=1077"&gt; &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114428456528355998?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114428456528355998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114428456528355998' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114428456528355998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114428456528355998'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/who-sets-audit-standards-part-2-of-3.html' title='Who Sets The Audit Standards? Part 2 of 3'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114420221227722249</id><published>2006-04-04T21:53:00.000-04:00</published><updated>2006-04-27T20:49:42.896-04:00</updated><title type='text'>StillSecure StrataGuard 4.5 Free</title><content type='html'>Alessandro Perilli from Security Zero wrote an excellent &lt;a href="http://www.securityzero.com/2006/04/review-strata-guard-free.html"&gt;review of StrataGuard 4.5 Free&lt;/a&gt;, an Intrusion Detection System that is available free of charge.&lt;br /&gt;&lt;br /&gt;Based on this review, I'm downloading a copy of the ISO to try on my test network.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114420221227722249?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114420221227722249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114420221227722249' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114420221227722249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114420221227722249'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/stillsecure-strataguard-45-free.html' title='StillSecure StrataGuard 4.5 Free'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114420024647402561</id><published>2006-04-04T21:15:00.000-04:00</published><updated>2006-04-04T21:24:06.490-04:00</updated><title type='text'>Florida band blocked from trip by terrorism fears</title><content type='html'>This story is somewhat close to my heart, because I have family in Southwest Florida.  And I will admit that I was in my high school band, and we went on trips, but none as cool as this.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.news-press.com/apps/pbcs.dll/article?AID=/20060317/NEWS01/60317033/1075"&gt;Fort Myers High band denied trip to London &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This band is actually invited to go to London, tour some famous historical landmarks, and participate in the 2007 New Years' Day Parade.  School officials are blocking the opportunity because of the terrorist attack from July 2005.  Any terrorist reading about this story would think "mission accomplished."&lt;br /&gt;&lt;br /&gt;Note: I first picked up on this from &lt;a href="http://www.stupidsecurity.com/article.pl?sid=06/04/02/0540218"&gt;Stupid Security.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114420024647402561?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114420024647402561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114420024647402561' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114420024647402561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114420024647402561'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/florida-band-blocked-from-trip-by.html' title='Florida band blocked from trip by terrorism fears'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114419726904227501</id><published>2006-04-04T19:55:00.000-04:00</published><updated>2006-05-02T20:12:17.730-04:00</updated><title type='text'>Block Google Desktop</title><content type='html'>Many organizations are not so keen on their employees using Google Desktop within their enterprise.  I share that apprehension, and I have done a little research into what can and cannot be done to rein in this overly communicative application.&lt;br /&gt;&lt;br /&gt;A lot of the credit for being able to control this application must go to Google.  I'm not sure if this was the case when it was initially released, but the current Enterprise version of the program includes some great resources.  Most importantly, it includes an Administrative Template for Windows Group Policy.  If you load this template into a GPO, you can effectively curtail any behavior you deem unsuitable for your network. &lt;div class="more"&gt;&lt;br /&gt;&lt;br /&gt;For my money, the most important settings in this template are the following:&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;1. Prohibit Policy-Unaware versions&lt;/span&gt; - Prohibits installation and execution of versions of Google Desktop that are unaware of Group Policy.&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;2. Disable sharing and receiving of web history and documents across computers &lt;/span&gt;- Prevent Google Desktop from sharing the user's web history and document contents across the user's different Google Desktop installations, and will also prevent it from receiving such shared items from the user's other machines.&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;3. Disallow Plug-ins&lt;/span&gt; - Prevent installation of Google Desktop plug-ins.&lt;br /&gt;&lt;br /&gt;If you put these three policy settings in place, you'll be much better off from a security standpoint than if you do nothing.&lt;br /&gt;&lt;br /&gt;If you want to go further, you can take some steps to completely block Google Desktop from running at all.  Some suggestions:&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;4. Prevent Indexing policy settings&lt;/span&gt; - There are about 19 different "Prevent indexing of ..." policy settings in the Administrative Template.  You can enable some or all of them to prevent that category from being indexed at all.  If it's not indexed, it can't be shared, copied, or transmitted to a third party.&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;5. Software Restriction Policies&lt;/span&gt; - You can enable these policies through Group Policy, and choose to disallow the application from running throughout a domain either based on a path rule (C:\Program Files\Google\Google Desktop Search\GoogleDesktop.exe) or based on a hash rule, where Windows creates a hash of the current version of the file.  (Note, the hash will be rendered obsolete if the version of Google Desktop is updated, but that can be prevented with the following 2 entries)&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;6. Block Auto-update setting&lt;/span&gt; - Another Administrative Template setting; you can choose to block updates to the program.  No updates = no additional functionality to worry about blocking.&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;7. Content Filtering&lt;/span&gt; - You could add desktop.google.com to whatever method you use to block access to websites.  If your users can't get there, they can't download the installer in the first place.&lt;br /&gt;&lt;br /&gt;I'm sure there are other methods that can be used to block Google Desktop, but I've found these to be pretty effective.  I must admit, I would probably be doing a lot more administrative acrobatics (such as blocking things through firewall ACLs, or more group policy settings) if Google had not released their Enterprise software.  I should also note that it includes an Admin Guide that explains a lot of the features of the program, including all the settings in the Administrative Template file.&lt;br /&gt;&lt;br /&gt;While Desktop Search Engines (DSE's) such as Google Desktop do present a risk, that risk can be mitigated, as long as the software company is willing to provide the tools to do so.  I think Google is setting a very good example with their Google Desktop for Enterprise option.&lt;br /&gt;&lt;br /&gt;I intend to explore other DSE's in the near future.  I will post my findings.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114419726904227501?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114419726904227501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114419726904227501' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114419726904227501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114419726904227501'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/block-google-desktop.html' title='Block Google Desktop'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114411650046005150</id><published>2006-04-03T21:47:00.000-04:00</published><updated>2006-05-02T20:15:46.476-04:00</updated><title type='text'>Termination Procedures</title><content type='html'>It is very important for businesses of any size to have in place specific procedures that must be followed whenever an employee leaves the company, whether of his own volition, or by the action of the company.  As I mentioned in my previous post, these procedures must be followed no matter which employee is being terminated.&lt;br /&gt;&lt;br /&gt;Some considerations for such a procedure:&lt;br /&gt;&lt;br /&gt;1. &lt;span style="font-weight: bold;"&gt;Document it.&lt;/span&gt;  It doesn't matter if your company has only 1 server that runs 1 critical application, and an email server; there should be a written document that explains how to remove access for any user, and how to disable or delete their email address.&lt;code&gt;&lt;div class="more"&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;2. &lt;span style="font-weight: bold;"&gt;Be comprehensive.&lt;/span&gt;  On the flip-side of the coin, if you have 30 or 40 servers, 5 applications for each department or business unit, and email, VPN access, intranet applications, etc; you need to have a checklist for each item so that all access to each system can be verified and removed.&lt;br /&gt;&lt;br /&gt;3. &lt;span style="font-weight: bold;"&gt;Know your users.&lt;/span&gt;  This ties in to #2.  If you don't know what accounts are out there, you may not be able to track them all down when you need to.  Make sure all user accounts for each system are documented per employee, so that you can easily figure out which systems to go to first when disabling accounts.  It's important to check the rest, just in case, but if it's going to take you the better part of an hour to get through &lt;span style="font-style: italic;"&gt;everything&lt;/span&gt;, it helps to prioritize.&lt;br /&gt;&lt;br /&gt;4. &lt;span style="font-weight: bold;"&gt;Beyond IT.&lt;/span&gt;  Not unreasonably, we tend to focus on computer systems access, since that is our main responsibility.  But it is important to think beyond the PCs and servers during terminations.  For instance, access to voicemail boxes, teleconferencing systems, keycard entry systems, combination locks, even old-fashioned key locks.  While not all these may be "owned" by IT, they must be part of the procedure, so the person or department responsible for restricting those means of access can be notified and respond in a timely fashion.&lt;br /&gt;&lt;br /&gt;5. &lt;span style="font-weight: bold;"&gt;Independent verification.&lt;/span&gt;  Not that I'm suggesting anyone shouldn't be trusted, but it is a good practice to have a second pair of eyes verify that access has been completely removed during the termination procedures.  In that case of having 30 servers or so to go through, it can be a tedious process, and anyone can miss an obscure method of access.  Human error should be taken into account in any process whenever possible.&lt;br /&gt;&lt;br /&gt;That's the overview for terminations.  These procedures should be part of the security manual of any company, large or small. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114411650046005150?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114411650046005150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114411650046005150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114411650046005150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114411650046005150'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/04/termination-procedures.html' title='Termination Procedures'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114376397398978528</id><published>2006-03-30T19:09:00.000-05:00</published><updated>2006-03-30T19:12:54.003-05:00</updated><title type='text'>Who sets the audit standards?</title><content type='html'>I found this article on the RSA Security Blog.  It is the first of three-part series, so it is mainly focused on the background of auditing and accounting.  It's an interesting read, I'm sure the next two parts will be equally informative.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.rsasecurity.com/blog/entry.asp?id=1076"&gt;Who Sets the Audit Standards? Part 1 of 3&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114376397398978528?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114376397398978528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114376397398978528' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114376397398978528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114376397398978528'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/who-sets-audit-standards.html' title='Who sets the audit standards?'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114277769198049454</id><published>2006-03-19T09:13:00.000-05:00</published><updated>2006-03-19T23:52:56.783-05:00</updated><title type='text'>Security Audit Time</title><content type='html'>Today's the day.  We're having an external security auditor come in to take a look at one the networks I work with.  I'm not expecting any earth-shattering revelations, but, having dealt with this firm before, they usually come back with some interesting suggestions.  If that is the case today, I will share the love.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114277769198049454?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114277769198049454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114277769198049454' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114277769198049454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114277769198049454'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/security-audit-time.html' title='Security Audit Time'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114254298471872348</id><published>2006-03-16T16:02:00.000-05:00</published><updated>2006-03-23T21:26:53.946-05:00</updated><title type='text'>Book Review - Protect Your Windows Network: From Perimeter to Data</title><content type='html'>This is my first book review in what I hope will be a series of reviews of security-relevant publications.  I aim to write at least one of these per month.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Protect Your Windows Network: From Perimeter to Data&lt;/span&gt;&lt;br /&gt;by Jesper M. Johansson and Steve Riley&lt;br /&gt;Addison-Wesley Microsoft Technology Series (2005)&lt;br /&gt; &lt;p class="MsoNormal"&gt;As the title should tell you, this is an unabashedly Windows-oriented book. It's no surprise, considering the authors are both employees of Microsoft. Jesper Johansson is the Senior Program Manager for Security Policy, and Steve Riley is the Senior Program Manager in the Security Business and Technology unit. Both authors are extremely knowledgeable, and participate in speaking engagements around the world on a regular basis.&lt;br /&gt;&lt;br /&gt;Microsoft-centric view aside, I deal primarily with Windows-based networks, so I found this book to be extremely informative in my security continuing education. The authors attempt to cover a great deal of ground, so by necessity, some areas are covered in more depth than others.  The areas covered are divided into 6 parts: "Introduction and Fundamentals," "Policies, Procedures, and User Awareness," "Physical and Perimeter Security: The First Line of Defense," Protecting Your Network Inside the Perimeter," "Protecting Hosts," and "Protecting Applications."&lt;br /&gt;&lt;br /&gt;The book is filled with practical, common sense analysis of security, both with respect to genuinely securing systems, and avoiding practices of "Security Theater."  Each chapter ends with a section entitled "What You Should Do Today," reinforcing the action items suggested throughout the chapter.&lt;span style=""&gt;  &lt;/span&gt;The book also includes a CD containing a few helpful tools. &lt;span style=""&gt; &lt;/span&gt;These include a password generator, a HOSTS file that blocks known spyware sites, and a script to revoke SQL Server PUBLIC permissions.&lt;br /&gt;&lt;br /&gt;The writing style is at times humorous, and very down-to-earth.  This book is valuable both as a casual read, and a comprehensive reference for securing networks.  I highly recommend it to anyone in the Information Security field, as well as anyone looking for a place to start educating themselves about network security.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114254298471872348?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114254298471872348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114254298471872348' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114254298471872348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114254298471872348'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/book-review-protect-your-windows.html' title='Book Review - Protect Your Windows Network: From Perimeter to Data'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114248218884138254</id><published>2006-03-15T22:38:00.000-05:00</published><updated>2006-03-15T23:09:49.113-05:00</updated><title type='text'>Password Policies</title><content type='html'>Do you have a password policy for your organization?  You probably should.  I have read a lot about password policies in recent weeks, and there seems to be some controversy about the best approach to take.  Here's my method for the madness.  Keep in mind that this is just the best I have been able to come up with so far.  As &lt;a href="http://news.com.com/Gates+predicts+death+of+the+password/2100-1029_3-5164733.html?tag=nl"&gt;Bill Gates recently mentioned&lt;/a&gt;, passwords may be on the way out.  Barring the premature demise of the password, these recommendations are subject to change:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Password Complexity&lt;/span&gt; - I use Group Policy to enforce complexity requirements, which by Microsoft's standards is to include 3 out of the 4 possible types of characters (lowercase letters, capital letters, numbers, and symbols).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Password length&lt;/span&gt; - Again, a Group Policy setting.  I am currently allowing a minimum of 8 characters.  The longer the password, the harder it is to crack.  One other detail: all Windows server operating systems, by default, generate LM hashes for all passwords 14 characters or shorter.  LM hashes are relatively weak, and should be disabled (another Group Policy setting) if possible.  Another easy way to avoid LM hashes is to use a password of 15 characters or more.  I couldn't quite get that one approved, but I tried.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Account lockout settings&lt;/span&gt; - This is a tricky one.  I have heard arguments going both ways on this one, but most accounts would consider this to be Security Theater.  If you enable account lockout policies, you are most likely attempting to avoid having a malicious individual from attempting to "guess," or bruteforce, an account password.  On the surface, it sounds like configuring that account to be locked out after a handful of failed attempts would be a good idea.  There are two problems with that approach.  The first is an administrative issue.  As soon as you enable that lockout feature, you will have users calling you (or your helpdesk) complaining that they have locked out their account because they forgot they had CAPS lock on or some similar issue.  Secondly, it would seem trivially simple for a malicious user to effectively cause a denial-of-service attack by typing in the wrong password to an account multiple times in order to lock it out.  Imagine you enabled this feature throughout your domain, and someone managed to lock out a service account, or all the domain or enterprise admin accounts!  Sounds kind of risky to me.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Best practices&lt;/span&gt; - While all of these options I have mentioned have involved technical controls, meaning you are using settings in Active Directory to mandate certain password conditions, there are other steps that you should take that are not always as simple as a setting in Group Policy.  For instance, tell your users to avoid using dictionary words in their passwords.  Even with complex passwords of sufficient length, dictionary attacks can be fairly effective.  Another idea is not necessarily to avoid those dictionary words, but to use more than one.  I think the idea of a pass&lt;span style="font-style: italic;"&gt;phrase&lt;/span&gt; instead of a password seems like a pretty effective technique.  For instance, the passphrase "My dog's name is Max" is an extremely strong password.  It has capital and lowercase letters, it has special characters, it is 20 characters long, and it is extremely easy to remember (provided you actually have a dog, and have named him accordingly).  Easy to remember is a good approach for your users, so you won't have to deal with passwords written on a Post-It note under their keyboard.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114248218884138254?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114248218884138254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114248218884138254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114248218884138254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114248218884138254'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/password-policies.html' title='Password Policies'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114240313344847947</id><published>2006-03-14T23:06:00.000-05:00</published><updated>2006-03-15T10:29:49.850-05:00</updated><title type='text'>Security Live CDs</title><content type='html'>In case you've never used them, Live CDs are a useful tool for many reasons.  They can be used to evaluate operating systems, such as a Linux distribution.  They also serve as an interesting tool for those in the security field.   There are Live CDs for penetration testing, forensic analysis, and other security testing.&lt;br /&gt;&lt;br /&gt;Darknet has posted a list of the &lt;a href="http://www.darknet.org.uk/2006/03/10-best-security-live-cd-distros-pen-test-forensics-recovery/"&gt;10 Best Security Live CD Distros&lt;/a&gt;.  I have personal experience with a few of these, including Auditor and Helix.  I intend to check out the rest.  I suggest you do the same.&lt;br /&gt;&lt;br /&gt;Anyone have any experience with these Live CDs that they would like to share?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114240313344847947?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.darknet.org.uk/2006/03/10-best-security-live-cd-distros-pen-test-forensics-recovery/' title='Security Live CDs'/><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114240313344847947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114240313344847947' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114240313344847947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114240313344847947'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/security-live-cds.html' title='Security Live CDs'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114239641733724973</id><published>2006-03-13T23:15:00.000-05:00</published><updated>2006-03-15T10:29:20.546-05:00</updated><title type='text'>NORAD orders Web deletion of transcript</title><content type='html'>&lt;a href="http://news.com.com/NORAD+orders+Web+deletion+of+transcript/2100-1028_3-6048254.html?tag=nefd.top"&gt;This&lt;/a&gt; seems somewhat foolish.  For some reason, the Defense Department thought that the transcript of a public hearing should be pulled from a government website.  The speculation is that this transcript was deemed a security risk due to the fact that it might have revealed sensitive information.  Later in the article, it is mentioned that the article might have been pulled due to the criticism of the government, as opposed to an attempt to hide a security risk.  Oh, that makes me feel so much better.&lt;br /&gt;&lt;br /&gt;Isn't it better to have an open forum where vulnerabilities such as this can be brought to light?  If we pretend there's no problem, how can a solution be found?  This applies as much to Homeland Security as it does to application security.  I'm all for responsible disclosure on the part of vulnerability researchers, but if an application vendor is not addressing the problem in a timely manner, how is this serving their customers?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114239641733724973?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://news.com.com/NORAD+orders+Web+deletion+of+transcript/2100-1028_3-6048254.html?tag=nefd.top' title='NORAD orders Web deletion of transcript'/><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114239641733724973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114239641733724973' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114239641733724973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114239641733724973'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/norad-orders-web-deletion-of.html' title='NORAD orders Web deletion of transcript'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114195731032637737</id><published>2006-03-09T21:05:00.000-05:00</published><updated>2006-03-09T21:21:50.336-05:00</updated><title type='text'>Microsoft Security Bulletin Advance Notification</title><content type='html'>It's that time again...&lt;br /&gt;&lt;br /&gt;On Tuesday, March 14th, Microsoft will be  releasing one "Important" security update for Windows, one "Critical" security update for Office, an updated Malicious Software Removal Tool, and one non-security High-Priority update.&lt;br /&gt;&lt;br /&gt;As usual, any Critical updates are &lt;span style="font-style: italic;"&gt;highly&lt;/span&gt; encouraged to be installed as soon as possible, within reason.  What do I mean by "within reason?"  That depends on who you are. &lt;br /&gt;&lt;br /&gt;For home users, I would suggest waiting a few days to see if there are any reports of major issues.  Of course, if you consider yourself a "power user," you can probably take care of yourself, and don't need my advice on patching. &lt;br /&gt;&lt;br /&gt;If you are a small to medium sized business (or the IT staff of one), try to find a few non-mission critical machines to get the updates installed on as quickly as possible, and monitor the results.  Then, wait a day or two to see if there is any "buzz" about potential issues.  If there is not, patch away, keeping an eye out for potential issues that you may be the first to experience. &lt;br /&gt;&lt;br /&gt;If you are a large business, you probably already have detailed patching procedures in place, so you don't need me to tell you what to do. &lt;br /&gt;&lt;br /&gt;Personally, with the decreasing window between a vulnerability being announced and an exploit being released, I start to feel very nervous if I don't have most of my critical machines patched within a week of Microsoft's release date.&lt;br /&gt;&lt;br /&gt;Check out Microsoft's Advance Notification &lt;a href="http://www.microsoft.com/technet/security/bulletin/advance.mspx"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;-JB&lt;br /&gt;&lt;br /&gt;P.S. - For small and medium businesses that are not using a patch management product, a great one for the money (since it's FREE) is Microsoft's &lt;a href="http://www.microsoft.com/windowsserversystem/updateservices/default.mspx"&gt;Windows Server Update Services &lt;/a&gt;(WSUS).  I will go into more detail on this one, as well as other patch management options, in a future post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114195731032637737?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.microsoft.com/technet/security/bulletin/advance.mspx' title='Microsoft Security Bulletin Advance Notification'/><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114195731032637737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114195731032637737' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114195731032637737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114195731032637737'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/microsoft-security-bulletin-advance.html' title='Microsoft Security Bulletin Advance Notification'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114186476435500466</id><published>2006-03-08T19:39:00.000-05:00</published><updated>2006-03-09T21:22:15.540-05:00</updated><title type='text'>Running as Limited User - the Easy Way</title><content type='html'>&lt;span class="author-parent"&gt;One of the prime examples of a best practice that is often ignored is the principle of least privilege.  Sure, everyone knows that the temp working in Customer Service shouldn't have access to the Finance Department's file share, but beyond simple file permissions, many users are allowed to run as a local administrator on their systems.  In general, this is a very bad idea, not just because of the damage that can be caused by the user, but because a large majority of spyware and adware infections could be prevented if the user didn't have admin access to the system at the time of the infection attempt.&lt;br /&gt;&lt;br /&gt;While having all users operate in a limited account at all times is the ideal, unfortunately it is not the reality for many companies.  There are many applications (Quickbooks, for one), that are not able to function when running as a limited user.  Not to knock Quickbooks' design team, because I'm not a software engineer, but in general, this inability to run as a limited user is the result of poor software design.  And I don't mean to single them out, because there are many products that have this problem.  Sometimes there are workarounds that will allow the application to run in spite of the limited privileges, but other times that is not possible.&lt;br /&gt;&lt;br /&gt;Mark Russinovich, over on his &lt;a href="http://www.sysinternals.com/blog/2006/03/running-as-limited-user-easy-way.html"&gt;blog&lt;/a&gt;, has put forth another interesting option that deserves consideration.  On a system that cannot be operated using a limited user account, Mark proposes using a limited account for applications that are prone to compromise, such as web browsers and email clients.&lt;br /&gt;&lt;br /&gt;-JB&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114186476435500466?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.sysinternals.com/blog/2006/03/running-as-limited-user-easy-way.html' title='Running as Limited User - the Easy Way'/><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114186476435500466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114186476435500466' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114186476435500466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114186476435500466'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/running-as-limited-user-easy-way.html' title='Running as Limited User - the Easy Way'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114183480735725970</id><published>2006-03-08T10:04:00.000-05:00</published><updated>2006-03-09T21:22:27.800-05:00</updated><title type='text'>Security Theater Examples</title><content type='html'>While I intend for this blog to include more than just issues related to security theater, in honor of the title, I want to mention a few examples of security practices that are more image than substance.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Security through obscurity&lt;/span&gt;&lt;br /&gt;While there is some value to the concept "if attackers can't see me, they won't know I'm there to be attacked," it is misleading to think that any method used to hide a system, or traffic, or whatever else you are trying to hide, will provide any real protection.  Take disabling the SSID broadcast in a wireless network, for example.  While this may prevent some novices from finding you, any war driver who spends 15 minutes of their time reading up on wireless networks will be able to get that information using simple utilities.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;I have a firewall, so I'm protected&lt;/span&gt;&lt;br /&gt;Don't get me wrong, firewalls are pretty much essential in most networks (actually, I can't think of any exceptions at the moment, but I try to avoid generalizations).  The misconception is that the perimeter firewall is the single device needed to protect your network.  There are a lot of attack vectors out there, and not all of them involve Internet traffic coming into your network.  Heck, not all of them even originate outside of your network.  What about the user that brings in a laptop loaded with all kinds of viruses, spyware, and P2P applications, and attaches it to your network?  Obviously, there are other methods of protection, including antivirus/antispyware software, IDS/IPS, email security products, network and remote access quarantine products, patch management, etc.  I intend to go into greater depth on each of these options soon.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;insert&gt;&lt;span style="font-style: italic;"&gt;[Insert Product Here]&lt;/span&gt; will solve all our problems&lt;/insert&gt;&lt;/span&gt;&lt;br /&gt;Not to mislead you with the products I mentioned in the last category, most methods used to mitigate risk should start as a policy, not necessarily a product.  Certainly, protection may be provided by a new security product, but only if it is implemented in a way that is consistent with the overall security posture of an organization.  If you expect to just drop a security appliance onto your network and be instantly more secure, you will probably be disappointed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The OSI model only has 7 layers&lt;/span&gt;&lt;br /&gt;People who deal with security often focus on securing only the first 7 layers of the OSI model.  They tend to forget about the 8th layer - &lt;span style="font-style: italic;"&gt;people&lt;/span&gt;.  If you aren't educating your users, and taking their actions into account when designing your security solutions, you are destined for failure.  Also, expecting your systems to "catch" all user-created problems is underestimating your users.  They are notorious for  (intentionally or unintentionally) finding ways around your carefully crafted controls.  Whether their intent is malicious, such as finding a way to steal sensitive data, or they are merely trying to open that funny email attachment that a "friend" sent them, the actions of users cannot always be anticipated.  While you can design controls to catch the malicious users, you should also focus on educating the more "innocent" offenders.&lt;br /&gt;&lt;br /&gt;That should do it for now.  There are many more examples of Security Theater, so this may become a regular series of articles.&lt;br /&gt;&lt;br /&gt;-JB&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114183480735725970?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114183480735725970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114183480735725970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114183480735725970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114183480735725970'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/security-theater-examples.html' title='Security Theater Examples'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-23642591.post-114179870411417977</id><published>2006-03-08T01:17:00.000-05:00</published><updated>2006-03-09T21:46:56.956-05:00</updated><title type='text'>Welcome to the Security Theater of the Absurd</title><content type='html'>Welcome!  As an experienced network engineer who began specializing in the security field a while back, it has become apparent that there is often a big disparity between "Security Theater" (a term coined by Bruce Schneier in his book &lt;span style="font-style: italic;"&gt;Beyond Fear&lt;/span&gt;) and what I'm going to call "Security Reality."  I intend to highlight both sides of the coin on this blog, and hopefully the contrast between the two should be both educational and informative.&lt;br /&gt;&lt;br /&gt;-JB&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23642591-114179870411417977?l=security-theater.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://security-theater.blogspot.com/feeds/114179870411417977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=23642591&amp;postID=114179870411417977' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114179870411417977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/23642591/posts/default/114179870411417977'/><link rel='alternate' type='text/html' href='http://security-theater.blogspot.com/2006/03/welcome-to-security-theater-of-absurd.html' title='Welcome to the Security Theater of the Absurd'/><author><name>i3ia5i</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
