Google Safe Browsing API
Google provides a very good service for web surfing and blocking phishing and malware pages. The service is named Google Safe Browsing API which is actually a web API for developers to download a blacklist of suspected pages and check their own URL to see if they're included in the list. From the Google Safe Browsing API site:
The Safe Browsing API is an experimental API that enables client applications to check URLs against Google's constantly updated blacklists of suspected phishing and malware pages. Your client application can use the API to download an encrypted table for local, client-side lookups of URLs that you would like to check.
Here are some of the things you can do with the Safe Browsing API:
- Warn users before clicking on links that appear in your site when they lead to malware-infested pages.
- Prevent users from posting links to phishing pages from your site.
- Check a list of pages against Google's lists of suspected phishing and malware pages.
This API is already used in Mozilla Firefox to block phishing URLs.
Last week, Thomas Freudenberg suggested to implement this API in Community Server and after some conversations, I joined him and we decided to implement this idea as a part of Subkismet project to be used by .NET developers then import it to Community Server. We're still working on the code and hope to release an Alpha version as soon as possible or as soon as Microsoft adds a good support for RFC2396 URLs to .NET Framework!!.
Speaking of .NET and RFC2396 URLs, do you know any third party open source component to work with these URLs?
Now playing: Ennio Morricone - Cha Mai
[advertisement] Axosoft OnTime 2008 is four developer tools in one: bug tracking, project wiki, feature management, and help desk. It manages your development process so developers can focus on coding. Installed or Hosted – Free Single-user license -- Free 30-day team trial.
2 Comments : 06.30.07
#1
Keyvan Nayyeri
07.03.2007 @ 7:38 AM