<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lestari Perdana</title>
	<atom:link href="http://lestariperdana.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lestariperdana.wordpress.com</link>
	<description>A starting point......</description>
	<lastBuildDate>Wed, 18 Jun 2008 04:33:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lestariperdana.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lestari Perdana</title>
		<link>http://lestariperdana.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lestariperdana.wordpress.com/osd.xml" title="Lestari Perdana" />
	<atom:link rel='hub' href='http://lestariperdana.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Configure RDP over SSL with SelfSSL Published Friday, January 26, 2007 10:54 AM by rodney.buike</title>
		<link>http://lestariperdana.wordpress.com/2008/06/18/configure-rdp-over-ssl-with-selfssl-published-friday-january-26-2007-1054-am-by-rodneybuike/</link>
		<comments>http://lestariperdana.wordpress.com/2008/06/18/configure-rdp-over-ssl-with-selfssl-published-friday-january-26-2007-1054-am-by-rodneybuike/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 04:33:13 +0000</pubDate>
		<dc:creator>Lestari</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://lestariperdana.wordpress.com/?p=6</guid>
		<description><![CDATA[A very good article and link http://thelazyadmin.com/blogs/thelazyadmin/archive/2007/01/26/Configure-RDP-over-SSL-with-SelfSSL.aspx Windows 2003 Service Pack 1 included a new feature, RDP over SSL. This feature will allow you to use TLS authentication and encryption with your RDP connections using SelfSSL to create the SSL certificate. It still uses RDP and TCP port 3389 so your firewall rules should not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=6&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very good article and link</p>
<p><a href="http://thelazyadmin.com/blogs/thelazyadmin/archive/2007/01/26/Configure-RDP-over-SSL-with-SelfSSL.aspx">http://thelazyadmin.com/blogs/thelazyadmin/archive/2007/01/26/Configure-RDP-over-SSL-with-SelfSSL.aspx</a></p>
<p>Windows 2003 Service Pack 1 included a new feature, RDP over SSL. This feature will allow you to use TLS authentication and encryption with your RDP connections using SelfSSL to create the SSL certificate. It still uses RDP and TCP port 3389 so your firewall rules should not need to be modified.</p>
<p>Before we get started there are a few pre-requisites on both the server side and client side that need to be met first.</p>
<p>Server-side</p>
<ul>
<li>The Terminal Server must run 2003 SP1</li>
<li>The Terminal Server must have a certificate from a Windows CA or a 3rd Party CA</li>
</ul>
<p>The certificate must meet the following criteria</p>
<ul>
<li>Certificate is a computer certificate</li>
<li>Certificate is for server authentication</li>
<li>Certificate must have a private key</li>
<li>Certificate is stored in the TS personal store</li>
<li>Certificate has a Crytographic Service Provider that can be used for TLS/SSL  </li>
</ul>
<p>The client computer must also meet some criteria</p>
<ul>
<li>Must run Windows 2000, Windows XP, Windows 2003 or Windows Vista</li>
<li>Must use RDP Client 5.2 orhigher, this can be found on the 2003 SP1 server under %systemroot%\system32\clients\tsclient\win32\msrdpcli.msi</li>
<li>Must trust the root CA for the certificate</li>
</ul>
<p>If you do not have a CA, don&#8217;t wish to spend money on a &#8220;real&#8221; SSL cert, or just want to do some testing, you can use SelfSSL from the IIS 6.0 Resource Kit. Once you have downloaded and installed SelfSSL, run it with the following command</p>
<p><em>SelfSSL.exe /CN=domain.com /V:365</em></p>
<p><img src="http://thelazydev.com/images/ts/rdp-ssl-1.jpg" border="1" alt="" /></p>
<p>The command will create and install a certificate for domain.com that is valid for 365 days. If you do not have IIS installed, you may get an error message but you can ignore this message, the SSL certificate is still created and installed. The CN <em><strong>must</strong></em> be the name you will be accessing the TS with. Next open up Administrative Tools, and launch the Terminal Server Configuration applet. Right-click RDP-Tcp and select properties.</p>
<p><img src="http://thelazydev.com/images/ts/rdp-ssl-1a.jpg" border="1" alt="" /></p>
<p>Click Edit next to the Certificate, you will be shown the SSL certificate that SelfSSL created. Select it and click OK</p>
<p><img src="http://thelazydev.com/images/ts/rdp-ssl-2.jpg" border="1" alt="" /></p>
<p>Next, select SSL from the Security Layer drop down box and set the Encryption Level to High.</p>
<p><img src="http://thelazydev.com/images/ts/rdp-ssl-3.jpg" border="1" alt="" /></p>
<p>Now you will need to install the new RDP client on all workstations that will be accessing the Terminal Server. You will notice a new tab under the connection properties called Security. Select this tab and then choose Require Authentication from the drop down.</p>
<p><img src="http://thelazydev.com/images/ts/rdp-ssl-4.jpg" border="1" alt="" /></p>
<p>When you try to connect, you will be denied access because the SSL cert is not trusted. Click View Certificate, and then Install to install the certificate to the local machines certificate store.</p>
<p> <img src="http://thelazydev.com/images/ts/rdp-ssl-5.jpg" border="1" alt="" /></p>
<p>Attempt to connect again and the connection will be allowed. You are now connected through RDP over SSL. If you are connected in full screen mode, you will see the SSL lock symbol next to the pushpin in the yellow toolbar.</p>
<p>For more information see:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&amp;displaylang=en">Download Details: Internet Information Services (IIS) 6.0 Resource Kit Tools</a></p>
<p> <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;275727&amp;FR=1&amp;PA=1&amp;SD=HSCH">Article ID: 275727 &#8211; High Encryption on a Remote Desktop or Terminal Services Session Does Not Encrypt All Information</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lestariperdana.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lestariperdana.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lestariperdana.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lestariperdana.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lestariperdana.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lestariperdana.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lestariperdana.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lestariperdana.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lestariperdana.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lestariperdana.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=6&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lestariperdana.wordpress.com/2008/06/18/configure-rdp-over-ssl-with-selfssl-published-friday-january-26-2007-1054-am-by-rodneybuike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b87c144170fa92ede1a8fa8961b283f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Lestari</media:title>
		</media:content>

		<media:content url="http://thelazydev.com/images/ts/rdp-ssl-1.jpg" medium="image" />

		<media:content url="http://thelazydev.com/images/ts/rdp-ssl-1a.jpg" medium="image" />

		<media:content url="http://thelazydev.com/images/ts/rdp-ssl-2.jpg" medium="image" />

		<media:content url="http://thelazydev.com/images/ts/rdp-ssl-3.jpg" medium="image" />

		<media:content url="http://thelazydev.com/images/ts/rdp-ssl-4.jpg" medium="image" />

		<media:content url="http://thelazydev.com/images/ts/rdp-ssl-5.jpg" medium="image" />
	</item>
		<item>
		<title>Free host intrusion prevention for Windows &#8212; November 3rd, 2006 Posted by Derrick Webber</title>
		<link>http://lestariperdana.wordpress.com/2007/12/29/free-host-intrusion-prevention-for-windows-november-3rd-2006-posted-by-derrick-webber/</link>
		<comments>http://lestariperdana.wordpress.com/2007/12/29/free-host-intrusion-prevention-for-windows-november-3rd-2006-posted-by-derrick-webber/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 15:00:41 +0000</pubDate>
		<dc:creator>Lestari</dc:creator>
				<category><![CDATA[HIPS]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://lestariperdana.wordpress.com/2007/12/29/free-host-intrusion-prevention-for-windows-november-3rd-2006-posted-by-derrick-webber/</guid>
		<description><![CDATA[A very good article and link http://advosys.ca/viewpoints/2006/11/free-host-intrusion-prevention/   &#8221;Host intrusion prevention&#8221; (HIP) software tries to stop malicious software either either recognizing patterns of malicious activity, or by blocking access to critical system areas. When properly implemented, HIP very effective at stopping new (&#8220;zero day&#8221;) attacks that anti-virus (AV) software is largely incapable of preventing. People seem [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=5&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very good article and link</p>
<p><a href="http://advosys.ca/viewpoints/2006/11/free-host-intrusion-prevention/">http://advosys.ca/viewpoints/2006/11/free-host-intrusion-prevention/</a> </p>
<p> &#8221;Host intrusion prevention&#8221; (HIP) software tries to stop malicious software either either recognizing patterns of malicious activity, or by blocking access to critical system areas. When properly implemented, HIP very effective at stopping new (&#8220;zero day&#8221;) attacks that anti-virus (AV) software is largely incapable of preventing.</p>
<p>People seem to have a hard time understanding the difference between HIP and anti-virus, so let’s put it in overly simplistic terms:</p>
<ul>
<li>Anti-virus software: identifies malicious code by what it <u>looks like</u>.</li>
<li>Host intrusion prevention software identifies malicious code by what it <u>does</u>.</li>
</ul>
<p>AV software identifies malware by matching sequences of bytes in a file with a list of known malware (yes there’s more to it than that, but that’s the basic idea). HIP on the other hand tries to stop malicious actions as they are attempted. This is done in two ways:</p>
<ol>
<li><strong>Access controls:</strong> by checking the actions of each application against a list of allowed actions (e.g. A web browser is allowed to save files, but not access the system registry)</li>
<li><strong>Behavior:</strong> by monitoring sequences of actions (e.g. An email message is opened then MS Outlook suddenly starts sending attachments to everyone in your address book)</li>
</ol>
<p>Most HIP products use a combination of both approaches though some are purely behavior-based. By controlling and identifying actions, HIP software is far more effective than anti-virus. For anti-virus to identify and stop malicious actions, all of the following must occur:</p>
<p><span></span></p>
<ol>
<li>The malicious code must have been captured by the AV vendor (vendors discover new malware a variety of ways, such as by using &#8220;bait&#8221; machines (honeypots) on the Internet that pose as vulnerable Windows machine)</li>
<li>The AV vendor must have decide the malware is widespread enough to bother with (AV vendors focus on widespread, public malware)</li>
<li>The AV vendors must have analyzed the code and found a sequence of bytes that uniquely identify that code.</li>
<li>The byte sequence must have been added to the daily/weekly AV database update.</li>
<li>Your organization must have downloaded the update and distributed it to all computers.</li>
</ol>
<p>Twenty years ago when the pattern-based anti-virus approach was first conceived, that approach worked well. Back then malware spread via floppy disk. AV companies had ample time to collect samples, identify unique patterns, and distribute updates to customers.</p>
<p>Now however, malware is developed and spread much faster than AV patterns can be implemented. Also, the public mass destruction malware that AV vendors focus on is being supplanted by smaller targeted malware written for financial gain. Most malware is now being written to wipe out bank accounts, not hard drives. Targets are small, like the customers of one little online bank, and distribution is swift: victims are usually fleeced long before any AV vendor can respond.</p>
<p>Some HIP products also use patterns that must be downloaded once in a while. However, these are patterns of suspicious actions or lists of system areas to protect… not patterns of bytes in a file. HIP products that use downloadable patterns require updates infrequently, like once per quarter.</p>
<h4>Are you HIP?</h4>
<p>There is a wide variety of HIP software available, each having different capabilities. There’s no universal agreement on exactly what functions HIP software should perform (other than stop malicious actions without relying on file patterns) but as minimum all HIP should be able to control access to the following areas:</p>
<ul>
<li>File system (including modification of EXEs and shared libraries)</li>
<li>Windows registry</li>
<li>System memory</li>
<li>Running processes (including system services, spawning of sub-processes and code injection)</li>
</ul>
<p>Better HIP software will also be able to control access to the following:</p>
<ul>
<li>Windows message passing (e.g. <a href="http://en.wikipedia.org/wiki/Shatter_attack"><font color="#2557ad">&#8220;shatter&#8221; attacks</font></a>)</li>
<li>COM and OLE</li>
<li>Network access (binding to a port, sending outbound traffic etc.)</li>
</ul>
<p>Another criteria for HIP is that it must control access to system resources per application. Resources that MS Internet Explorer can access can be different from those of MS Outlook. High-end HIP software like Cisco Security Agent allow administrators to specific precisely what resource each application can access. Other HIP use vendor-defined databases or restrict all applications the same until placed on a trusted list.</p>
<h4>What’s available</h4>
<p>There are many good commercial HIP products available: McAfee bought Entercept, Cisco bought Okena, but these are aimed at the enterprise market. They require centralized servers and a significant investment in knowledge, time and capital.</p>
<p>Fortunately for smaller users there are quite a few free and free-for-personal-use HIP products available. Here are a few that we’ve found:</p>
<p><a href="http://www.gentlesecurity.com/personal.html"><font color="#2557ad">GentleSecurity GeSWall</font></a>: A comprehensive HIP with both generic protection and rules for enforcing resource access for specific applications (e.g. ME Internet explorer). Desktop version free for personal use.</p>
<p><a href="http://www.eeye.com/html/products/blink/personal/index.html"><font color="#2557ad">eEye Blink</font></a><strong>:</strong> Very comprehensive. Free for personal use version monitors applications, registry, memory, and provides a personal firewall (apparently with network intrusion prevention abilities).</p>
<p><a href="http://www.prevx.com/security.asp"><font color="#2557ad">PrevX Prevx1</font></a>: More of an EXE monitor than a HIP: it maintains a shared list of known executables and blocks known &#8220;bad&#8221; ones. According to comments from PrevX, it also provides &#8220;generic keylogger, rootkit and buffer overflow protection&#8221;. The literature is unclear but it seems that once an application is allowed to execute it is able to access any system resource, rather than just resources it &#8220;should&#8221; access.</p>
<p><a href="http://www.privacyware.com/dynamic_security_agent.html"><font color="#2557ad">PrivacyWare DSA</font></a>: Monitors applications, registry, email, services and network. Free for personal and non-commercial use.</p>
<p><a href="http://www.novatix.com/cyberhawk/"><font color="#2557ad">Novatix Cyberhawk</font></a>: The vendor provides no details on which resources it protects, but this appear to be a purely behavior based HIP especially for non-technical users.</p>
<p><a href="http://force.coresecurity.com/"><strong><font color="#2557ad">CoreImpact COREFORCE</font></strong></a>: Free for personal and commercial use. Includes a stateful firewall derived from the OpenBSD <a href="http://www.openbsd.org/faq/pf/"><font color="#2557ad">pf</font></a> packet filter. Filesystem, network, registry, program integrity. Seems to use a community developed database of specific rules for each application (Firefox, etc).</p>
<p><a href="http://www.arovaxshield.com/"><font color="#2557ad">Arovax Shield</font></a>: A basic registry monitor. Apparently only monitors and prevents certain registry changes so only performs a small part of what a a full HIP system should do. It can also prevent changes to the system’s hosts file and creation of http cookies in Internet explorer.</p>
<h4>Not ready for prime time:</h4>
<p>In addition to the above, there are many up-and-comers that are promising but, in my opinion, aren’t yet mature enough for daily use:</p>
<p><a href="http://winpooch.free.fr/"><font color="#2557ad">winpooch</font></a>: Open source. Still in beta. Monitors access to critical files only. One interesting feature is that winpooch can integrate with <a href="http://www.clamwin.com/"><font color="#2557ad">ClamWin</font></a> to scan files on access, a feature ClamWin desperately needs.</p>
<p><a href="http://www.neoava.com/"><strong><font color="#2557ad">Neoava Guard:</font></strong></a> A promising but still in beta HIP by a single developer. Can monitor disk, memory, some network access, prompts when unknown EXEs are run, has activity thresholds to detect worm-like behavior and more features being added.</p>
<p><a href="http://syssafety.com/"><strong><font color="#2557ad">System Safety:</font></strong></a> Limited trial and freeware version. EXE control (run or block, permit spawning) and registry access control.</p>
<h4>Not listed:</h4>
<p>I haven’t listed single product protectors (e.g. IE specific), personal firewalls that control only network access, simple file / registry monitors, address space randomizers and the like. A HIP must be able to monitor any application and control access to at least a couple of the resources listed above.</p>
<h4>Do you need HIP?</h4>
<p>If you have host intrusion prevention installed, do you still need anti-virus? Well, why not… anti-virus is still useful to catch the older malware still in circulation. Both technologies can usually be used without conflict.</p>
<p>Using both HIP and AV provides multiple layers of defense (&#8220;defense in depth&#8221;) which is always a good practice. A Windows system armored by AV, HIP, a personal firewall and <a href="http://advosys.ca/viewpoints/2006/04/windows-most-important-security/"><font color="#2557ad">not running as Administrator</font></a> makes a formidable target for malicious software.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lestariperdana.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lestariperdana.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lestariperdana.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lestariperdana.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lestariperdana.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lestariperdana.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lestariperdana.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lestariperdana.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lestariperdana.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lestariperdana.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=5&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lestariperdana.wordpress.com/2007/12/29/free-host-intrusion-prevention-for-windows-november-3rd-2006-posted-by-derrick-webber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b87c144170fa92ede1a8fa8961b283f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Lestari</media:title>
		</media:content>
	</item>
		<item>
		<title>Host IPS for Desktop</title>
		<link>http://lestariperdana.wordpress.com/2007/12/29/host-ips-for-desktop/</link>
		<comments>http://lestariperdana.wordpress.com/2007/12/29/host-ips-for-desktop/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 14:45:26 +0000</pubDate>
		<dc:creator>Lestari</dc:creator>
				<category><![CDATA[HIPS]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://lestariperdana.wordpress.com/2007/12/29/host-ips-for-desktop/</guid>
		<description><![CDATA[Wondering that what are the HIPS solution available for personal desktop, by googling it, found out some of them are quite interesting http://www.gentlesecurity.com/index.html  GentleSecurityWall ensures safe use of internet and network services. It enforces mandatory access control policy, which maintains confidentiality of your data, prevents damage from intrusions and malicious software: viruses, worms, spyware, key [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=4&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wondering that what are the HIPS solution available for personal desktop, by googling it, found out some of them are quite interesting</p>
<p><span class="h2"><a href="http://www.gentlesecurity.com/index.html">http://www.gentlesecurity.com/index.html</a> </span></p>
<p><span class="h2">Ge</span>ntle<span class="h2">S</span>ecurity<span class="h2">Wall</span> ensures safe use of internet and network services. It enforces mandatory access control policy, which maintains confidentiality of your data, prevents damage from intrusions and malicious software: viruses, worms, spyware, key loggers etc.</p>
<p><a href="http://www.gentlesecurity.com/technology.html">Underlying technology</a> bridges strong GeSWall security with great usability. Being non-intrusive for a user GeSWall requires no or minimal configuration and enforces protection once installed.</p>
<p> &gt;&gt; Well, it doesn&#8217;t seem to run on Win 98</p>
<p><a href="http://www.syssafety.com/">http://www.syssafety.com/</a> </p>
<p>System Safety <font color="#640064"><span style="font-weight:400;font-size:9.7pt;color:#640064 !important;font-family:Arial;position:relative;" class="kLink"> </span></font><font color="#640064"><span style="font-weight:400;font-size:9.7pt;color:#640064 !important;font-family:Arial;position:relative;" class="kLink">Monitor</span></font> (SSM) is a Host Based Intrusion Prevention System which will protect your system from all known and unknown malware, rootkits and &#8220;zero-day&#8221; attacks. SSM proactively keeps track of all running programs&#8217; behavior and blocks malicious or suspicious actions.<br />
Learning mode will help you to easily configure the required <a target="_new" href="http://www.download32.com/system-safety-monitor-free-edition-i27074.html#" id="KonaLink1" class="kLink"><font color="#640064"><span style="font-weight:400;font-size:9.7pt;color:#640064 !important;font-family:Arial;position:relative;" class="kLink">security</span></font></a> rules.<br />
Compatible with most of well known security software. 100% freeware.<br />
Working at the Windows Kernel level SSM monitors in real-time:<br />
* Malware and Rootkit Installation<br />
* Driver Loading<br />
* Program Execution<br />
* NT Services Installation and State Change<br />
* Program State and Memory Modification<br />
* Thread and Process Suspension and Termination<br />
* Direct Physical Memory Access<br />
* Global Hook Installation<br />
* <font color="#640064"><span style="font-weight:400;font-size:9.7pt;color:#640064 !important;font-family:Arial;position:relative;" class="kLink">System </span><span style="font-weight:400;font-size:9.7pt;color:#640064 !important;font-family:Arial;position:relative;" class="kLink">Registry</span></font> Modification<br />
* Window Opening<br />
* IE Settings Change<br />
* Startup Menu Modification</p>
<p>&gt;&gt; Well, it claim that could run on Win 98, however&#8230;&#8230;</p>
<p><a href="http://www.malwareguard.com/malware.html">http://www.malwareguard.com/malware.html</a></p>
<p>Malware Guard gives you the most advanced spyware detection, blocking and removing threads as you browse.</p>
<p><a href="http://www.threatfire.com/">http://www.threatfire.com/</a> </p>
<p>ThreatFire uses advanced patent-pending technology to detect signs of malicious behavior commonly used by malware threats. ThreatFire is unlike traditional antivirus products that rely on old fashioned &#8220;signature&#8221; technology and require updating every time a new threat occurs.</p>
<p>By constantly monitoring the activity on your PC ThreatFire&#8217;s ActiveDefense technology is able to hunt down and paralyze threats that are too new or too clever to be recognized by traditional security software.</p>
<p>ThreatFire employs an intelligent behavioral engine to only alert you on truly malicious behavior, because sometimes even legitimate software may look malicious. This means you are only alerted when you really need to be.</p>
<p><a href="http://www.comodo.com/index.html">http://www.comodo.com/index.html</a> </p>
<p>But if permitable, i think i will prefer Comodo, which come with FREE Firewall, Anti-Malware, Antivirus</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lestariperdana.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lestariperdana.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lestariperdana.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lestariperdana.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lestariperdana.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lestariperdana.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lestariperdana.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lestariperdana.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lestariperdana.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lestariperdana.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=4&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lestariperdana.wordpress.com/2007/12/29/host-ips-for-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b87c144170fa92ede1a8fa8961b283f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Lestari</media:title>
		</media:content>
	</item>
		<item>
		<title>Firewall Leak Tester</title>
		<link>http://lestariperdana.wordpress.com/2007/12/29/firewall-leak-tester/</link>
		<comments>http://lestariperdana.wordpress.com/2007/12/29/firewall-leak-tester/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 14:29:34 +0000</pubDate>
		<dc:creator>Lestari</dc:creator>
				<category><![CDATA[Personal Firewall]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://lestariperdana.wordpress.com/2007/12/29/firewall-leak-tester/</guid>
		<description><![CDATA[http://www.firewallleaktester.com/ This website, on one hand, enables you to test your software personal firewall thanks to different test programs (&#8216;leaktests&#8217;), and on the other hand, shows a global vulnerabilities view of the most common personal firewalls in a summary page. Firewall Leak Tester provides also documentation and advices to improve your security dramatically.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=3&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.firewallleaktester.com/">http://www.firewallleaktester.com/</a></p>
<p>This website, on one hand, enables you to test your software personal firewall thanks to different test programs (&#8216;leaktests&#8217;), and on the other hand, shows a global vulnerabilities view of the most common personal firewalls in a summary page.<br />
Firewall Leak Tester provides also documentation and advices to improve your security dramatically.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lestariperdana.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lestariperdana.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lestariperdana.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lestariperdana.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lestariperdana.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lestariperdana.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lestariperdana.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lestariperdana.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lestariperdana.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lestariperdana.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lestariperdana.wordpress.com&amp;blog=2408866&amp;post=3&amp;subd=lestariperdana&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lestariperdana.wordpress.com/2007/12/29/firewall-leak-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b87c144170fa92ede1a8fa8961b283f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Lestari</media:title>
		</media:content>
	</item>
	</channel>
</rss>
