Search
Browse by Topic
- Ferris Deliverables
- Topics
- Vendors and Products
- Attenex
- Autonomy/Zantaz
- AXS-One
- Blue Coat
- Borderware
- C2C
- CA/Ilumin
- CaseCentral
- Cetaphora
- Cisco/Ironport
- Clearswift
- Clearwell
- Code Green
- CommVault
- EMC
- Fortiva
- GFI
- Global Relay
- Google/Postini
- H&S
- HP/IAP
- IBM CommonStore
- IBM Notes/Domino
- IBM Quickplace
- Iron Mountain/Stratify
- Kazeon
- LiveOffice
- Marshal
- McAfee
- MessageLabs
- MessageOne
- Microsoft Exchange/Outlook
- Mimosa Systems
- Open Text/Hummingbird
- Oracle/Stellent
- Orchestria
- Other Products
- Permessa
- Proofpoint
- Quest
- Reconnex
- RPost
- Seagate/EVault/MetaLINCS
- Sherpa Software
- SonicWALL
- Symantec/Vault/Veritas/Vontu
- Tablus
- Titus Labs
- Trend Micro
- Vericept
- Waterford
- Websense/Port Authority/SurfControl
- ZL Technologies
Archives
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002
- February 2002
- January 2002
- December 2001
- October 2001
- September 2001
- August 2001
- July 2001
- June 2001
- May 2001
- April 2001
- March 2001
- December 2000
- October 2000
- September 2000
- August 2000
- July 2000
- June 2000
- May 2000
- April 2000
- March 2000
- February 2000
- January 2000
- December 1999
- November 1999
- October 1999
- September 1999
- July 1999
- June 1999
- April 1999
- March 1999
- February 1999
- January 1999
September, 2005
To support a common subscriber repository, Telecoms operators require an unusual directory that must scale in a way that most directories don’t.
For example, a provider with 30 million customers might have a subscriber database with 110GB of data, that handles 70,000 transactions/second with a 40MB/second data thruput, with 10 ms reads and 15 ms updates. There’s no way that a commercial relational database system can do that.
Consolidation of Email Boundary Functions--Starting to Happen
Comment on this (0 comments)Sep 29, 2005There’s been a trend over the last couple of years to integrate inbound email security. The market is now starting to buy a single product or service that implements anti-virus, anti-spam, anti-phishing, DoS protection, etc, rather than a series of point solutions. This is seen most clearly with hosted services and appliances.
So what about all the other functions that touch the email flow? In addition to inbound inspection of the mail flow, this includes:
- Outbound policy enforcement
- Archiving and discovery
- Regulatory compliance
- Reporting and analytics
- Encryption
It would be great if all these functions could be consolidated into a single integrated management environment. It’s not clear that this will happen. But a very interesting early attempt can be seen from the newly announced MX2020, from IntelliReach.
EMC Simplifies E-Mail Storage Management for Microsoft Exchange Server
Comment on this... (0 comments) Sep 29, 2005There are growing numbers of types of electronic nastiness.
In 1985, viruses were the only real bit of nastiness. The last three years have seen innovation and profusion of nastiness:
- Spam became serious in 2002
- 419 advance fee fraud attacks, traditionally from Nigeria. Became serious in 2002
- Phishing attacks became serious in 2004
- Spyware became serious in 2004
- SPLOGS: spam blogs and other "black-hat" search engine optimization techniques are causing serious pollution of search engine results. Became serious in 2005
- SPIT: cheapness of VoIP causes overseas call centers to make telemarketing calls — often in violation of laws, but they get away with it because they’re overseas. Became serious in 2005
- Spear Phishing: highly targeted phishing attacks using social engineering or malformed MS Office documents. Became serious in 2005
SPIM--spam over instant messaging could become a problem, but so far hasn’t. SPIT’s likely to get far worse.
… David Ferris and SHARETHIS.addEntry({ title: "Electronic Nastiness is Proliferating", url: "http://www.ferris.com/2005/09/28/electronic_nast/" });
At the recent Professional Developer’s Conference in Los Angeles, Microsoft detailed its API (Application Programming Interface) strategy for the upcoming Exchange 12. While Microsoft announced many of the features that Exchange 12 would bring, this was the first information to appear about how developers will build applications against the new version. This is critical, because there are many Exchange applications on the market, from system management tools to end user productivity applications. In addition, organizations have written their own in-house, custom solutions. Developers need time to change existing applications, or build new ones that target Exchange 12.
For most developers, the message was good. Most of the existing commonly-used Exchange interfaces, such as Collaboration Data Objects (CDO) or WebDAV, will still be supported, even though they are being de-emphasized. This provides developers time to plan their API migration strategy. There are some interfaces, such as Exchange’s WMI classes or and CDO for Exchange Management, that are being cut altogether, but few applications were written to these interfaces. Any application that was written using these interfaces will have to be revised, since it will not function against Exchange 12.
Microsoft is replacing the de-emphasized and obsolete programming interfaces with a new set based primarily on Web Services, scriptable interfaces called Cmdlets, and the Windows Workflow Foundation. The developers we interviewed at the PDC are excited about the new interfaces. They open up a larger part of Exchange’s services to developers, making it easier to build more powerful applications. They also are designed to solve many of the problems faced by developers in the past, such as the need to use different programming interfaces to build remote applications vs. intranet applications.
Developers will likely take advantage of the new interfaces quickly because they need to support versions of Exchange as they become available. But they’ll be faced with maintaining two code bases for some time, since existing versions of Exchange will be around for many years, just as we’ve seen with Exchange 5.5. Microsoft hasn’t yet made available beta versions of Exchange to a broad developer community, but no time is too soon, since the development environment will be changing so remarkably.
On September 22, Symantec announced it would acuire WholeSecurity.
WholeSecurity offers technology that protects against:
- Phishing websites. The technology looks at a website, and checks it against a dynamic database of phishing sites. It also checks for suspicious things. A simple example is clickable URLs purportedly going, to a well-known website, but which actually go to a covert one
- Malicious code such as spyware and viruses. The technology works by observing abnormal behaviour on a computer, such as a small windows application that doesn’t have any windows and which seems to be hiding from the user
This acquisition is probably good for Symantec and its customers. It will help Symantec offer simple bundles that protect against a broader range of threats--mainly viruses, spam, spyware, and phishihg. The technology helps to deal with zero-hour viruses, because it scans for strange PC behaviour rather than waiting for signatures.
The acquisition also opens an interesting new sales opportunity for Symantec. Symantec will be able to go to organizations that do business over the Internet, such as banks, eBay, Yahoo, and so on. These businesses will then be able to include Symantec’s security software into their own offering. For example, when you sign up with a bank, the bank can offer you a toolbar that protects against phishing, or the bank can offer you a download that will check your PC is healthy, and monitor it on an ongoing basis for malware.
It’s an all-cash deal; terms were not disclosed. WholeSecurity has 75 people, and has received $20M of venture money.
Symantec Offers Consumers Worry-Free Security and Data Protection
Comment on this... (0 comments) Sep 26, 2005Oracle Reorts Q1 GAAP EPS of 10 Cents, Non-GAAP EPS of 14 Cents, Up 38 Percent
Comment on this... (0 comments) Sep 24, 2005Distribution List Handling Will Become a More Central Topic
Comment on this (0 comments)Sep 23, 2005Expect discussion of distribution lists ("DLs") to become a lot more lively over the next couple of years.
Two things will drive this:
- DLs are critical for regulations compliance and discovery requests. When people participate in DLs, you need to process DLs in order to tell who’s done what
- Corporate knowledge mining. To make sense out of a mass of emails, and pick out the discussions, you have to understand DLs
Today, DL membership fluctuates, with little associated tracking. Five years out, archiving systems will let us review DL history in much the same way as they do email.
Be sensible in how you give out your email address
- Most people give out their email address where, for example, they would not give out their phone number – mostly due to the perception that email addresses are more ‘anonymous’ than home addresses or phone numbers.
- Whilst this was the case many years ago, it is now possible to derive more information about a computer user than you might think from their email address, particularly if they own the domain as well.
Don’t place too much trust in address obfuscation.
- Some users religiously write their addresses for public view as john dot doe at johndoemarketing dot com. However, some harvesting bots pick this up with ease as the software used to harvest email addresses is considerably more complex than it used to be.
- Other variations of this technique include writing scripts (e.g. JavaScript) to “generate” an email address every time a web page carrying an email address loads (so it doesn’t exist explicitly in user@host form in the HTML code). However, some spambots can render the script output before scanning it and so they can read the email address.
When signing up for a service which asks for an email address, read the relevant part of the small print.
- Some forms say “check this box to receive our newsletter” and others say “check this box to opt out of receiving our newsletter”.
- Also be aware that ‘spam’ and ‘email you don’t want’ are not necessarily the same. Its only really spam if you didn’t agree to receive it (either explicitly or implicitly).
Use a sacrificial email address for signing up to online services
- If an email address starts to be sent too much spam it can be swapped for a new email; unlike usual business email.
- Some users have a different email address for every online service that they sign up to, so they can easily see which service distributes their details.
Keep your operating system and other software that you use up to date.
- There exist viruses and spyware that capture addresses. Also ensure that, in addition to up-to-date on-virus filters, you also have up-to-date adware/spyware detection.
- Remember that if you have a n infection on your computer, it is likely that spammers are using your computer to send their emails to other people. In other words, your PC is a zombie in a botnet.
Users who run their own mail servers should ensure that they aren’t acting as an open relay.
- If in doubt, seek advice.
- Don’t forget to check for misconfigured routers and firewalls.
Consider using a form of spam detection which includes verification of SPF and/or DomainKeysIM records, particularly if the email appears to come from a critical source such as a financial institution.
- It will help to detect and block phishing attacks.
- If you own your own domain and advertise SPF records (or sign outgoing email using DomainKeysIM), it will help to prevent other people spoofing your address.
- It is very easy to send an email and make it look like it came from somewhere else, so if you don’’t have this level of filtering, don’t trust an email just because it appears to be from one of your friends.
Newsgroups have a particularly bad reputation for email address harvesting; this is because it is very quick and easy to get a list of email addresses from Usenet. Consider using a sacrificial/different email address when posting to newsgroups (e.g. using Google News).
Most people have some sort of an instinct about how legitimate online services appear to be. Don’t ignore this – it is very valuable.
- If you have a ‘bad feeling’ about a site, or it doesn’t seem very professional, or there are too many grammatical or spelling mistakes, do not trust it.
- However, note that phishers are becoming increasingly sophisticated in the graphic design of their email messages and web sites – it’s easy to copy the design of a legitimate web site or transactional email.
Recognize social engineering techniques and don’t fall for them.
- If someone asked for your bank account number or perhaps eBay password without a valid reason in person, you would be understandably suspicious. If you receive an email asking for personal details like that, and your instinct is to not trust the email, don’t.
- In general, do not give out any personal details through email. Banks won’t ask you for passwords, account numbers or mothers’ maiden names by email. Bear in mind that giving out seemingly insignificant information, such as how long you have lived at home, could prove very useful to abusive users, particularly if they are trying to impersonate you.
- Banks usually have advice explaining that emails asking for personal information apparently from them are hoaxes. Pay attention to this.
Be suspicious rather than trusting. Anyone offering an unbeatable or even unbelievable deal by email probably won’t be doing it for your benefit, however much it seems like it.
- If you receive an email from someone you don’t know, claiming that you have a lot of money left to you by someone you’ve never heard of, it’s highly unlikely to be genuine.
- Most people would not be fooled by this if it was verbal or through the post, so there’s no reason to be any more trusting because it is by email. If it seems too good to be true, it probably is.
Don’t ignore warning messages
- If you go to https://online.banking and the web browser displays a warning message about the site appearing to be invalid (technically: the digital signer of the site’s certificate isn’t a trusted certification authority), don’t just click the OK button.
- Genuine sites such as PayPal and banks have correctly signed certificates so if your web browser thinks it is not correctly signed, you’ll get a warning message – it’s there for a reason.
To alleviate the concern over genuine email being classified as spam (false positives) consider using spam filters that provide some end user control
- Some spam filters provide end user message reports that allow authorized end users to view what messages have been quarantined on their behalf and the reasons why. Messages can be released from quarantine by the end user, without the need for intervention by the IT support team.
- Similarly, users should be able to include and manage their own personal white- and black-lists in addition to corporate lists. This would enable spam-like newsletters that an user wants to be delivered, even though many others would perceive this to be unwanted email.
… David Ferris, with thanks to Black Spider’s Emma Dunstone
Clearswift Introduces SpamLogic--New Anti-Spam Technology
Comment on this... (0 comments) Sep 22, 2005New Features and TCO Benefits of IBM Lotus Notes/Domino 7
Comment on this (0 comments)Sep 21, 2005 David ViaSponsored by IBM. http://www.ibm.com
Attached Files:Report - New Features and TCO Benefits of IBM Lotus Notes/Domino 7This report discusses the new features of IBM Lotus Notes/Domino release 7 and how they may decrease an organization’s total cost of ownership (TCO) for email.
In this report, we:
Describe the new features of Notes/Domino 7.
Assess how the new features of […]
This report looks at the market for email security solutions. This market consists primarily of spam and virus control products but also includes add-on services, such as attachment blocking and policy compliance.
Please Wait