<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rafan's blog &#187; Security</title>
	<atom:link href="http://blog.rafan.org/categories/computer/security/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rafan.org</link>
	<description>rafan? rafan!</description>
	<lastBuildDate>Mon, 26 Apr 2010 15:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC3-17376</generator>
		<item>
		<title>jail(8) 裡面 make world</title>
		<link>http://blog.rafan.org/archives/123</link>
		<comments>http://blog.rafan.org/archives/123#comments</comments>
		<pubDate>Mon, 29 May 2006 01:16:28 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/123</guid>
		<description><![CDATA[前陣子因為某些因素，不想升級 host 的 world，所以就直接在 jail 裡面 buildworld/installworld，大致上沒有甚麼問題，要注意的地方是在 host 端，要把底下這個 sysctl 打開 security.jail.chflags_allowed 否則在 installworld 的時候，會沒有辦法把一些有 schg flags 的檔案蓋過去。弄好後，就記得關起來。]]></description>
			<content:encoded><![CDATA[<p>前陣子因為某些因素，不想升級 host 的 world，所以就直接在 jail 裡面 buildworld/installworld，大致上沒有甚麼問題，要注意的地方是在 host 端，要把底下這個 sysctl 打開</p>
<blockquote><p>security.jail.chflags_allowed</p></blockquote>
<p>否則在 installworld 的時候，會沒有辦法把一些有 schg flags 的檔案蓋過去。弄好後，就記得關起來。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP SP2 的防火牆</title>
		<link>http://blog.rafan.org/archives/118</link>
		<comments>http://blog.rafan.org/archives/118#comments</comments>
		<pubDate>Thu, 22 Dec 2005 20:33:45 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/118</guid>
		<description><![CDATA[在裝 SP2 之後，他預設會把東西都擋光光，當有不在名單上的程式要 LISTEN 的話，他會問你要封鎖還是開放還是等等再說，而根據跳出來那個窗的說明是 Windows「現在已經封鎖」。 我之前在寫某門課作業的時候，才發現當他跳出來那個窗的時候，根本就還沒做動作，我的程式還是跑的很快樂.. !@#$%]]></description>
			<content:encoded><![CDATA[<p>在裝 SP2 之後，他預設會把東西都擋光光，當有不在名單上的程式要 LISTEN 的話，他會問你要封鎖還是開放還是等等再說，而根據跳出來那個窗的說明是 Windows「現在已經封鎖」。</p>
<p>我之前在寫某門課作業的時候，才發現當他跳出來那個窗的時候，根本就還沒做動作，我的程式還是跑的很快樂.. !@#$% </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/118/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配合 firewall 擋亂掃 ssh 的方法</title>
		<link>http://blog.rafan.org/archives/116</link>
		<comments>http://blog.rafan.org/archives/116#comments</comments>
		<pubDate>Sun, 11 Sep 2005 08:11:19 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/?p=116</guid>
		<description><![CDATA[之前我知道 ports 裡面有一個 security/bruteforceblocker 可以用，可是他用 pf，而我不會用&#8230;。剛剛找了一下，發現一個叫做 sshit 的東西，是用 ipfw 做的，而且還可以設定多久後拿掉 firewall rule。剛剛用了一下，感覺也不錯。 UPDATE: 結果他不知道為什麼會生出一大堆（70~80 隻）perl 在那邊 idle，看了相當不爽。 UPDATE: 這個問題後來 (2006 or 2007) 已經修正了，現在用起來沒什麼問題。]]></description>
			<content:encoded><![CDATA[</p>
<p>之前我知道 ports 裡面有一個 security/bruteforceblocker 可以用，可是他用 pf，而我不會用&#8230;。剛剛找了一下，發現一個叫做 <a href="http://anp.ath.cx/sshit/">sshit</a> 的東西，是用 ipfw 做的，而且還可以設定多久後拿掉 firewall rule。剛剛用了一下，感覺也不錯。</p>
<p><strong> UPDATE</strong>: 結果他不知道為什麼會生出一大堆（70~80 隻）perl 在那邊 idle，看了相當不爽。</p>
<p><strong>UPDATE</strong>: 這個問題後來 (2006 or 2007) 已經修正了，現在用起來沒什麼問題。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/116/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 換 Security Officer</title>
		<link>http://blog.rafan.org/archives/113</link>
		<comments>http://blog.rafan.org/archives/113#comments</comments>
		<pubDate>Wed, 24 Aug 2005 04:12:19 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/113</guid>
		<description><![CDATA[之前的 Security Officer 是 Jacques Vidrine (nectar)，他總共當了三年多（43 個月）。前幾天，mailing 上說要換 Colin Percival 剛 Security Officer 了，他就是之前寫 HTT 跟 Cache 那篇文章的作者，也是寫 FreeBSD Update 跟 portsnap 等等好東西的作者。 其他的部份可以看 New FreeBSD Security Officer 這篇。]]></description>
			<content:encoded><![CDATA[<p>之前的 Security Officer 是 Jacques Vidrine (nectar)，他總共當了三年多（43 個月）。前幾天，mailing 上說要換 Colin Percival 剛 Security Officer 了，他就是之前寫 HTT 跟 Cache 那篇文章的作者，也是寫 FreeBSD Update 跟 portsnap 等等好東西的作者。</p>
<p>其他的部份可以看 <a href="http://lists.freebsd.org/pipermail/freebsd-security/2005-August/003115.html">New FreeBSD Security Officer</a> 這篇。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/113/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>log 檔</title>
		<link>http://blog.rafan.org/archives/99</link>
		<comments>http://blog.rafan.org/archives/99#comments</comments>
		<pubDate>Sat, 30 Apr 2005 18:16:49 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/99</guid>
		<description><![CDATA[我的習慣是 log 會留個半年到一年左右，而某地方則是把 log 丟到某機器留兩年（呃，硬碟太大&#8230;）。我的認為是 log 該留的就要留，不要像某人 rotate 超快&#8230; !@#$%]]></description>
			<content:encoded><![CDATA[<p>我的習慣是 log 會留個半年到一年左右，而某地方則是把 log 丟到某機器留兩年（呃，硬碟太大&#8230;）。我的認為是 log 該留的就要留，不要像某人 rotate 超快&#8230; !@#$%</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Spyware&#8230;</title>
		<link>http://blog.rafan.org/archives/93</link>
		<comments>http://blog.rafan.org/archives/93#comments</comments>
		<pubDate>Tue, 19 Apr 2005 03:39:43 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spyware]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/93</guid>
		<description><![CDATA[剛在 gslin&#8217;s blog 看到這篇，這實在是&#8230;。剛把 code 看完，以後幹壞事就方便多了？ XD 附註：原本的文章在 The first open source spyware。]]></description>
			<content:encoded><![CDATA[<p>剛在 gslin&#8217;s blog 看到<a href="http://gslin.org/2005/04/19/1067/">這篇</a>，這實在是&#8230;。剛把 code 看完，以後幹壞事就方便多了？ XD</p>
<p>附註：原本的文章在 <a href="http://www.securityfocus.com/archive/1/396165/2005-04-15/2005-04-21/0">The first open source spyware</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/93/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEP is too weak</title>
		<link>http://blog.rafan.org/archives/84</link>
		<comments>http://blog.rafan.org/archives/84#comments</comments>
		<pubDate>Wed, 06 Apr 2005 04:28:54 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/84</guid>
		<description><![CDATA[Feds Hack Wireless Network in 3 Minutes&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://hardware.slashdot.org/hardware/05/04/05/1428250.shtml?tid=193&#038;tid=172">Feds Hack Wireless Network in 3 Minutes</a>&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/84/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ypbind -m</title>
		<link>http://blog.rafan.org/archives/82</link>
		<comments>http://blog.rafan.org/archives/82#comments</comments>
		<pubDate>Sun, 03 Apr 2005 09:15:39 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[CSIE]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Workstation Lab]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/82</guid>
		<description><![CDATA[剛發現 ypbind 有加 -m 的時候，如果原本 bind 的 fail，他會花較久的時候才會 bind 到另外一台。還沒空仔細研究狀況，不過現在拿掉 -m 了。]]></description>
			<content:encoded><![CDATA[<p>剛發現 ypbind 有加 -m 的時候，如果原本 bind 的 fail，他會花較久的時候才會 bind 到另外一台。還沒空仔細研究狀況，不過現在拿掉 -m 了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5.3 的 sshd_config</title>
		<link>http://blog.rafan.org/archives/76</link>
		<comments>http://blog.rafan.org/archives/76#comments</comments>
		<pubDate>Wed, 09 Mar 2005 04:38:25 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[CSIE]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Workstation Lab]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/?p=76</guid>
		<description><![CDATA[最近系上工作站換成 5.3-RELEASE 之後，常會發生 ssh 連不到的狀況，剛仔細研究了一下 sshd_config 發現是 MaxStartup 的預設有被改過。 以前那個值是 10:30:60 現在是 10，差別是後者是有 10 個 sshd 在等 auth 的時候, 會不給新的連，而前者是有 10 個的時候，有 30% 的機率不給連，而到了 60 隻在等 auth 的時候，就通通不給連。]]></description>
			<content:encoded><![CDATA[<p>最近系上工作站換成 5.3-RELEASE 之後，常會發生 ssh 連不到的狀況，剛仔細研究了一下 sshd_config 發現是 MaxStartup 的預設有被改過。</p>
<p>以前那個值是 10:30:60 現在是 10，差別是後者是有 10 個 sshd 在等 auth 的時候, 會不給新的連，而前者是有 10 個的時候，有 30% 的機率不給連，而到了 60 隻在等 auth 的時候，就通通不給連。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/76/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>跑 awstats</title>
		<link>http://blog.rafan.org/archives/75</link>
		<comments>http://blog.rafan.org/archives/75#comments</comments>
		<pubDate>Sun, 06 Mar 2005 08:54:03 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[CINC]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[CSIE]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[webmail]]></category>
		<category><![CDATA[Workstation Lab]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/?p=75</guid>
		<description><![CDATA[剛才把我有跑 awstats 的地方，通通改成用 static output 的方式，而且從 web 端是完全 access 不到 awstats.pl 的（我根本沒開那個目錄出來&#8230; XD），這樣子應該可以省去不少麻煩]]></description>
			<content:encoded><![CDATA[<p>剛才把我有跑 awstats 的地方，通通改成用 static output 的方式，而且從 web 端是完全 access 不到 awstats.pl 的（我根本沒開那個目錄出來&#8230; XD），這樣子應該可以省去不少麻煩 <img src='http://blog.rafan.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

