<?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>MSBasic Virus Blog</title>
	<atom:link href="http://msbasic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://msbasic.wordpress.com</link>
	<description>This is my daily journal about malware information</description>
	<lastBuildDate>Tue, 23 Sep 2008 00:20:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='msbasic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>MSBasic Virus Blog</title>
		<link>http://msbasic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://msbasic.wordpress.com/osd.xml" title="MSBasic Virus Blog" />
	<atom:link rel='hub' href='http://msbasic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Writtin&#8217; ASM</title>
		<link>http://msbasic.wordpress.com/2008/09/23/writtin-asm/</link>
		<comments>http://msbasic.wordpress.com/2008/09/23/writtin-asm/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 00:20:54 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[MASM32]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=108</guid>
		<description><![CDATA[I&#8217;m showin&#8217; you an example of ASM Text, I recomend you to download MASM32 before, MASM is a compiler for ASM and it works completly nice, Download it here. Heres, the example you&#8217;re waiting: [--- Cut Here ---] %OUT&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- %OUT- Written by MSBasic         - %OUT&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- ; To compile:   TASM examp1.asm                                             - ;               TLINK examp1.obj                                            - ;&#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;- [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=108&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m showin&#8217; you an example of ASM Text, I recomend you to download MASM32 before, MASM is a compiler for ASM and it works completly nice, Download it <a href="http://www.mediafire.com/?t2gmzjm3obm">here</a>. Heres, the example you&#8217;re waiting:</p>
<p>[--- Cut Here ---]<br />
%OUT&#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 />
%OUT- Written by MSBasic         -<br />
%OUT&#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 />
; To compile:   TASM examp1.asm                                             -<br />
;               TLINK examp1.obj                                            -<br />
;&#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 />
.model small<br />
.stack<br />
.data<br />
message   db &#8220;Hello world, I&#8217;m learning Assembly !!!&#8221;, &#8220;$&#8221;</p>
<p>.code</p>
<p>main   proc<br />
   mov   ax,seg message<br />
   mov   ds,ax</p>
<p>   mov   ah,09<br />
   lea   dx,message<br />
   int   21h</p>
<p>   mov   ax,4c00h<br />
   int   21h<br />
main   endp<br />
end main<br />
[--- Cut Here ---]</p>
<p>If you want to download the full compiled file, click <a href="http://www.mediafire.com/?qkdozi9dno2">here</a>.</p>
<p>-MSBasicx-</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=108&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/23/writtin-asm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>
	</item>
		<item>
		<title>Aircrack is&#8230; win32????</title>
		<link>http://msbasic.wordpress.com/2008/09/22/aircrack-is-win32/</link>
		<comments>http://msbasic.wordpress.com/2008/09/22/aircrack-is-win32/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 02:05:15 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Virus info]]></category>
		<category><![CDATA[Aircrack]]></category>
		<category><![CDATA[h4x0r]]></category>
		<category><![CDATA[MSBasicx]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=106</guid>
		<description><![CDATA[Today I&#8217;ve seen the most rare thing&#8230; Well I was just downloading Aircrack for windows (Aircrack is made for Ubuntu but I just wanted to Hex it), and well&#8230; I just scanned it with my AV and see what happened!: I don&#8217;t use to see win32 processor files in Ubuntu Applications&#8230; And I found some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=106&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve seen the most rare thing&#8230; Well I was just downloading Aircrack for windows (Aircrack is made for Ubuntu but I just wanted to Hex it), and well&#8230; I just scanned it with my AV and see what happened!:<br />
<img src="http://img217.imageshack.us/img217/7073/ss46fjgc56hcutru0.png" alt="" /><br />
I don&#8217;t use to see win32 processor files in Ubuntu Applications&#8230; And I found some WIN32 scripting in other applications in the 41 file, take a look:</p>
<p>[--- Cut Here ---]<br />
MESSAGE &#8220;wzcook &#8211; Win32 Release&#8221; (based on &#8220;Win32 (x86) Console Application&#8221;)<br />
!MESSAGE &#8220;wzcook &#8211; Win32 Debug&#8221; (based on &#8220;Win32 (x86) Console Application&#8221;)<br />
!MESSAGE</p>
<p># Begin Project<br />
# PROP AllowPerConfigDependencies 0<br />
# PROP Scc_ProjName &#8220;&#8221;<br />
# PROP Scc_LocalPath &#8220;&#8221;<br />
CPP=cl.exe<br />
RSC=rc.exe</p>
<p>!IF  &#8220;$(CFG)&#8221; == &#8220;wzcook &#8211; Win32 Release&#8221;</p>
<p># PROP BASE Use_MFC 0<br />
# PROP BASE Use_Debug_Libraries 0<br />
# PROP BASE Output_Dir &#8220;Release&#8221;<br />
# PROP BASE Intermediate_Dir &#8220;Release&#8221;<br />
# PROP BASE Target_Dir &#8220;&#8221;<br />
# PROP Use_MFC 0<br />
# PROP Use_Debug_Libraries 0<br />
# PROP Output_Dir &#8220;Release&#8221;<br />
# PROP Intermediate_Dir &#8220;Release&#8221;<br />
# PROP Target_Dir &#8220;&#8221;<br />
# ADD BASE CPP /nologo /W3 /GX /O2 /D &#8220;WIN32&#8243; /D &#8220;NDEBUG&#8221; /D &#8220;_CONSOLE&#8221; /D &#8220;_MBCS&#8221; /YX /FD /c<br />
# ADD CPP /nologo /W3 /GX /O2 /D &#8220;WIN32&#8243; /D &#8220;NDEBUG&#8221; /D &#8220;_CONSOLE&#8221; /D &#8220;_MBCS&#8221; /YX /FD /c<br />
# ADD BASE RSC /l 0x40c /d &#8220;NDEBUG&#8221;<br />
# ADD RSC /l 0x40c /d &#8220;NDEBUG&#8221;<br />
BSC32=bscmake.exe<br />
# ADD BASE BSC32 /nologo<br />
# ADD BSC32 /nologo<br />
LINK32=link.exe<br />
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386<br />
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386</p>
<p>!ELSEIF  &#8220;$(CFG)&#8221; == &#8220;wzcook &#8211; Win32 Debug&#8221;</p>
<p># PROP BASE Use_MFC 0<br />
# PROP BASE Use_Debug_Libraries 1<br />
# PROP BASE Output_Dir &#8220;Debug&#8221;<br />
# PROP BASE Intermediate_Dir &#8220;Debug&#8221;<br />
# PROP BASE Target_Dir &#8220;&#8221;<br />
# PROP Use_MFC 0<br />
# PROP Use_Debug_Libraries 1<br />
# PROP Output_Dir &#8220;Debug&#8221;<br />
# PROP Intermediate_Dir &#8220;Debug&#8221;<br />
# PROP Target_Dir &#8220;&#8221;<br />
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D &#8220;WIN32&#8243; /D &#8220;_DEBUG&#8221; /D &#8220;_CONSOLE&#8221; /D &#8220;_MBCS&#8221; /YX /FD /GZ  /c<br />
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D &#8220;WIN32&#8243; /D &#8220;_DEBUG&#8221; /D &#8220;_CONSOLE&#8221; /D &#8220;_MBCS&#8221; /YX /FD /GZ  /c<br />
# ADD BASE RSC /l 0x40c /d &#8220;_DEBUG&#8221;<br />
# ADD RSC /l 0x40c /d &#8220;_DEBUG&#8221;<br />
BSC32=bscmake.exe<br />
# ADD BASE BSC32 /nologo<br />
# ADD BSC32 /nologo<br />
LINK32=link.exe<br />
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept<br />
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept</p>
<p>!ENDIF</p>
<p>[--- Cut Here ---]<br />
And This<br />
[--- Cut Here ---]<br />
Microsoft Developer Studio Workspace File, Format Version 6.00<br />
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!</p>
<p>###############################################################################</p>
<p>Project: &#8220;wzcook&#8221;=&#8221;.\wzcook.dsp&#8221; &#8211; Package Owner=&lt;4&gt;</p>
<p>Package=&lt;5&gt;<br />
{{{<br />
}}}</p>
<p>Package=&lt;4&gt;<br />
{{{<br />
}}}</p>
<p>###############################################################################</p>
<p>Global:</p>
<p>Package=&lt;5&gt;<br />
{{{<br />
}}}</p>
<p>Package=&lt;3&gt;<br />
{{{<br />
}}}</p>
<p>###############################################################################</p>
<p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       aircrack-2.41/win32/wzcook/wzcook.ico                                                               0000644 0000000 0000000 00000001376 10335345460 017455  0                                                                                                    ustar   root                            root                            0000000 0000000                                                                                                                                                                                   è     (       @         €                        €  €   €€ €   € € €€  ÀÀÀ €€€   ÿ  ÿ   ÿÿ ÿ   ÿ ÿ ÿÿ  ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿð ÿÿÿÿÿÿÿÿÿÿÿÿÿð ÿÿÿÿÿÿÿÿÿÿÿÿÿð ÿÿÿÿÿÿÿÿÿÿÿÿÿð ÿÿÿÿÿÿÿÿÿÿÿ÷ˆ   ÿÿÿÿÿÿÿÿø ð x ÿÿÿÿÿÿÿ ÿð ÿp ÿÿÿÿÿð ÿð ÿÿ ÿÿÿÿÿ€ ÿÿð ÿÿp ÿÿÿÿ÷ ÿÿð ÿÿð ÿÿÿð ÿÿð ÿÿø ÿÿÿp ÿÿð ÿÿ÷ ÿÿÿ€ ÿÿð ÿÿÿ ÿÿÿ  ÿÿÿð ÿÿÿ  ÿÿÿ  ÿÿÿð ÿÿÿ  ÿÿÿ  ÿÿÿð ÿÿÿ  ÿÿÿ  ÿÿÿð ÿÿ÷  ÿÿÿ  ÿÿÿð ÿÿ÷  ÿÿÿ€ ÿÿð ÿÿø ÿÿÿp ÿÿð ÿÿð ÿÿÿð ÿÿð ÿÿ€ ÿÿÿø ÿÿð ÿ÷  ÿÿÿÿ ÿÿø  ÿ€ ÿÿÿÿÿð ÿ÷     ÿÿÿÿÿÿ€ÿÿ€   ÿÿÿÿÿÿÿ÷€ÿ÷€ ˆÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ                                                                                                                                                                                                                                                                                                                                                                                                  aircrack-2.41/win32/wzcook/wzcook.rc                                                                0000644 0000000 0000000 00000003254 10335345460 017304  0                                                                                                    ustar   root                            root                            0000000 0000000                                                                                                                                                                        //Microsoft Developer Studio generated resource script.<br />
//<br />
#include &#8220;resource.h&#8221;</p>
<p>#define APSTUDIO_READONLY_SYMBOLS<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Generated from the TEXTINCLUDE 2 resource.<br />
//<br />
#include &#8220;afxres.h&#8221;</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
#undef APSTUDIO_READONLY_SYMBOLS</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
// French (France) resources</p>
<p>#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)<br />
#ifdef _WIN32<br />
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH<br />
#pragma code_page(1252)<br />
#endif //_WIN32</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Icon<br />
//</p>
<p>// Icon with lowest ID value placed first to ensure application icon<br />
// remains consistent on all systems.<br />
IDI_APP_ICON            ICON    DISCARDABLE     &#8220;wzcook.ico&#8221;</p>
<p>#ifdef APSTUDIO_INVOKED<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// TEXTINCLUDE<br />
//</p>
<p>1 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
    &#8220;resource.h&#8221;<br />
END</p>
<p>2 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
    &#8220;#include &#8220;&#8221;afxres.h&#8221;"\r\n&#8221;<br />
    &#8220;&#8221;<br />
END</p>
<p>3 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
    &#8220;\r\n&#8221;<br />
    &#8220;&#8221;<br />
END</p>
<p>#endif    // APSTUDIO_INVOKED</p>
<p>#endif    // French (France) resources<br />
/////////////////////////////////////////////////////////////////////////////</p>
<p> </p>
<p>#ifndef APSTUDIO_INVOKED<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Generated from the TEXTINCLUDE 3 resource.<br />
//<br />
/////////////////////////////////////////////////////////////////////////////<br />
#endif    // not APSTUDIO_INVOKED<br />
[--- Cut Here ---]<br />
I also found some html in the code, sorry for cutting links, It&#8217;s just that the AV companies are getting angry with me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<img src="http://img253.imageshack.us/img253/2931/77tyutyughjgcuttt5.png" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=106&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/22/aircrack-is-win32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://img217.imageshack.us/img217/7073/ss46fjgc56hcutru0.png" medium="image" />

		<media:content url="http://img253.imageshack.us/img253/2931/77tyutyughjgcuttt5.png" medium="image" />
	</item>
		<item>
		<title>Bored</title>
		<link>http://msbasic.wordpress.com/2008/09/20/bored/</link>
		<comments>http://msbasic.wordpress.com/2008/09/20/bored/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 20:36:30 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=104</guid>
		<description><![CDATA[Well I created Error binary batch files to test on your computer&#8230; Try them and tell me whatsup with &#8216;em =D. Download them here: http://rapidshare.com/files/146940662/ISO_Libs.rar.html Or use Mediafire (Don&#8217;t take risks with it): http://www.mediafire.com/?44ycjqylgcq http://www.mediafire.com/?44ycjqylgcr ISO Dumpers: http://www.iso-dumps.co.cc/ ISO Dumpers were fucking Mediafire links&#8230;. Video Demostration: http://amsterdam1.plunder.com/x/162366/clip0003.avi &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Command Line (PAVCL), It&#8217;s a small little [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=104&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well I created Error binary batch files to test on your computer&#8230; Try them and tell me whatsup with &#8216;em =D.</p>
<p>Download them here:<br />
<a href="http://rapidshare.com/files/146940662/ISO_Libs.rar.html">http://rapidshare.com/files/146940662/ISO_Libs.rar.html</a><br />
Or use Mediafire (Don&#8217;t take risks with it):<br />
<a href="http://www.mediafire.com/?44ycjqylgcq">http://www.mediafire.com/?44ycjqylgcq</a><br />
<a href="http://www.mediafire.com/?44ycjqylgcq">http://www.mediafire.com/?44ycjqylgcr</a><br />
ISO Dumpers:<br />
<a href="http://www.iso-dumps.co.cc/">http://www.iso-dumps.co.cc/</a></p>
<p>ISO Dumpers were fucking Mediafire links&#8230;.<br />
<img src="http://img48.imageshack.us/img48/7125/gtemo886cp4.png" alt="" /><br />
Video Demostration:<br />
<a href="http://amsterdam1.plunder.com/x/162366/clip0003.avi">http://amsterdam1.plunder.com/x/162366/clip0003.avi</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Command Line (PAVCL), It&#8217;s a small little utility that&#8217;s really useful for certain tasks. From the main window you can configure the scan, update the signature database, select what you want to scan and launch the scan. The results window shows both the progress output as well as the detection output, by either selcting Logs-&gt;All or Logs-&gt;Detections. The &#8220;View Message&#8221; option will open a resizeable and more readable window showing the output. It&#8217;s the replacer for Panda AV Command line CMD to GUI!!!</p>
<p> <img src="http://research.pandasecurity.com/blogs/images/pavclgui/pavcl-gui-main.jpg" alt="" width="595" height="440" align="middle" /><br />
From the configuration window you can select all the options which are available through command-line switches. Also you can define where to write the report to.</p>
<p><img src="http://research.pandasecurity.com/blogs/images/pavclgui/pavcl-gui-config.jpg" alt="" width="354" height="342" align="middle" /> </p>
<p>Finally a short disclaimer. This freeware utility is not developed nor supported by Panda Security. Its author can be reached by email at pavclgui[at]gmail.com for suggestions and kudos.</p>
<p>Click on the following link to download the <strong><a href="http://rapidshare.de/files/40517569/pavclg.exe.html">PAVCL GUI installer</a></strong>. The installer will create a directory on your desktop and copy both the PAVCL and PAVCL-GUI files. Simply run &#8220;pavcl gui.exe&#8221; from this directory.</p>
<p>The installer does not include a signature file (pav.sig) for size reasons. However within the PAVCL GUI utility you can enter your registered Panda CustomerID to download updated signatures on-demand.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=104&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/20/bored/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://img48.imageshack.us/img48/7125/gtemo886cp4.png" medium="image" />

		<media:content url="http://research.pandasecurity.com/blogs/images/pavclgui/pavcl-gui-main.jpg" medium="image" />

		<media:content url="http://research.pandasecurity.com/blogs/images/pavclgui/pavcl-gui-config.jpg" medium="image" />
	</item>
		<item>
		<title>Rogue Adware</title>
		<link>http://msbasic.wordpress.com/2008/09/19/98/</link>
		<comments>http://msbasic.wordpress.com/2008/09/19/98/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 20:55:57 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Virus info]]></category>
		<category><![CDATA[Adware]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=98</guid>
		<description><![CDATA[As you probably know, in the last months the amount of new fake / rogue antivirus applications has grown a lot. Right now I&#8217;m getting a lot of rougue anti spyware infections, and while playing with statistics I&#8217;ve found out that the Adware detected has grown from about a 22,03% in Q2 to an amazing 37,49%, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=98&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As you probably know, in the last months the amount of new fake / rogue antivirus applications has grown a lot. Right now I&#8217;m getting a lot of rougue anti spyware infections, and while playing with statistics I&#8217;ve found out that the Adware detected has grown from about a 22,03% in Q2 to an amazing 37,49%, and it is due to this annoying programs.</p>
<p>I don&#8217;t know if the current financial crisis has something to do with this, and the bad guys are realizing that banks are not quite healthy right now. Perhaps that&#8217;s why they are targetting the users in a more straight way, anyway what it&#8217;s true is that those attacks are growing exponentially.</p>
<p>This is one of the latest ones that has showed up in the lab:</p>
<p><img style="width:700px;height:502px;" src="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/19/SystemAntivirus2008.jpg" alt="" width="700" height="502" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=98&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/19/98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/19/SystemAntivirus2008.jpg" medium="image" />
	</item>
		<item>
		<title>Videos, Anyone?</title>
		<link>http://msbasic.wordpress.com/2008/09/11/videos-anyone/</link>
		<comments>http://msbasic.wordpress.com/2008/09/11/videos-anyone/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 21:05:50 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Virus info]]></category>
		<category><![CDATA[PANDA]]></category>
		<category><![CDATA[Trend Labs]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=96</guid>
		<description><![CDATA[Keeping the texts short and malicious, the spam our filters caught this time use catchy headlines so absurd they could actually pique their readers’ curiosity. Below are screenshots of spammed email messages: The address bars and Subject fields carry sensational headlines whose details supposedly are in the attached video. The said attachment is a compressed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=96&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Keeping the texts short and malicious, the spam our filters caught this time use catchy headlines so absurd they could actually pique their readers’ curiosity.</p>
<p>Below are screenshots of spammed email messages:</p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/video_attached1.gif" alt="" /></p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/video_attached2.gif" alt="" /></p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/video_attached3.gif" alt="" /></p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/video_attached4.gif" alt="" /></p>
<p>The address bars and <em>Subject</em> fields carry sensational headlines whose details supposedly are in the attached video. The said attachment is a compressed file, which when opened contains not a video but a malicious executable file named <em>Exclusive.Cut.avi.exe</em>. The file uses the double extension technique commonly used by malware authors to trick users into executing a malware. Trend Micro detects the malicious file as <a href="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=TROJ%5FFAKEALER%2EFR&amp;VSect=T">TROJ_FAKEALER.FR</a>.</p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/exclusive1.JPG" alt="" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/msbasic.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/msbasic.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=96&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/11/videos-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/video_attached1.gif" medium="image" />

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/video_attached2.gif" medium="image" />

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/video_attached3.gif" medium="image" />

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/video_attached4.gif" medium="image" />

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/exclusive1.JPG" medium="image" />
	</item>
		<item>
		<title>Youtube fake site Generator</title>
		<link>http://msbasic.wordpress.com/2008/09/11/youtube-fake-site-generator/</link>
		<comments>http://msbasic.wordpress.com/2008/09/11/youtube-fake-site-generator/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:17:00 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Virus info]]></category>
		<category><![CDATA[Fake]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=93</guid>
		<description><![CDATA[Theese days I&#8217;ve been searching for new malware for the blacklist, I&#8217;ve been also helping AV companies to search some malware in award of some paypal accounts with $, and Wow I&#8217;m a little tired of searching and searching and&#8230; searching&#8230; I also gave McAffee some malware!, however I managed to get my own use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=93&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Theese days I&#8217;ve been searching for new malware for the blacklist, I&#8217;ve been also helping AV companies to search some malware in award of some paypal accounts with $, and Wow I&#8217;m a little tired of searching and searching and&#8230; searching&#8230; I also gave McAffee some malware!, however I managed to get my own use of that software <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . I saw one of the most useful fake tools, &#8220;Youtube fake creator&#8221;, it creates you a youtube page real good designed! Here are some pictures, the hack tool is in spanish btw:</p>
<p><img src="http://img241.imageshack.us/img241/4677/main1cb7.png" alt="" /></p>
<p><img src="http://img137.imageshack.us/img137/5197/main2pp2.png" alt="" /></p>
<p>-MSBasicx</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/msbasic.wordpress.com/93/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/msbasic.wordpress.com/93/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=93&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/11/youtube-fake-site-generator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://img241.imageshack.us/img241/4677/main1cb7.png" medium="image" />

		<media:content url="http://img137.imageshack.us/img137/5197/main2pp2.png" medium="image" />
	</item>
		<item>
		<title>September MS Bulletins</title>
		<link>http://msbasic.wordpress.com/2008/09/10/september-ms-bulletins/</link>
		<comments>http://msbasic.wordpress.com/2008/09/10/september-ms-bulletins/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 23:43:28 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Patches]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=90</guid>
		<description><![CDATA[As every second Tuesday of the month, Microsoft has already published the September security bulletins. Below you can see the description of the 4 bulletins rated as critical, as well as the links:   More info: Microsoft Security Bulletin MS08-054 More info: Microsoft Security Bulletin MS08-052 More info: Microsoft Security Bulletin MS08-053 More Info: Microsoft Security Bulletin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=90&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As every second Tuesday of the month, Microsoft has already published the September security bulletins.</p>
<p>Below you can see the description of the 4 bulletins rated as critical, as well as the links:</p>
<p><img style="width:700px;height:76px;" src="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-054b.JPG" alt="" width="700" height="76" /> </p>
<p>More info: <a href="http://www.microsoft.com/technet/security/Bulletin/ms08-054.mspx" target="_blank"><strong>Microsoft Security Bulletin MS08-054</strong></a></p>
<p><img style="width:700px;height:43px;" src="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-052.JPG" alt="" width="700" height="43" /></p>
<p>More info:<strong> </strong><a href="http://www.microsoft.com/technet/security/bulletin/ms08-052.mspx" target="_blank"><strong>Microsoft Security Bulletin MS08-052</strong></a></p>
<p><img style="width:700px;height:43px;" src="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-053.JPG" alt="" width="700" height="43" /></p>
<p>More info: <a href="http://www.microsoft.com/technet/security/bulletin/ms08-053.mspx" target="_blank"><strong>Microsoft Security Bulletin MS08-053</strong></a></p>
<p><img style="width:700px;height:44px;" src="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-055.JPG" alt="" width="700" height="44" /></p>
<p>More Info: <a href="http://www.microsoft.com/technet/security/bulletin/ms08-055.mspx" target="_blank"><strong>Microsoft Security Bulletin MS08-055</strong></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/msbasic.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/msbasic.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=90&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/10/september-ms-bulletins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-054b.JPG" medium="image" />

		<media:content url="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-052.JPG" medium="image" />

		<media:content url="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-053.JPG" medium="image" />

		<media:content url="http://pandalabs.pandasecurity.com/blogs/images/PandaLabs/2008/09/10/MS08-055.JPG" medium="image" />
	</item>
		<item>
		<title>Spam mail with attachments of more spam!!</title>
		<link>http://msbasic.wordpress.com/2008/09/07/spam-mail-with-attachments-of-more-spam/</link>
		<comments>http://msbasic.wordpress.com/2008/09/07/spam-mail-with-attachments-of-more-spam/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 14:06:47 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Virus info]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=88</guid>
		<description><![CDATA[Apparently, invoice spam has recently gained popularity among spammers. We’ve seen invoice spam runs related to UPS, FedEx, and of course, German-language Rechnung spam receipts. Now, this new invoice spam claims to come from Western Union, informing recipients that their credit card-issuing bank has halted the transaction by the demand of the “Federal Criminal Investigation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=88&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apparently, invoice spam has recently gained popularity among spammers.</p>
<p>We’ve seen invoice spam runs related to <a href="http://blog.trendmicro.com/ups-spam-trojan-courier-of-choice">UPS</a>, <a href="http://blog.trendmicro.com/bogus-fedex-notifications-new-malware-courier-of-choice">FedEx</a>, and of course, German-language <a href="http://blog.trendmicro.com/rechnung-spam-receipts-being-sent-agaiin">Rechnung spam receipts</a>. Now, this new invoice spam claims to come from <em><a href="http://en.wikipedia.org/wiki/Western_Union">Western Union</a></em>, informing recipients that their credit card-issuing bank has halted the transaction by the demand of the “Federal Criminal Investigation Service”.</p>
<p>Below is a screenshot of the spam:</p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/wuspam1.gif" alt="" /></p>
<p>Recipients are instructed to contact Western Union and bring their ID card, Credit Card and invoice file. The sender (whose name is also bogus) then instructs the recipient that the invoice file is in the attached compressed file, and should be printed out.</p>
<p>Unfortunately, the compressed attachment does not contain an invoice, but rather a malicious executable file named <em>MTCN08662112.EXE</em>.</p>
<p><img src="http://www.trendmicro.com/vinfo/images/blog/wuspam2.gif" alt="" /></p>
<p><em>MTCN08662112.exe</em> is detected by Trend Micro as <a href="http://www.trendmicro.com/vinfo/grayware/ve_graywareDetails.asp?GNAME=TSPY_ZBOT.WC"><span style="color:#ff0000;">TSPY_ZBOT.WC</span></a>.</p>
<p>Spam emails related to this attack are now blocked by all Antiviruses.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/msbasic.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/msbasic.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=88&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/07/spam-mail-with-attachments-of-more-spam/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/wuspam1.gif" medium="image" />

		<media:content url="http://www.trendmicro.com/vinfo/images/blog/wuspam2.gif" medium="image" />
	</item>
		<item>
		<title>Check what I&#8217;ve got!</title>
		<link>http://msbasic.wordpress.com/2008/09/06/check-what-i-have-got/</link>
		<comments>http://msbasic.wordpress.com/2008/09/06/check-what-i-have-got/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 23:10:40 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Backgound]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[In]]></category>
		<category><![CDATA[MSBasicx]]></category>
		<category><![CDATA[VB6]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=86</guid>
		<description><![CDATA[Today I was using Winsock controls and had to think in another function for the trojan&#8230; What about a Downloading File&#8230; It would download the updated file of the server by a ftp or http, the problem is that it is very hard to find a simple example of downloading file without internet window&#8230; Well here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=86&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I was using Winsock controls and had to think in another function for the trojan&#8230; What about a Downloading File&#8230; It would download the updated file of the server by a ftp or http, the problem is that it is very hard to find a simple example of downloading file without internet window&#8230; Well here is 2 examples: One by VB6 Protocols and other functions and the Winsock: <a href="http://www.vbforums.com/showthread.php?s=&amp;threadid=310235">http://www.vbforums.com/showthread.php?s=&amp;threadid=310235</a>. If you downloaded both files and said OMG!! I understand =D. Well I&#8217;ve been reading and Googling a lot more so I found this: <a href="http://vbnet.mvps.org/code/internet/urldownloadtofilenocache.htm">http://vbnet.mvps.org/code/internet/urldownloadtofilenocache.htm</a>. Simple Protocol Url to File Download, you will understand most of code, the most code is for the GUI but the hidden downlod file code is there =D. Okay, Okay, Okay&#8230; I&#8217;m a little bad with you, heres the &#8220;Hidden&#8221; Code:</p>
<h2>Variables &amp; Externals</h2>
<pre><span style="color:#ff0000;">Private Declare Function URLDownloadToFile Lib "urlmon" _
</span>   Alias "URLDownloadToFileA" _
  (ByVal pCaller As Long, _
   ByVal szURL As String, _
   ByVal szFileName As String, _
   ByVal dwReserved As Long, _
   ByVal lpfnCB As Long) As Long
<span style="color:#ff0000;">Private Const ERROR_SUCCESS As Long = 0
Private Const BINDF_GETNEWESTVERSION As Long = &amp;H10
Private Const INTERNET_FLAG_RELOAD As Long = &amp;H80000000</span></pre>
<h2><span style="color:#ff0000;"><span style="color:#000000;">Functions &amp; Internals</span></span></h2>
<p><span style="color:#ff0000;">Private Function DownloadFile(sSourceUrl As String, _<br />
                              sLocalFile As String) As Boolean</span></p>
<p>DownloadFile = URLDownloadToFile(0&amp;, _<br />
                                    sSourceUrl, _<br />
                                    sLocalFile, _<br />
                                    BINDF_GETNEWESTVERSION, _<br />
                                    0&amp;) = ERROR_SUCCESS<br />
  <br />
<span style="color:#ff0000;">End Function</span></p>
<p><span style="color:#000000;">That&#8217;s it. You&#8217;ve got the idea but Google again because this is not full info code.</span></p>
<p>-MSBasicx</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/msbasic.wordpress.com/86/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/msbasic.wordpress.com/86/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=86&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/06/check-what-i-have-got/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>
	</item>
		<item>
		<title>A little Message&#8230;</title>
		<link>http://msbasic.wordpress.com/2008/09/06/a-little-message/</link>
		<comments>http://msbasic.wordpress.com/2008/09/06/a-little-message/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 01:29:30 +0000</pubDate>
		<dc:creator>Fiend</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Virus info]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[EOH]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Trojan]]></category>
		<category><![CDATA[VB6]]></category>

		<guid isPermaLink="false">http://msbasic.wordpress.com/?p=83</guid>
		<description><![CDATA[Well as most people heard, the new Google Chrome is on downloads, it is the BETA version and it&#8217;s time to do some fun searching for errors of it xD! Just like type &#8220;www.letscrashit.com&#8220;, the search it, then add some slashes to it, the most you can if it&#8217;s possible&#8230; then Bookmark it and go to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=83&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well as most people heard, the new <a href="http://www.google.com/aclk?sa=L&amp;ai=BIZY689PBSJWxIo-2tQOEv4SzCP2x9nTdxaqbCcHZnNkT0IYDEAEYASDBVDgAUNOR9e4EYMkG&amp;num=1&amp;sig=AGiWqtxgBbbmAhPcfe-ObNDRfUnO-wCmTw&amp;q=http://www.google.com/chrome/index.html%3Fhl%3Den%26brand%3DCHMG%26utm_source%3Den-hpp%26utm_medium%3Dhpp%26utm_campaign%3Den">Google Chrome</a> is on downloads, it is the BETA version and it&#8217;s time to do some fun searching for errors of it xD! Just like type &#8220;<a href="http://www.letscrashit.com">www.letscrashit.com</a>&#8220;, the search it, then add some slashes to it, the most you can if it&#8217;s possible&#8230; then Bookmark it and go to the new tab window and click it&#8230; Oooops it seems Google crashed! Try it out, maybe the repaired ir because other AV Companies just like Mcafee tried it and off course they advised. <a href="http://blog.statcounter.com/2008/09/chrome-whos-losing/">Click Here</a> to check the stats of Google Chrome&#8230; It&#8217;s going well for Google theese days =D! Whatever, getting out of the topic, let&#8217;s talk about the proyect of trojan, well it&#8217;s going not so well for me because I have a lot of homework and I&#8217;m getting fucked&#8230; Also I&#8217;m doing my own trojan, it&#8217;s going to be BETA so if errors come, just advise or chill for me to detect xD! Heres an image of me working on it, it&#8217;s not already done but it&#8217;s gonna be a hit on myself =D:</p>
<p><img src="http://img258.imageshack.us/img258/674/56456465456ek9.png" alt="" /></p>
<p>It&#8217;s called The Employee, I&#8217;ll tell you it&#8217;s functions from the left: Connect Client, Remote, Information, File Manager, Spying MSN, Interact with User (Send him a message in a MSN conversation, messagebox&#8230;), Keylogger, Edit Server. It&#8217;s maybe gonna make the server or maybe already made server and client modify it but it&#8217;s gonna work properly =). Oh! and I&#8217;m just gonna give you a vb6 Tutorial of how to interact with MSN:</p>
<p>First of all make an Standard EXE with a command button and a Textbox&#8230; Heres Code:</p>
<p>Private Sub command1_click()</p>
<p>msn.OptionsPages 0, MOPT_GENERAL_PAGE<br />
Pause 0.5<br />
SendKeys Text1.Text<br />
SendKeys &#8220;{ENTER}&#8221;<br />
End Sub</p>
<p>I created it myself, nottesting it now but it should work, if you try it, maybe works or not but I don&#8217;t have time to do it&#8230;</p>
<p>-MSBasicx</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/msbasic.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/msbasic.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/msbasic.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/msbasic.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/msbasic.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/msbasic.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/msbasic.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/msbasic.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/msbasic.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/msbasic.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=msbasic.wordpress.com&amp;blog=3460623&amp;post=83&amp;subd=msbasic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://msbasic.wordpress.com/2008/09/06/a-little-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8da6b4e62bc962c6182a41325c785785?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">MSBasic</media:title>
		</media:content>

		<media:content url="http://img258.imageshack.us/img258/674/56456465456ek9.png" medium="image" />
	</item>
	</channel>
</rss>
