Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos Anti-Virus for Mac version 9.0 Preview

Hi everyone,

Today we published Sophos Anti-Virus for Mac version 9.0 Preview for your evaluation and use.

The headline feature for version 9.0 is Web Protection, offering protection to make web browsing safe. This is the same technology used by our corporate customers, learn more from our website: http://www.sophos.com/en-us/why-sophos/innovative-technology/web-protection.aspx

We've also worked hard to improve the existing features with a number of security and stability fixes. Version 9.0 supports Mac OS X 10.6 and up. This means we've discontinued support for all PowerPC systems and 10.4/10.5 Intel systems going forward.

This is a "preview" release. The product has passed all of our internal quality assurance testing but we are looking for additional feedback from real users in the real world. Barring any undiscovered defects, this version provides the same protection as version 8 plus protection for web browsing. The product will get regular updates too.

Download the version 9.0 Preview installer here: http://downloads.sophos.com/home-edition/savosx_90_he.zip

SHA-256 checksum of the 9.0.0 zip file: 0252e80845d38e43c9638983900d3f9a91dac4b2e9c028e787e4a8e40018d4c1

SHA-256 checksum of the 9.0.1 zip file: 4719154788e5e4251dc76bfecde842ea7fd08db32e36ecef0072335ca156bb4a

You can upgrade an existing version 8 installation, or set up a brand new installation with the same installer. Either way, just download and run the installer app. Today you need to "opt-in" by manually running the installer but later this year we'll migrate all version 8 installations.

If you find problems, please post about it here. If you don't have any problems we'd also love to hear that too. If you find a showstopper issue, please let us know and then reinstall version 8 until we can fix it.

Note that the version 8 installer is still available from our main website: http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx

Regarding the Web Protection feature, you can test the two different types of protection with these two links:

URL reputation blocking: http://www.sophostest.com/ then click the "Malware" link about half-way down the page

Malicious content blocking: http://www.eicar.org/download/eicar_com.zip

In both cases, you will get a notification page instead of the real content when the protection features are enabled in the preferences.

Thanks in advance for your feedback.

:1012410


This thread was automatically locked due to age.
Parents

  • ZRL1 wrote:

    I suspect that SophosWebIntelligence has to clear each of those links in the page before it lets them through so they seem to appear one at a time.


    Mostly correct, although we can process things in parallel if the browser does. There are three points where the system does a lot more processing for web traffic: (1) each network socket is filtered by SophosWebIntelligenceD to pick out the URL and the content; (2) the URL is given to SophosSXLD which communicates with our cloud infrastructure; and (3) the content is given to SophosScanD for the anti-malware scan.

    Each of these components is multi-threaded so we can absorb as much work as possible, but the necessary CPU cycles still add up. The URL lookups are backed by a sophisticated caching mechansim to avoid looking up things too often (that would interfere with performance) but often enough to give real-time reaction to threats. We typically see more than 90% caching even for complex sites when you start browsing them, although if you stop browsing then return to the site later we have to requery. We don't bother trying to avoid re-scanning (by caching content) because the browsers do an excellent job of caching themselves. We never re-scan cached content because the browser never fetches it from the remote server. But anything the browser can't or won't cache will get scanned (which is the corrrect behavior).

    Our typical "worst case" sites are like Amazon's front page or Yahoo!'s front page. Both are full of small bits fetched from lots of different servers. The front page of the Washington Post is similar, it references content from more than sixty different servers. Seems like a good site for more performance testing.

    :1012604
Reply

  • ZRL1 wrote:

    I suspect that SophosWebIntelligence has to clear each of those links in the page before it lets them through so they seem to appear one at a time.


    Mostly correct, although we can process things in parallel if the browser does. There are three points where the system does a lot more processing for web traffic: (1) each network socket is filtered by SophosWebIntelligenceD to pick out the URL and the content; (2) the URL is given to SophosSXLD which communicates with our cloud infrastructure; and (3) the content is given to SophosScanD for the anti-malware scan.

    Each of these components is multi-threaded so we can absorb as much work as possible, but the necessary CPU cycles still add up. The URL lookups are backed by a sophisticated caching mechansim to avoid looking up things too often (that would interfere with performance) but often enough to give real-time reaction to threats. We typically see more than 90% caching even for complex sites when you start browsing them, although if you stop browsing then return to the site later we have to requery. We don't bother trying to avoid re-scanning (by caching content) because the browsers do an excellent job of caching themselves. We never re-scan cached content because the browser never fetches it from the remote server. But anything the browser can't or won't cache will get scanned (which is the corrrect behavior).

    Our typical "worst case" sites are like Amazon's front page or Yahoo!'s front page. Both are full of small bits fetched from lots of different servers. The front page of the Washington Post is similar, it references content from more than sixty different servers. Seems like a good site for more performance testing.

    :1012604
Children
No Data