<?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>CRM Guru Blog &#187; plug in</title>
	<atom:link href="http://www.crm-guru.com/tag/plug-in/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crm-guru.com</link>
	<description>Your Source For CRM News and CRM Information</description>
	<lastBuildDate>Thu, 08 Dec 2011 00:00:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Security 2.0 With Web 2.0</title>
		<link>http://www.crm-guru.com/security-20-with-web-20.php</link>
		<comments>http://www.crm-guru.com/security-20-with-web-20.php#comments</comments>
		<pubDate>Thu, 19 Jun 2008 21:59:25 +0000</pubDate>
		<dc:creator>ssikes</dc:creator>
				<category><![CDATA[CRM Implementation]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[NoScript]]></category>
		<category><![CDATA[plug in]]></category>
		<category><![CDATA[proxy server]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.crm-guru.com/security-20-with-web-20.php</guid>
		<description><![CDATA[By Sharla Sikes We&#8217;ve just taken a look at how simply being aware of possible threats to CRM system security can help foil phishing attacks, but there&#8217;s a lot more involved with the security equation. Technological security measures will boost user awareness into a complete security strategy. Many applications are written using Asynchronous Javascript and [...]]]></description>
			<content:encoded><![CDATA[<p><em><font color="#0000ff"><font color="#000000">By Sharla Sikes</font></font></em></p>
<p><font color="#0000ff"><font color="#000000">We&#8217;ve just taken a <a href="http://www.crm-guru.com/security-and-web-20-crm.php">look </a>at how simply being aware of possible threats to CRM system security can help foil phishing attacks, but there&#8217;s a lot more involved with the security equation.</font></font></p>
<p><font color="#0000ff"><font color="#000000">Technological security measures will boost user awareness into a complete security strategy.</font></font><span id="more-300"></span></p>
<p><font color="#0000ff"><font color="#000000">Many applications are written using  Asynchronous Javascript and XML, or <a href="http://www.insidecrm.com/features/prtoecting-yourself-crm-031208/">AJAX</a>. </font></font></p>
<p>AJAX allows CRM vendors to provide â€œricher, more responsiveâ€ applications and more efficient CRM programs with more features to boost sales. However, it also provides more attack points into CRM system security, according to Cook.</p>
<p>AJAX applications aren&#8217;t always written from a security point of view. Being relatively new, AJAX is less understood than other application environments, and being written by Web developers rather than programmers, security may take a back seat to performance and features.</p>
<p>&#8220;I get kind of sad when I&#8217;m asked [about what customers can do to secure their CRM applications],&#8221; InsideCRM quotes Billy Hoffman, manager of <a href="http://www.hpl.hp.com/research/systems_security.html">HP Systems Security Labs</a>, the Atlanta-based Web-security research department at <a href="http://welcome.hp.com/country/us/en/welcome.html">Hewlett-Packard Development Company, L.P.</a> &#8220;This is the part of my job where I feel bad because there are no good answers.â€</p>
<p>While Hoffman mentions a few methods users can employ to protect themselves, it&#8217;s true that security should be addressed on the developer rather than the customer. However, like a â€œchain-link fence around the problem,â€ these methods can provide at least some protection.</p>
<p>Hoffman recommends choosing a CRM application with a high level of security, and asking about the application&#8217;s compliance with security standards that are appropriate to its use.</p>
<p>&#8220;For instance, OWASP (the <a href="http://www.owasp.org/index.php/Main_Page">Open Web Application Security Project</a>) has a list of top 10 vulnerabilities [in Web applications],&#8221; said Hoffman. &#8220;One question you can ask is, â€˜How are you in compliance about the OWASP top 10?&#8217; How are passwords stored, what type of access rules do you enforce? Is there some kind of access-control system? Ask how granular it is. A lot of times looking at feature set of an application can give you an idea of how secure it is.&#8221;</p>
<p>Seek tools to boost the security of prewritten applications, such as the <a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a> plug-in for <a href="http://en-us.www.mozilla.com/en-US/firefox/about/">Mozilla&#8217;s</a> Firefox browser. NoScript can block JavaScript language on a user&#8217;s computer, requiring the user to specifically enable every JavaScript application he or she allows to run. Since many Web 2.0 attacks involve malicious JavaScript, the plug-in offers protection, at the expense of the user&#8217;s time to authorize JavaScript at each site he or she visits. NoScript also requires a user to have the knowledge to choose which JavaScript to allow, since it cannot distinguish between benign and malicious scripts.</p>
<p>For server protection, Hoffman recommends a proxy server, such as The <a href="http://www.springsource.com" target="_blank">Apache Software</a> Foundation&#8217;s <a href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html">Module mod_proxy</a>, with a whitelist of allowed addresses. The proxy server can filter sites that may be malicious or are restricted, but requires a time commitment to maintain the whitelist.</p>
<p>Application firewalls or  intrusion-detection systems offer another layer of security. Firewalls are designed to â€œenforce protection policies for specific applications, such as CRM,â€ which can add security to a CRM application but aren&#8217;t as secure as a well-designed Web application, according to Hoffman. They do allow control of the traffic that can pass to and from the applicationâ€”including downloadsâ€”as well as access to applications, however.</p>
<p>CRM security will remain incomplete until vendors begin to â€œget the idea,â€ which Hoffman says is beginning to happen. He predicts that in two or three years, CRM security will improve greatly.</p>
<img src="http://www.crm-guru.com/?ak_action=api_record_view&id=300&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.crm-guru.com/security-20-with-web-20.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

