<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bites of Apple &#187; Security</title>
	<atom:link href="http://www.bitesofapple.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitesofapple.com</link>
	<description>Fresh news and solutions for small business.    By Ron Seybold</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>The Tangled Web helps secure browser-based apps</title>
		<link>http://www.bitesofapple.com/2012/01/06/the-tangled-web-helps-secure-browser-based-apps/</link>
		<comments>http://www.bitesofapple.com/2012/01/06/the-tangled-web-helps-secure-browser-based-apps/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 23:15:30 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=1204</guid>
		<description><![CDATA[Review by Steve Hardwick In a recent survey by Veracode in December 2011 found that more than 80 percent of approximately 10,000 web applications examined failed security testing. This data shows that web applications provide a fertile ground for hackers to launch their malware. Obviously web developers still have some work to do to make [...]]]></description>
			<content:encoded><![CDATA[<p>Review by Steve Hardwick</p>
<div id="attachment_1205" class="wp-caption alignright" style="width: 190px"><a href="http://www.bitesofapple.com/wp-content/uploads/2012/01/TangledWeb.gif"><img class="size-full wp-image-1205 " style="margin: 10px;" title="TangledWeb" src="http://www.bitesofapple.com/wp-content/uploads/2012/01/TangledWeb.gif" alt="" width="180" height="238" /></a><p class="wp-caption-text">No Starch Press, November 2011, 320 pp., $49.95</p></div>
<p>In a recent survey by Veracode in December 2011 found that more than 80 percent of approximately 10,000 web applications examined failed security testing. This data shows that web applications provide a fertile ground for hackers to launch their malware. Obviously web developers still have some work to do to make their applications secure. <em>The Tangled Web</em> by Michal Zalewski is targeted toward web application developers and security professionals that have a solid understanding of the web and browser operations at an operational level. The author will go into fairly technical details assuming that the reader has the necessary skills to understand the technology discussed.</p>
<p>After an introductory chapter outlining some security fundamentals, the book is split into three parts. The first part covers browser and web technologies. Specific attention is paid to vulnerabilities and how they became to be part of the infrastructure. The second part covers browser security and highlights some of the ways to mitigate the inherent holes in the current technology. The final portion covers some of the new vulnerabilities that are expected to come in the near future. With a couple of exceptions, most chapters are concluded with a security engineering cheat sheet. This gives a summary of the topics covered in the chapter and serves as a guide to implementing some of the technology discussed. It provides a useful quick reference to the books contents after the reader has completed their read through and can be used as a design aid on future projects.</p>
<p>Part One goes into some depth on the various technologies used by browsers, both their inherent operating infrastructure and the services used over the web. Attention is paid to areas of the technology that are open to exploitation. In many cases the author outlines how some of the weaknesses came into being and provides a good view into the difficulty of building this technology. Part One is broken down into chapters that cover the different pieces of the browser function. Both internal processes, HTML and CSS parsing for example, are covered plus external processes, HTML and URL parsing, are reviewed. Two chapters cover additional programming capabilities of the browser i.e. JavaScript and plug-ins.  Throughout this section many examples are given on how the vulnerabilities can be exploited. This gives the reader a better understanding on how a hacker would go about using these weaknesses. In some cases a chapter has a limited discussion of the topic due its wide complexity. The author does include references to other works that cover the topic in greater detail and then focuses on key areas that are relevant to web security.</p>
<p><span id="more-1204"></span><span style="color: #ff0000;"><strong>The first five chapters of Part Two</strong></span> concentrates on browser security mechanisms that attempt to prevent rogue content from interfering with valid, legitimate, content displayed with in the browser. These chapters cover how content isolation is maintained within the operation of the browser. The concepts discussed in part one are used to show how the browser security achieves this. Content from user input and downloaded data are included in this review. Furthermore the impact of scripting and plug-in functionality is discussed in depth to allow the reader to understand how this can impact the overall security of a web application. There are many references to works where researchers have shown example of exploits based on the vulnerabilities in the browser and associated functions. The latter two chapters in this section cover dealing with rogue scripts and extrinsic site privileges.  In general Part Two provides a comprehensive overview of many security flaws in the browser. There are comparisons between the major browsers and how their operation differs with respect to the exploits. Additionally there are also recommendations on how to understand and overcome them.</p>
<p>Part Three looks at some of the changes that may come to fruition in the future. The first chapter covers new and upcoming security standards. They are intended to mitigate some of the problems that plague browsers today. These include, cross domain requests (including a discussion of Cross-Origin Resource Sharing CORS), content security policy CSP, sandboxed frames, strict transport security, private browsing modes, in-browser HTML sanitizers and XSS Filtering. In each case a summary of the goal of the security measure and its current status is given. The second chapter covers new browser developments and how they may impact security. Several new or planned API sets are examined for their intent and current implementation. The final chapter is a synopsis of common web vulnerabilities and how they are defined. Common, simple definitions are used for the various vulnerabilities – e.g. Cross Site Scripting (XSS). For each there is a short description with a reference to the details section of the book.</p>
<p>There is a pivotal statement in Chapter 16 “the dream of inventing a brand-new browser security model is strong within the community, but it is always followed by the realization that it would require rebuilding the entire Web.” This book walks the reader through the inner workings of popular browsers with a focus on showing the weaknesses that are embedded in their very construction. The author does take time to explain how these came about and the attempts to fix them. In part 2 he also gives examples on how to develop web applications so you can navigate around these deficiencies. The security engineering cheat sheets give an easy way to develop a strategy to apply basic security concepts to web application development. The book provides an invaluable reference for anyone working with, testing or deploying web applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2012/01/06/the-tangled-web-helps-secure-browser-based-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macworld 2011 aisles brim with business opportunity</title>
		<link>http://www.bitesofapple.com/2011/01/31/macworld-2011-aisles-brim-with-business-opportunity/</link>
		<comments>http://www.bitesofapple.com/2011/01/31/macworld-2011-aisles-brim-with-business-opportunity/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 00:50:11 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Apple & Its Stores]]></category>
		<category><![CDATA[MacWorld]]></category>
		<category><![CDATA[Mobile: iPad, iPhone & Touch]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=939</guid>
		<description><![CDATA[Customers, vendors, users and hawkers are putting their cards, demos, data sheets and gimcrack giveaways in order this week after four days of Macworld 2011. Attendance was up 10 percent, we&#8217;re told, and the number of exhibitors is on the rise, too. Although the number of vendors selling solutions, apps and hardware is below the [...]]]></description>
			<content:encoded><![CDATA[<p>Customers, vendors, users and hawkers are putting their cards, demos, data sheets and gimcrack giveaways in order this week after four days of Macworld 2011. Attendance was up 10 percent, we&#8217;re told, and the number of exhibitors is on the rise, too.</p>
<p>Although the number of vendors selling solutions, apps and hardware is below the gaudy days when this show spanned both North and South Moscone halls, plus Moscone West for sessions, a rough survey of the 2011 show revealed a bigger share of business-ready help: in apps, in hardware, in Mac software and in advice. Macworld 2009, Apple&#8217;s last, had more of everything <em>except</em> business: especially iPhone cases and iPod accessories. Those were still on display last week, along with a wave of iPad holders.</p>
<p>But 2011 was the year when Apple business users could find a Macworld supplier a-selling with no effort at all.</p>
<p>Two years ago, the Enterprise Software Alliance was about the only booth where Windows-friendly Mac software for business was showcased. This year a veteran firm from the Windows virus battlefields, ESET, was selling antivirus and giving away security training. The company said it has muscled antivirus maker Intego out of Apple&#8217;s retail store slots with NOD Antivirus 4. It&#8217;s called the Business Edition of antivirus for <em>endpoints</em> &#8212; what you&#8217;d call Macs, but now ESET uses the enterprise-savvy terminology, and perhaps technology, too.<span id="more-939"></span>The tone of the conference has rolled away from Mac-centric and barreled on to mobile, since those iPhones and iPads have led the charge into businesses for Apple. This year there was an Indie section for Mac software and solution companies, smaller spaces with smaller firms doing novel things. One of the most clever, Dolly Drive, makes Time Machine a most flexible and stronger backup solution for Macs, by adding off-site storage (disks in the vendor&#8217;s cloud) plus the ability to create a bootable backup drive when crashes take out a disk. Dolly Drive gives a business user better control over what Time Machine backs up, too, and it sends only changes to files instead of 52 full copies of your Quickbooks file per year.</p>
<p>Backup, security: these are the things that keep computers working for your company so you can focus on your business, not the computers. Schlage showed off a remote lock and lighting control system to secure buildings, including your home office, using an iPad or iPhone as your controller. Schlage includes security camera options, but another security system supplier also delivered video straight to Macs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2011/01/31/macworld-2011-aisles-brim-with-business-opportunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac gains patron Saint for security scans</title>
		<link>http://www.bitesofapple.com/2011/01/13/mac-gains-patron-saint-for-security-scans/</link>
		<comments>http://www.bitesofapple.com/2011/01/13/mac-gains-patron-saint-for-security-scans/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 05:50:08 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Enterprise computing]]></category>
		<category><![CDATA[Managing]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=891</guid>
		<description><![CDATA[The Mac has gained its first integrated security assessment tool for vulnerability scanning, penetration testing, and security checklist compliance. Saint Corp. has released SAINT Professional version 7.6, the company&#8217;s first to include a native Mac OS X installer. Company officials said this edition includes the full functionality of the SAINTscanner, SAINTexploit, and SAINTwriter as one [...]]]></description>
			<content:encoded><![CDATA[<p>The Mac has gained its first integrated security assessment  tool for vulnerability scanning,  penetration testing, and security checklist compliance. Saint Corp. has released SAINT  Professional version 7.6, the company&#8217;s first to include a  native Mac OS X installer. Company officials said this  edition includes the full functionality of  the SAINTscanner, SAINTexploit, and SAINTwriter as one  integrated user  interface for administration.</p>
<p>&#8220;SAINT  Corporation is very proud to provide Apple support to the  growing community of security and compliance  professionals using the  Mac,&#8221; said Billy Austin, SAINT&#8217;s Chief Security Officer. Security pros, or businesses which need security tools, can now take full advantage of SAINT&#8217;s  compliance checklists including templates for the following:</p>
<ul>
<li>Payment Card Industry (PCI)</li>
<li>FISMA</li>
<li>HIPAA</li>
<li>USGCB</li>
<li>FDCC</li>
</ul>
<p>In addition to the native Apple installer as a .DMG file, the 7.6  product release   features  penetration testing  coverage for Cisco  network  devices, SAP, and a new web application exploit for SQL  Authentication bypass.  <span id="more-891"></span>The social engineering e-mail forgery template  was enhanced to automatically  determine the mail server of the targeted  e-mail address. New  vulnerability scanning features also now include  authentication support for SSH  public keys and SMB signing. A  non-Windows Admin authentication field was added  to identify what  shares are open to a user or user group versus a domain admin  account  that can see everything.</p>
<p>SAINT customers now have the option of Apple&#8217;s  Mac OS X platform in  addition to SAINT&#8217;s other supported platforms, which include –</p>
<ul>
<li>SaaS cloud models</li>
<li>Pre-configured appliances</li>
<li>Linux/Unix</li>
<li>Mac OS X</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2011/01/13/mac-gains-patron-saint-for-security-scans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking enterprise security mobile, Absolutely</title>
		<link>http://www.bitesofapple.com/2010/07/01/taking-enterprise-security-mobile-absolutely/</link>
		<comments>http://www.bitesofapple.com/2010/07/01/taking-enterprise-security-mobile-absolutely/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 23:41:00 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Enterprise computing]]></category>
		<category><![CDATA[Managing]]></category>
		<category><![CDATA[Mobile: iPad, iPhone & Touch]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=712</guid>
		<description><![CDATA[Absolute Software has announced that it will provide what it calls &#8220;enterprise-caliber&#8221; management software for the new iOS 4 Apple devices such as the iPhone. The company, which sells a solution for business computer asset management called Absolute Manage, will move core components of that software to the new Apple mobile OS. Although the iPhone [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.absolute.com" target="_blank">Absolute Software</a> has announced that it will provide what it calls &#8220;enterprise-caliber&#8221; management software for the new iOS 4 Apple devices such as the iPhone. The company, which sells a solution for business computer asset management called Absolute Manage, will move core components of that software to the new Apple mobile OS.</p>
<p>Although the iPhone was roundly hooted at when Apple introduced its first enterprise features &#8212; such as the ability to handle Microsoft Exchange mail on the iPhone&#8217;s Mail client &#8212; the phones have become a staple of business users around the world. IT managers have learned they can&#8217;t keep iPhones out of company networks, so they&#8217;re resigned to admitting them and are now employing them as IT tools.</p>
<p>Absolute Manage has a single feature that can sell it to any company using Apple&#8217;s mobile products. An administrator can wipe a computer or phone&#8217;s data off the device if it&#8217;s been stolen or lost. iOS 4 devices (which could be any 4G or 3GS phone) can also be locked with a remote command in an emergency, or have their passcode cleared for data protection.<span id="more-712"></span><br />
<strong></strong></p>
<p><strong>These iOS 4 devices</strong> can also be used, with the Absolute Manage software, by IT managers to</p>
<ul>
<li>Manage user profiles</li>
<li>Manage provisioning profiles</li>
<li>Inventory installed third-party applications (custom developed, or  from the AppStore)</li>
<li>Gather device lifecycle management  information from the devices</li>
</ul>
<p>&#8220;We are extending our long-standing focus on lifecycle management for  Apple products to include robust management for iPhone,&#8221; said the company&#8217;s CEO John Livingston. &#8220;With our  forthcoming solution, IT will be able to address brand-new challenges  such as managing in-house applications and managing iOS device  configuration.&#8221;</p>
<p>The Absolute product suite goes beyond the management of Apple&#8217;s desktop and mobile products; companies can also use the software to manage PC Windows devices. Absolute said the iOS 4 support is scheduled to arrive in Q3 of 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/07/01/taking-enterprise-security-mobile-absolutely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Apple&#8217;s products: phone, desktop, tablet</title>
		<link>http://www.bitesofapple.com/2010/06/30/securing-apples-products-phone-desktop-tablet/</link>
		<comments>http://www.bitesofapple.com/2010/06/30/securing-apples-products-phone-desktop-tablet/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 00:37:46 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Managing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=707</guid>
		<description><![CDATA[Apple has pushed out an update to the Snow Leopard version of the OS that adds new security guards against malware. It&#8217;s the first release in 10 months that improves this sort of hacker barrier. If only the new iPad could be so lucky to be so well protected. We&#8217;ve been using the tablet since [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has pushed out an update to the Snow Leopard version of the OS that adds new security guards against malware. It&#8217;s the first release in 10 months that improves this sort of hacker barrier.</p>
<p>If only the new iPad could be so lucky to be so well protected. We&#8217;ve been using the tablet since its release, but nary an update is to be downloaded to advance the device&#8217;s security.</p>
<p>The 10.6.4 version of Snow Leopard, which is a 17-minute download on a middle-fast DSL line, introduces new protection to prevent back door attacks on Macs through the iPhoto software that ships with every system. A new feature called XProtect gets an update that keeps hackers from installing malware by fooling users into thinking iPhoto is at work, when damage is being done.</p>
<p>An update of a Mac&#8217;s operating system for security reasons &#8212; that&#8217;s a good idea. But Apple doesn&#8217;t have a practice of identifying security holes they patch with a new release. And sometimes a new OS version will make software stop running on a Mac. This is why backups are a vital complement to any security updating.<span id="more-707"></span><strong>Apple has brought out four updates</strong> to the Snow Leopard version of its OS now, updates that cover just a nine-month period. Not every one had a security benefit. But the state of security is so tenuous now that your Adobe PDF software, browser, and OS should be considered at risk if you haven&#8217;t seen an update in 90 days.</p>
<p>Browsers and Adobe software are the chief targets for hackers, since they cover so many more victims than just Apple&#8217;s products. More than 360 million people are using Firefox as a browser, for example, on both PCs and Macs. Adobe&#8217;s Flash and Acrobat readers run on hundreds of millions of systems. Adobe just introduced a 9.3.3 version of Acrobat to improve security.</p>
<p>As diligent as Apple and Adobe might be (some say Apple&#8217;s sluggish at best about security plugs), the vendors can&#8217;t do a thing to help secure your business if you don&#8217;t install updates. The rule of thumb was once &#8220;don&#8217;t install if you don&#8217;t need&#8221; an update. But security issues are much more serious by now. You can balance the time spent downloading and upgrading, the checks of your applications afterward, against the dangers of running an unprotected system.</p>
<p>About 30 minutes of downloading and watching mysterious messages &#8212; things like &#8220;optimizing&#8221; or &#8220;unpacking packages&#8221; or &#8220;moving items into place&#8221; or &#8220;registering components&#8221; &#8212; plus a reboot, and my iMac was running 10.6.4. I did the usual first step after an upgrade &#8212; started all the apps that matter to my workplace.</p>
<p>The Apple apps don&#8217;t need checking &#8212; Apple&#8217;s done that in its own labs. But the likes of Adobe CS apps, QuickBooks 2010, Microsoft Office apps and even reliables like Eudora, an antique mail program. 10.6.4 updates Apple&#8217;s Mail, as it turns out &#8212; so my add on Mail Tags software needs to be updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/06/30/securing-apples-products-phone-desktop-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your browser, and is it as shiny as Chrome?</title>
		<link>http://www.bitesofapple.com/2010/05/28/whats-your-browser-and-is-it-as-shiny-as-chrome/</link>
		<comments>http://www.bitesofapple.com/2010/05/28/whats-your-browser-and-is-it-as-shiny-as-chrome/#comments</comments>
		<pubDate>Fri, 28 May 2010 20:14:33 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Resources]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=317</guid>
		<description><![CDATA[In its public beta version, Chrome was just an experimental browser, at first without even bookmark management. In spite of Infoworld declaring &#8220;Firefox is dead&#8221; this year, at least that browser for the Mac is years beyond experimental status. But as of this week, Chrome for the Mac is out of beta test and into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bitesofapple.com/wp-content/uploads/2010/05/ChromeIcon.jpg"><img class="alignleft size-full wp-image-687" title="ChromeIcon" src="http://www.bitesofapple.com/wp-content/uploads/2010/05/ChromeIcon.jpg" alt="Chrome Icon" width="145" height="120" /></a>In its public beta version, Chrome was just an experimental browser, at first without even bookmark management. In spite of <em>Infoworld</em> declaring &#8220;Firefox is dead&#8221; this year, at least that browser for the Mac is years beyond experimental status. But as of this week, Chrome for the Mac is out of beta test and into <a href="http://www.google.com/chrome?platform=mac" target="_blank">a full release,</a> the first of many. It&#8217;s promised to be fast, open and secure. A business user might consider Chrome as their window to the Web.</p>
<p>Picking a browser is like choosing a home repair store. You develop a habit of using one and stop thinking about the alternatives. Chrome is definitely a faster browser than Firefox in our use, delivering a payoff in the &#8220;time is money&#8221; formula. If you browse a lot, Chrome could be an upgrade. (Safari&#8217;s performance is much closer to Chrome&#8217;s)</p>
<p>But Chrome&#8217;s got some steps to catch up in other areas. In the Mac version we downloaded this week, some Web sites aren&#8217;t working completely. Our TypePad account editor (where we publish the <em>3000 NewsWire</em> blog) won&#8217;t let us resize graphics for posts in Chrome. The editing features at the Constant Contact email site also won&#8217;t perform with Chrome for the Mac, either.</p>
<p>This puts Chrome in a category with the iPad: very fast and slick for consumption of information. Not so good for creating messages and more. As for the death of Firefox, that obituary shouldn&#8217;t be written yet. 350 million users won&#8217;t expire overnight.<span id="more-317"></span></p>
<p><strong>The Firefox obit</strong> is based on the browser&#8217;s development resources, according to Infoworld&#8217;s writers. Firefox has said it will be releasing fewer interim security fixes in the future. Infoworld predicts that Chrome users will see more fix releases since it&#8217;s more open.</p>
<p>Security is important, even crucial to some kinds of business. And attacks through your browser are becoming commonplace now. But Chrome has no more defenses for scripting attacks than Firefox today. These are the hardest to engineer against. I wouldn&#8217;t hold the Firefox security against it at the moment.</p>
<div id="attachment_689" class="wp-caption alignleft" style="width: 310px"><a href="http://www.bitesofapple.com/wp-content/uploads/2010/05/StartPage.jpg"><img class="size-medium wp-image-689" title="StartPage" src="http://www.bitesofapple.com/wp-content/uploads/2010/05/StartPage-300x194.jpg" alt="" width="300" height="194" /></a><p class="wp-caption-text">Incredible Start Page</p></div>
<p>Chrome&#8217;s got a wide array of extensions available. One of the more interesting is the <a href="https://chrome.google.com/extensions/detail/ncdfeghkpohnalmpblddmnppfooljekh?hl=en-US">Incredible Start Page</a>, billed as &#8220;A new, customizable start page for Chrome. Easily find your favorite bookmarks and closed tabs. Take notes as you browse.&#8221; This is the sort of customization that Firefox won&#8217;t have, it appears. Whether you find everything that you&#8217;re already using in Firefox, or your extensions for Safari, remains as an exercise. We&#8217;ve gotten the Xmarks bookmark synchronizer installed on Chrome &#8212; a good first step in making a browser transition.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/05/28/whats-your-browser-and-is-it-as-shiny-as-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plodding shots bolster new VirusBarrier X6</title>
		<link>http://www.bitesofapple.com/2010/03/08/plodding-shots-bolster-new-virusbarrier-x6/</link>
		<comments>http://www.bitesofapple.com/2010/03/08/plodding-shots-bolster-new-virusbarrier-x6/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:11:24 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=466</guid>
		<description><![CDATA[You want your Mac security tools to behave like Columbo, or Inspector Plodder from the play Sleuth. Not the fastest of detectives, but one that will not miss a detail. So it goes with the newest VirusBarrier X6 anti-virus and firewall product from Intego. You can set it and go, but you might as well [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_469" class="wp-caption alignleft" style="width: 310px"><a href="http://www.bitesofapple.com/wp-content/uploads/2010/03/VB-X6-Overview.jpg"><img class="size-medium wp-image-469 " title="VB X6 Overview" src="http://www.bitesofapple.com/wp-content/uploads/2010/03/VB-X6-Overview-300x215.jpg" alt="" width="300" height="215" /></a><p class="wp-caption-text">Halfway into a million-file scan, it&#39;s another two-plus hours to a clean bill of health</p></div>
<p>You want your Mac security tools to behave like Columbo, or Inspector Plodder from the play <em>Sleuth</em>. Not the fastest of detectives, but one that will not miss a detail. So it goes with the newest <a href="http://blog.intego.com/2010/01/15/virusbarrier-x6-the-lowest-priced-mac-antivirus/" target="_blank">VirusBarrier X6</a> anti-virus and firewall product from Intego. You can set it and go, but you might as well go far away at first. Its initial inspections will take awhile.</p>
<p>On our 2.83 GHz iMac with 4GB of memory, that was more than four hours to do a full scan of our 150 GB of occupied hard disk. Full scan is a choice that the VirusBarrier setup prods you toward once you complete the easy install. Too bad that it&#8217;s so easy to send the tool into such thorough paces. VB X6 skips over the &#8220;check my malware file for updates&#8221; stop, so you notice that your file is &#8220;35 days out of date&#8221; amid a lengthy scan. We&#8217;d lead a user into NetUpdate, the VB checker for updated files, before starting a scan. This is also an &#8220;install and force a restart&#8221; program, not among our favorites.</p>
<p>A complete scan can be a once-in-a-great-while event, however. VB X6 has got one-0ff scan options for fresh files, or scan the folder, or whatever you want to drag onto nifty interface. The inspector is thorough enough to try to catch malicious scripts, the latest ploy in penetrating you Mac&#8217;s defenses. We were glad to see attention paid to a very long list of intrusion techniques like this. Drive-by attacks come out of scripts. You have to hope the malware file gets freshened up plenty to believe VB gets the job done. There&#8217;s good reason to believe it&#8217;s about 30 days or so between updates.<span id="more-466"></span></p>
<p><strong>That&#8217;s because we&#8217;ve used</strong> the Intego products here since their V4 releases and watched NetUpdate finding fresh files at Intego HQ. VB X6 is one of those anti-virus products that arrives with 12 months of update subscriptions and collects a fresh $29.95 for the year that follows your first. By the time you&#8217;ve owned VB X6 for three years, you&#8217;ve bought the product twice. Of course, by 2013 there will be an X7, and you&#8217;ll have that year&#8217;s malware files included, if you buy it. (To recap: about $40 a year in cost of ownership, counting the updates, for Intego&#8217;s two-computer license.)</p>
<p>The genuine novelty of VirusBarrier comes from its extended controls over the Mac&#8217;s firewall. This was once called NetBarrier, just months ago, but now it&#8217;s included in the VB X6 package and called Network Protection. Intego used to charge $49.95 for NetBarrier all by itself. We know, because we bought it in December. By February Network Protection was included. While the upgrade to the X6 remains free until April for users who purchased late last year, if we&#8217;d waited two more months it would have been free and included.</p>
<p>We were not amused to learn that our X5 products that we&#8217;d bought in December got auto-updated to X6 during the install. If X6 had been a bust, we&#8217;d be reloading the older versions from a backup. How much nicer to leave an installed program alone and just load up a newer version.</p>
<p>The challenge in making firewall extenders like VB&#8217;s useful: You need to know your usual suspects when it comes to invasions of your Mac&#8217;s network. Intego does a much better job of explaining who to question than in previous releases in its online documentation. (Um, there are no docs if you can&#8217;t get online, like when you suspect an intrusion and want to pull your Web plug while you try to brace up your doors to the outside world.) The logs fill up with messages if want to watch over Inspector Plodder&#8217;s shoulder and suggest a new line of questioning. Deciphering them is beyond the average user&#8217;s ken, but we&#8217;ve got security whiz Steve Hardwick to do our decoding. You may not be so lucky.</p>
<div id="attachment_473" class="wp-caption alignleft" style="width: 310px"><a href="http://www.bitesofapple.com/wp-content/uploads/2010/03/Net-Monitor.jpg"><img class="size-medium wp-image-473" title="Net Monitor" src="http://www.bitesofapple.com/wp-content/uploads/2010/03/Net-Monitor-300x216.jpg" alt="" width="300" height="216" /></a><p class="wp-caption-text">This simple animation of your firewall&#39;s settings are the most likely view that business users will take of VB&#39;s Network Protection</p></div>
<p>Of course, these worrisome cases of attack are the best reason to invest in a thorough and plodding tool for protection. A MacScan study of our full system was complete in less than half the time, so we&#8217;re puzzled about whether VB X6 is more thorough or just eager to look at every single file. It was a puzzle how to tell VB not to examine those packed up download files the Mac expands to install software, or skip the acres of system preferences and files that only Apple installs on your system. You can shorten the time VB spends with all of these, but not eliminate them.</p>
<p>That&#8217;s symptomatic of the program&#8217;s downside &#8212; the need to tinker with its settings to tune up security. You can accept the defaults to get going, and tell VB to do a complete scan regular-like via a calendar. But you&#8217;d want to do this overnights. A good alternative is to rely on the &#8220;Real-Time Scan&#8221; feature, since it chews on about 10 percent of your Mac&#8217;s power all the time anyway. Anti-virus tools become a bog sometimes, the tar pit that your Mac tries to climb above while it stays safe &#8212; something like body armor you can&#8217;t sprint in while you wear it around.</p>
<p>The Web has become a combat zone, a place where a business can see hours killed off after a virus infection or a network home invasion. Nothing&#8217;s perfect, but it looks like if you want a beefy utility belt of security tools, and have the patience, budget and know-how to use them, VirusBarrier X6 will track down files with a criminal intent, and bar the door to unwelcome users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/03/08/plodding-shots-bolster-new-virusbarrier-x6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure the Mac, jillions of files at a time</title>
		<link>http://www.bitesofapple.com/2010/03/04/secure-the-mac-jillions-of-files-at-a-time/</link>
		<comments>http://www.bitesofapple.com/2010/03/04/secure-the-mac-jillions-of-files-at-a-time/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 01:24:41 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[MacWorld]]></category>
		<category><![CDATA[Managing]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=447</guid>
		<description><![CDATA[It&#8217;s not tough to make a case today for better Mac security than what Apple delivers out of the box. Even though your business systems ship with a first-level firewall, they don&#8217;t arrive with any anti-virus software. Apple insists in clever ads that Mac security is not the problem that users find on PCs. That [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bitesofapple.com/wp-content/uploads/2010/03/MacScanLogo.jpg"><img class="alignleft size-full wp-image-455" title="MacScanLogo" src="http://www.bitesofapple.com/wp-content/uploads/2010/03/MacScanLogo.jpg" alt="" width="130" height="141" /></a>It&#8217;s not tough to make a case today for better Mac security than what Apple delivers out of the box. Even though your business systems ship with a first-level firewall, they don&#8217;t arrive with any anti-virus software. Apple insists in clever ads that Mac security is not the problem that users find on PCs. That is true, but not because of the Mac&#8217;s superior designs. Unix, deep inside the system&#8217;s heart, is just as vulnerable as Windows. (Some say even more so; Unix security patches from HP for its business servers are a regular delivery.)</p>
<p>The Mac enjoys an easier time in security because Apple&#8217;s product is a less juicy target. Malware and viruses are designed to make money for criminals, and the number of PCs out there running bareback is 10 times the number of Macs. Security by obscurity only works until it doesn&#8217;t. It&#8217;s just a matter of time, sad to say, before the criminals fan out and try to rob your system of power or privacy or both.</p>
<p>Anti-virus software (AV) is not just the paranoid geek&#8217;s tool anymore. The last virus we detected came off a Web page, and we last had data corrupted in 1997. But things have changed since Apple moved to Unix underneath it&#8217;s OS. Oh, and there&#8217;s that thing called the Internet, plus the Flash videos you may use to gather research (like from the Wall Street Journal&#8217;s site, now that they&#8217;re owned by Fox.) Flash, and Adobe&#8217;s Acrobat PDF files, are a big target for malware today.</p>
<p>You have more than one choice for a commercial AV tool for your systems (that wasn&#8217;t the case in &#8217;97). What you buy probably should provide both firewall and virus protection. Two leading companies offer very different value propositions in their AV software. MacScan commits to a fixed price, while another supplier uses a subscription fee+purchase price model.<span id="more-447"></span></p>
<p><strong>Today we look at <a href="http://macscan.securemac.com/about/" target="_blank">MacScan</a></strong>, software built by a company that started tracking viruses in 2002 on the Mac. For five years MacScan didn&#8217;t even sell software; it simply created the definition files and patrolled the Web for criminal weapons. Since &#8217;07 they&#8217;ve sold MacScan, which despite claims from its competitor Intego, still looks like a worthy value for AV.</p>
<p>Intego, whose products we&#8217;ve run at Bites HQ for more than three years, now sells a $49.95 X6 edition of VirusBarrier that protects two Macs. The MacScan 2.7 software protects three systems for the same price. (There&#8217;s also a 1-Mac license for MacScan for $29.95; Intego sells only its 2-Mac license.) Figuring the relative value requires you to consider the protection scope of such products. MacScan&#8217;s product manager told us at Macworld that the company ships along regular updates of the virus profiles, at no extra charge.</p>
<p>MacScan makes a significant point of examining Web cookies, a source of malware targets, in its regular process. A half-full iMac in our offices took more than an hour to probe with MacScan, but the AV software found nine tracking cookies in the first minute. And no viruses or other spyware. We got an option to disable these ad cookies after MacScan caught them.</p>
<p>A tracking cookie is not something you allow easily into your Mac. While you might not want to erase all of them, these are used by advertisers on Web sites to track your Internet use: where you browse, how you jump from links, even the information you enter into forms online. A fine article on the World Privacy Forum&#8217;s Web site explains that &#8220;allowing the tracking types of cookies to follow you around          as you surf the Web is a lot like building a see-through house  to live          in, click by click.&#8221;</p>
<p>MacScan doesn&#8217;t reach any deeper into the malware world, though. It&#8217;s good at finding troublesome files on the system, but it won&#8217;t do a thing to block access to your computer. Apple&#8217;s firewall is the default for the MacScan user. While that&#8217;s better security than none, it might not be enough to keep prying spooks from hijacking your bandwidth.</p>
<p>Doing one thing well, and affordably, is noble and true to the Macintosh Way. We like to see more of what back doors might be open on our Macs, however. The extra features of firewall improvement are included with the new VirusBarrierX6. But they&#8217;re not easy to use, or so valuable that Intego could keep selling this super firewall that it once called NetBarrier as a standalone product. That&#8217;s for Monday, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/03/04/secure-the-mac-jillions-of-files-at-a-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure the Microsoft Office</title>
		<link>http://www.bitesofapple.com/2010/02/16/secure-the-microsoft-office/</link>
		<comments>http://www.bitesofapple.com/2010/02/16/secure-the-microsoft-office/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:52:57 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[MacWorld]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=408</guid>
		<description><![CDATA[Microsoft has released the 11.5.7 update to its Office suite, aimed at the users of Office 2004. You should download this update to protect your Mac from being hacked by compromised Word, Excel or PowerPoint files. Even the Mac has security flaws, but more common are the hacker entry points through things like Office or [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_409" class="wp-caption alignleft" style="width: 235px"><a href="http://www.bitesofapple.com/wp-content/uploads/2010/02/ExcelCloseup.jpg"><img class="size-medium wp-image-409" title="ExcelCloseup" src="http://www.bitesofapple.com/wp-content/uploads/2010/02/ExcelCloseup-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Excel poses for its close-up at Macworld</p></div>
<p>Microsoft has released the 11.5.7 update to its Office suite, aimed at the users of Office 2004. You should <a href="http://support.microsoft.com/kb/979674" target="_blank">download this update</a> to protect your Mac from being hacked by compromised Word, Excel or PowerPoint files. Even the Mac has security flaws, but more common are the hacker entry points through things like Office or Adobe&#8217;s Flash. (If you aren&#8217;t up to date on the Microsoft security releases, 11.5.7 won&#8217;t load up. You can check your status in the Updater Logs folder inside your Microsoft Office 2004 folder. Microsoft also has prior updates available for download, to catch you up.)</p>
<p>Microsoft was one of the few big-name vendors at this year&#8217;s Macworld Expo, but it didn&#8217;t have new software to roll out this month in conjunction with its show appearance. The Redmond Giant was talking up the forthcoming release of <a href="http://www.microsoft.com/presspass/press/2009/aug09/08-13MacOutlookPR.mspx" target="_blank">Microsoft Outlook for the Mac</a>. (Talking only, since no demos were presented at the Microsoft booth.) Outlook will be a replacement for Entourage, which still has advocates within the Mac expert community. One advantage of Entourage, noted in a Macworld panel, is its smooth interface with Microsoft Exchange servers, operated at countless companies who handle their own e-mail. Outlook will be inside the Office 2011 suite, and it&#8217;s not yet clear if it will be sold standalone. Entourage never was.<span id="more-408"></span></p>
<p><strong>Those differences between</strong> Entourage and Outlook might have protected the Mac from some Microsoft-based exploits, however. Outlook has such a weak security reputation that it&#8217;s called Lookout by the PC community &#8212; at least those who&#8217;ve been infected by a mail message that wormed its way into the Windows environment on office PCs. Microsoft has closed these holes repeatedly on the PCs, but the tight link between Explorer and Windows remains a point of attack. No such link exists on the Macs.</p>
<p>It appears that Apple isn&#8217;t the only vendor who&#8217;s chosen an ill-advised name for a recent product though. (iPad will need some extra oomph to sell.) Microsoft will call its new generation of mail program Outlook, &#8220;which you&#8217;d think was one of the more bankrupt names&#8221; in the computer world, according to one panelist on the e-mail client showdown session at Macworld 2010. It&#8217;s important to Mac-PC offices that the two products exchange messages easily, to enable switchers as well as interoffice mail using the .PST message format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/02/16/secure-the-microsoft-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s a Web drive-by attack?</title>
		<link>http://www.bitesofapple.com/2010/01/25/whats-a-web-drive-by-attack/</link>
		<comments>http://www.bitesofapple.com/2010/01/25/whats-a-web-drive-by-attack/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 17:10:38 +0000</pubDate>
		<dc:creator>Ron Seybold</dc:creator>
				<category><![CDATA[Managing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.bitesofapple.com/?p=322</guid>
		<description><![CDATA[Editor&#8217;s Note: Our certified security expert Steve Hardwick reported on a insidious style of hacker attack, one that can infect Macs as well as the Windows world where he works everyday. Here at Bites HQ we use the Intego Software suite (NetBarrier and VirusBarrier) for anti-virus protection. Intego just rolled out X6 versions to protect [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor&#8217;s Note: Our certified security expert Steve Hardwick reported on a insidious style of hacker attack, one that can infect Macs as well as the Windows world where he works everyday. Here at Bites HQ we use the Intego Software suite (NetBarrier and VirusBarrier) for anti-virus protection. Intego just rolled out X6 versions to protect against newer-style attacks. We&#8217;ll see once we complete our testing what&#8217;s been added.</em></p>
<p><em> Meantime, be careful where you browse in the course of your business. Steve got attacked while shopping for business travel at Expedia. You should always look extra closely at any dialog box on the Mac that advises you to update for security reasons. Apple&#8217;s software will never use this language, just advise you an available software update.</em></p>
<p><em><span style="font-style: normal;">By Steve Hardwick, CCISP<br />
</span></em></p>
<p><em><span style="font-style: normal;">Should you be worried about a Web drive-by attack? First off, what is it?</span></em></p>
<p>Most Internet users are not familiar with the concept of a Web drive-by attack. The one I recently encountered was scary because of its simplicity and how it preys on security fears. It also underlines how easy it is to create attacks that are targeted to specific operating systems. Mine took place in Windows, but it would be easy enough to target the Mac OS, too.</p>
<p>To be able to infect a computer in a drive-by, the hacker has to trick the end user into loading a piece of malicious code. In the past this was done using e-mail attachments and other applications that were used for file transfer. However there is a growing threat where your Web browser (Firefox, Safari) is used to trick you into downloading and running the virus code. Here is a walkthrough on what I recently encountered as it gives a good understanding of this type of attack. (For anyone who wants a much more in-depth explanation, <a href="http://www.viruslist.com/en/analysis?pubid=204792056#4" target="_blank">Virus List</a> is great site to visit.)</p>
<p>I was going to various sites, trusted sites that I have used in the past without any problems. As I arrived at Expedia.com, one of my favorite travel sites to look at air fares, the following screen popped up. When I saw it, my first thought was that I had a virus on my system.</p>
<p><a href="http://www.bitesofapple.com/wp-content/uploads/2010/01/VirusDriveby1.jpg"><img class="alignleft size-medium wp-image-324" title="VirusDriveby1" src="http://www.bitesofapple.com/wp-content/uploads/2010/01/VirusDriveby1-300x180.jpg" alt="" width="300" height="180" /></a>The screen displayed on top of the browser looked identical to Microsoft Forefront Client Security interface, which is the antivirus software (A/V) installed on my PC. Even the progress bars moved on the display and the virus list was populated. To all intents and purposes it looked and felt like I had a bad case of several viruses on my system. After the virus list had been completed I got the two more screens.</p>
<p><a href="http://www.bitesofapple.com/wp-content/uploads/2010/01/Virus-DriveBy2.jpg"><img class="alignleft size-medium wp-image-325" title="Virus DriveBy2" src="http://www.bitesofapple.com/wp-content/uploads/2010/01/Virus-DriveBy2-300x149.jpg" alt="" width="300" height="149" /></a>Fortunately I am well-versed in security products. As soon as I was asked to run a program outside of my A/V application the alarm bells started to ring. I also noticed that the file had been downloaded to my PC from a Web site I did not recognize. This is not usual behavior for an anti-virus program. So I decided to hit cancel. When I tried to close any screen I saw the screen above.</p>
<p>Now I was definitely concerned.</p>
<p><span id="more-322"></span><strong>I took a quick look</strong> at my process monitor and I saw there were three browser windows open. Each one of the these two new “Windows” screens was a Web page. Plus the warning message was also a Web page. This told me that that my antivirus was not sending these messages. They were specially-constructed Web pages. I looked at the “Forefront” page and got the source URL The I took a quick visit to <a href="http://www.samspade.org" target="_blank">www.samspade.org</a> and found out that this was a site out in France and not a site that I knew to be good. So I now knew it had nothing to do with the travel site I had gone to, or Microsoft Forefront. To stop this whole chain of events I had to shut down the browser application using my process monitor. (On the Mac, you’d do a Force Quit from the Apple menu, and you should.)</p>
<p>So how did this happen? Some technical details follow.</p>
<p>First the hacker constructed a simple set of Web pages to emulate ForeFront and trick the user into downloading a virus program. The virus progam was automatically downloaded as soon as the “Forefront” page came up. Once the user clicks OK to run the bogus “clean up” file the virus is installed and the hacker is in business.</p>
<p>The next thing is to load the Web pages and the virus on a Web site. In this case it was n6-scanner.com. It would take some skill to bypass the Web site security and load it, but on the whole this can be relatively easy to do. Web sites can be a very fertile ground for unpatched operating systems. (Ed. note: A very good reason to update the Mac OS with Security Updates — if only Apple would supply them sooner.) The hacker’s last step, the hard part, is to get you to go to a second Web site to load the code to direct the end user to the target site. This can be a simple HTML redirect, or a more sophisticated script line of code. The attack works best if this is a well-visited site, which is why it is harder. Once this last step is completed the hacker&#8217;s work is done. Just wait for the virus to distribute and take effect.</p>
<p><strong>Why is this a very dangerous attack?</strong></p>
<p>Well, the first reason is that it is relying on end user behavior. As soon as the user sees that there is a virus reported on their machine their first instinct is to get rid of it. The thought that the screen they are seeing is not the antivirus software is not immediately obvious. Most Windows users are now used to seeing virus attacks and want to get them off their system as soon as possible. Consequently many would click straight through these bogus screens without a second thought.</p>
<p>Next, the attack had bypassed the antivirus system. Hopefully, the A/V would have thrown something up after the viral payload was executed, but it may not have. The affectivity of the A/V is only as good as the last update. So if it is a recent virus, and the user had not updated their A/V definitions, then anything could happen.</p>
<p>The Web pages can be tailored to specific operating systems. In my case I saw a Windows based application. Your machine will send a lot of information back to the Web server about what you are using. If you want to see what you are sending out, go to Shields Up on https://www.grc.com and run the Browser Headers check. You may also want to run some of the other tests just to see how secure you are. So it would be fairly easy to construct an attack that was design to attack an Mac based system — that is, to switch the screen the user viewed and the downloaded payload. This is what came back on my system</p>
<p>User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0</p>
<p>Finally, the Web pages and the launching script can be placed on multiple Web sites. The attack codes can be put on different sites too &#8211; they do not need to be collocated on one site. The launch code can be added to multiple Web pages on a single site. So a Web page on a trusted site can get infected. One day the site is safe, the next it is infected.</p>
<p><strong>What you can do to protect against this type of attack</strong></p>
<p>Many users are not familiar with their antivirus software. Take a quick look at your software’s manual (I know, that sounds unpleasant).</p>
<p>• Find out what your A/V software does should it hit a virus: what messages it displays and what operations it will take to quarantine and remove any viruses it finds.</p>
<p>• Take a careful look at ANY program that is launched on your system from a Web visit. Make sure you know where it came from. If in doubt, do a quick Web search on the file name. In many cases this kind of program contains a virus payload. In some cases, especially a drive-by, the file name may be automatically generated. You will have to rely on looking up the URL of the source site. Sam Spade is a great site to get information on who owns the Web site.</p>
<p>• A great fundamental protection is to add another user account on your system, even if you’re the only user of your Mac. Your first is an administrative account and the other is a user account with no administrative rights. The second account is the one that you use most of the time. It does not have rights to install new programs. This may block this type of attack and stop the program load. The administrative account would be used when you want to load a safe application.</p>
<p>• Lastly, you can active a security scanner to your browser to detect dangerous sites. Firefox checks for these, working from a list of known dirty sites. Google’s Chrome, when it is released for the Mac, will have this capability, too.</p>
<p><em><span style="font-size: 14px;">Steve Hardwick has over 10 years of information security experience. He has worked with different environments from military customers, financial institutions, healthcare organizations and Fortune 1000 companies, as well as conducting security assessments for large and small corporations. He is currently Partner Manager at <a href="http://www.mobilearmor.com" target="_blank">Mobile Armor Inc</a>. providing cost effective solutions for securing and protecting mobile data.</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitesofapple.com/2010/01/25/whats-a-web-drive-by-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

