<?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>salawank</title>
	<atom:link href="http://salawank.performance-weaver.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://salawank.performance-weaver.com</link>
	<description>starting from ground 0</description>
	<lastBuildDate>Sun, 15 Aug 2010 23:15:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yeah, unclick that box =)</title>
		<link>http://salawank.performance-weaver.com/2010/08/yeah-unclick-that-box/</link>
		<comments>http://salawank.performance-weaver.com/2010/08/yeah-unclick-that-box/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:43:49 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[shoeboxblog]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=340</guid>
		<description><![CDATA[A picture is worth a thousand words. At least this is what the below cartoon wanna tell us =)

Thank you shoeboxblog !
]]></description>
			<content:encoded><![CDATA[<p>A picture is worth a thousand words. At least this is what the below cartoon wanna tell us =)</p>
<p><a href="http://www.shoeboxblog.com/wp-content/uploads/2010/05/facebook-tip.jpg"><img class="alignnone" src="http://www.shoeboxblog.com/wp-content/uploads/2010/05/facebook-tip.jpg" alt="" width="638" height="634" /></a></p>
<p>Thank you <a href="http://www.shoeboxblog.com/?p=17306" target="_blank">shoeboxblog</a> !</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/08/yeah-unclick-that-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arpalert -Monitor ARP changes in ethernet networks</title>
		<link>http://salawank.performance-weaver.com/2010/08/arpalert-monitor-arp-changes-in-ethernet-networks/</link>
		<comments>http://salawank.performance-weaver.com/2010/08/arpalert-monitor-arp-changes-in-ethernet-networks/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:40:25 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[arpalert]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=336</guid>
		<description><![CDATA[Yes, I&#8217;m still blogging. Been really busy with works lately.
Arpalert has been quite useful tool for me nowadays. It is simple, easy and its light weight in terms of processing. It enables me to keep track on whats happening in the ARP table/MAC address of the networks.
As quoted from the Arpalert site:
&#8220;This software is used [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I&#8217;m still blogging. Been really busy with works lately.</p>
<p>Arpalert has been quite useful tool for me nowadays. It is simple, easy and its light weight in terms of processing. It enables me to keep track on whats happening in the ARP table/MAC address of the networks.</p>
<p>As quoted from the <a href="http://www.arpalert.org/" target="_blank">Arpalert site</a>:</p>
<p><em>&#8220;This software is used for monitoring ethernet networks.<br />
It listens on a network interface (without using &#8216;promiscuous&#8217; mode) and catches all conversations of MAC address to IP request. It then compares the mac addresses it detected with a pre-configured  list of authorized MAC addresses.  If the MAC is not in list, arpalert  launches a pre-defined user script with the MAC address and IP address  as parameters.&#8221;</em></p>
<p>I&#8217;ve installed it in my Ubuntu 8.04.2 for the past 6 months, reside within my network. Any changes on the ARP table, any new comer, will be logged. Below are some snippet from the log file (/var/log/arpalert.log) :</p>
<blockquote><p>root@Server:/etc/arpalert# tail -f /var/log/arpalert.log<br />
Aug  12 14:52:07 arpalert: seq=1346329, mac=00:03:47:24:e1:49, ip=192.168.7.126, type=new, dev=eth2, vendor=&#8221;Intel Corporation&#8221;<br />
Aug  13 09:11:05 arpalert: seq=1368035, mac=00:0c:29:54:34:e9, ip=192.168.1.77, reference=192.168.7.125, type=ip_change, dev=eth2, vendor=&#8221;VMware, Inc.&#8221;<br />
Aug  13 09:19:34 arpalert: seq=1368218, mac=00:0c:29:54:34:e9, ip=192.168.7.125, reference=192.168.1.77, type=ip_change, dev=eth2, vendor=&#8221;VMware, Inc.&#8221;<br />
Aug  13 09:51:34 arpalert: seq=1368810, mac=f8:1e:df:da:9d:60, ip=192.168.7.151, reference=192.168.7.150, type=ip_change, dev=eth2, vendor=&#8221;(null)&#8221;<br />
Aug  13 11:28:32 arpalert: seq=1370763, mac=00:25:bc:3d:1f:64, ip=192.168.1.5, reference=192.168.7.127, type=ip_change, dev=eth2, vendor=&#8221;(null)&#8221;<br />
Aug  13 11:32:09 arpalert: seq=1370837, mac=00:25:bc:3d:1f:64, ip=192.168.7.127, reference=192.168.1.5, type=ip_change, dev=eth2, vendor=&#8221;(null)&#8221;<br />
Aug  13 12:28:26 arpalert: seq=1372032, mac=00:0c:29:54:34:e9, ip=169.254.170.164, reference=192.168.7.125, type=ip_change, dev=eth2, vendor=&#8221;VMware, Inc.&#8221;<br />
Aug  13 12:32:17 arpalert: seq=1372136, mac=00:0c:29:54:34:e9, ip=192.168.7.125, reference=169.254.170.164, type=ip_change, dev=eth2, vendor=&#8221;VMware, Inc.&#8221;<br />
Aug  13 19:23:34 arpalert: seq=1382330, mac=00:60:e0:47:0d:db, ip=192.168.7.48, type=new, dev=eth2, vendor=&#8221;AXIOM TECHNOLOGY CO., LTD.&#8221;<br />
Aug  13 19:23:48 arpalert: seq=1382338, mac=00:1a:a0:89:6a:cd, ip=192.168.7.48, reference=, type=mac_change, dev=eth2, vendor=&#8221;Dell Inc&#8221;</p></blockquote>
<p>If you consider on ARP poisoning, IP stealing, MITM attack, this could be one of the tool that is useful to be implemented. The important elements are &#8220;dev&#8221;, &#8220;mac&#8221;, &#8220;type&#8221;, &#8220;ip&#8221;, &#8220;vendor&#8221; and the time stamp. If you&#8217;re using Ubuntu/Debian based, this can be installed via apt-get:</p>
<blockquote><p>root@Server:/etc/arpalert# apt-cache search arpalert<br />
arpalert &#8211; Monitor ARP changes in ethernet networks</p></blockquote>
<p>Next step is installing it with apt-get install arpalert. Configurations and config file resides within:</p>
<blockquote><p>root@Server:/etc/arpalert# ls -lah /etc/arpalert/<br />
total 1.6M<br />
drwxr-xr-x  2 root root 4.0K 2010-03-19 11:36 .<br />
drwxr-xr-x 81 root root 4.0K 2010-08-13 11:20 ..<br />
-rw-r&#8211;r&#8211;  1 root root 4.7K 2010-03-19 11:45 arpalert.conf<br />
-rw-r&#8211;r&#8211;  1 root root    0 2007-11-22 08:06 maclist.allow<br />
-rw-r&#8211;r&#8211;  1 root root    0 2007-11-22 08:06 maclist.deny<br />
-rw-r&#8211;r&#8211;  1 root root 1.6M 2007-11-22 08:06 oui.txt</p></blockquote>
<p>Here, we can set our configurations and setting to meet with our requirements and needs. The &#8220;oui.txt&#8221; files contains information from vendor with the hex and base 16 values. Main configuration files is in &#8220;arpalert.conf&#8221; and I think it is just straight forward on how to set it.</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/08/arpalert-monitor-arp-changes-in-ethernet-networks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem while converting/migrating VMs?</title>
		<link>http://salawank.performance-weaver.com/2010/07/problem-while-convertingmigrating-vms/</link>
		<comments>http://salawank.performance-weaver.com/2010/07/problem-while-convertingmigrating-vms/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 07:23:49 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=327</guid>
		<description><![CDATA[While running VMs, they would be in locked states, when we are converting a VM server image to Esxi image, we would have difficulties (suspended mode, etc2).
For example, I want to convert a VM server image, using VMware Converter standalone, and i&#8217;ve got error. What i did to resolve this is to remove two lines [...]]]></description>
			<content:encoded><![CDATA[<p>While running VMs, they would be in locked states, when we are converting a VM server image to Esxi image, we would have difficulties (suspended mode, etc2).</p>
<p>For example, I want to convert a VM server image, using <a href="http://www.vmware.com/support/converter/doc/releasenotes_conv40.html">VMware Converter standalone</a>, and i&#8217;ve got error. What i did to resolve this is to remove two lines from the virtual machine config file (.vmx):</p>
<blockquote><p>checkpoint.vmState = &#8220;dgrand-vm.vmss&#8221;<br />
extendedConfigFile = &#8220;dgrand-vm.vmxf&#8221;</p></blockquote>
<p>and try to convert again, now this should settled the problems.</p>
<p>P/s:</p>
<p>To download VMware Converter, simply go to the <a href="http://www.vmware.com/download/converter/">download link</a> . if already have vmware account, download it and install.</p>
<p>Loading and converting :</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-331" title="choose" src="http://salawank.performance-weaver.com/wp-content/uploads/2010/07/choose.png" alt="choose" width="819" height="578" /></p>
<p>Convert to target destination:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-332" title="vmwareconverter1" src="http://salawank.performance-weaver.com/wp-content/uploads/2010/07/vmwareconverter1.png" alt="vmwareconverter1" width="708" height="561" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-333" title="convertfinish1" src="http://salawank.performance-weaver.com/wp-content/uploads/2010/07/convertfinish1.png" alt="convertfinish1" width="614" height="424" /></p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/07/problem-while-convertingmigrating-vms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating single port/package in FreeBSD</title>
		<link>http://salawank.performance-weaver.com/2010/05/updating-single-portpackage-in-freebsd/</link>
		<comments>http://salawank.performance-weaver.com/2010/05/updating-single-portpackage-in-freebsd/#comments</comments>
		<pubDate>Thu, 20 May 2010 13:28:56 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=323</guid>
		<description><![CDATA[Warning, you may have seen this in other websites. This is for my personal notes.
$ cd /usr/ports/ports-mgmt/portupgrade
$ make
$ make install
$ /usr/local/sbin/portupgrade < port name >
e.g.
$ /usr/local/sbin/portupgrade snort
p/s : use with cautions.. this may deleted the previous settings of the package
]]></description>
			<content:encoded><![CDATA[<p>Warning, you may have seen this in other websites. This is for my personal notes.<br />
$ cd /usr/ports/ports-mgmt/portupgrade<br />
$ make<br />
$ make install</p>
<p>$ /usr/local/sbin/portupgrade < port name ></p>
<p>e.g.</p>
<p>$ /usr/local/sbin/portupgrade snort</p>
<p>p/s : use with cautions.. this may deleted the previous settings of the package</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/05/updating-single-portpackage-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect virtualized environment</title>
		<link>http://salawank.performance-weaver.com/2010/05/detect-virtualized-environment/</link>
		<comments>http://salawank.performance-weaver.com/2010/05/detect-virtualized-environment/#comments</comments>
		<pubDate>Thu, 20 May 2010 13:27:01 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=321</guid>
		<description><![CDATA[Warning, you may have seen this in other websites. This is for my personal notes.
Usually, when we are in a server, we don’t really know if we are in physical or virtualized environment (except we already know).
This is to detect whether we’re in virtualized environment or not :
salawank@ubuntu:~$ ( dmesg; lsmod; prtdiag; modinfo -0; sysdef; [...]]]></description>
			<content:encoded><![CDATA[<p>Warning, you may have seen this in other websites. This is for my personal notes.</p>
<p>Usually, when we are in a server, we don’t really know if we are in physical or virtualized environment (except we already know).</p>
<p>This is to detect whether we’re in virtualized environment or not :</p>
<blockquote><p>salawank@ubuntu:~$ ( dmesg; lsmod; prtdiag; modinfo -0; sysdef; ) | grep -i vmware<br />
    [ 0.000000] ACPI: SRAT 0000000041ef07f6 00080 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)<br />
    [ 1.470135] ata1.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33<br />
    [ 1.510687] scsi 0:0:0:0: CD-ROM NECVMWar VMware IDE CDR00 1.00 PQ: 0 ANSI: 5<br />
    [ 3.420736] scsi 2:0:0:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2<br />
    [ 3.421765] scsi 2:0:1:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
</p></blockquote>
<p>or just simply :</p>
<blockquote><p>
    $dmesg | grep -i vmware<br />
    $dmesg | grep -i virtual</p></blockquote>
<p>or :</p>
<blockquote><p>
    salawank@ubuntu:~# dmidecode | egrep -i ‘manufacturer|product’<br />
    Manufacturer: VMware, Inc.<br />
    Product Name: VMware Virtual Platform<br />
    Manufacturer: Intel Corporation<br />
    Product Name: 440BX Desktop Reference Platform<br />
    Manufacturer: No Enclosure<br />
    Manufacturer: GenuineIntel<br />
    Manufacturer: GenuineIntel</p></blockquote>
<p>or :</p>
<blockquote><p>  salawank@ubuntu:~# dmidecode | egrep -i ‘vmware|virtual’<br />
    Manufacturer: VMware, Inc.<br />
    Product Name: VMware Virtual Platform<br />
    Serial Number: VMware-56 4d a7 a1 10 59 2a e7-76 16 97 8a 38 5d 6e 1c<br />
    VME (Virtual mode extension)<br />
    VME (Virtual mode extension)<br />
    Description: VMware SVGA II<br />
    String 2: Welcome to the Virtual Machine</p></blockquote>
<p>or;</p>
<blockquote><p> salawank@ubuntu:~# cat /proc/scsi/scsi<br />
    Attached devices:<br />
    Host: scsi0 Channel: 00 Id: 00 Lun: 00<br />
    Vendor: NECVMWar Model: VMware IDE CDR00 Rev: 1.00<br />
    Type: CD-ROM ANSI SCSI revision: 05<br />
    Host: scsi2 Channel: 00 Id: 00 Lun: 00<br />
    Vendor: VMware Model: Virtual disk Rev: 1.0<br />
    Type: Direct-Access ANSI SCSI revision: 02<br />
    Host: scsi2 Channel: 00 Id: 01 Lun: 00<br />
    Vendor: VMware Model: Virtual disk Rev: 1.0<br />
    Type: Direct-Access ANSI SCSI revision: 02</p></blockquote>
<p>there are many other ways, this is some of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/05/detect-virtualized-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMD® AM2(Windsor F3 or Brisbane) Overclocking Guide</title>
		<link>http://salawank.performance-weaver.com/2010/04/amd%c2%ae-am2windsor-f3-or-brisbane-overclocking-guide/</link>
		<comments>http://salawank.performance-weaver.com/2010/04/amd%c2%ae-am2windsor-f3-or-brisbane-overclocking-guide/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:38:26 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[overclocking]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=318</guid>
		<description><![CDATA[i have tested this settings for 3800+, 4800+ and 5000+
AMD®   AM2(Windsor F3 or Brisbane) Overclocking Guide
1. Introduction
FSB Definition:
When you are overclocking you should raise the value of FSB in your   motherboard it is called HTT in most AM2 I&#8217;ve seen, but what is FSB?!
Front Side Bus: Links the memory and all [...]]]></description>
			<content:encoded><![CDATA[<p>i have tested this settings for 3800+, 4800+ and 5000+</p>
<p>AMD®   AM2(Windsor F3 or Brisbane) Overclocking Guide</p>
<p>1. Introduction<br />
FSB Definition:<br />
When you are overclocking you should raise the value of FSB in your   motherboard it is called HTT in most AM2 I&#8217;ve seen, but what is FSB?!<br />
Front Side Bus: Links the memory and all of the other devices on your   motherboard to the CPU. The speed of the FSB is expressed in frequency.   Raising the FSB is core to overclocking.</p>
<p>LDT multiplier:<br />
It is the multiplier for the Hyper Transport bus. When you are purchasing an   Amd64 processor &#8220;AM2&#8243; it is written that hyper transport frequency   = 2000 &#8220;AM2&#8243;,<br />
LTD is calculated like this: FSB x LTD multiplier == LTD Frequency.<br />
For AM2, the value shouldn&#8217;t be exceeding 1000 in the calculations &#8220;bios   appearing calculations&#8221;, other than that system instability will be   experienced after new clocks are set up, making this whole post pointless as   what is the use of a fast unstable system?!, but there some overclockers from   Lowyat.net that manage to hit “1600” with maximum Northbridge and Southbridge   voltage.</p>
<p>Memory Divider Explanation:<br />
When you are raising FSB not only the CPU frequency is changing, memory   frequency is being pushed higher as well. Memory in general got rated speeds   like 533/667/800, when you are at stock and your memory &#8220;usually&#8221;   is pc-6400 you are running DDR2-800. FSB is set to 200, when you begin   raising it to 210 then your memory are running DDR2-840, if FSB=250 then   DDR2-1000, so probably if your memory isn&#8217;t manufactured to run at these very   high speeds, your system will crash/wont boot. There is something called   memory Divider within your bios. Memory divider got different options to   choose from. For example, AMD X2 3800+ with DDR2-800 memory module:</p>
<p>There are 5 option available; auto, 400,533,667,800</p>
<p>Auto: nothing to explain here, but when you are overclocking you don&#8217;t want   to set anything to auto that is related to overclocking, the memory module   will run at 400mhz(DDR2-800)</p>
<p>800: same as above@400mhz</p>
<p>667: running lower than stock(400 MHz),ram frequency runs at 333   MHz(DDR2-667)</p>
<p>533: running lower than stock(400 MHz),ram frequency runs at 266   MHz(DDR2-533)<br />
&#8212;&gt; The best divider for starter.</p>
<p>400: the lowest of them all.</p>
<p>2.   Getting Started<br />
I. Lock PCI frequency at 66 MHz and PCI-E at 100 MHz<br />
II. Disable ‘Cool n Quiet’, Spread Spectrum and other optimization   tools;eg:Ai in Asus mobo.(you need to Google this first as different mobo got   different things to disable)<br />
III. Phase 1: Searching for highest FSB<br />
a) Find HTT Speed and lower it to either 4x or 3x.<br />
b) Lower the RAM speed to DDR2-533.(or lower)<br />
c) Increase your CPU FSB slowly, 5MHZ at a time, until it either won&#8217;t boot.<br />
d) Increase CPU voltage by one notch and try again until it boot. Then,   repeat step (C)<br />
e) Don’t increase voltage over 1.45 V.<br />
f) Note down the highest FSB you achieve.</p>
<p>Phase 2: Searching for highest RAM frequency<br />
a) Increase RAM speed to default.<br />
b) Reduce FSB to default also, but leave Vcore at current setting.<br />
c) Increase your CPU FSB slowly, 5MHZ at a time until it wont boot.<br />
d) Increase Vdimm till the system boot. Repeat step (C) till the system won’t   boot. Don’t ever increase Vdimm over 2.2V for normal value ram, the value for   maximum Vdimm depend on ram chip and RAM module.<br />
e) Note down the highest memory frequency achieved.</p>
<p>For Example:<br />
AMD X2 3800+(2.0Ghz), Biostar Tforce TA690G, 2 x 1 Gb Mushkin Enhanced Basic   DDR2-800<br />
Highest FSB achieved: 320<br />
Highest Memory Frequency: 500 Mhz<br />
For this setting, highest core speed we can get is : 320 X 10 = 3.2Ghz,and   for this speed, the memory frequency will run at 3200 ÷ 5 = 640Mhz   (DDR2-1280);. The ram module can’t run at this blazing speed, so we need to   reduce the memory divider. 667 divider will set the memory frequency run at   3200 ÷ 6 = 533 MHz (DDR2-1066).The highest memory frequency we achieved is   500 MHz, so this setting will not work. 533 divider will set the memory   frequency run at 3200 ÷ 8 = 400Mhz.So this is the ideal divider as the memory   frequency run lower than the maximum.</p>
<p>Phase 3: Finalizing</p>
<p>Once we get the calculation, set the FSB to default. Set the divider the   suitable one. Then, Increase your CPU FSB slowly; 5MHZ until the core speed   reach 3.2 GHz. The result should be like this:<br />
Core Speed: 3.2 GHz<br />
Memory Frequency: 400 MHz (DDR2-800)<br />
Test for stability by using Orthos for 12 hours or superPI. Monitor the   temperature during this test, the temperature is the temperature at full   load, if it is over 55°C, then you need to reduce Vcore.</p>
<p>*This is just a basic guide; it doesn’t cover memory timing tweaking. Just   set the timing to 5-5-5-15 or default</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/04/amd%c2%ae-am2windsor-f3-or-brisbane-overclocking-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSwitch(s) within ESX(i)</title>
		<link>http://salawank.performance-weaver.com/2010/04/vswitchs-within-esxi/</link>
		<comments>http://salawank.performance-weaver.com/2010/04/vswitchs-within-esxi/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:16:51 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vswitch]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=271</guid>
		<description><![CDATA[vSwitch within two different network dilemma :
Let say we have 2 different network,
network A = 192.x.x.x network
network B = 10.x.x.x network
vSwitch can be considered as physical layer 2 switch. Hence, how you isolate those two network, depends on your vSwitch.
However, since vSwitch is layer 2 switch, it&#8217;s clearly only can do network isolate via ip [...]]]></description>
			<content:encoded><![CDATA[<p>vSwitch within two different network dilemma :</p>
<p>Let say we have 2 different network,</p>
<p>network A = 192.x.x.x network</p>
<p>network B = 10.x.x.x network</p>
<p>vSwitch can be considered as physical layer 2 switch. Hence, how you isolate those two network, depends on your vSwitch.</p>
<p>However, since vSwitch is layer 2 switch, it&#8217;s clearly only can do network isolate via ip address instead software layer like vlan &amp; etc which require layer 3 switch.</p>
<p>So, do u need another vSwitch for 10.x.x.x network?</p>
<p>First, no need if 10.x.x.x is only for virtual machine network and 192.x.x.x network sharing same physical layer 2 switch</p>
<p>Second, yes u need, if you need to manage your ESXi from both network (192.x.x.x and 10.x.x.x)</p>
<p>Not only vSwitch, but also secondary service console for management purposes via vi-client</p>
<p><em> greetz athlon_crazy</em></p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/04/vswitchs-within-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Zenoss Core logo in dashboard</title>
		<link>http://salawank.performance-weaver.com/2010/04/change-zenoss-logo-in-dashboard/</link>
		<comments>http://salawank.performance-weaver.com/2010/04/change-zenoss-logo-in-dashboard/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 10:18:14 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nms]]></category>
		<category><![CDATA[zenoss]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=306</guid>
		<description><![CDATA[This is to change the logo at the top left of Zenoss 2.4.5 dashboard.
Steps:
Directory:
/usr/local/zenoss/zenoss/Products/ZenWidgets/skins/zenui
file to change :
logo.png
upload your preferred logo/pics and rename/remove current zenoss logo
$mv logo.png logo1.png
rename your uploaded file to logo.png
$mv newlogo.png logo.png
chmod it:
$chmod 664 logo.png
then restart zenoss
$sudo /etc/init.d/zenoss-stack restart
Login again into zenoss dashboard and refresh the browser.
]]></description>
			<content:encoded><![CDATA[<p>This is to change the logo at the top left of Zenoss 2.4.5 dashboard.</p>
<p>Steps:</p>
<p>Directory:<br />
/usr/local/zenoss/zenoss/Products/ZenWidgets/skins/zenui</p>
<p>file to change :</p>
<p>logo.png</p>
<p>upload your preferred logo/pics and rename/remove current zenoss logo</p>
<p>$mv logo.png logo1.png</p>
<p>rename your uploaded file to logo.png</p>
<p>$mv newlogo.png logo.png</p>
<p>chmod it:</p>
<p>$chmod 664 logo.png</p>
<p>then restart zenoss</p>
<p>$sudo /etc/init.d/zenoss-stack restart</p>
<p>Login again into zenoss dashboard and refresh the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/04/change-zenoss-logo-in-dashboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Text based www browser</title>
		<link>http://salawank.performance-weaver.com/2010/02/text-based-www-browser/</link>
		<comments>http://salawank.performance-weaver.com/2010/02/text-based-www-browser/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:29:56 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[console]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=291</guid>
		<description><![CDATA[A text-based WWW browser..in console.. why? if you are using a server based OS (don&#8217;t have desktop/gui):
sorry, i&#8217;m a ubuntu/debian person:
using (1)elinks, or (2)lynx:
$ sudo apt-get install elinks
$ elinks www.google.com

or Lynx (gonna be asked for allowing cookies)
$ sudo apt-get install lynx
$ lynx www.google.com


Any other useful text based WWW browser? fill me in.
]]></description>
			<content:encoded><![CDATA[<p>A text-based WWW browser..in console.. why? if you are using a server based OS (don&#8217;t have desktop/gui):</p>
<p>sorry, i&#8217;m a ubuntu/debian person:<br />
using (1)elinks, or (2)lynx:</p>
<p style="text-align: center;">$ sudo apt-get install elinks<br />
$ elinks www.google.com<br />
<img class="aligncenter size-large wp-image-292" title="Screenshot-Google - ELinks-1" src="http://salawank.performance-weaver.com/wp-content/uploads/2010/02/Screenshot-Google-ELinks-1-1024x587.png" alt="Screenshot-Google - ELinks-1" width="516" height="296" /></p>
<p>or Lynx (gonna be asked for allowing cookies)<br />
$ sudo apt-get install lynx<br />
$ lynx www.google.com</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-293" title="Screenshot-salax@zulfiqar: ~" src="http://salawank.performance-weaver.com/wp-content/uploads/2010/02/Screenshot-salax@zulfiqar--1024x587.png" alt="Screenshot-salax@zulfiqar: ~" width="516" height="296" /></p>
<p style="text-align: left;">
<p style="text-align: left;">Any other useful text based WWW browser? fill me in.</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/02/text-based-www-browser/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nepenthes hands-on</title>
		<link>http://salawank.performance-weaver.com/2010/01/nepenthes-hands-on/</link>
		<comments>http://salawank.performance-weaver.com/2010/01/nepenthes-hands-on/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 15:17:42 +0000</pubDate>
		<dc:creator>salawank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[honeypot]]></category>
		<category><![CDATA[nepenthes]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://salawank.performance-weaver.com/?p=261</guid>
		<description><![CDATA[Before nepenthes
p/s: this is using default settings with minor configuration.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
salax@zulfiqar:~$ nmap 192.168.2.10
Starting Nmap 4.53 ( http://insecure.org ) at 2010-01-09 00:11 MYT
Interesting ports on 192.168.2.10:
Not shown: 1711 closed ports
PORT    STATE SERVICE
22/tcp  open  ssh
53/tcp  open  domain
631/tcp open  ipp
Nmap done: 1 IP address (1 host up) scanned in 0.075 seconds
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Firing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Before nepenthes</strong><br />
p/s: this is using default settings with minor configuration.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<blockquote><p>salax@zulfiqar:~$ nmap 192.168.2.10</p>
<p>Starting Nmap 4.53 ( http://insecure.org ) at 2010-01-09 00:11 MYT<br />
Interesting ports on 192.168.2.10:<br />
Not shown: 1711 closed ports<br />
PORT    STATE SERVICE<br />
22/tcp  open  ssh<br />
53/tcp  open  domain<br />
631/tcp open  ipp</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 0.075 seconds</p></blockquote>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><strong>Firing up nepenthes:</strong></p>
<blockquote><p>salax@zulfiqar:~$ sudo /etc/init.d/nepenthes start<br />
[sudo] password for salax:<br />
Starting nepenthes: nepenthes.</p></blockquote>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><strong>After nepenthes:</strong></p>
<blockquote><p>salax@zulfiqar:~$ nmap 192.168.2.10</p>
<p>Starting Nmap 4.53 ( http://insecure.org ) at 2010-01-09 00:11 MYT<br />
Interesting ports on 192.168.2.10:<br />
Not shown: 1690 closed ports<br />
PORT      STATE SERVICE<br />
21/tcp    open  ftp<br />
22/tcp    open  ssh<br />
25/tcp    open  smtp<br />
42/tcp    open  nameserver<br />
53/tcp    open  domain<br />
80/tcp    open  http<br />
110/tcp   open  pop3<br />
135/tcp   open  msrpc<br />
139/tcp   open  netbios-ssn<br />
143/tcp   open  imap<br />
220/tcp   open  imap3<br />
443/tcp   open  https<br />
445/tcp   open  microsoft-ds<br />
465/tcp   open  smtps<br />
631/tcp   open  ipp<br />
993/tcp   open  imaps<br />
995/tcp   open  pop3s<br />
1023/tcp  open  netvenuechat<br />
1025/tcp  open  NFS-or-IIS<br />
2105/tcp  open  eklogin<br />
3372/tcp  open  msdtc<br />
5000/tcp  open  UPnP<br />
10000/tcp open  snet-sensor-mgmt<br />
17300/tcp open  kuang2</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 0.075 seconds</p></blockquote>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>List open files shows as below :</strong></p>
<blockquote><p>salax@zulfiqar:/etc/nepenthes$ sudo lsof -i | grep nepenthes<br />
[sudo] password for salax:<br />
nepenthes 7246 nepenthes    6u  IPv4  29655       TCP *:smtp (LISTEN)<br />
nepenthes 7246 nepenthes    7u  IPv4  29656       TCP *:pop3 (LISTEN)<br />
nepenthes 7246 nepenthes    8u  IPv4  29657       TCP *:imap2 (LISTEN)<br />
nepenthes 7246 nepenthes    9u  IPv4  29658       TCP *:imap3 (LISTEN)<br />
nepenthes 7246 nepenthes   10u  IPv4  29659       TCP *:ssmtp (LISTEN)<br />
nepenthes 7246 nepenthes   11u  IPv4  29660       TCP *:imaps (LISTEN)<br />
nepenthes 7246 nepenthes   12u  IPv4  29661       TCP *:pop3s (LISTEN)<br />
nepenthes 7246 nepenthes   13u  IPv4  29662       TCP *:2745 (LISTEN)<br />
nepenthes 7246 nepenthes   14u  IPv4  29663       TCP *:6129 (LISTEN)<br />
nepenthes 7246 nepenthes   15u  IPv4  29664       TCP *:loc-srv (LISTEN)<br />
nepenthes 7246 nepenthes   16u  IPv4  29665       TCP *:microsoft-ds (LISTEN)<br />
nepenthes 7246 nepenthes   17u  IPv4  29666       TCP *:1025 (LISTEN)<br />
nepenthes 7246 nepenthes   18u  IPv4  29667       TCP *:ftp (LISTEN)<br />
nepenthes 7246 nepenthes   19u  IPv4  29668       TCP *:https (LISTEN)<br />
nepenthes 7246 nepenthes   20u  IPv4  29669       TCP *:17300 (LISTEN)<br />
nepenthes 7246 nepenthes   21u  IPv4  29670       TCP *:2103 (LISTEN)<br />
nepenthes 7246 nepenthes   22u  IPv4  29671       TCP *:eklogin (LISTEN)<br />
nepenthes 7246 nepenthes   23u  IPv4  29672       TCP *:2107 (LISTEN)<br />
nepenthes 7246 nepenthes   24u  IPv4  29673       TCP *:3372 (LISTEN)<br />
nepenthes 7246 nepenthes   25u  IPv4  29674       UDP *:ms-sql-m<br />
nepenthes 7246 nepenthes   26u  IPv4  29675       TCP *:3127 (LISTEN)<br />
nepenthes 7246 nepenthes   27u  IPv4  29676       TCP *:netbios-ssn (LISTEN)<br />
nepenthes 7246 nepenthes   28u  IPv4  29677       TCP *:3140 (LISTEN)<br />
nepenthes 7246 nepenthes   29u  IPv4  29678       TCP *:5554 (LISTEN)<br />
nepenthes 7246 nepenthes   30u  IPv4  29679       TCP *:1023 (LISTEN)<br />
nepenthes 7246 nepenthes   31u  IPv4  29680       TCP *:27347 (LISTEN)<br />
nepenthes 7246 nepenthes   32u  IPv4  29681       TCP *:5000 (LISTEN)<br />
nepenthes 7246 nepenthes   33u  IPv4  29682       TCP *:webmin (LISTEN)<br />
nepenthes 7246 nepenthes   34u  IPv4  29683       TCP *:nameserver (LISTEN)<br />
nepenthes 7246 nepenthes   35u  IPv4  29684       TCP *:www (LISTEN)<br />
nepenthes 7246 nepenthes   36u  IPv4  29685       TCP *:10002 (LISTEN)</p></blockquote>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><strong>Take a look in /var/log/nepenthes/logged_downloads:</strong></p>
<blockquote><p>salax@zulfiqar:/var/log/nepenthes$ cat logged_downloads<br />
[2010-01-08T03:21:15] 60.48.72.2 -&gt; 192.168.2.10 link://60.48.72.2:11965/qcxYEw==<br />
[2010-01-08T03:23:37] 60.48.98.64 -&gt; 192.168.2.10 ftp://a:a@60.48.98.64:11460/Win15763.exe<br />
[2010-01-08T22:27:49] 60.47.49.168 -&gt; 192.168.2.10 link://60.47.49.168:29913/GDAo+A==<br />
[2010-01-09T21:59:29] 60.48.196.174 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:5895/wint.exe<br />
[2010-01-09T22:20:08] 60.167.120.190 -&gt; 192.168.2.10 ftp://1:1@60.167.120.190:9495/ssms.exe<br />
[2010-01-09T22:26:00] 60.56.171.98 -&gt; 192.168.2.10 tftp://0.0.0.0/ssms.exe<br />
[2010-01-09T22:31:08] 60.47.211.135 -&gt; 192.168.2.10 link://60.47.211.135:57271/46juBw==<br />
[2010-01-09T22:54:40] 60.48.196.174 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:5895/wint.exe<br />
[2010-01-09T23:20:02] 60.48.206.249 -&gt; 192.168.2.10 ftp://1:1@60.48.206.249:31018/wingate32.exe<br />
[2010-01-09T23:23:05] 60.53.58.190 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:15639/WinSec.exe<br />
[2010-01-09T23:42:31] 60.48.206.249 -&gt; 192.168.2.10 link://60.48.206.249:50408/EWYNew==<br />
[2010-01-10T11:48:14] 60.44.18.223 -&gt; 192.168.2.10 blink://60.44.18.223:40579/GLJK+A==<br />
[2010-01-10T12:10:59] 60.48.192.35 -&gt; 192.168.2.10 blink://60.48.192.35:42750/GIAo+A==<br />
[2010-01-10T12:21:05] 60.48.192.35 -&gt; 192.168.2.10 blink://60.48.192.35:33106/GIAo+A==<br />
[2010-01-10T12:22:13] 69.207.61.212 -&gt; 192.168.2.10 http://74.77.18.116:4662/x.exe<br />
[2010-01-10T12:31:20] 60.48.192.35 -&gt; 192.168.2.10 blink://60.48.192.35:41373/GIAo+A==<br />
[2010-01-10T13:13:55] 60.42.119.172 -&gt; 192.168.2.10 blink://60.42.119.172:29703/mPKeAQ==<br />
[2010-01-10T13:15:21] 60.43.40.208 -&gt; 192.168.2.10 link://60.43.40.208:46158/OHwf/g==<br />
[2010-01-11T00:36:28] 60.48.103.18 -&gt; 192.168.2.10 ftp://1:1@60.48.103.18:62984/wingate32.exe<br />
[2010-01-11T00:42:24] 60.36.30.127 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45513/ssms.exe<br />
[2010-01-11T00:51:16] 60.48.221.25 -&gt; 192.168.2.10 ftp://1:1@60.48.221.25:40959/wingate32.exe<br />
[2010-01-11T00:56:31] 60.48.103.18 -&gt; 192.168.2.10 ftp://1:1@60.48.103.18:62984/wingate32.exe<br />
[2010-01-11T20:10:07] 60.48.245.153 -&gt; 192.168.2.10 link://60.48.245.153:64395/EGYNAw==<br />
[2010-01-11T20:15:19] 60.48.245.153 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:44154/wingate32.exe<br />
[2010-01-11T20:18:03] 60.249.204.192 -&gt; 192.168.2.10 tftp://0.0.0.0/ssms.exe<br />
[2010-01-11T20:24:11] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T21:22:43] 60.48.70.175 -&gt; 192.168.2.10 ftp://x:x@60.48.70.175:27517/hqghumea.dll<br />
[2010-01-11T21:37:35] 60.41.138.161 -&gt; 192.168.2.10 link://60.41.138.161:35057/4/idCA==<br />
[2010-01-11T21:51:23] 60.48.70.175 -&gt; 192.168.2.10 ftp://x:x@60.48.70.175:27517/hqghumea.dll<br />
[2010-01-11T21:51:35] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T22:00:17] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T22:10:43] 60.48.103.192 -&gt; 192.168.2.10 creceive://60.48.103.192:24841/0<br />
[2010-01-11T22:10:43] 60.48.103.192 -&gt; 192.168.2.10 creceive://60.48.103.192:24841/0<br />
[2010-01-11T22:14:19] 60.48.70.175 -&gt; 192.168.2.10 ftp://x:x@60.48.70.175:27517/hqghumea.dll<br />
[2010-01-11T22:16:52] 60.48.103.192 -&gt; 192.168.2.10 ftp://1:1@60.48.103.192:28894/wingate32.exe<br />
[2010-01-11T22:17:08] 60.48.103.192 -&gt; 192.168.2.10 ftp://1:1@60.48.103.192:28894/wingate32.exe<br />
[2010-01-11T22:17:41] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T22:27:00] 60.42.243.214 -&gt; 192.168.2.10 link://60.42.243.214:48588/+RnAEQ==<br />
[2010-01-11T22:35:05] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T22:52:24] 60.48.103.192 -&gt; 192.168.2.10 ftp://1:1@60.48.103.192:28894/wingate32.exe<br />
[2010-01-11T22:52:29] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T22:54:18] 60.48.103.192 -&gt; 192.168.2.10 ftp://1:1@60.48.103.192:28894/wingate32.exe<br />
[2010-01-11T23:01:11] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T23:07:43] 60.48.103.192 -&gt; 192.168.2.10 creceive://60.48.103.192:13110/0<br />
[2010-01-11T23:07:46] 60.48.103.192 -&gt; 192.168.2.10 creceive://60.48.103.192:6464/0<br />
[2010-01-11T23:15:04] 60.48.70.250 -&gt; 192.168.2.10 ftp://1:1@60.48.70.250:23241/WinSec.exe<br />
[2010-01-11T23:17:46] 60.48.70.175 -&gt; 192.168.2.10 ftp://x:x@60.48.70.175:27517/hqghumea.dll<br />
[2010-01-11T23:17:55] 60.48.103.192 -&gt; 192.168.2.10 ftp://1:1@60.48.103.192:28894/wingate32.exe<br />
[2010-01-11T23:18:34] 60.48.76.255 -&gt; 192.168.2.10 link://60.48.76.255:51319/TzxtYQ==<br />
[2010-01-11T23:21:10] 60.48.70.175 -&gt; 192.168.2.10 ftp://x:x@60.48.70.175:27517/hqghumea.dll<br />
[2010-01-13T03:19:57] 60.48.98.181 -&gt; 192.168.2.10 ftp://a:a@0.0.0.0:3987/igxdfdfds.com<br />
[2010-01-13T03:27:39] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T03:28:57] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T03:30:20] 60.48.216.206 -&gt; 192.168.2.10 ftp://1:1@60.48.216.206:59898/wingate32.exe<br />
[2010-01-13T03:32:24] 60.48.98.181 -&gt; 192.168.2.10 ftp://a:a@60.48.98.181:4078/Win15763.exe<br />
[2010-01-13T03:37:06] 60.48.98.181 -&gt; 192.168.2.10 ftp://a:a@60.48.98.181:4078/Win15763.exe<br />
[2010-01-13T03:37:54] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T03:40:13] 60.48.98.181 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:12506/wingate32.exe<br />
[2010-01-13T03:43:58] 60.48.98.181 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:12506/wingate32.exe<br />
[2010-01-13T03:50:13] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T03:50:21] 60.48.216.206 -&gt; 192.168.2.10 ftp://1:1@60.48.216.206:59898/wingate32.exe<br />
[2010-01-13T03:54:50] 60.48.216.206 -&gt; 192.168.2.10 ftp://1:1@60.48.216.206:59898/wingate32.exe<br />
[2010-01-13T04:02:31] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T04:59:55] 60.48.216.206 -&gt; 192.168.2.10 ftp://1:1@60.48.216.206:59898/wingate32.exe<br />
[2010-01-13T05:07:36] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T05:34:57] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T05:48:38] 60.42.253.163 -&gt; 192.168.2.10 link://60.42.253.163:54497/+BkAgw==<br />
[2010-01-13T05:50:41] 60.48.89.89 -&gt; 192.168.2.10 ftp://1:1@60.48.89.89:59451/wingate32.exe<br />
[2010-01-13T05:57:08] 60.48.89.89 -&gt; 192.168.2.10 tftp://60.48.89.89/runwin32.exe<br />
[2010-01-13T05:57:30] 60.48.89.89 -&gt; 192.168.2.10 ftp://1:1@60.48.89.89:59451/wingate32.exe<br />
[2010-01-13T06:26:55] 60.48.189.130 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:45506/wingate32.exe<br />
[2010-01-13T06:27:07] 60.48.89.89 -&gt; 192.168.2.10 tftp://0.0.0.0/runwin32.exe<br />
[2010-01-13T06:27:30] 60.48.89.89 -&gt; 192.168.2.10 ftp://1:1@0.0.0.0:59451/wingate32.exe<br />
[2010-01-15T22:13:10] 124.12.75.2 -&gt; 192.168.2.10 tftp://124.12.75.2/ssms.exe</p></blockquote>
<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;<br />
<strong>Take a look also in /var/log/nepenthes/logged_submissions :</strong></p>
<blockquote><p>salax@zulfiqar:/var/log/nepenthes$ cat logged_submissions<br />
[2010-01-08T22:28:05] 60.47.49.168 -> 192.168.2.10 link://60.47.49.168:29913/GDAo+A== a881dd13336137c7c0a346a0e95a28cb<br />
[2010-01-09T22:26:53] 60.56.171.98 -> 192.168.2.10 tftp://60.56.171.98:69/ssms.exe 98eb0fdadf8a403c013a8b1882ec986d<br />
[2010-01-09T23:42:44] 60.48.206.249 -> 192.168.2.10 link://60.48.206.249:50408/EWYNew== f6a0747f321da6905d7f117b1a0491bc<br />
[2010-01-10T11:48:15] 60.44.18.223 -> 192.168.2.10 blink://60.44.18.223:40579/GLJK+A== cf39a0e99513d242b516facffcf0149a<br />
[2010-01-10T12:11:16] 60.48.192.35 -> 192.168.2.10 blink://60.48.192.35:42750/GIAo+A== fd0a67fb35667fabc7cba1be174a66a0<br />
[2010-01-10T12:21:12] 60.48.192.35 -> 192.168.2.10 blink://60.48.192.35:33106/GIAo+A== fd0a67fb35667fabc7cba1be174a66a0<br />
[2010-01-10T12:31:35] 60.48.192.35 -> 192.168.2.10 blink://60.48.192.35:41373/GIAo+A== fd0a67fb35667fabc7cba1be174a66a0<br />
[2010-01-10T13:13:56] 60.42.119.172 -> 192.168.2.10 blink://60.42.119.172:29703/mPKeAQ== 6560050cb210e159c9cfb5a50fe6dd63<br />
[2010-01-10T13:15:38] 60.43.40.208 -> 192.168.2.10 link://60.43.40.208:46158/OHwf/g== 714c1bf115fe97b19a4556d40de2fec1<br />
[2010-01-11T20:18:48] 60.249.204.192 -> 192.168.2.10 tftp://60.249.204.192:69/ssms.exe fd28c5e1c38caa35bf5e1987e6167f4c<br />
[2010-01-11T22:10:46] 60.48.103.192 -> 192.168.2.10 creceive://60.48.103.192:4921 7dc73bfa4d78284155dd5101991eeb34<br />
[2010-01-11T22:10:46] 60.48.103.192 -> 192.168.2.10 creceive://60.48.103.192:4923 7dc73bfa4d78284155dd5101991eeb34<br />
[2010-01-11T23:07:46] 60.48.103.192 -> 192.168.2.10 creceive://60.48.103.192:4735 7dc73bfa4d78284155dd5101991eeb34<br />
[2010-01-11T23:07:48] 60.48.103.192 -> 192.168.2.10 creceive://60.48.103.192:3297 7dc73bfa4d78284155dd5101991eeb34<br />
[2010-01-13T06:22:38] 60.48.89.89 -> 192.168.2.10 tftp://60.48.89.89/runwin32.exe 1eb2ae9acb444fd275f4ff1d55f4a54c<br />
[2010-01-15T22:14:52] 124.12.75.2 -> 192.168.2.10 tftp://124.12.75.2/ssms.exe 1f8a826b2ae94daa78f6542ad4ef173b</p></blockquote>
<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;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><strong>I looked into binaries files stored:</strong></p>
<blockquote><p>salax@zulfiqar:/var/lib/nepenthes/binaries$ ls<br />
1eb2ae9acb444fd275f4ff1d55f4a54c  714c1bf115fe97b19a4556d40de2fec1  a881dd13336137c7c0a346a0e95a28cb  fd0a67fb35667fabc7cba1be174a66a0<br />
1f8a826b2ae94daa78f6542ad4ef173b  7dc73bfa4d78284155dd5101991eeb34  cf39a0e99513d242b516facffcf0149a  fd28c5e1c38caa35bf5e1987e6167f4c<br />
6560050cb210e159c9cfb5a50fe6dd63  98eb0fdadf8a403c013a8b1882ec986d  f6a0747f321da6905d7f117b1a0491bc
</p></blockquote>
<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;<br />
<strong>And i&#8217;ve got lots from hexdump :</strong></p>
<blockquote><p>salax@zulfiqar:/var/lib/nepenthes/hexdumps$ ls<br />
03040d7e4a4b43a51e16e23e8db372cc.bin<br />
03b7c83b1097ec2103457238292d2c64.bin<br />
047508ec910bbdd22bbd5b57735653cc.bin<br />
0970bdd79407182c9b4528ea09482766.bin<br />
0b246cefe406d265e33336b5614f03b8.bin<br />
0bdbf63d3280cc4148dc431ee8ff9e67.bin<br />
0cfc77783bc087dfdbc93eb848434785.bin<br />
0e260b4030f9e03af889964cf08f1c31.bin<br />
2b3ae3f7588a4f5598c35ccf85c57038.bin<br />
2bed2846c40be4d0b54bd8e6570f5d65.bin<br />
f9dc4a724a268dc50f599d91414a25a8.bin<br />
2f25328714f52ceeb150474f9bd41ca3.bin<br />
fc5752c2b644cf41132beac523653d6f.bin<br />
32389a3b6d15c6b658c8c0ad0869e617.bin<br />
33103e04b2b192f40a1a78091bb7fe5a.bin<br />
fff4bb5b930ca56719bea26e22152165.bin<br />
34557adc8990ee198c75a6446916f9fc.bin<br />
&#8212;&#8212;8<------------------------------------8<---------------------cutted-----8<</p></blockquote>
<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Then, scanning using ClamAV:</strong></p>
<blockquote><p>salax@zulfiqar:/var/lib/nepenthes$ clamscan binaries/<br />
LibClamAV Warning: **************************************************<br />
LibClamAV Warning: ***  The virus database is older than 7 days!  ***<br />
LibClamAV Warning: ***   Please update it as soon as possible.    ***<br />
LibClamAV Warning: **************************************************<br />
LibClamAV Warning: ***********************************************************<br />
LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***<br />
LibClamAV Warning: *** DON&#8217;T PANIC! Read http://www.clamav.net/support/faq ***<br />
LibClamAV Warning: ***********************************************************<br />
binaries/fd0a67fb35667fabc7cba1be174a66a0: OK<br />
binaries/cf39a0e99513d242b516facffcf0149a: OK<br />
binaries/714c1bf115fe97b19a4556d40de2fec1: W32.Virut.sa FOUND<br />
binaries/7dc73bfa4d78284155dd5101991eeb34: Trojan.SdBot-730 FOUND<br />
binaries/1f8a826b2ae94daa78f6542ad4ef173b: Trojan.SdBot-4763 FOUND<br />
binaries/fd28c5e1c38caa35bf5e1987e6167f4c: Trojan.SdBot-4763 FOUND<br />
binaries/f6a0747f321da6905d7f117b1a0491bc: OK<br />
binaries/98eb0fdadf8a403c013a8b1882ec986d: Trojan.SdBot-4763 FOUND<br />
binaries/a881dd13336137c7c0a346a0e95a28cb: W32.Virut-17 FOUND<br />
binaries/1eb2ae9acb444fd275f4ff1d55f4a54c: OK<br />
binaries/6560050cb210e159c9cfb5a50fe6dd63: OK<br />
binaries/df51e3310ef609e908a6b487a28ac068: Trojan.SdBot-4763 FOUND</p>
<p>&#8212;&#8212;&#8212;&#8211; SCAN SUMMARY &#8212;&#8212;&#8212;&#8211;<br />
Known viruses: 572978<br />
Engine version: 0.94.2<br />
Scanned directories: 1<br />
Scanned files: 12<br />
Infected files: 7<br />
Data scanned: 1.30 MB<br />
Time: 2.564 sec (0 m 2 s)</p></blockquote>
<p>to be continued&#8230;.lot&#8217;s to learn here <img src='http://salawank.performance-weaver.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  and also for dionae&#8230;&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://salawank.performance-weaver.com/2010/01/nepenthes-hands-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.530 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-09 11:00:25 -->
