<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7196788127833928948</atom:id><lastBuildDate>Tue, 18 Nov 2008 15:51:12 +0000</lastBuildDate><title>Information Security Short Takes</title><description /><link>http://www.shortinfosec.net/</link><managingEditor>noreply@blogger.com (Bozidar Spirovski)</managingEditor><generator>Blogger</generator><openSearch:totalResults>126</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/InformationSecurityShortTakes" type="application/rss+xml" /><feedburner:emailServiceId>2223004</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-3669432308970010560</guid><pubDate>Mon, 10 Nov 2008 20:54:00 +0000</pubDate><atom:updated>2008-11-10T22:36:52.490+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><category domain="http://www.blogger.com/atom/ns#">Solution building</category><title>Know the Difference - Backup vs. Archive</title><description>Information availability and IT operations require Data Backup. Legal and Compliance requirements dictate Data Archival. But many organizations make the mistake of equalizing Archive with Backup, which can lead to wrong choice of backup or archival media, very poor restore time and even loss of information.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example Scenario&lt;/span&gt;&lt;br /&gt;As part of an audit, an auditor reviewed the backup and archival system of a company. The company presented their backup systems, access controls and audit. When asked about archived data, they again pointed to the tapes containing their backup. But their backup tapes are rotated every 6 months, so the company does not have any archive from earlier then 6 months ago.&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;The company failed the legal Archival requirement.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRipVUscn0I/AAAAAAAAALw/IgnDFCpuSoE/s1600-h/Backup_Archive_Diagram.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 336px;" src="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRipVUscn0I/AAAAAAAAALw/IgnDFCpuSoE/s400/Backup_Archive_Diagram.jpg" alt="" id="BLOGGER_PHOTO_ID_5267145948007276354" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Analysis&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;In order to properly design and architect a backup or archive systems, one must clearly understand the differences between backup and archive:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Backup&lt;/span&gt;&lt;br /&gt;The key reason for the existence of backup is to provide an alternative data source in case the primary data source is corrupted or destroyed. A Backup process is creating a copy of the current state of data. It is understood and accepted that the state of the backed up data will change in the future under controlled circumstances. At that point the old backup will become irrelevant for operational purposes and the data will need to be backed-up again.&lt;br /&gt;&lt;br /&gt;Criteria for selecting a backup solution&lt;br /&gt;&lt;ul&gt;&lt;li&gt; The backup needs to be accessible fast &lt;/li&gt;&lt;li&gt; The media should be reusable for maximum cost efficiency&lt;/li&gt;&lt;li&gt;The media should survive transport in less then ideal conditions (trunk of a car)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The backed up information should survive with full integrity and availability for several months on the backup media. &lt;/li&gt;&lt;li&gt; The backup should be able to span multiple media (if backup set is larger then media capacity).&lt;/li&gt;&lt;li&gt; The solution should be intelligent enough to enable different backup sets (full backup, incremental backup, differential backup etc)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Archive&lt;/span&gt;&lt;br /&gt;The key reason for the existence of archive is to provide historical reference of information. The archive's process final product is a long term non-changeable copy of data or information. It is understood and accepted that the archive media must be resilient, capable of surviving over long periods of time (years) and must guarantee that the archived data remain unchanged during the entire archive lifespan.&lt;br /&gt;&lt;br /&gt;Criteria for selecting archive solution&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The archive media needs to be able to operate with different data collections while treating them at the same level of integrity - individual data records from a database as well as &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;entire&lt;/span&gt; documents, &lt;/li&gt;&lt;li&gt;The access speed to an archive can be slow, but archive media should have an extremely high level of reliability (remember, archives can span several decades)&lt;/li&gt;&lt;li&gt;When creating an archive, always plan the lifetime of the archive, and make sure that the manufacturer will provide systems that can &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;retrieve&lt;/span&gt; the stored data - having an archive that is unreadable because there is nothing to read it on is a terrible idea. &lt;/li&gt;&lt;li&gt;Data integrity must be maintained over the entire period of the archive existence - there is no point in having an archive if you can't trust that it's the same as it was when archived. &lt;/li&gt;&lt;li&gt;There should be an index of archive media to retreive relevant information from archive&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;Backup and archive solutions may be part of an integral system, but they perform a different function, so the actual media and individual systems will most likely vary.&lt;br /&gt;&lt;br /&gt;While backup is still performed mostly on magnetic tapes, archive is usually performed on optical disks or microfilm. You may choose magnetic media for archive, but if you do, you need to plan that your archive tapes must be shielded from long term adverse influences, and you must maintain a functional reader for the tapes over the entire lifespan of the archive.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;br /&gt;&lt;br /&gt;Related posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/3-rules-to-prevent-backup-headaches.html"&gt;3 Rules to Prevent Backup Headaches&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/business-continuity-plan-for-blogs.html"&gt;Business Continuity Plan for Blogs&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=pj8HhY"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=pj8HhY" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/448847554/know-difference-backup-vs-archive.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRipVUscn0I/AAAAAAAAALw/IgnDFCpuSoE/s72-c/Backup_Archive_Diagram.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/11/know-difference-backup-vs-archive.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-1380118360298225350</guid><pubDate>Sun, 09 Nov 2008 20:56:00 +0000</pubDate><atom:updated>2008-11-09T22:08:59.747+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">forensics</category><category domain="http://www.blogger.com/atom/ns#">Computer security</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>New Helix3 Forensic CD - Welcome</title><description>&lt;a href="http://e-fense.com/"&gt;E-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;fense&lt;/span&gt;&lt;/a&gt; has published a new version of their acclaimed Helix Forensic Live CD. It is now in version 2.0. Here are the first impressions of the new version.&lt;br /&gt;&lt;br /&gt;Just as the old version, the new one contains two major components&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;A &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;LiveCD&lt;/span&gt; (Based on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Ubuntu&lt;/span&gt;)&lt;/span&gt; - A full blown forensic toolkit with a nice all-encompassing set of tools.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Windows set of tools &lt;/span&gt;- which allow the user to use a subset of forensic tools within a running windows system (most often during first response).&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;The Windows toolkit is maintaining the same interface as before, but the windows based application set is coherent, there are no missing applications. The previous version had a number of links in the windows toolkit that weren't working, which could cause a lot of grief at the wrong time.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Just a reminder of the Windows Helix Menu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdPqgBQgxI/AAAAAAAAALg/lOa_U8wZ5tA/s1600-h/Helix_Windows_Menu.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 296px;" src="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdPqgBQgxI/AAAAAAAAALg/lOa_U8wZ5tA/s400/Helix_Windows_Menu.JPG" alt="" id="BLOGGER_PHOTO_ID_5266765880801395474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The Linux &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;LiveCD&lt;/span&gt; interface has seen a major overhaul. It is now based on Gnome, and the overall interface is much better organized.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The following screenshot depicts the new Helix boot menu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdO1V6d-hI/AAAAAAAAALY/5TiT_GhJK-Q/s1600-h/Helix_Boot_Menu.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 302px;" src="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdO1V6d-hI/AAAAAAAAALY/5TiT_GhJK-Q/s400/Helix_Boot_Menu.JPG" alt="" id="BLOGGER_PHOTO_ID_5266764967555496466" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Unfortunately, probably in search of a better overall performance, it is departing the Forensic track and moving much more into mainstream - The toolkit is missing a lot of nice new Forensic tools that could have been installed and utilized. Hopefully, they'll be included in the next version.&lt;br /&gt;There is one new major feature that was missing from the previous version - the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;LiveCD&lt;/span&gt; can now be installed on a hard drive - effectively creating a full blown Forensic investigation computer without the need to lug around a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;bootable&lt;/span&gt; CD.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;The installer suffers from several bugs, so make sure you partition the target hard drive manually - the automatic option doesn't work&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The following Screenshot depicts the installed version of Helix&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdPx7_3opI/AAAAAAAAALo/U4raF2Orhao/s1600-h/Helix_Installed.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 254px;" src="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdPx7_3opI/AAAAAAAAALo/U4raF2Orhao/s400/Helix_Installed.JPG" alt="" id="BLOGGER_PHOTO_ID_5266766008570847890" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The new version of Helix is much easier to use and overall a much more completed product. You can &lt;a href="http://www.e-fense.com/helix/"&gt;download the new version of Helix here&lt;/a&gt;. With the ability to install the software onto a computer and then add your own tools, you are able to make a very good forensic tool for everyday use.&lt;br /&gt;&lt;br /&gt;The only drawback is that the E-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;fense's&lt;/span&gt; site is down quite often, so you may stumble onto problems while downloading the ISO image&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;br /&gt;&lt;br /&gt;Related Posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/tutorial-computer-forensics-process-for.html"&gt;Tutorial - Computer Forensics Process for Begginners&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/tutorial-computer-forensics-evidence.html"&gt;Tutorial - Computer Forensics Evidence Collection&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=iSVy0p"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=iSVy0p" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/447756489/new-helix3-forensic-cd-welcome.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRdPqgBQgxI/AAAAAAAAALg/lOa_U8wZ5tA/s72-c/Helix_Windows_Menu.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/11/new-helix3-forensic-cd-welcome.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-3055980399250619008</guid><pubDate>Wed, 05 Nov 2008 21:08:00 +0000</pubDate><atom:updated>2008-11-05T23:14:29.720+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><category domain="http://www.blogger.com/atom/ns#">How To</category><category domain="http://www.blogger.com/atom/ns#">Solution building</category><title>Strategic Choice - Proper Selection of Web Hosting</title><description>The time of expensive hosting and limited functionalities on web servers are long gone. Today, everyone and their mother is doing web hosting, with a huge hosting disk capacity at very acceptable prices. But even though most hosting providers differ only in the price on paper, things are much different in the real world.&lt;br /&gt;&lt;br /&gt;You can get stuck with a poor hosting, a lot of non-functional elements of the site and even huge downtime on your site.&lt;br /&gt;Here is a practical approach to selecting a good but &lt;a href="http://www.4cheapwebhosting.com/"&gt;Affordable Web Hosting &lt;/a&gt;provider. In order to properly evaluate them, you'll need to engage both your technical and business teams.&lt;br /&gt;&lt;br /&gt;Make a table like the one on the following slide and start grading according to the following bullets&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SRIWbx1alQI/AAAAAAAAALI/z75YBEHA7Qo/s1600-h/Hosting_Provider_Selection_Table_Empty.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 100px;" src="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SRIWbx1alQI/AAAAAAAAALI/z75YBEHA7Qo/s400/Hosting_Provider_Selection_Table_Empty.JPG" alt="" id="BLOGGER_PHOTO_ID_5265295580839187714" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Business Support Quality &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;- Through this category, you will evaluate how prepared the hosting provider is to meet your business expectations of hosting.&lt;/span&gt; When evaluating business support quality, you need to answer the following questions. Add two points for each &lt;span style="font-style: italic;"&gt;Yes &lt;/span&gt;answer to your business support category grade:&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Does the hosting providers' sales rep answer to calls and e-mails in a timely manner?&lt;/li&gt;&lt;li&gt;Does the hosting providers' sales rep try to understand what you are trying to achieve?&lt;/li&gt;&lt;li&gt;Is the sales rep discussing meeting your requirements?&lt;/li&gt;&lt;li&gt;Does the sales rep provide direct contact with a dedicated technical person for clarifications?&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Technical Support Quality &lt;/span&gt;- &lt;span style="font-weight: bold;"&gt;Through this category, you will evaluate how prepared the hosting provider is to meet your technical requirements for hosting. &lt;/span&gt;When evaluating technical support quality, you need to answer the following questions. Add two points for each &lt;span style="font-style: italic;"&gt;Yes &lt;/span&gt;answer to your technical support category grade:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Does the hosting providers' technical support person answer to calls and e-mails in a timely manner?&lt;/li&gt;&lt;li&gt;Does the hosting provider actually support the technical requirements of your site?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Does the hosting providers' technical support person answer your team's technical questions in a clear manner?&lt;/li&gt;&lt;li&gt;Does the hosting providers' technical support person ask for clarification on your requirements?&lt;/li&gt;&lt;li&gt;Does the hosting providers' technical support person warn you of any specific policies and limitations in their hosting solution that might hamper you?\&lt;/li&gt;&lt;li&gt;Does the hosting provider offer remote tools for web site technical side management (service stop/start, add-ons and libraries management etc..)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Hosting Solution Breadth &lt;/span&gt;- &lt;span style="font-weight: bold;"&gt;Through this category, you will evaluate what other services you might be able to utilize in the near future combined with web hosting. &lt;/span&gt;When evaluating hosting solution breadth, you need to answer the following questions. Add one point for each Yes answer to your solution breadth category grade:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Is the hosting provider prepared to take over DNS hosting?&lt;/li&gt;&lt;li&gt;Is DNS records management available to your technical staff via remote interface?&lt;/li&gt;&lt;li&gt;Is there a e-mail service available?&lt;/li&gt;&lt;li&gt;Can the e-mail service capture all e-mails for you if necessity arises?&lt;/li&gt;&lt;li&gt;Are they offering any other services as bundle or with additional payment?&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Hosting Contention Ratio &lt;/span&gt;-  &lt;span style="font-weight: bold;"&gt;Through this category, you will evaluate how many other sites you'll have to compete with for server resources, and how many different sites can impact your own in terms of security since they are on the same server. &lt;/span&gt;When evaluating contention ratio, you need to answer the following questions. Add one point for each Yes answer to your contention ratio category grade.&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Is your site on a dedicated server?&lt;/li&gt;&lt;li&gt;Is your site on a server with no more then 50 large customer sites?&lt;/li&gt;&lt;li&gt;Is your site on a server with dedicated and isolated resources from other sites (virtual machine or chroot type of isolation)?&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Error Recovery  &lt;/span&gt;-&lt;span style="font-weight: bold;"&gt; Through this category, you will evaluate how will the hosting provider react to recover your web site should an error occur. &lt;/span&gt;When evaluating error recovery, you need to answer the following questions. Add one point for each Yes answer to your error recovery category grade&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Is backup of the site performed daily?&lt;/li&gt;&lt;li&gt;Is backup of the site performed together with backup of the site's backend database&lt;/li&gt;&lt;li&gt;Is hacker attack detection/prevention present?&lt;/li&gt;&lt;li&gt;Will you get alerting/notice from the provider if suspect hacker activity is detected?&lt;/li&gt;&lt;li&gt;If site defacement occurs, can the hosting provider recover to a working site within 15 minutes of detection or notice bu you?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;If site defacement occurs, is proper forensic investigation performed with results submitted to you?&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;br /&gt;After you've finished answering your questions, you'll have a table like the one below&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRIWksvRmGI/AAAAAAAAALQ/DhSFKZ4ZVvI/s1600-h/Hosting_Provider_Selection_Table_Full.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 100px;" src="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SRIWksvRmGI/AAAAAAAAALQ/DhSFKZ4ZVvI/s400/Hosting_Provider_Selection_Table_Full.JPG" alt="" id="BLOGGER_PHOTO_ID_5265295734090078306" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Select the top 20% providers from the Total grades and add the pricing of their solution. The cheapest one will be your &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://www.4cheapwebhosting.com/"&gt;Affordable Web Hosting &lt;/a&gt;&lt;span style="font-weight: bold;"&gt;provider. You can afford to pay him, but you don't need to accept low quality.&lt;/span&gt;&lt;br /&gt;Talkback and comments are most welcome&lt;br /&gt;&lt;br /&gt;Related posts&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/06/rules-for-good-corporate-web-presence.html"&gt;Rules for good Corporate Web Presence&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/04/creating-your-own-web-server.html"&gt;Creating Your Own Web Server&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/04/tutorial-making-web-server_11.html"&gt;Tutorial: Making a Web Server&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/02/having-web-site-that-is-not-that-easy.html"&gt;Web Site that is not that easy to hack - Part 1 HOWTO&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/03/having-web-site-that-is-not-that-easy.html"&gt;Web Site that is not Easy to hack - Part 2 HOWTO - the web site attacks&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=nPpsvJ"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=nPpsvJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/443721891/strategic-choice-hosting-your-web-site.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SRIWbx1alQI/AAAAAAAAALI/z75YBEHA7Qo/s72-c/Hosting_Provider_Selection_Table_Empty.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/11/strategic-choice-hosting-your-web-site.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-556019195658927803</guid><pubDate>Wed, 29 Oct 2008 16:41:00 +0000</pubDate><atom:updated>2008-10-30T06:38:52.060+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">GPS</category><category domain="http://www.blogger.com/atom/ns#">Solution building</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>GPS Fleet Tracking - Risks or Benefits?</title><description>GPS &lt;a href="http://www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;Fleet Tracking&lt;/a&gt; is usually associated with taxi fleets, armored transport and police/security vehicles. In reality, a lot of companies use GPS tracking not just for their company fleet, but also  for personal tracking of their top employees or sensitive equipment. And GPS itself brings a whole new challenges to information security.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Functionality&lt;/span&gt;&lt;br /&gt;The &lt;b&gt;Global Positioning System (GPS)&lt;/b&gt; is a &lt;a href="http://en.wikipedia.org/wiki/Global_Navigation_Satellite_System" title="Global Navigation Satellite System" class="mw-redirect"&gt;Global Navigation Satellite System&lt;/a&gt; developed by the United States Department of Defense. It uses a constellation of between 24 and 32 Medium Earth Orbit satellites that transmit precise microwave signals, that enable GPS receivers to determine their current &lt;span class="mw-redirect"&gt;location&lt;/span&gt;, the time, and their velocity (including direction).&lt;br /&gt;&lt;br /&gt;The GPS &lt;a href="http://www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;Fleet Tracking &lt;/a&gt;uses a GPS receiver paired with a radio transmitter. The GPS receiver determines it's location, direction and velocity and transmits this information to a central monitoring system via the radio transmitter. The radio transmitter part is most frequently a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;GSM&lt;/span&gt; mobile phone device which transmits the data via &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;GSM&lt;/span&gt; Data or &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;GPRS&lt;/span&gt; data capability as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;TCP&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;IP&lt;/span&gt; packets.&lt;br /&gt;The central monitoring system is a server that receives the packets sent by the GPS tracking devices, stores them in a database and presents them as an overlay on a map.&lt;br /&gt;&lt;br /&gt;The following diagram presents the overall system:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Hu1rpxRsqcU/SQjEInIIVHI/AAAAAAAAALA/1Td83i3RpZ8/s1600-h/GPS_Tracking_Diagram.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 370px; height: 400px;" src="http://1.bp.blogspot.com/_Hu1rpxRsqcU/SQjEInIIVHI/AAAAAAAAALA/1Td83i3RpZ8/s400/GPS_Tracking_Diagram.jpg" alt="" id="BLOGGER_PHOTO_ID_5262671816803505266" border="0" /&gt;&lt;/a&gt;&lt;ol&gt;&lt;li&gt;The GPS receiver contacts the GPS &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;satellites&lt;/span&gt; and &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;calculates&lt;/span&gt; it's position, velocity and direction. At any given time, the GPS receiver has at least 3 &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;satellites&lt;/span&gt; over the horizon to contact&lt;/li&gt;&lt;li&gt;The GPS tracking device sends the calculated information via the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;GPRS&lt;/span&gt; data link to the information hub&lt;/li&gt;&lt;li&gt;The information hub relays the received information to the GPS Tracking server&lt;/li&gt;&lt;li&gt;The user uses the monitoring station to follow the fleet or to review the information about any vehicle stored in the database.&lt;/li&gt;&lt;/ol&gt;&lt;a href="http://www.brickhousesecurity.com/"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;BrickHouse&lt;/span&gt; Security &lt;/a&gt;has a very comprehensive selection of GPS &lt;a href="http://www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;Fleet Tracking &lt;/a&gt;solutions.&lt;a href="http://www.blogger.com/www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.blogger.com/www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt; &lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Business Benefit&lt;/span&gt;s&lt;br /&gt;There are well known business benefits of using a &lt;a href="http://www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;Fleet Tracking &lt;/a&gt;system. Here are several:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Tracked vehicles are used much more responsibly and only for the intended purpose (no detours to buy groceries, or weekend trips to the lake).&lt;/li&gt;&lt;li&gt;Because they are used for the planned purpose, the fuel usage is much more optimal.&lt;/li&gt;&lt;li&gt;Ability to observe employee vehicle usage to establish their responsibility towards company assets.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;The Physical Security Benefits&lt;/span&gt;&lt;br /&gt;Apart from a clearly business perspective, GPS Tracking has security benefits&lt;br /&gt;&lt;ol&gt;&lt;li&gt;GPS &lt;a href="http://www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;Fleet Tracking &lt;/a&gt;enables stolen vehicles to be recovered very fast.&lt;/li&gt;&lt;li&gt;Paired with a panic button, it can be used for tracking and helping kidnapped or blackmailed key personnel (the chief officers and other key employees can be equipped with such GPS Tracking device)&lt;/li&gt;&lt;li&gt;Valuable or sensitive equipment or assets can be observed during transport to identify situations where the asset has deviated or been delayed in transport - a major indication of attempt at tampering or theft&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The open and sensitive questions&lt;/span&gt;&lt;br /&gt;Naturally, every new system brings new challenges for information security. Here are the most common ones connected to GPS tracking:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;How do you secure your GPS tracking database &lt;/span&gt;- the GPS tracking data is sensitive to say the least. Anyone stealing that data can analyze the travel patterns of each vehicle and subject tracked and plan a possible theft or crime. Also, the GPS tracking data will identify the 'blind spots' where tracking is impossible, like tunnels, parking structures, even streets with train tracks above them - which are first choice for theft.&lt;br /&gt;&lt;/li&gt;&lt;li style="font-weight: bold;"&gt;How do access the GPS tracking data?&lt;span style="font-weight: normal;"&gt; - if one cannot steal the information from the database, it can be stolen in transit. If the monitoring station and the servers are at a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;distance&lt;/span&gt; from each other, always use an encrypted channel to access this information. &lt;/span&gt;&lt;/li&gt;&lt;li style="font-weight: bold;"&gt;Do you inform your employees of GPS Tracking systems?&lt;span style="font-weight: normal;"&gt; - Informing the employees that their vehicles are tracked is a double edged sword: If you do inform them, they should be more careful, but on the other hand some of them will go to great lengths to destroy the GPS device so they can go about their way as they used to. If you don't inform them, you can end up in court for a number of infractions - depending on the judicial system&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Do you control against rogue GPS devices &lt;/span&gt;- just as you use GPS for a legitimate function, a criminal may use a rogue GPS device to simply collect information off your vehicles. There isn't a very easy to find such devices once they are planted, but it is much easier to control the access to the relevant vehicles to prevent a criminal from approaching them for a time that will enable him to plant the rogue device.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;The GPS Fleet Tracking systems are very useful systems, and can enable the company to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;achieve&lt;/span&gt; considerable savings to their fleet management, as well as provide additional security leverage for personal and asset safety.&lt;br /&gt;&lt;br /&gt;But at the same time, it introduces a new system with it's own IT and communications requirements, and another repository of highly confidential data.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;So any company implementing a GPS &lt;/span&gt;&lt;a style="font-style: italic; font-weight: bold;" href="http://www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;Fleet Tracking &lt;/a&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;system should clearly define its objectives and requirements, and seek out a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_12"&gt;professional&lt;/span&gt; integrator to deliver the entire solution, always bearing in mind that the solution must be both functional and secure.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;br /&gt;&lt;a href="http://www.blogger.com/www.brickhousesecurity.com/avl-fleet-management-gps.html"&gt;&lt;br /&gt;&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=Rap0GM"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=Rap0GM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/436287375/gps-fleet-tracking-is-usually.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hu1rpxRsqcU/SQjEInIIVHI/AAAAAAAAALA/1Td83i3RpZ8/s72-c/GPS_Tracking_Diagram.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/10/gps-fleet-tracking-is-usually.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-2672375958752730312</guid><pubDate>Sat, 25 Oct 2008 13:21:00 +0000</pubDate><atom:updated>2008-10-25T21:22:16.067+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><category domain="http://www.blogger.com/atom/ns#">How To</category><category domain="http://www.blogger.com/atom/ns#">Solution building</category><title>Controlling Firefox Through Active Directory</title><description>&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Firefox&lt;/span&gt; is a great browser. But it is being widely avoided by corporations, since it is difficult to manage &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Firefox&lt;/span&gt; through a corporate-wide security policy, like IE through Active Directory.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;FrontMotion&lt;/span&gt; has published &lt;a style="font-weight: bold;" href="http://www.frontmotion.com/FMFirefoxCE/index.htm"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;FrontMotion&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Firefox&lt;/span&gt; Community Edition &lt;/a&gt;- a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Firefox&lt;/span&gt; with the ability to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;lockdown&lt;/span&gt; settings through Active Directory using Administrative Templates. The concept is interesting, but how well does it work?&lt;br /&gt;&lt;br /&gt;Here is a review of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;FrontMotion&lt;/span&gt; solution for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;Firefox&lt;/span&gt; and Active Directory Integration&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Test&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;FrontMotion&lt;/span&gt; has prepared an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;MSI&lt;/span&gt; package of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Firefox&lt;/span&gt;, with several modifications to enable group policy integration, as well as the administrative templates for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;Firefox&lt;/span&gt;.&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;Download the administrative templates (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;firefox&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;adm&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;mozilla&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;adm&lt;/span&gt;) and add them to your Group Policy Editor.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Hu1rpxRsqcU/SQMlakYh76I/AAAAAAAAAKg/sdzuR5OMhLE/s1600-h/FirefoxADTemplates.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 273px;" src="http://1.bp.blogspot.com/_Hu1rpxRsqcU/SQMlakYh76I/AAAAAAAAAKg/sdzuR5OMhLE/s400/FirefoxADTemplates.JPG" alt="" id="BLOGGER_PHOTO_ID_5261089928072261538" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You get the following configuration parameters in the Group Policy - Administrative Templates for both under user and computer configuration can configure the following elements&lt;span style="font-style: italic;"&gt; &lt;/span&gt;in the  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;Firefox Section&lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li style="font-weight: bold;"&gt;General Settings&lt;span style="font-weight: normal;"&gt; - centraly configure and enforce Home Page&lt;/span&gt; setting for the Firefox users/computers&lt;br /&gt;&lt;/li&gt;&lt;li style="font-weight: bold;"&gt;Enable Automatic Image Resizing&lt;span style="font-weight: normal;"&gt; - self-explanatory&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Disable &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;Firefox&lt;/span&gt; Default Browser Check &lt;/span&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;- self-explanatory&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Cache &lt;/span&gt;- setting cache size and path&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Set Default Download Location &lt;/span&gt;- downloads path setting&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Proxy Settings&lt;/span&gt; - centrally configure and enforce proxy setting for the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;Firefox&lt;/span&gt; users/computers&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Disable &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;XPI&lt;/span&gt; Installs&lt;/span&gt; - block installing of Moziila extensions&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;A configured policy is presented on the following image.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SQMlmWLPpgI/AAAAAAAAAKo/sCTNZwBM_d8/s1600-h/FirefoxADConfigured.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 286px;" src="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SQMlmWLPpgI/AAAAAAAAAKo/sCTNZwBM_d8/s400/FirefoxADConfigured.JPG" alt="" id="BLOGGER_PHOTO_ID_5261090130416870914" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Upon testing, we installed the &lt;span style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;Firefox&lt;/span&gt; Community Edition&lt;/span&gt; and applied the configured policy.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SQMqfNYmcuI/AAAAAAAAAKw/GrU2hMgQYc8/s1600-h/Firefox_Install.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 311px;" src="http://4.bp.blogspot.com/_Hu1rpxRsqcU/SQMqfNYmcuI/AAAAAAAAAKw/GrU2hMgQYc8/s400/Firefox_Install.JPG" alt="" id="BLOGGER_PHOTO_ID_5261095505356026594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;When we ran &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;Firefox&lt;/span&gt; and tried to change the proxy, we were unable to, as can be seen on the image below.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SQMqkT4nQhI/AAAAAAAAAK4/8iHoonS3JL8/s1600-h/Firefox_Proxy_Lock.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 285px;" src="http://2.bp.blogspot.com/_Hu1rpxRsqcU/SQMqkT4nQhI/AAAAAAAAAK4/8iHoonS3JL8/s400/Firefox_Proxy_Lock.JPG" alt="" id="BLOGGER_PHOTO_ID_5261095593000256018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It can be confirmed that the overall Active Directory Group policy functions well. However, the number of configurable parameters for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Firefox&lt;/span&gt; is very small, especially compared to the flexibility provided by Microsoft for Internet Explorer&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;Integrating &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;Firefox&lt;/span&gt; into Active Directory is a great progress. But the current level of the solution makes it more of a curiosity, since it will change it's functionality with every new build from &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;FrontMotion&lt;/span&gt;. If Active Directory integration is merged into the main &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;Firefox&lt;/span&gt; development track and properly developed, for instance for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;Firefox&lt;/span&gt; 3.2, it will be a great step for Mozilla against Microsoft.&lt;br /&gt;Once corporations are confident that Active Directory support is properly adopted into the generic &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;Firefox&lt;/span&gt; and is there to stay, I know a lot of administrators that will  happily phase out Internet Explorer for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;Firefox&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;br /&gt;&lt;br /&gt;Related posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/05/truecrypt-full-disk-encryption-review.html"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;TrueCrypt&lt;/span&gt;&lt;/span&gt; Full Disk Encryption Review&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=UhUttg"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=UhUttg" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/431964148/firefox-is-great-browser.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hu1rpxRsqcU/SQMlakYh76I/AAAAAAAAAKg/sdzuR5OMhLE/s72-c/FirefoxADTemplates.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/10/firefox-is-great-browser.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-6454034767580814978</guid><pubDate>Tue, 21 Oct 2008 06:29:00 +0000</pubDate><atom:updated>2008-10-21T09:49:24.802+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information security</category><title>Protecting from Meddling Web Applications</title><description>&lt;div&gt;The current trend of web2.0 (or AJAX) is to abstract all processing from the local computer resources and just present the final 'drawing' of the web application, which contains only forms or lightweight widgets that pose very low security threat. However there are a lot of software companies that are still sticking to some old school (read outdated and insecure) programming technologies for web applications, that can leave your security cracked wide open.&lt;br /&gt;&lt;br /&gt;So, how do you protect from web applications that wish to meddle with your computer.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example scenario:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A vehicle service company has created an online ticketing system for fast problem reporting and resolution. A rent-a-car company which uses the vehicle service needs to use the application for logging of faults to their fleet. At first use, the web application does not work on any computer at the rent-a-car company. After some analysis, the security administrator concludes that the web application requires to install an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;ActiveX&lt;/span&gt; control on the client PCs in order to work - a function explicitly denied by the security policy.&lt;br /&gt;Since business comes before security, the rent-a-car managers decide that everything must be done in order for the service web application to work properly. Thus, the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;ActiveX&lt;/span&gt; control is set as trusted and everything is fine.&lt;br /&gt;&lt;br /&gt;Two months later, the service company ticketing web server crashes. At the same time, during regular fleet inventory, the rent-a-car company concludes that 17 luxury rentals are missing and have not been seen for at least a week. The GPS &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;locators&lt;/span&gt; of the cars are found at an abandoned parking structure connected to a car battery.&lt;br /&gt;&lt;br /&gt;Suspecting the system administrators are in on the theft, the police brings in forensic teams that sift the system for incriminating evidence. They discover none, but find a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;trojan&lt;/span&gt; horse that tampers with database &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;records&lt;/span&gt; in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;ActiveX&lt;/span&gt; control downloaded from the web server of the vehicle service company.The vehicle service company is contacted for investigation and it is concluded that the web server is formatted. It crashed due to corruption of several system files on the web server on the day when the 17 cars went missing. The manufacturer of the Web Ticketing application is also contacted and his &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;ActiveX&lt;/span&gt; control is analyzed. The original &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;ActiveX&lt;/span&gt; control does not contain any foul play code.&lt;br /&gt;&lt;br /&gt;After the incident, the rent-a-car company files a damages suit against the service company, and the vehicle service company fires the administrator for gross negligence.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Analysis:&lt;/span&gt;&lt;br /&gt;The entire chain of events in this scenario is a simple case of non-core competence comedy of errors:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Both companies have a completely non-IT core business, and as such are most likely to use the cheapest product on the market, as long as it works.&lt;/li&gt;&lt;li&gt;Their security awareness is an afterthought.The rent-a-car company trusted a foreign application and installed it on their computers.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The foreign application was downloaded from the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;Internet&lt;/span&gt;, and there was no way to confirm that the application is unmodified. &lt;/li&gt;&lt;li value="5"&gt;At the same time, the vehicle service company hosted a web application using their resources without proper knowledge and implementation of security&lt;/li&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;ActiveX&lt;/span&gt; as a technology is risky - it has no technological security - it just relies on the user's permission to trust and install itself. After that the applications have unrestricted &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;access&lt;/span&gt; to anything the user has access to - even hardware (keyboard, disk drives, network...)&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Conclusion and Recommendations:&lt;br /&gt;&lt;/span&gt;There are simple and effective strategic steps to alleviate the risks of this scenario&lt;br /&gt;&lt;br /&gt;If you are in a role similar to the vehicle service provider&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Focus on core competence and outsource the application hosting to a reputable IT hosting company&lt;/li&gt;&lt;li&gt;When purchasing applications - add a functional requirement for minimal interference to the client side systems&lt;/li&gt;&lt;li&gt;Request a periodical reporting on security of the hosted application from an independent source (auditor)&lt;/li&gt;&lt;li&gt;Request that all code and information transferred via the internet to be signed by an code signing certificate issued from a trusted issuer.&lt;/li&gt;&lt;/ol&gt;If you are in a role similar to the rent-a-car company&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Have a strict security policy and don't allow foreign code within your network (create isolated tunnels, separate isolated stations or similar level of isolation)&lt;/li&gt;&lt;li&gt;Request a periodical reporting on security of the hosted application from an independent source (auditor)&lt;/li&gt;&lt;li&gt;Request that all code and information transferred via the internet to be signed by an code signing certificate issued from a trusted issuer&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;br /&gt;&lt;br /&gt;Related posts&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/06/information-risks-when-branching.html"&gt;Information Risks when Branching Software Versions&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/05/3-rules-to-keep-attention-to-detail-in.html"&gt;3 rules to keep attention to detail in Software Development&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/05/8-golden-rules-of-change-management.html"&gt;8 Golden Rules of Change Management&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/04/application-security-too-much-function.html"&gt;Application security - too much function brings problems&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/04/information-security-risks-and-measures.html"&gt;Security risks and measures in software development&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/04/security-challenges-in-software.html"&gt;Security challenges in software development&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=3RomEm"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=3RomEm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/427236664/protecting-from-meddling-web.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/10/protecting-from-meddling-web.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-1659039584009932107</guid><pubDate>Thu, 18 Sep 2008 15:33:00 +0000</pubDate><atom:updated>2008-09-18T17:47:31.128+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">forensics</category><category domain="http://www.blogger.com/atom/ns#">Incident Management</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>Thrown in the Fire - Database Corruption Investigation</title><description>Analyzing an incident when the manufacturer claims that it's an operator error and the operator claims that it is an application error is one of the most daunting tasks of a security officer.&lt;br /&gt;And this is a type of incident that the security officer will be called upon to investigate simply because the management needs an independent observer and has doubts both in the operator as well as the manufacturer. Here is what to do when thrown into the fire&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Do not let the manufacturer's expert be the one that leads the investigation&lt;/strong&gt;. If he insists to be involved, make it clear that this is your investigation and that he has to ask permission for and explain any action he wants done on the database and application during the investigation.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Know a bit of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;SQL&lt;/span&gt; or bring someone that you trust that knows &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;SQL&lt;/span&gt;&lt;/strong&gt;.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;Tools of the trade&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Toad for Oracle and Query Analyzer&lt;/li&gt;&lt;li&gt;MS &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;SQL&lt;/span&gt; Server Management Studio for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;SQL&lt;/span&gt; Server&lt;/li&gt;&lt;li&gt;Event viewer for Windows and &lt;/li&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Syslog&lt;/span&gt; and text log files for Unix/Linux &lt;/li&gt;&lt;li&gt;Notepad, hi-res camera or screenshots for everything.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Incident Investigation Process&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Gather as much information as possible - even gossip!&lt;/strong&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Talk to the witnesses of the incident. &lt;/li&gt;&lt;li&gt;Establish who else worked with the application during the incident discovery&lt;/li&gt;&lt;li&gt;Document the events that lead to the discovery of the problem and their timeline&lt;/li&gt;&lt;li&gt;Document any data involved in the process - account numbers, exact names, values, currencies - anything that can be found in the database. Do this for both the clean and and corrupt data &lt;/li&gt;&lt;li&gt;Gather screenshots of the application of the events that lead to the discovery of the problem&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Establish a time interval of the incident &lt;/strong&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Choose a database backup closest to the time the incident has been identified and Request that a database restore be done and the users to verify that the restored database is in good condition. &lt;/li&gt;&lt;li&gt;If the database is 'good' then the incident &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;occurred&lt;/span&gt; between that backup and now.&lt;/li&gt;&lt;li&gt;If the database is 'bad' repeat with an earlier backup&lt;/li&gt;&lt;li&gt;Repeat until you find the closest 'good' and 'bad' backups - the incident has &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;occurred&lt;/span&gt; sometime in that interval&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;If possible, try to reproduce the conditions of the incident &lt;/strong&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Starting from the known 'good' state - a non-corrupt database ask the users to repeat their activities&lt;/li&gt;&lt;li&gt;Observe/Film the user while performing the activities in the application&lt;/li&gt;&lt;li&gt;Run a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;profiler&lt;/span&gt;/logger type of tool while the users are working to capture all &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;backend&lt;/span&gt; activities on the database&lt;/li&gt;&lt;li&gt;Follow through until the application is closed and all sessions are torn down - there can be a closing script that is a problem&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Identify key data repositories&lt;/strong&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Consult the documentation and captured queries if available to identify the tables that the corrupt data is kept in. &lt;/li&gt;&lt;li&gt;If there is no usable source, use trial and error: The tables are usually named in a logical manner related to their purpose - so match them to the statement of events to find which tables are relevant. &lt;/li&gt;&lt;li&gt;In order to confirm that the right tables are identified, find at least some of the documented data involved in the incident in these tables. &lt;em&gt;Don't be &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;disappointed&lt;/span&gt; if you miss at first - they MUST be somewhere!&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Look through the audit and/or the logs of the database to identify which updates or changes were made in the database&lt;/strong&gt;. &lt;/li&gt;&lt;ul&gt;&lt;li&gt;This is a very problematic step - some applications and databases will not have any audit, or a small amount of audit. &lt;/li&gt;&lt;li&gt;But almost all applications have a form of application trail - a table or set of tables that logs the action to be or was done, mostly because a lot of application actions are dependent on each other so they need to create a unique identifier (key) in one table to be referenced further. &lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Match the described timeline with the database logged actions as closely as possible&lt;/strong&gt;. &lt;/li&gt;&lt;ul&gt;&lt;li&gt;Consult the witnesses of the incident during this process - tell them that you notice certain type of event at certain time - this reminder triggers memory - they'll remember more detailed actions of their work!Add log details and timestamps at each step of the timeline&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Discuss Observable Trail With Manufacturer and Users&lt;/strong&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;If you find a proof of a bug or human error you're in luck. Write a report and recommend corrective and preventive measures.&lt;/li&gt;&lt;li&gt;Most likely, you'll find a gap in the events right where the incident &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;occurred&lt;/span&gt; (interval of minutes) but the trail of events will indicate what was the next step: whether the program malfunctioned or the user made a flagrant error. Then you need to confront the manufacturer and users with the problem. &lt;em&gt;Ask for a recreation of the actions with both parties present and with full logging. The log will give the actual event.&lt;/em&gt;&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;strong&gt;NOTE: Non reproducible errors are possible - If the error cannot be reproduced, &lt;/strong&gt;&lt;strong&gt;then that is a report also. But then you need to increase the logging level to maximal possible level until the problem resurfaces.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;Related Posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/mail-header-security-analysis.html"&gt;Tutorial - Mail Header Analysis for Spoof Protection&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/tutorial-computer-forensics-process-for.html"&gt;Tutorial - Computer Forensics Process for &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;Beginners&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/tutorial-computer-forensics-evidence.html"&gt;Tutorial - Computer Forensics Evidence Collection&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/04/sla-lesson-software-bug-blues.html"&gt;The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;SLA&lt;/span&gt; Lesson: software bug blues&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;Talkback&lt;/span&gt; and comments are most welcome
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=tPDgAR"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=tPDgAR" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/396324413/thrown-in-fire-database-corruption.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/09/thrown-in-fire-database-corruption.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-8114106433967715236</guid><pubDate>Wed, 10 Sep 2008 20:07:00 +0000</pubDate><atom:updated>2008-09-10T22:23:39.182+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><title>5 Reasons to Consult Your SysAdmin for New Systems</title><description>&lt;div&gt;A lot of organizations isolate system administrators from new system implementations, lead by the premise that their admin teams need to focus on maintenance, and that they may not bring benefit to the implementation, especially when consultants are engaged to implement the entire new system.&lt;/div&gt;&lt;div&gt;But always bear in mind that system admins have very specific insight that any project manager will find useful. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here are the 5 reasons why organizations should always include your system admins in all phases of system implementation:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;SysAdmins&lt;/span&gt; know the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;infrastructure&lt;/span&gt; and the interactions between systems&lt;/span&gt; - every corporate IT infrastructure is a complex set of systems, firewalls, security rules and networking connections. The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;SysAdmin&lt;/span&gt; can provide invaluable information about what the new system will communicate to, under which conditions and by which rules - questions that need to be properly answered in any implementation.  &lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;SysAdmins&lt;/span&gt; know the utilized capacities of current systems&lt;/span&gt; -  introducing a new system is never self-sufficient. The new system will add load to the switching infrastructure, firewalls, can require additional licenses for monitoring systems and possibly database servers. All these prerequisites need to be addressed in a timely manner, so the full implementation does not grind to a halt at the last mile because there are no available ports.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;SysAdmins&lt;/span&gt; can assist in evaluating required capacity&lt;/span&gt; - Based on what is used in the current network, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;SysAdmins&lt;/span&gt; can provide very relevant observation on whether the offered hardware is appropriate in terms of processing power, memory and disk capacity usage.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;SysAdmins&lt;/span&gt; can provide fresh insight into possible risks in implementation &lt;/span&gt;- While the risk analysis is part of the preparation for implementation, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;SysAdmins&lt;/span&gt; can provide good input on possible risks in implementation - they know the users and usage patterns, the client systems and the entire environment. &lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;SysAdmins&lt;/span&gt; need to be in the loop for the new element&lt;/span&gt; - The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;SysAdmins&lt;/span&gt; need to know and understand the new element in the infrastructure, so they can prepare to welcome the element - prepare capacity on related systems, read about the product, properly organize day-to-day maintenance tasks for the new system.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Related posts&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.shortinfosec.net/2008/08/system-management-when-do-it-admins.html"&gt;System Management - When do the IT Admins Screw Up?&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=5IsG0D"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=5IsG0D" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/388991088/5-reasons-to-consult-your-sysadmin-for.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/09/5-reasons-to-consult-your-sysadmin-for.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-4074276312339335547</guid><pubDate>Fri, 29 Aug 2008 14:28:00 +0000</pubDate><atom:updated>2008-09-09T22:26:33.617+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><title>Essential  Management Semantics - Responsible vs Accountable</title><description>&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I've had a discussion at the office about who is responsible for a certain activity. And as expected, the junior colleagues got into a discussion of who is more and who is less responsible for the activity. The Information Technology Infrastructure Library (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;ITIL&lt;/span&gt;) defines two distinct roles: &lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Responsible&lt;/span&gt; and&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Accountable&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you open &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;Websters&lt;/span&gt; dictionary (&lt;a href="http://www.websters.com/"&gt;www.websters.com&lt;/a&gt;) and look up the adjective "&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;responsible&lt;/span&gt;" you get the following description: &lt;span class="Apple-style-span" style="font-style: italic;"&gt;answerable or accountable, as for something within one's power, control, or management &lt;/span&gt;&lt;br /&gt;If you do the same for "&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;accountable&lt;/span&gt;" here is what you get: &lt;span class="Apple-style-span" style="font-style: italic;"&gt;subject to the obligation to report, explain, or justify something; responsible; answerable&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;It is a common sense to assume that "accountable" and "responsible" are synonyms. But both in Management and IT their meaning differs slightly and that makes all the difference:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Accountable &lt;/span&gt;is the &lt;span class="Apple-style-span" style="text-decoration: underline;"&gt;PERSON&lt;/span&gt; (singular) who &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;answers&lt;/span&gt; for the entire set of results in a performed activity or process.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Responsible&lt;/span&gt; are the &lt;span class="Apple-style-span" style="text-decoration: underline;"&gt;PERSON &lt;/span&gt;or &lt;span class="Apple-style-span" style="text-decoration: underline;"&gt;PERSONS&lt;/span&gt; (singular or plural) who answers for the quality of a subset of tasks performed within an activity or a process.&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;So, there can be many responsible persons for the proper performance of a process, but should ALWAYS be only ONE person accountable for the entire process. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Bonus Question&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Q: &lt;span class="Apple-style-span" style="font-weight: normal; "&gt;When something does not get done right, who gets blamed. The Accountable or the Responsible:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;A: &lt;span class="Apple-style-span" style="font-weight: normal; "&gt;The Accountable has the task to identify which Responsible is failing his job and take measures to fix the problem. In the long run however, if the problem is not fixed and the entire process fails, the Accountable will be called to answer.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The&lt;a href="http://www.managementblog.org/"&gt; Management Skills Blog&lt;/a&gt; has an&lt;a href="http://www.managementblog.org/archives/2008/08/22/fixing-accountability-2/"&gt; excellent example on accountability versus responsibility &lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Related posts&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.shortinfosec.net/2008/08/system-management-when-do-it-admins.html"&gt;System Management - When do the IT Admins Screw Up?&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.shortinfosec.net/2008/07/san-francisco-wan-lockout-pointing.html"&gt;San Francisco WAN Lockout - Pointing Fingers at Everyone Responsible&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=KpWmS8"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=KpWmS8" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/387988856/essential-management-semantics.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/essential-management-semantics.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-1922212746275819950</guid><pubDate>Thu, 28 Aug 2008 20:24:00 +0000</pubDate><atom:updated>2008-08-28T22:34:59.956+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">disaster recovery</category><category domain="http://www.blogger.com/atom/ns#">business continuity</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>iPhone Failed - Disaster Recovery Practical Insight</title><description>A lot of Disaster Recovery procedures are considered failed simply because they took longer then originally planned and documented. And a lot of these procedures take longer not because of poor equipment or incompetence. On the contrary, they take longer because the responsible people are focusing primarily on the effort to fix the problem. Here is a practical example:&lt;br /&gt;&lt;br /&gt;On &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;Tuesday&lt;/span&gt; my iPhone failed. And since its warranty is long gone i decided to fix it myself. I finally got it fixed at &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;Wednesday&lt;/span&gt; night.&lt;br /&gt;&lt;br /&gt;In my zeal to repair it, I forgot the first rule of business continuity - recover functionality within acceptable &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;time frame&lt;/span&gt;. And for iPhone, just for any other mobile phone, the main functionality is TELEPHONY!!! I was unavailable for the most part of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;Tuesday&lt;/span&gt; and during parts of business hours on &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;Wednesday&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;In the end, the problem was solved, and my iPhone is working again. But then all missed calls came raining down, and that kicked me back into reality, and gave me a real perspective of what I needed to do: find a low end replacement phone instead of meddling with low-level format, firmware flashing and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;DFU&lt;/span&gt;&lt;/span&gt; modes. That way, I would have been &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;contactable&lt;/span&gt;, and be under much less pressure to quickly fix my iPhone.&lt;br /&gt;&lt;br /&gt;In perspective, the same behavior can be seen in many organizations &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;during&lt;/span&gt; IT disaster recovery. Disaster recovery is organized and coordinate by IT people - mostly very capable engineers. And yet, a large number of Disaster Recovery actions are delayed by the effort of these good engineers focusing primarily on fixing the engineering problem - not fixing the business problem.&lt;br /&gt;&lt;br /&gt;In a Disaster Recovery situation, the timer of recovery is known as Recovery Time Objective (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;RTO&lt;/span&gt;&lt;/span&gt;). That is the time interval starting from the moment &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;ot&lt;/span&gt;&lt;/span&gt; disaster in which operation must be recovered to limited but essential functionality.&lt;br /&gt;&lt;br /&gt;A good DR manager - regardless of his position and education does his work with a stopwatch. The time he can allow the engineers to try to fix the problem does not have a formal name so let's call it Fixing Time. It &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;is the&lt;/span&gt; time difference between &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;RTO&lt;/span&gt;&lt;/span&gt; and the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_12"&gt;tested&lt;/span&gt; time required to activate the Disaster Recovery systems.&lt;br /&gt;Once this Fixing Time passes, Disaster Recovery preparations must start. If the problem gets fixed before completion of DR system activation, all is well. If not, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;RTO&lt;/span&gt;&lt;/span&gt; has been met. Oh, and the engineers can relax from the urgency pressure and work on fixing the original problem for as long as it takes&lt;br /&gt;&lt;br /&gt;Back to my iPhone example - what was my timing? A phone &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;RTO&lt;/span&gt;&lt;/span&gt; should be the recharge time - 2 hours. Getting a replacement phone is a walk to the store and buying the cheapest prepaid model or borrowing a spare form a friend - 30 &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;minutes&lt;/span&gt;. So I needed to keep my cool, and try to fix the problem for only 1.5 hours before looking for an alternative. After that, I could have spent a week on the iPhone - no pressure to fix it fast.&lt;br /&gt;&lt;br /&gt;Related posts&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/3-rules-to-prevent-backup-headaches.html"&gt;3 Rules to Prevent Backup Headaches&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/08/business-continuity-analysis.html"&gt;Business Continuity Analysis - Communication During Power Failure&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/business-continuity-plan-for-brick.html"&gt;Example Business Continuity Plan for Brick&amp;amp;Mortar Business&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/business-continuity-plan-for-blogs.html"&gt;Business Continuity Plan for Blogs&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/example-business-continuity-plan-for.html"&gt;Example Business Continuity Plan For Online Business&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Talkback&lt;/span&gt;&lt;/span&gt; and comments are most welcome
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=G1ZiWL"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=G1ZiWL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/377459619/iphone-failed-disaster-recovery.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/iphone-failed-disaster-recovery.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-3862485775621938191</guid><pubDate>Mon, 25 Aug 2008 07:50:00 +0000</pubDate><atom:updated>2008-08-25T10:06:11.827+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>Cloud Computing - Premature murder of the datacenter</title><description>Last week Amazon announced it's new cloud computing service - &lt;a href="http://www.amazon.com/b/ref=sc_fe_c_1_3435361_1?ie=UTF8&amp;amp;node=689343011&amp;amp;no=3435361&amp;amp;me=A36L942TSJ2AJA"&gt;The Amazon’s Elastic Block Store (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;EBS&lt;/span&gt;)&lt;/a&gt; . It's a remote storage service, with excellent storage/cost ratio which is even advertised as replacement for large storage systems of the enterprise. Naturally, the ever controversy seeking &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;journalists&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;hurried&lt;/span&gt; to &lt;a href="http://blogs.zdnet.com/Hinchcliffe/?p=194"&gt;declare time of death to the enterprise data center &lt;/a&gt;and included this view:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;em&gt;Though most businesses are quite comfortable in using external utility&lt;br /&gt;services for electricity, water, and Internet access — and we even use banks to&lt;br /&gt;hold and pool our money with others “&lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;off site&lt;/span&gt;” — we are still largely unready to&lt;br /&gt;move computing off-premises, no matter what the advantages&lt;br /&gt;&lt;/em&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;strong&gt;It is correct that certain elements are used as external utilities, but let's compare services from a realistic point of view&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Electricity as a service &lt;/strong&gt;- because everyone is entirely dependent on electricity, the grid itself is designed to be resilient, have fast &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;fail over&lt;/span&gt; time, survive major catastrophic events at &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;power plants&lt;/span&gt; or within the grid, and even re-route additional supplies from other countries if need be, at horrible costs but it does work! Oh, and for the simple case of a grid glitch, we'll spend a $500 on a UPS and another $5000 on a diesel generator and we're all set!&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Data storage as a service &lt;/strong&gt;- For data storage services, information is needed here and now - exactly like electricity. If we are to outsource our cloud information storage to a provider, that may be well and good as long as it works. However in the information security world, there are three key concepts. Our cloud data storage must guarantee commensurate levels of &lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;em&gt;Confidentiality &lt;/em&gt;&lt;/strong&gt;- in cloud computing location is an ambiguous concept. So data will exist on different storage elements, at different physical locations, will traverse millions of miles of physical networks not related to or in any way responsible to the customer, as long as it's there. Who will guarantee that confidentiality is maintained? Oh, and I forgot - you ACCESS the data via the Internet. Whenever a confidentiality breach does occur it can always be &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;blamed&lt;/span&gt; on your &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;Internet&lt;/span&gt; connectivity and breach of security at the access provider, not the storage service provider&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;em&gt;Integrity &lt;/em&gt;&lt;/strong&gt;- will probably be maintained, since there are very simple ways of doing comparison and keeping a small subset of control information with each set of data - as long as fragments don't get lost, in which case we have a problem of...&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;em&gt;&lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;Availability&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt; - in cloud computing information is everywhere, and gets collected and presented at the user's request. If for any reason this data cannot be reconstructed and verified it is lost. And again, the access to the information is through the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;Internet&lt;/span&gt; - which is not service with guaranteed &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;availability&lt;/span&gt;, since it depends on international mesh network controlled by a multitude of independent entities. Unless you spend top dollar on dedicated data links nobody will sign a strong &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;SLA&lt;/span&gt; for &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_12"&gt;Internet&lt;/span&gt; access - it's impossible to achieve.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;But why don't we have a local backup, just like the UPS? &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_13"&gt;Of course&lt;/span&gt; we can, it's known as an enterprise &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_14"&gt;data center&lt;/span&gt;!&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;While there are strides made in the right direction of cloud computing it's current level of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;usability&lt;/span&gt; is restricted by the "best effort" concept of the entire network on all sides. So the users of cloud computing are the ones that find it acceptable to:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;have delays in access to information&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;have some data lost &lt;/strong&gt;and &lt;/li&gt;&lt;li&gt;&lt;strong&gt;information leakage will not make a significant impact&lt;/strong&gt;.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;&lt;/strong&gt;&lt;p&gt;&lt;strong&gt;In the meantime, the enterprise &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_16"&gt;data centers&lt;/span&gt; are still humming strong&lt;br /&gt;&lt;/p&gt;&lt;/strong&gt;&lt;p&gt;Related posts&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/04/datacenter-physical-security-blueprint.html"&gt;Datacenter Physical Security Blueprint&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shortinfosec.net/2008/07/3-rules-to-prevent-backup-headaches.html"&gt;3 Rules to Prevent Backup Headaches&lt;/a&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;Talkback&lt;/span&gt; and comments are most welcome &lt;/p&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=Ihk3Ov"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=Ihk3Ov" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/374085054/cloud-computing-premature-murder-of.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/cloud-computing-premature-murder-of.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-567974434008046475</guid><pubDate>Sat, 23 Aug 2008 06:08:00 +0000</pubDate><atom:updated>2008-08-23T08:44:53.131+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">penetration testing</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>Fedora Servers Compromised</title><description>&lt;a href="https://www.redhat.com/archives/fedora-announce-list/2008-August/msg00012.html"&gt;According to this announcement &lt;/a&gt;from yesterday, Fedora servers were compromised.&lt;br /&gt;&lt;br /&gt;Here is a scary part of the announcement:&lt;br /&gt;&lt;blockquote style="font-style: italic;"&gt;One of the compromised Fedora servers was a system used for signing&lt;br /&gt;Fedora packages&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;That particular server had very little to do with &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;Internet&lt;/span&gt;, and should have been properly isolated, even on a completely separate network from &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;Internet&lt;/span&gt; accessible servers.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;So, the readers should be careful with the current Fedora &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;distro&lt;/span&gt; and packages download and install. I would wait for the next official release.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This event goes to show that large companies, regardless of industry can make poor security choices. And because large companies with high profile are a great publicity target, these poor choices are easily found by hackers&lt;br /&gt;&lt;br /&gt;Anyway, respect to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;RedHat&lt;/span&gt; for the announcement. A lot of companies will simply sweep such an event under the rug.&lt;br /&gt;&lt;br /&gt;Related posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/portrait-of-attacker-types.html"&gt;Portrait of Hackers&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Talkback&lt;/span&gt; and comments are most welcome
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=cjbEh2"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=cjbEh2" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/372526140/fedora-servers-compromised.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/fedora-servers-compromised.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-571173375724401192</guid><pubDate>Fri, 22 Aug 2008 10:48:00 +0000</pubDate><atom:updated>2008-08-22T15:08:07.730+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">competition</category><category domain="http://www.blogger.com/atom/ns#">forensics</category><category domain="http://www.blogger.com/atom/ns#">penetration testing</category><title>Competition Results - Computer Forensic Investigation</title><description>&lt;p&gt;&lt;strong&gt;The &lt;/strong&gt;&lt;a href="http://www.shortinfosec.net/2008/07/competition-computer-forensic.html"&gt;&lt;strong&gt;Computer Forensic Investigation Competition &lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;is closed, and here are the results&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;What was there to be found:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Tshark&lt;/span&gt; sniffer &lt;/strong&gt;- part of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;wireshark&lt;/span&gt; suite in &lt;em&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;moodle&lt;/span&gt;/enrol/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;paypal&lt;/span&gt;/db&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;NetCat&lt;/span&gt; tool for backdoor creation &lt;/strong&gt;- renamed as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;MyTool&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;exe&lt;/span&gt; - in &lt;em&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;moodle&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;auth&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;ldap&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;An MP3 of Sergio &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;Mendes&lt;/span&gt; &amp;amp; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Brasil&lt;/span&gt; 66 - Mas Que Nada &lt;/strong&gt;renamed as html document - in &lt;em&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;moodle&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;auth&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;imap&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;A &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;TrueCrypt&lt;/span&gt; rescue disk ISO &lt;/strong&gt;renamed as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;MyDoc&lt;/span&gt;.doc in &lt;em&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;moodle&lt;/span&gt;/lib/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;geoip&lt;/span&gt;/Documents/&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;OSSTMM&lt;/span&gt; Penetration Testing Methodology &lt;/strong&gt;with penetration details in deleted file osstmm.en.2.1.pdf in &lt;em&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;moodle&lt;/span&gt;/enrol&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Finding the above was suffucient to win the competition. Alternatively, instead of OSSTMM you could find the below two items&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;A decoy &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;metasploit&lt;/span&gt; developers guide &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;pdf&lt;/span&gt; &lt;/strong&gt;in /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;moodle&lt;/span&gt;/lib/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;geoip&lt;/span&gt;/Documents - actually, that document has nothing to do with direct hacking unless you discover the &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;metasploit&lt;/span&gt; framework remnants &lt;/strong&gt;of a deleted &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;metasploit&lt;/span&gt; framework in &lt;em&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;moodle&lt;/span&gt;/lib/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;geoip&lt;/span&gt;/Documents&lt;/em&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Who did the investigation (in chronological order of reporting the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_29"&gt;findings&lt;/span&gt; - earliest first)&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://trustafriend.com/"&gt;&lt;strong&gt;Lawrence Woodman &lt;/strong&gt;&lt;/a&gt;- Found 4 incriminating pieces of evidence. Missed the real penetration tutorial and focused on the dummy - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;Metasploit&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;Tareq&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;Saade&lt;/span&gt; &lt;/strong&gt;- Found 4 incriminating pieces of evidence. Missed the real penetration tutorial and focused on the dummy - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;Metasploit&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.bobbyandsolenia.com/"&gt;Bobby Bradshaw&lt;/a&gt; &lt;/strong&gt;- Found 3 incriminating pieces of evidence. Missed both and the dummy penetration testing documents (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;Metasploit&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;OSSTMM&lt;/span&gt;) and missed the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;Truecrypt&lt;/span&gt; Recovery CD &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;Iso&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href="http://brainstretching.blogspot.com/"&gt;Daniele &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;Murrau&lt;/span&gt;&lt;/a&gt; &lt;/strong&gt;- Found all incriminating evidence. The utilized &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;toolset&lt;/span&gt; is Autopsy as part of Helix distribution&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href="http://lesky.wordpress.com/"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;Lesky&lt;/span&gt; D.S. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;Anatias&lt;/span&gt;&lt;/a&gt; &lt;/strong&gt;- Found all incriminating evidence. The utilized &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;tollset&lt;/span&gt; is &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_43"&gt;PyFlag&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_44"&gt;Sleuthkit&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Other Participants - did not qualify for final review because they did not send details of methodology nor findings (no particular order)&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Phil (no last name) &lt;/strong&gt;- reported finding 2 pieces of evidence, but did not send methodology used nor details of findings&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_45"&gt;snizzsnuzzlr&lt;/span&gt; (obvious nickname) &lt;/strong&gt;- reported finding 5 pieces of evidence, but did not send methodology used nor details of findings&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Fender Bender (obvious nickname) &lt;/strong&gt;- reported finding 3 pieces of evidence, but did not send methodology used nor details of findings&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Sniffer (obvious nickname) &lt;/strong&gt;- reported finding 2 pieces of evidence, but did not send methodology used nor details of findings&lt;/li&gt;&lt;/ul&gt;&lt;p align="center"&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size:180%;"&gt;And the winner is - Daniele &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_46"&gt;Murrau&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;strong&gt;&lt;a href="http://spirovski.b.googlepages.com/Computer_Forensic_Investigation.pdf"&gt;Here are his conclusions and methodology as a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_47"&gt;downloadable&lt;/span&gt; PDF &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;We are also naming two honorary mentions&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;For speed - &lt;a href="http://trustafriend.com/"&gt;Lawrence Woodman&lt;/a&gt;&lt;/strong&gt;, who produced a nearly full analysis in a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_48"&gt;tremenduosly&lt;/span&gt; short time, but most probably missed the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_49"&gt;OSSTMM&lt;/span&gt; and the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_50"&gt;metasploit&lt;/span&gt; remnants because he was in a hurry&lt;/li&gt;&lt;li&gt;&lt;strong&gt;For thoroughness - &lt;a href="http://lesky.wordpress.com/"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_51"&gt;Lesky&lt;/span&gt; D.S. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_52"&gt;Anatias&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;, who discovered ALL evidence, including the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_53"&gt;metasploit&lt;/span&gt; remnants&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;Related posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/competition-computer-forensic.html"&gt;Competition - Computer Forensic Investigation&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/tutorial-computer-forensics-evidence.html"&gt;Tutorial - Computer Forensics Evidence Collection&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/tutorial-computer-forensics-process-for.html"&gt;Tutorial - Computer Forensics Process for Beginners&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_54"&gt;Talckback&lt;/span&gt; and comments are most welcome
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=NSoAIG"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=NSoAIG" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/371788594/competition-results-computer-forensic.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/competition-results-computer-forensic.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-5247583624020976249</guid><pubDate>Thu, 21 Aug 2008 09:08:00 +0000</pubDate><atom:updated>2008-08-21T11:20:20.008+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">privacy</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>No Privacy - Saw You Cheating on Image Search</title><description>&lt;strong&gt;What is the next big privacy issue? Image Search&lt;/strong&gt;. But not the current image search, which actually searches through the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;file names&lt;/span&gt; and &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;meta data&lt;/span&gt;, but actual, pattern matching image search.&lt;br /&gt;&lt;br /&gt;The issue of pattern matching between images regardless of perspective and color has been an academic issue for a long time, and has found application in OCR systems, fingerprint identification and some high cost expert systems. For the enthusiasts, here is a good article on the math behind image search &lt;a href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;amp;_udi=B6V14-4771RWD-9&amp;amp;_user=10&amp;amp;_rdoc=1&amp;amp;_fmt=&amp;amp;_orig=search&amp;amp;_sort=d&amp;amp;view=c&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=dd24cf1ba5750c9785ad69a0dbf1bb21"&gt;Bayesian geometric hashing and pose clustering &lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;While the technology has been in research for more then 20 years, the current trend is turning towards image and video search, not for academic reasons - but for profit. &lt;a href="http://blogs.zdnet.com/Murphy/?p=1221"&gt;Paul Murphy did a critique on the current state of search and the golden opportunities&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;Yes, matching an uploaded image to a database of images and videos and returning similar items is a very valuable and profitable technology - just imagine the amount of commercials that can be targeted in such a way!&lt;br /&gt;&lt;br /&gt;So it is safe to say that with the current advances in processing power, storage and network bandwidth, image search will happen, quite fast. It will probably deliver a lot of benefits apart from profits for the search engines, like&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Pattern matching for obscure symbols or painting styles &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;across&lt;/span&gt; many publications and museums&lt;/li&gt;&lt;li&gt;Searching for your lost brother on the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;Internet&lt;/span&gt; by uploading his child image&lt;/li&gt;&lt;li&gt;Even in kidnapping cases, for searching &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;across&lt;/span&gt; the vast &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;data sets&lt;/span&gt; of video surveillance in hotels, train and bus stations, airports, etc..&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;But it will also enable a huge amount of privacy breaches and dangerous situations, like:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Jealous girlfriend/boyfriend may use the search to sift through &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;MySpace&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;YouTube&lt;/span&gt; videos of parties looking for possible indiscretions of the partner&lt;/li&gt;&lt;li&gt;Sexual deviants may use the online video and image archives to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;search&lt;/span&gt; for their &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;preferred&lt;/span&gt; type of targets &lt;/li&gt;&lt;li&gt;Criminals will be able to look for a multitude of photos and blueprints of a possible target (a local bank building) by having only several photos and a sketched schematic of the publicly accessible part of the building&lt;/li&gt;&lt;li&gt;Identity theft attackers to find actual persons the target is working with or being familiar with, to prepare a better attack&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;We are becoming a very networked world, with direct and online access to ever vaster set of information.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;So just be prepared to tell the truth to your wife when you come home from work, because soon she'll be able to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;Google&lt;/span&gt; you at the local bar with friends instead of a late night at the office&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Related posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/internet-social-engineering-avoid-con.html"&gt;Internet Social Engineering - Avoid Con Tricks&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/05/8-tips-for-securing-from-security.html"&gt;8 Tips for Securing from the Security expert&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/06/risk-of-losing-backup-media-real.html"&gt;Risk of losing backup media - real example&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/06/8-steps-to-better-securing-your-job.html"&gt;8 Steps to Better Securing Your Job Application&lt;/a&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error"&gt;Talkback&lt;/span&gt; and comments are most welcome
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=OLuJ2r"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=OLuJ2r" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/370774945/no-privacy-saw-you-cheating-on-image.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/no-privacy-saw-you-cheating-on-image.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-3402659941258757537</guid><pubDate>Wed, 20 Aug 2008 07:16:00 +0000</pubDate><atom:updated>2008-08-20T09:24:09.029+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>When Will Your Mobile Phone get Hacked?</title><description>With the price reduction and the improvement in technology, the mobile devices are the next big communication platform. But also, they are the next big hacker target.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The history&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;Starting with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;WinCE&lt;/span&gt;, Linux and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Symbian&lt;/span&gt; the trend of "computer-like" mobile phones just started. Yes, these platforms had their flaws and security problems. But at the time of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;their&lt;/span&gt; appearance there were two mitigating factors to an all-out attack or exploit&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;The devices had only voice and very low speed data capabilities at high prices&lt;/strong&gt; - very few people used their devices as more then an electronic address book, and surfing the web was out of the question given their technical capabilities and data transfer prices&lt;/li&gt;&lt;li&gt;&lt;strong&gt;The devices high price prevented most people from owning them &lt;/strong&gt;- again, this reduced the attack deployment and spreading capability so an attack vector on them was easily quenched. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;The present&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Enter iPhone, or as many users called it, the "Jesus Phone". Suddenly, everyone wants one, and Apple has happily sold more then 10 million units worldwide. &lt;/p&gt;&lt;p&gt;Oh, and the business ideas of Steve Jobs to lock the iPhone helped to develop a very powerful user and hacker community, suddenly information on exploiting techniques were shared between enthusiasts. &lt;/p&gt;&lt;p&gt;To fight on the market, everyone and their mother produced an iPhone killer - both in interface and in functionalities. &lt;/p&gt;&lt;p&gt;With &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;hot spots&lt;/span&gt; and unlimited data plans all over the place, people are using these devices to read their e-mail, surf the web, even download and upload files. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Does anybody see a resemblance to a laptop?&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The future &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Enter Android - &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;smart phones&lt;/span&gt; will become cheaper! The open platform concept ditches the "Security by obscurity" element, so now a lot of people will have a look into the vulnerabilities of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;smart phones&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;In the war for customers, the providers will offer more and more &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;hot spots&lt;/span&gt; and cheaper data plans. &lt;/p&gt;&lt;p&gt;&lt;em&gt;At the moment, &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;I'm&lt;/span&gt; turning off my &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;iPone&lt;/span&gt; wireless, since it cannot reach a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;hot spot&lt;/span&gt;. In a year, probably my data plan will be such that i don't care whether &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;I'm&lt;/span&gt; online or offline. So &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;I'll&lt;/span&gt; be online! And there will be millions of users like me, and all of them can become potential targets for hacker attacks.&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The effort to solution&lt;/p&gt;&lt;p&gt;One should expect that security becomes a great part of platform development. &lt;a href="http://blogs.zdnet.com/security/?p=921"&gt;Android security is already lacking  &lt;/a&gt;and &lt;a href="http://blogs.zdnet.com/security/?p=1746"&gt;they are trying to fix it &lt;/a&gt;. &lt;/p&gt;&lt;p&gt;But it's not only the android that should be treated as such. Windows Mobile, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;Symbian&lt;/span&gt;, Darwin... &lt;strong&gt;ALL should treat terminal (mobile device) security as a crucial part of the platform development&lt;/strong&gt;. &lt;/p&gt;&lt;p&gt;This goes for the manufacturers that will be using these platforms to create their handsets - &lt;strong&gt;at the end of the day, nobody will say that Android was hacked, instead, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;Nokia&lt;/span&gt;, Motorola or &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;HTC&lt;/span&gt; will be hacked&lt;/strong&gt;. &lt;/p&gt;&lt;p&gt;And so far this element of security has been often forgotten or ignored by the manufacturers&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;So, in summary, I'm expecting your mobile phone to be hacked in the next year. I'll revisit the topic then, to lament on the past &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;Talkback&lt;/span&gt; and comments are most welcome&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=AkyzFK"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=AkyzFK" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/369748419/when-will-your-mobile-phone-get-hacked.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/when-will-your-mobile-phone-get-hacked.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-8235609062066501146</guid><pubDate>Tue, 19 Aug 2008 08:04:00 +0000</pubDate><atom:updated>2008-08-19T12:41:26.566+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><title>Where is that XP Install CD?</title><description>Today, Christopher Dawson has a post at &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;ZDnet&lt;/span&gt;&lt;/span&gt; titled &lt;a title="Permanent Link to Don’t downgrade me to XP!" href="http://education.zdnet.com/?p=1814" rel="bookmark"&gt;Don’t downgrade me to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;XP&lt;/span&gt;&lt;/span&gt;!&lt;/a&gt;. His take on the Vista subject is that we &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;should&lt;/span&gt; bite the bullet and go with Vista, since &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;XP&lt;/span&gt;&lt;/span&gt; is already 7 years old, so installing it on new equipment and running it for 4 years will bring it to an age of 11 years - way too much in an industry where anything older then 4 years is ancient!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;But turning back to reality, let's analyze who might benefit of using Vista instead of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;XP&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;First the proposed benefits: Apparently, Vista has &lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;better security&lt;/li&gt;&lt;li&gt;better application support&lt;/li&gt;&lt;li&gt;is more modern and far easier to use.&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;The users have already said their part: &lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Vista and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;XP&lt;/span&gt; are on par at security, the only remaining benefit being that &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;XP&lt;/span&gt; support is ending.&lt;/li&gt;&lt;li&gt;Application support in vista is lacking, and a lot of drivers were funky even 1 year after Vista was released&lt;/li&gt;&lt;li&gt;The interface although modern, is a huge resource hog, and hampers a lot of users&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;So, who will benefit from Vista?&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Not the corporate users &lt;/strong&gt;- corporations are riddled with legacy applications, have very stringent procedures for upgrade and are generally very careful when adopting anything. In such an environment, implementing Vista will require &lt;/li&gt;&lt;ul&gt;&lt;li&gt;additional training for the users &lt;/li&gt;&lt;li&gt;significant testing to verify that all corporate applications are working &lt;/li&gt;&lt;li&gt;big chunk of change to bring all available hardware up to Vista hardware requirements&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Not the power users &lt;/strong&gt;- power users have specific applications they use and they expect that the apps run as fast and as smooth as possible. Installing Vista will very probably:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;reduce performance of their application&lt;/li&gt;&lt;li&gt;possibly hamper operation of their application&lt;/li&gt;&lt;li&gt;make them re-learn part of their computer use - which takes time that they can use much more productively&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;Not the gamers &lt;/strong&gt;- Unless insisting on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;DirectX&lt;/span&gt;&lt;/span&gt;10, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;XP&lt;/span&gt;&lt;/span&gt; still delivers a better performance bang for the same buck of hardware, which is very important for gamers, since they are on the road of draining every last frame per second from their hardware. Some of the older readers will remember installing special memory managers to take maximum advantage of ALL computer resources. Users like this DON'T WANT a resource hog like Vista&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;In summary, although &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;XP&lt;/span&gt;&lt;/span&gt; is 7 years old, Vista hasn't delivered any significant improvements which would justify it's use. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;XP&lt;/span&gt;&lt;/span&gt; still delivers much better productivity&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;So the only ones that will take up Vista are the ones that really don't mind productivity changes: &lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Newbies - &lt;/strong&gt;anyone just starting out in computing, so they don't have any specifications and expectations to meet, nor are particularly oriented towards any specific application.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Testers - &lt;/strong&gt;the people that must have it, in order to prove that their product works with Vista&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Technology enthusiasts &lt;/strong&gt;- the people that want and need to have the latest and greatest product, whether to learn it or to show off.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Low power computer users &lt;/strong&gt;- any users that use most basic computer functions like word processing, simple spreadsheets, e-mail and calendar and web surfing.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The above list translates to home users and Quality Assurance and parts of R&amp;amp;D departments. Sorry Christopher, but even after 7 years of use, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;XP&lt;/span&gt;&lt;/span&gt; still looks much better then Vista. &lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Reality check: We WILL Move to Vista once &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;XP&lt;/span&gt; support has ended and the next major flaw is found. But, in the meantime, I just got a new laptop...Where the hell is my &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;XP&lt;/span&gt;&lt;/span&gt; Install CD?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span class="blsp-spelling-error"&gt;&lt;span class="blsp-spelling-error"&gt;Talkback&lt;/span&gt;&lt;/span&gt; and comments are most welcome &lt;/p&gt;
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=krD6KA"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=krD6KA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/368930344/where-is-that-xp-install-cd.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/where-is-that-xp-install-cd.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-5661206362494470713</guid><pubDate>Fri, 15 Aug 2008 09:08:00 +0000</pubDate><atom:updated>2008-08-15T11:24:42.912+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SLA</category><category domain="http://www.blogger.com/atom/ns#">information strategy</category><title>Is the Phone Working? - Alternative Telephony SLA</title><description>Telephony costs are one of the main targets of cost cutting in many large companies. In this effort, the companies are turning to alternative voice providers, who offer much cheaper calls and more flexible services. But, these new operators are using new technologies and are relatively new on the market, so the buyer should approach the alternative telephony service with care and apply proper Service Level Agreement.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;What we are used to?&lt;/strong&gt;&lt;br /&gt;In a traditional telephony, the voice reliability is taken for granted, and all equipment is designed to offer very high availability. Also, capacity is not an issue, since each incoming circuit to a switch is dedicated, and the switching capacity of the Telco Switch is calculated via well known formulae (&lt;a href="http://www.erlang.com/whatis.html"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Erlang&lt;/span&gt; models&lt;/a&gt;)  to provide switching of all initiated calls.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;PSTN&lt;/span&gt; availability was measured at 99.99% (maximum of 4 minute outage per month, or a total of 52 minutes outage per year!) in 1993 and that number is closing to 99.994%. Compared to this, classical IP data services are struggling with passing the "two point five nines" (99.5%) which is equivalent to 3.6 hours outage per month or nearly 2 days per year.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;For all medium to large businesses (especially in operating a retail business) telephony is a "default" service, one that must ALWAYS work, one that is really taken for granted.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The potential challenges with an alternative voice provider &lt;/strong&gt;&lt;br /&gt;When a company decides to use the services of an alternative telephony provider several issues may appear. The alternative telephony provider may bypass the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;ILEC&lt;/span&gt; operator (Incumbent Local Exchange Carrier) to minimize costs, and quite often, they may arrive at your premises via a data link to attach to the company's PBX. Once we walk into the realm of data transfer, things get much different:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;The data link is terminated on a lower reliability active equipment (usually router or L3 switch)&lt;/strong&gt; - To &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;mimimize&lt;/span&gt; costs, this device will not be of a too high class, and it's hardware reliability will be around 98-99%&lt;/li&gt;&lt;li&gt;&lt;strong&gt;The data link can be prone to faults on a physical level &lt;/strong&gt;- alternative telephony operators are not too big on infrastructure protection and want fast deployment, so it can happen that the operator's cable is strung on power lines, placed in central heating ducts under the city, or in extreme examples, are even illegally dug-in in soft ground areas (parks, recreation tracks, green patches) where they are unmarked and easily fall victims to any other construction or renovation activity. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Data links are by default based on best effort technologies -&lt;/strong&gt; so IP data packet drops, retransmissions and delays can occur. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;All this translates to a whole new ballgame in terms of controlling the services offered by your alternative voice service provider.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Establishing proper criteria for service quality &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;So in order to properly manage the alternativ voice services, one must define what criteria should be measured. &lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Keep the good old data &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;SLA&lt;/span&gt;&lt;/strong&gt; - this is to control the overall data link quality, which is easiest to measure&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Establish measurement on Established, Failed and Dropped calls -&lt;/strong&gt; via the router infrastructure connecting you to the alternative telephony provider. This measurement will be enabled through vendor specific router functions, most often through &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;syslog&lt;/span&gt; event analysis.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Define the guaranteed volume of simultaneous calls that the provider will deliver -&lt;/strong&gt; measure the delivered volume of calls in terms of comparing the values of established, failed and dropped calls from point 2.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Define and Apply penalties &lt;/strong&gt;both on overall link quality (point 1) since it will affect all calls, and on volume of realised calls (points 2 and 3) since they relate to actual ability to use the service as contracted.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;Related Posts&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/04/9-things-to-wath-out-for-in-sla.html"&gt;9 Things to watch out for in an SLA&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.shortinfosec.net/2008/07/5-sla-nonsense-examples-always-read.html"&gt;5 SLA Nonsense Examples - Always Read the Fine Print&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;Talkback&lt;/span&gt; and comments are most welcome
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?a=Pl9gB2"&gt;&lt;img src="http://feeds.feedburner.com/~a/InformationSecurityShortTakes?i=Pl9gB2" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://feeds.feedburner.com/~r/InformationSecurityShortTakes/~3/365536827/is-phone-working-alternative-telephony.html</link><author>noreply@blogger.com (Bozidar Spirovski)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.shortinfosec.net/2008/08/is-phone-working-alternative-telephony.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7196788127833928948.post-4754729968509853782</guid><pubDate>Thu, 14 Aug 2008 11:15:00 +0000</pubDate><atom:updated>2008-08-14T13:30:07.855+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">information strategy</category><category domain="http://www.blogger.com/atom/ns#">information security</category><title>System Management - When do the IT Admins Screw Up?</title><description>&lt;p&gt;The main purpose of IT within a company is to provide IT services to the business. This means that the responsibility for availability, response time, and service quality rests mostly on the shoulders of IT admins. &lt;/p&gt;&lt;p&gt;In most cases IT personnel &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;understand&lt;/span&gt; the burden they bear ver