<?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>Project Construction Site</title>
	<atom:link href="http://jsfyp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jsfyp.wordpress.com</link>
	<description>All about my Project!</description>
	<lastBuildDate>Fri, 11 May 2007 20:12:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jsfyp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Project Construction Site</title>
		<link>http://jsfyp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jsfyp.wordpress.com/osd.xml" title="Project Construction Site" />
	<atom:link rel='hub' href='http://jsfyp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Running Honeycomb</title>
		<link>http://jsfyp.wordpress.com/2007/03/27/running-honeycomb/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/27/running-honeycomb/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 11:17:18 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/27/running-honeycomb/</guid>
		<description><![CDATA[The procedure i used to install honeycomb plugin: 1.Install honeyd 2.Install libstree 3.Install honeycomb 4.Rebuild honeyd by make clean 5.#./configure &#8211;with-plugins=honeycomb 6.make 7.make install Honeycomb plugin configuration file: ### Windows computers create windows set windows personality &#8220;Microsoft Windows NT 4.0 SP5-SP6&#8243; set windows default tcp action reset set windows default udp action reset add windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=38&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The procedure i used to install honeycomb plugin:</p>
<p>1.Install honeyd</p>
<p>2.Install libstree</p>
<p>3.Install honeycomb</p>
<p>4.Rebuild honeyd by make clean</p>
<p>5.#./configure &#8211;with-plugins=honeycomb</p>
<p>6.make</p>
<p>7.make install</p>
<p>Honeycomb plugin configuration file:</p>
<p><em>### Windows computers<br />
create windows<br />
set windows personality &#8220;Microsoft Windows NT 4.0 SP5-SP6&#8243;<br />
set windows default tcp action reset<br />
set windows default udp action reset<br />
add windows tcp port 80 &#8220;scripts/iisemulator/iisemul8.pl&#8221;<br />
add windows tcp port 139 open<br />
add windows tcp port 137 open<br />
add windows udp port 137 open<br />
add windows udp port 135 open<br />
add windows tcp port 110 &#8220;sh scripts/pop3.sh&#8221;<br />
add windows tcp port 25 &#8220;sh scripts/smtp.sh&#8221;<br />
add windows tcp port 21 &#8220;sh scripts/ftp.sh&#8221;<br />
set windows uptime 3284460<br />
bind 192.168.1.11 windows<br />
</em></p>
<p><em># Honeycomb plugin configuration<br />
#<br />
# Add this to your honeyd configuration file and tweak as you see fit!<br />
# ____________________________________________________________________</em></p>
<p><em># Whether to run the plugin (1) or not (0)<br />
option honeycomb enable                  1</em></p>
<p><em># What Snort alert category we use for our signatures<br />
option honeycomb snort_alert_class       alert</em></p>
<p><em># The name of the output log file to which we log generated signatures<br />
option honeycomb sig_output_file         /tmp/honeycomb.log</em></p>
<p><em># How many IP packets we keep in mind and search<br />
# for matching data.<br />
option honeycomb ip_backlog              100</em></p>
<p><em># How many attempted UDP connections we maintain state for at any one time<br />
option honeycomb udp_conns_max           1000</em></p>
<p><em># How many answered UDP connections we maintain state for at any<br />
# one time. Once a connection is answered, it is moved to a different<br />
# hashtable. We therefore keep state for udp_conns_max attempted<br />
# connections PLUS udp_dataconns_max answered ones.<br />
option honeycomb udp_dataconns_max       1000</em></p>
<p><em># The maximum number of bytes flowing in a single direction without<br />
# any payload coming the other way during the UDP dialog that we<br />
# store. More data going in one direction without any real data<br />
# going the other way is not stored, as we&#8217;re currently not looking<br />
# for data there.<br />
#<br />
# This is also the maximum string size the longest common substring<br />
# algorithm in libstree needs to deal with, so we don&#8217;t make this<br />
# too high to avoid performance hits.<br />
option honeycomb udp_max_msg_size        5000</em></p>
<p><em># We stop hunting for patterns at some point into a UDP exchange.<br />
# The following defines the number of total bytes inbound before<br />
# we stop caring.<br />
option honeycomb udp_max_bytes           10000</em></p>
<p><em># The minimum pattern length we require before we consider<br />
# a string match in UDP payload meaningful:<br />
option honeycomb udp_pattern_minlen      5</em></p>
<p><em># How many initiated TCP connections we maintain state for at any one time.<br />
option honeycomb tcp_conns_max           65000</em></p>
<p><em># How many established TCP connections we maintain state for at any<br />
# one time. Once a connection is established, it is moved to a different<br />
# hashtable. We therefore keep state for tcp_conns_max unestablished<br />
# connections PLUS tcp_dataconns_max established ones.<br />
option honeycomb tcp_dataconns_max       1000</em></p>
<p><em># The maximum number of bytes flowing in a single direction without<br />
# any payload coming the other way during the TCP dialog that we<br />
# store. More data going in one direction without any real data<br />
# going the other way is not stored, as we&#8217;re currently not looking<br />
# for data there.<br />
#<br />
# This is also the maximum string size the longest common substring<br />
# algorithm in libstree needs to deal with, so we don&#8217;t make this<br />
# too high to avoid performance hits.<br />
option honeycomb tcp_max_msg_size        5000</em></p>
<p><em># We stop hunting for patterns at some point into a TCP dialogue.<br />
# The following defines the number of total bytes inbound before<br />
# we stop caring.<br />
option honeycomb tcp_max_bytes           10000</em></p>
<p><em># For TCP, we also buffer the incoming payloads in one single buffer<br />
# directly. This defines the size of that buffer.<br />
option honeycomb tcp_max_buffering_in    1000</em></p>
<p><em># The minimum pattern length we require before we consider<br />
# a string match in TCP payload meaningful:<br />
option honeycomb tcp_pattern_minlen      5</em></p>
<p><em># The number of slots in the hashtables:<br />
option honeycomb conns_hash_slots        199</em></p>
<p><em># The connection hashtables are periodically checked for dead connections<br />
# we&#8217;re no longer interested in (this doesn&#8217;t automatically mean terminated<br />
# connections, as we need to keep connections around in order to be able to<br />
# have something to compare new ones against!). This setting defines<br />
# the interval in seconds between cleanups.<br />
option honeycomb conns_hash_cleanup_interval 10</em></p>
<p><em># How many generated signatures we keep around before we<br />
# start to forget some.<br />
option honeycomb sighist_max_size        200</em></p>
<p><em># Detected signatures are kept in a history structure and reported<br />
# periodically. This settings defines how long to wait between those<br />
# reports. During the waiting period, existing signatures can be<br />
# improved upon through new traffic flows.<br />
option honeycomb sighist_interval        10</em></p>
<p>Honeycomb getting work!<br />
<em>root@jason-desktop:/usr/local/share/honeyd# honeyd -df test1.conf -p nmap.prints -x xprobe2.conf -a nmap.assoc -l /var/log/honeyd -i eth0 192.168.1.0/24<br />
Honeyd V1.5b Copyright (c) 2002-2004 Niels Provos<br />
honeyd[645]: started with -df test1.conf -p nmap.prints -x xprobe2.conf -a nmap.assoc -l /var/log/honeyd -i eth0 192.168.1.0/24<br />
Warning: Impossible SI range in Class fingerprint &#8220;IBM OS/400 V4R2M0&#8243;<br />
Warning: Impossible SI range in Class fingerprint &#8220;Microsoft Windows NT 4.0 SP3&#8243;honeyd[645]: listening promiscuously on eth0: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip and (net 192.168.1.0/24))) and not ether src 00:17:31:b6:9a:a1<br />
honeyd[645]: registering plugin &#8216;Honeycomb&#8217; (0.7)<br />
honeyd[645]: Demoting process privileges to uid 65534, gid 65534<br />
honeyd[645]: Killing unknown connection: tcp (208.65.153.253:80 &#8211; 192.168.1.11:52826)</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=38&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/27/running-honeycomb/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Expose honeypot to internet</title>
		<link>http://jsfyp.wordpress.com/2007/03/26/expose-honeypot-to-internet/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/26/expose-honeypot-to-internet/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 10:51:01 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/26/expose-honeypot-to-internet/</guid>
		<description><![CDATA[I use this simple configuration file as my virtual machine. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ### Windows computers create windows set windows personality &#8220;Microsoft Windows NT 4.0 SP5-SP6&#8243; set windows default tcp action reset set windows default udp action reset add windows tcp port 80 &#8220;scripts/iisemulator/iisemul8.pl&#8221; add windows tcp port 139 open add windows tcp port 137 open add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=37&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use this simple configuration file as my virtual machine.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><em>### Windows computers<br />
create windows<br />
set windows personality &#8220;Microsoft Windows NT 4.0 SP5-SP6&#8243;<br />
set windows default tcp action reset<br />
set windows default udp action reset<br />
add windows tcp port 80 &#8220;scripts/iisemulator/iisemul8.pl&#8221;<br />
add windows tcp port 139 open<br />
add windows tcp port 137 open<br />
add windows udp port 137 open<br />
add windows udp port 135 open<br />
set windows uptime 3284460<br />
bind 192.168.1.11 windows</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>At router site,i edit the routing table:</p>
<p>destination : 192.168.1.11 (Virtual machine)<br />
netmask : 255.255.255.0<br />
gateway : 192.168.1.2 (My box)</p>
<p>Enable the DMZ point to virtual machine (192.168.1.11).</p>
<p><em>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</em></p>
<p>root@jason-desktop:/usr/local/share/honeyd# honeyd -df test1.conf -p nmap.prints -x xprobe2.conf -a nmap.assoc -l /var/log/honeyd -s /var/log/honeyd2 -i eth0 192.168.1.0/24<br />
Honeyd V1.5b Copyright (c) 2002-2004 Niels Provos<br />
honeyd[6805]: started with -df test1.conf -p nmap.prints -x xprobe2.conf -a nmap.assoc -l /var/log/honeyd -s /var/log/honeyd2 -i eth0 192.168.1.0/24<br />
Warning: Impossible SI range in Class fingerprint &#8220;IBM OS/400 V4R2M0&#8243;<br />
Warning: Impossible SI range in Class fingerprint &#8220;Microsoft Windows NT 4.0 SP3&#8243;honeyd[6805]: listening promiscuously on eth0: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip and (net 192.168.1.0/24))) and not ether src 00:17:31:b6:9a:a1<br />
honeyd[6805]: Demoting process privileges to uid 65534, gid 65534<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.82.35:2394 &#8211; 192.168.1.11:445)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.82.35:3735 &#8211; 192.168.1.11:135)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.82.35:3735 &#8211; 192.168.1.11:135)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.122.40:3575 &#8211; 192.168.1.11:445)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.122.40:3575 &#8211; 192.168.1.11:445)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.122.40:3575 &#8211; 192.168.1.11:445)<br />
honeyd[6805]: Connection to closed port: udp (151.245.156.124:30576 &#8211; 192.168.1.11:1026)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.251.93:3435 &#8211; 192.168.1.11:445)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.251.93:3435 &#8211; 192.168.1.11:445)<br />
honeyd[6805]: Connection to closed port: udp (125.78.181.59:20359 &#8211; 192.168.1.11:13547)<br />
honeyd[6805]: Connection to closed port: udp (94.227.252.221:30576 &#8211; 192.168.1.11:1026)<br />
honeyd[6805]: Killing attempted connection: tcp (60.50.82.35:1939 &#8211; 192.168.1.11:445)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=37&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/26/expose-honeypot-to-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Honeypot working properly.</title>
		<link>http://jsfyp.wordpress.com/2007/03/26/honeypot-working-properly/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/26/honeypot-working-properly/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 18:05:40 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/26/honeypot-working-properly/</guid>
		<description><![CDATA[When i use the NMAP scan the virtual host created by honeyd,below is the log. honeyd[7397]: Connection request: tcp (192.168.1.2:52097 &#8211; 10.2.0.1:80) honeyd[7397]: Connection established: tcp (192.168.1.2:52097 &#8211; 10.2.0.1:80) &#60;-&#62; sh scripts/web.sh honeyd[7397]: Connection dropped by reset: tcp (192.168.1.2:52097 &#8211; 10.2.0.1:80) honeyd[7397]: Killing attempted connection: tcp (192.168.1.2:41582 &#8211; 10.2.0.1:800) honeyd[7397]: Killing attempted connection: tcp (192.168.1.2:37857 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=34&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://jsfyp.files.wordpress.com/2007/03/screenshot-4.png" title="NMAP Front End"><img src="http://jsfyp.files.wordpress.com/2007/03/screenshot-4.png?w=450" alt="NMAP Front End" /></a></p>
<p>When i use the NMAP scan the virtual host created by honeyd,below is the log.</p>
<p>honeyd[7397]: Connection request: tcp (192.168.1.2:52097 &#8211; 10.2.0.1:80)<br />
honeyd[7397]: Connection established: tcp (192.168.1.2:52097 &#8211; 10.2.0.1:80) &lt;-&gt; sh scripts/web.sh<br />
honeyd[7397]: Connection dropped by reset: tcp (192.168.1.2:52097 &#8211; 10.2.0.1:80)<br />
honeyd[7397]: Killing attempted connection: tcp (192.168.1.2:41582 &#8211; 10.2.0.1:800)<br />
honeyd[7397]: Killing attempted connection: tcp (192.168.1.2:37857 &#8211; 10.2.0.1:10005)<br />
honeyd[7397]: Killing attempted connection: tcp (192.168.1.2:42293 &#8211; 10.2.0.1:30</p>
<p>&#8230;</p>
<p>I able to scan the virtual host using NMAP Front End,but it failed when i use command in terminal.Now trying to figure out whats wrong is it.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=34&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/26/honeypot-working-properly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>

		<media:content url="http://jsfyp.files.wordpress.com/2007/03/screenshot-4.png" medium="image">
			<media:title type="html">NMAP Front End</media:title>
		</media:content>
	</item>
		<item>
		<title>Run the the Honeypot</title>
		<link>http://jsfyp.wordpress.com/2007/03/26/honeyd-working-properly/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/26/honeyd-working-properly/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 17:55:43 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/26/honeyd-working-properly/</guid>
		<description><![CDATA[This is my honeyd configuration: route entry 10.0.0.1 route 10.0.0.1 link 10.0.0.0/24 route 10.0.0.1 add net 10.1.0.0/16 10.1.0.1 latency 55ms loss 0.1 route 10.0.0.1 add net 10.2.0.0/16 10.2.0.1 latency 20ms loss 0.1 route 10.0.0.1 add net 10.3.0.0/16 10.2.0.1 latency 20ms loss 0.1 route 10.1.0.1 link 10.1.0.0/24 route 10.2.0.1 link 10.2.0.0/24 route 10.2.0.1 add net 10.3.0.0/16 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=33&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my honeyd configuration:</p>
<p><em>route entry 10.0.0.1<br />
route 10.0.0.1 link 10.0.0.0/24<br />
route 10.0.0.1 add net 10.1.0.0/16 10.1.0.1 latency 55ms loss 0.1<br />
route 10.0.0.1 add net 10.2.0.0/16 10.2.0.1 latency 20ms loss 0.1<br />
route 10.0.0.1 add net 10.3.0.0/16 10.2.0.1 latency 20ms loss 0.1<br />
route 10.1.0.1 link 10.1.0.0/24<br />
route 10.2.0.1 link 10.2.0.0/24<br />
route 10.2.0.1 add net 10.3.0.0/16 10.3.0.1 latency 10ms loss 0.1<br />
route 10.3.0.1 link 10.3.0.0/16</em></p>
<p><em>create routerone<br />
set routerone personality &#8220;Cisco 7206 running IOS 11.1(24)&#8221;<br />
set routerone default tcp action reset<br />
add routerone tcp port 23 &#8220;scripts/router-telnet.pl&#8221;<br />
bind 10.0.0.1 routerone</em></p>
<p><em>create routertwo<br />
set routertwo personality &#8220;Cisco 762 Non-IOS Software release 4.1(2) or 766 ISDN router&#8221;<br />
set routertwo default tcp action reset<br />
add routertwo tcp port 23 &#8220;scripts/router-telnet.pl&#8221;<br />
bind 10.1.0.1 routertwo</em></p>
<p><em># Example of a simple host template and its binding<br />
create default<br />
set default personality &#8220;FreeBSD 2.2.1-STABLE&#8221;<br />
set default default tcp action reset<br />
add default tcp port 80 &#8220;sh scripts/web.sh&#8221;<br />
add default tcp port 22 &#8220;sh scripts/test.sh&#8221;<br />
add default tcp port 113 open<br />
add default tcp port 1 open<br />
bind 10.2.0.1 default</em></p>
<p><em>create allopen<br />
set allopen personality &#8220;NetBSD 1.5.2 running on a Commodore Amiga (68040 processor)&#8221;<br />
set allopen default tcp action reset<br />
add allopen tcp port 80 &#8220;sh scripts/web.sh&#8221;<br />
add allopen tcp port 113 open<br />
add allopen tcp port 1 open<br />
bind 10.0.0.10 allopen</em></p>
<p><em>create template<br />
set template personality &#8220;Check Point FireWall-1 4.0 SP-5 (IPSO build)&#8221;<br />
add template tcp port 80 &#8220;sh scripts/web.sh&#8221;<br />
add template tcp port 23 open<br />
add template tcp port 22 &#8220;sh scripts/test.sh&#8221;<br />
set template default tcp action reset<br />
set template uid 32767<br />
bind 10.1.0.2 template</em></p>
<p><em>#bind 10.3.0.1 routerone<br />
#bind 10.2.0.5 allopen</em><br />
Router site:<br />
set destination as network to reach.gateway as machine.</p>
<p>ID      Destination      Netmask      Gateway      Interface<br />
1        10.0.0.0            255.0.0.0        192.168.1.2</p>
<p>Run the honeyd with this command:</p>
<p><em>#honeyd -df config.localhost -p nmap.prints -x xprobe2.conf -a nmap.assoc -l /var/log/honeyd -i eth0 10.0.0.0/8 Honeyd V1.5b Copyright (c) 2002-2004 Niels Provos<br />
honeyd[7232]: started with -df config.localhost -p nmap.prints -x xprobe2.conf -a nmap.assoc -l /var/log/honeyd -i eth0 10.0.0.0/8<br />
Warning: Impossible SI range in Class fingerprint &#8220;IBM OS/400 V4R2M0&#8243;<br />
Warning: Impossible SI range in Class fingerprint &#8220;Microsoft Windows NT 4.0 SP3&#8243;honeyd[7232]: listening promiscuously on eth0: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip and (net 10.0.0.0/8))) and not ether src 00:17:31:b6:9a:a1<br />
honeyd[7232]: Running with root privileges.</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=33&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/26/honeyd-working-properly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Error while loading shared libraries</title>
		<link>http://jsfyp.wordpress.com/2007/03/23/error-while-loading-shared-libraries/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/23/error-while-loading-shared-libraries/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 14:13:57 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/23/error-while-loading-shared-libraries/</guid>
		<description><![CDATA[After install the nmap (a free open source utility for network exploration or security auditing),i get this error: nmap: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory Nmap failed to load the libpcre.so.0,i found the that available in /usr/local/lib.So,i going to copy that and place in /usr/lib. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=32&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After install the <a href="http://insecure.org/nmap/" target="_blank">nmap</a> (<a title="intro" name="intro"></a>a free open source utility for network exploration or security auditing),i get this error:</p>
<p><em>nmap: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory</em></p>
<p>Nmap failed to load the libpcre.so.0,i found the that available in /usr/local/lib.So,i going to copy that and place in /usr/lib.</p>
<p>#updatedb</p>
<p>#locate libpcre.so.0</p>
<p>#cp /usr/local/lib/libpcre.so.0 /usr/lib</p>
<p>#nmap localhost</p>
<p><em>Starting Nmap 4.20 ( http://insecure.org ) at 2007-03-23 22:13 MYT<br />
Interesting ports on localhost (127.0.0.1):<br />
Not shown: 1696 closed ports<br />
PORT    STATE SERVICE<br />
631/tcp open  ipp</em></p>
<p><em>Nmap finished: 1 IP address (1 host up) scanned in 0.247 seconds<br />
</em></p>
<p>Nmap working properly.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=32&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/23/error-while-loading-shared-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding startup script on Linux</title>
		<link>http://jsfyp.wordpress.com/2007/03/13/adding-startup-script-on-ubuntu/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/13/adding-startup-script-on-ubuntu/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 01:53:47 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[Other Project]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/13/adding-startup-script-on-ubuntu/</guid>
		<description><![CDATA[This can make by adding command in /etc/rc.local. #su #gedit /etc/rc.local In my case, i need to enable ip forward after PC router boot up. So i add the command to the /etc/rc.local. #echo 1 &#62; /proc/sys/net/ipv4/ip_forward Save the /etc/rc.local. You can type #/etc/rc.local  start to test the command.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=28&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This can make by adding command in /etc/rc.local.</p>
<p><em>#su</em></p>
<p><em>#gedit /etc/rc.local</em></p>
<p>In my case, i need to enable ip forward after PC router boot up.</p>
<p>So i add the command to the /etc/rc.local.</p>
<p><em>#echo 1 &gt; /proc/sys/net/ipv4/ip_forward</em></p>
<p>Save the /etc/rc.local.</p>
<p>You can type <em>#/etc/rc.local  start </em>to test the command.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=28&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/13/adding-startup-script-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Internetworking &#8211; PC router</title>
		<link>http://jsfyp.wordpress.com/2007/03/08/internetworking-pc-router/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/08/internetworking-pc-router/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 07:19:39 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[Other Project]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/08/internetworking-pc-router/</guid>
		<description><![CDATA[Hardwares required: CPU : PII ++ NICs: 2 or more( depends on your needs) We using the Ubuntu 5.10 as the PC router configuration platform,Iptables as those NAT and routing configuration. Check for iptables installed or updated: apt-get install iptables. Before edit the iptables rules, configure the IP address on the NICs. In my case, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=20&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://jsfyp.files.wordpress.com/2007/03/final-extreme.JPG" title="Network topology"></a>Hardwares required:</p>
<p>CPU : PII ++<br />
NICs: 2 or more( depends on your needs)<a href="http://jsfyp.wordpress.com/?attachment_id=21" rel="attachment wp-att-21" title="Network topology"></a></p>
<p>We using the Ubuntu 5.10 as the PC router configuration platform,Iptables as those NAT and routing configuration.</p>
<p>Check for iptables installed or updated: <em>apt-get install iptables.</em></p>
<p>Before edit the iptables rules, configure the IP address on the NICs.</p>
<p>In my case, eth0 as the external NIC, connected to DHCP server in LAB.</p>
<p>eth1 as the internal NIC, connect to internal LAN.</p>
<p><em>#iptables -F</em> &#8211;flush all the rules in the filter and nat tables.</p>
<p>IP masquerading:</p>
<p><em>#iptables &#8211;table nat &#8211;append POSTROUTING &#8211;out-interface eth0 -j MASQUERADE</em></p>
<p>IP forwarding:</p>
<p class="command"><em>#iptables &#8211;append FORWARD &#8211;in-interface eth1 -j ACCEPT</em></p>
<p class="command">Forward packets by kernel:</p>
<p class="command"><em>#echo 1 &gt; /proc/sys/net/ipv4/ip_forward</em></p>
<p class="command">On client site, connect the PC to the PC router using cross-cable.The gateway point to eth1 address on Pc router.</p>
<p class="command">Test connection : #<em>ping  &lt;gateway address&gt;</em></p>
<p class="command"><em>#ping google.com</em></p>
<p class="command">Done!If you get response!</p>
<p class="command">Check the routing tables on each site:</p>
<p><em>#netstat -rn</em></p>
<p>Some iptables command:</p>
<p><em>#iptables-save  &gt; &lt;file directory&gt;   &#8211;</em>export the iptables.</p>
<p><em>#iptables-restore &gt; &lt;file directory&gt; &#8211;</em>import iptables.</p>
<p>All the rules created with the iptables cammand are save in memory,when the system reboot,all the rules will be lost.</p>
<p><em>#/sbin/service iptables save</em></p>
<p><em>This executes the <tt>iptables</tt> init script, which runs the <tt>/sbin/iptables-save</tt> program and writes the current <tt>iptables</tt> configuration to <tt>/etc/sysconfig/iptables</tt>. The existing <tt>/etc/sysconfig/iptables</tt> file is saved as <tt>/etc/sysconfig/iptables.save</tt>.The next time the system boots, the <tt>iptables</tt> init script reapplies the rules saved in <tt>/etc/sysconfig/iptables</tt> by using the <tt>/sbin/iptables-restore</tt> command.For ubuntu,iptables configuration was saved as /etc/iptables.up.rules.</em></p>
<p align="center"><a href="http://jsfyp.files.wordpress.com/2007/03/final-extreme1.JPG" title="Topology1"><img src="http://jsfyp.files.wordpress.com/2007/03/final-extreme1.JPG?w=450" alt="Topology1" /></a><a href="http://jsfyp.files.wordpress.com/2007/03/final-extreme.JPG" title="Topology"> </a></p>
<p><a href="http://jsfyp.wordpress.com/?attachment_id=21" rel="attachment wp-att-21" title="Network topology"></a><a href="http://jsfyp.wordpress.com/?attachment_id=21" rel="attachment wp-att-21" title="Network topology"></a><a href="http://jsfyp.wordpress.com/?attachment_id=21" rel="attachment wp-att-21" title="Network topology"></a><a href="http://jsfyp.wordpress.com/?attachment_id=21" rel="attachment wp-att-21" title="Network topology"></a><a href="http://jsfyp.wordpress.com/?attachment_id=21" rel="attachment wp-att-21" title="Network topology"></a></p>
<p style="text-align:center;">&nbsp;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=20&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/08/internetworking-pc-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>

		<media:content url="http://jsfyp.files.wordpress.com/2007/03/final-extreme1.JPG" medium="image">
			<media:title type="html">Topology1</media:title>
		</media:content>
	</item>
		<item>
		<title>Install honeycomb</title>
		<link>http://jsfyp.wordpress.com/2007/03/03/install-honeycomb/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/03/install-honeycomb/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 12:21:19 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/03/install-honeycomb/</guid>
		<description><![CDATA[Honeycomb is a system that creates signatures for network intrusion  detection systems on traffic going in and out of a honeyd honeypot  in real-time. It uses protocol analysis and longest-common substring detection techniques to recognize traffic patterns. The signatures can be reported in various formats, currently only a pseudo-Snort output is supported (pseudo because Snort doesn&#8217;t support lists [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=19&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Honeycomb is a system that creates signatures for network intrusion  detection systems on traffic going in and out of a honeyd honeypot  in real-time. It uses protocol analysis and longest-common substring detection techniques to recognize traffic patterns. The signatures can be reported in various formats, currently only a pseudo-Snort output is supported (pseudo because Snort doesn&#8217;t support lists of  port numbers &#8212; shame on you). In the near future Bro will be the suggested signature output mode as it&#8217;s much more flexible.  To use Honeycomb, you need at least version 0.5c of honeyd. Steps to get Honeycomb running: </p>
<p>- Make sure you have an existing installation of honeyd. </p>
<p>-Make sure you have libstree installed, available at http://www.cl.cam.ac.uk/~cpk25/libstree-0.2.0.tar.gz. This is the library that contains the string handling algorithms necessary to build Honeycomb.  </p>
<p>-Build the Honeycomb plugin library, using the usual ./configure [options]; make; make install  approach. Look at ./configure &#8211;help for options,  &#8211;enable-debugging in particular may be helpful.</p>
<p>-After installation, rebuild honeyd, including honeycomb in the list of plugins (i.e., pass &#8211;with-plugins=honeycomb,.. plus any other honeyd plugins to honeyd&#8217;s configure script).</p>
<p>-Configure Honeycomb: look at the options in honeyd.cnf that come with the Honeycomb package. Add these options to your honeyd  configuration file and adjust them as you see fit.</p>
<p>-That&#8217;s basically it; if you&#8217;ve built Honeycomb with  &#8211;enable-debugging you should see a line like the following when   honeyd starts up:   honeycomb.c/72: Initializing Honeycomb &lt;version&gt;</p>
<p>- Signatures are reported periodically, check the file that you have configured the signatures to be dumped to. By default, this file is /tmp/honeycomb.log.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=19&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/03/install-honeycomb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Install honeyd-1.5b</title>
		<link>http://jsfyp.wordpress.com/2007/03/02/install-honeyd-15b/</link>
		<comments>http://jsfyp.wordpress.com/2007/03/02/install-honeyd-15b/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 10:51:24 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/03/02/install-honeyd-15b/</guid>
		<description><![CDATA[Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their TCP personality can be adapted so that they appear to be running certain versions of operating systems. Honeyd enables a single host to claim multiple addresses &#8211; I have tested up to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=18&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Honeyd is a small daemon that creates virtual hosts on a network.  The<br />
hosts can be configured to run arbitrary services, and their TCP<br />
personality can be adapted so that they appear to be running certain<br />
versions of operating systems.  Honeyd enables a single host to claim<br />
multiple addresses &#8211; I have tested up to 65536 &#8211; on a LAN for network<br />
simulation.</p>
<p>It is possible to ping the virtual machines, or to traceroute them.<br />
Any type of service on the virtual machine can be simulated according<br />
to a simple configuration file.  Instead of simulating a service, it<br />
is also possible to proxy it to another machine.</p>
<p>Installation:<br />
&#8212;&#8212;&#8212;&#8212;-</p>
<p>Honeyd depends on several libraries:</p>
<p>- libevent  &#8211; event notification<br />
- libdnet   &#8211; packet creation<br />
- libpcap   &#8211; packet sniffing<br />
- libdnsres &#8211; non-blocking DNS resolver<br />
- libpcre   &#8211; perl regular expression library</p>
<p>Make sure that you have them installed.</p>
<p>Beside that, i had installed:</p>
<p>flex &#8211; A fast lexical analyzer generator</p>
<p>tcc &#8211; ANSI-C compiler</p>
<p align="left">zlib &#8211; compression library provides in-memory compression and   decompression functions</p>
<p>For the regression framework to run, you need to install the Python<br />
module for libdnet.  You might need Python 2.4 for the best results.</p>
<p>To build honeyd, run the following commands:</p>
<p>$ ./configure<br />
$ make<br />
$ make install</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=18&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/03/02/install-honeyd-15b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux != Windows</title>
		<link>http://jsfyp.wordpress.com/2007/02/04/linux-windows/</link>
		<comments>http://jsfyp.wordpress.com/2007/02/04/linux-windows/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 10:49:08 +0000</pubDate>
		<dc:creator>jsliw</dc:creator>
				<category><![CDATA[I m Serious!]]></category>

		<guid isPermaLink="false">http://jsfyp.wordpress.com/2007/02/04/linux-windows/</guid>
		<description><![CDATA[Linux not an alternative for Windows, but a choice! Do you agree?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=16&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Linux not an alternative for Windows, but a choice!</p>
<p>Do you agree?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jsfyp.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jsfyp.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsfyp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsfyp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsfyp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsfyp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsfyp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsfyp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsfyp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsfyp.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsfyp.wordpress.com&amp;blog=710494&amp;post=16&amp;subd=jsfyp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsfyp.wordpress.com/2007/02/04/linux-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d149b74d5a21d4b13dde0941c802cd02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jsliw</media:title>
		</media:content>
	</item>
	</channel>
</rss>
