<rss version="2.0">
    <channel>
    <title>Security Blogs</title>
    <link>http://www.feedkiller.com/feed-8303</link>
    <description>custom merged feed by feedkiller.com</description>
    
<item>
<title>Strong passwords: deja vu all over again
		</title>
<description>I was at the CFET conference in Canterbury last week, then took a weekend off &amp;#8211; quite a novelty&amp;#8230; That&amp;#39;s the city of Canterbury in the UK, by the way, not the region in New Zealand. (By the way, the papers I presented there will be available shortly.)
Coming back to the office after a few ... &lt;a href=&quot;http://blog.eset.com/2010/09/07/strong-passwords-deja-vu-all-over-again&quot;&gt;&lt;strong&gt;Read More.&lt;/strong&gt;&lt;/a&gt;
		</description>
<link>http://blog.eset.com/2010/09/07/strong-passwords-deja-vu-all-over-again
			</link>
</item>

<item>
<title>Privacy is not in the Cards
		</title>
<description>I decided to download the card game Solitaire (by ZenTech Labs) on my Android based phone. Being a free app it is paid for by advertising. When you play the game there is always a banner ad at the bottom of the screen. One of the ads caught my eye. It said &amp;#8220;Leslie2088 is .7 ... &lt;a href=&quot;http://blog.eset.com/2010/09/03/privacy-is-not-in-the-cards&quot;&gt;&lt;strong&gt;Read More.&lt;/strong&gt;&lt;/a&gt;
		</description>
<link>
		http://blog.eset.com/2010/09/03/privacy-is-not-in-the-cards
			</link>
</item>

<item>
<title>Earthquake in New Zealand likely to bring cybershocks
		</title>
<description>[UPDATE #1 at 12:15PM:  Added more information about location of earthquake and prior scams. AG]
We have just heard about the early September 4 (Saturday morning) earthquake near Christchurch, New Zealand, currently estimated at a Richter magnitude of 7.4. Our New Zealand distributor in Auckland is unaffected, but communications with the area are difficult.
As with any tragedy ... &lt;a href=&quot;http://blog.eset.com/2010/09/03/earthquake-in-new-zealand-likely-to-bring-cybershocks&quot;&gt;&lt;strong&gt;Read More.&lt;/strong&gt;&lt;/a&gt;
		</description>
<link>
		http://blog.eset.com/2010/09/03/earthquake-in-new-zealand-likely-to-bring-cybershocks
			</link>
</item>

<item>
<title>How Do You Find 200,000 Unique Samples a Day?
		</title>
<description>I recently received a couple of questions about signatures from a reader.
	1- You said that ESET receives around 200000 unique malware samples daily, so does ESET detect most of them or detect only the malwares that their signatures are listed here: http://www.eset.com/threat-center/threatsense-updates ?
	2- Nowadays why signatures are written? Are they written to detect malwares initially, ... &lt;a href=&quot;http://blog.eset.com/2010/09/01/how-do-you-find-200000-unique-samples-a-day&quot;&gt;&lt;strong&gt;Read More.&lt;/strong&gt;&lt;/a&gt;
		</description>
<link>
		http://blog.eset.com/2010/09/01/how-do-you-find-200000-unique-samples-a-day
			</link>
</item>

<item>
<title>Email Scam Resource
		</title>
<description>Yesterday I came across a nice governmental resource at On Guard Online, listing some common email scams. Security gurus might not learn a lot from it, but as @SecurityGarden has pointed out, it&amp;#39;s a good place to steer your less knowledgeable friends and family.
The same site has a number of other useful-looking pages, though I ... &lt;a href=&quot;http://blog.eset.com/2010/09/01/email-scam-resource&quot;&gt;&lt;strong&gt;Read More.&lt;/strong&gt;&lt;/a&gt;
		</description>
<link>
		http://blog.eset.com/2010/09/01/email-scam-resource
			</link>
</item>

<item>
<title>MotoSpeak and Sing and Run Random Apps?
		</title>
<description>In addition to recently getting a Droid 2, I purchased a Motorola H17txt Bluetooth headset. When used with a Blackberry or an Android based phone you can download and install an application called MotoSpeak that will read text messages and emails through the H17TXT. Before you go looking for such a headset be warned, there ... &lt;a href=&quot;http://blog.eset.com/2010/08/31/motospeak-and-sing-and-run-random-apps&quot;&gt;&lt;strong&gt;Read More.&lt;/strong&gt;&lt;/a&gt;
		</description>
<link>
		http://blog.eset.com/2010/08/31/motospeak-and-sing-and-run-random-apps
			</link>
</item>

<item>
<title>x64 TDL3 rootkit - follow up
</title>
<description>&lt;/p&gt;&lt;p&gt;
We have already written in a &lt;a href=&quot;http://www.prevx.com/blog/154/TDL-rootkit-x-goes-in-the-wild.html&quot;&gt;previous blog post&lt;/a&gt; about the new TDL3 rootkit able to hit 64 bit Windows operating systems. We will try to check more in depth how it is actually working.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The dropper is being dropped by usual crack and porn websites, but &lt;b&gt;we soon expect to see it dropped by exploit kits too&lt;/b&gt;, as happened to current TDL3 infections. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
As already written in the first blog post, the dropper uses two different infection techniques. If the system is a 32 bit build of Windows, the dropper will use the common technique already used by old TDL3 rootkit, by loading its driver through &lt;b&gt;AddPrintProvidor&lt;/b&gt; API trick. After the driver is loaded, the rootkit will overwrite the master boot record with its own code. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
If the system is a 64 bit build of Windows, the dropper is not able to load its own unsigned driver because of Windows security checks. The dropper needs to get its driver loaded by using the MBR trick. As said in the previous blog post, the dropper infects the drive's MBR and &lt;b&gt;immediately reboot the system to get its code loaded&lt;/b&gt; at the following system startup.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The dropper is using a non conventional - though well known - way to patch the drive's master boot record. It opens an handle to &lt;b&gt;PhysicalDrive0&lt;/b&gt; and then overwrites the MBR by &lt;b&gt;using SCSI commands&lt;/b&gt;. It make uses of &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ff560521(v=VS.85).aspx&quot;&gt;IOCTL_SCSI_PASS_THROUGH_DIRECT&lt;/a&gt; command, well documented by Microsoft in its MSDN.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/64inf.jpg&quot; alt=&quot;64 bit infection overwriting MBR&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
After the MBR has been overwritten, the rootkit needs to immediately restart the system. To do so, it needs &lt;b&gt;SeShutdownPrivilege&lt;/b&gt; privilege before calling &lt;b&gt;ExitWindowsEx&lt;/b&gt; API. So it sets up the specified privilege by calling &lt;b&gt;RtlAdjustPrivilege&lt;/b&gt; API exported by ntdll.dll and then calls ExitWindowsEx API using &lt;b&gt;EWX_REBOOT | EWX_FORCEIFHUNG&lt;/b&gt; parameters to immediately reboot the system.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
On both 32 and 64 bit builds the dropper stores all the other components of the infection inside last unused sections of the hard drive. These components will be then called at next system restart.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
After the system is restarted, the new MBR installed by the rootkit is executed. Before it could start its own payload, it &lt;b&gt;decrypts itself with a simple ROR loop&lt;/b&gt;. After the MBR has been decrypted, the code flow is passed to one of the infection components that is named &lt;b&gt;ldr16&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Ldr16 is a small 16bit loader used by the rootkit &lt;b&gt;to intercept Windows startup routine and patch configuration data so that it can disable driver signing and load the rootkit driver loader in the system&lt;/b&gt;. To intercept disk I/O ldr16 &lt;b&gt;hooks int 13h handler&lt;/b&gt; by alterating the Interrupt Vector Table. The old handler is stored in a variable for later use and the new hook function is stored in the IVT. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/ldr16.jpg&quot; alt=&quot;ldr16 code&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Ldr16 is then responsible to run the right rootkit driver loader by looking at what operating system build is being loaded. In fact the rootkit stores &lt;b&gt;both ldr32 and ldr64 loaders&lt;/b&gt; at the end of the hard drive. Ldr16 choices then ldr32 or ldr64 by looking at what Windows build is being loaded.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
To detect whether 32 or 64 bit build of Windows is installed, the ldr16 code checks PE files header, looking at the NT header OptionalHeader's &lt;b&gt;Magic&lt;/b&gt; value. If it is &lt;b&gt;IMAGE_NT_OPTIONAL_HDR32_MAGIC&lt;/b&gt;, then ldr32 loader will be loaded, otherwise it will load ldr64 loader.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Both loaders are responsible to &lt;b&gt;load the real rootkit driver&lt;/b&gt; - drv32 or drv64, stored at the end of the hard drive - in the system by using an unconventional way. They manually allocate kernel memory needed to store the specific driver code and set up all the stuff before calling IoCreateDriver kernel API. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The driver is now loaded, &lt;b&gt;bypassing signature check and bypassing by design Microsoft PatchGuard (KPP)&lt;/b&gt;. The main rootkit driver code itself is not changed too much from the last 3.273 build we saw months ago. It alterates disk I/O by &lt;b&gt;injecting itself in the disk drivers's chain&lt;/b&gt;. We already explained the technique used by the rootkit &lt;a href=&quot;http://www.prevx.com/blog/139/Tdss-rootkit-silently-owns-the-net.html&quot;&gt;in a blog post we published last year&lt;/a&gt;. Since that blog post, we didn't see any major change, just minor code changes. It is possible to spot the infection by analyzing disk drivers's stack. This technique always detected TDL3 infection in the system.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
MBR code is filtered by the advanced rootkit disk I/O filtering engine. This is &lt;b&gt;the only real MBR code self-defense&lt;/b&gt; at the moment.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Besides this, the rootkit has a user mode component too, injected inside user mode processes by the kernel mode driver. The driver &lt;b&gt;sets up a load image notify routine to intercept every process which loads kernel32.dll&lt;/b&gt; module. If so, the driver injects the user mode infection component inside that process. The infection component is called &lt;b&gt;cmd.dll&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The same applies to 64 bit builds of Windows. The rootkit driver sets up the same load image notify routine and inject its 64 bit compatible user mode dll component.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The user mode component analyze the process, by looking if any hook is found in one of following libraries: &lt;em&gt;kernel32, mswsock, ws2_32, wsock32, dnsapi, wininet&lt;/em&gt;. Every hook found is deleted and original code is restored. Then, the tdl3 module hooks &lt;em&gt;ZwProtectVirtualMemory, ZwWriteVirtualMemory&lt;/em&gt; and &lt;em&gt;KiUserExceptionDispatcher&lt;/em&gt; native API from ntdll.dll. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/cmd.jpg&quot; alt=&quot;TDL3 user mode component&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
As already written in previous blog posts, this user mode component is able to poison search requests inside browser processes, redirect websites and communicate to remote C&amp;C server.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
If this release of TDL3 rootkit x64-compatible  will spread as the older TDL3 rootkit, there are no doubts &lt;b&gt;it will quickly become a serious threat. The doors to the heart of 64 bit are officially opened&lt;/b&gt;. If MBR patching technique was only one among many infection techniques used by rootkits to infect 32 bit builds of Windows operating systems, it will probably become &lt;b&gt;the most used way to hit 64 bit builds of Windows&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Transition period from 32 bit to 64 bit operating systems is started years ago. Malware development is tightly following it. They of course &lt;b&gt;don't wanna get caught unprepared&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
On a side note: the dropper won't infect the system if it runs in a limited account or in an account with UAC activated. Does social engineering ring a bell?
</description>
<link>http://feedproxy.google.com/~r/PrevxResearchBlog/~3/oGW4KiWvW2U/x-TDL-rootkit--follow-up.html
</link>
</item>

<item>
<title>TDL3 rootkit x64 goes in the wild 
</title>
<description>It took some time but now x64 Windows operating systems are &lt;b&gt;officially the new target of rootkits&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
We talked about TDL3 rootkit &lt;a href=&quot;http://www.prevx.com/blog/139/Tdss-rootkit-silently-owns-the-net.html&quot;&gt;some months ago&lt;/a&gt; as &lt;b&gt;the most advanced rootkit ever seen in the wild&lt;/b&gt;. Well, the last version of TDL3 was released months ago and documented as build 3.273. After that, no updates have been released to the rootkit driver. This was pretty suspicious, more so if you've been used to seeing rebuild versions of TDL3 rootkit every few days to defeat security software. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Obviously, the rootkit was stable and it is currently running without any major bug on every 32 bit Windows operating system. Still though, the dropper needed administrator rights to install the infection in the system. Anyway, the team behind TDL3 rootkit was &lt;b&gt;just too quiet to not expect something new&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
They actually built a nice gift for every security vendor, because TDL3 has been updated and this time this is a major update; the rootkit is &lt;b&gt;now able to infect 64 bit versions of Microsoft Windows operating system&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Why this is a worrying and important news? x64 versions of Windows are considered much more secure than their respective 32 bit versions because of some advanced security features which are intended to make it more difficult getting into kernel mode and hooking the Windows's kernel.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Windows Vista 64 bit and Windows 7 64 don't allow every driver to get into kernel memory region due to &lt;b&gt;a very strict digital signature check&lt;/b&gt;. If the driver has not been digitally signed, Windows &lt;b&gt;won't allow it to be loaded&lt;/b&gt;. This first technique allowed Windows to block every kernel mode rootkit from being loaded, because malwares aren't usually signed - at least, they shouldn't be.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The second technique used by Microsoft Windows to prevent kernel mode drivers from alterating Windows kernel behavior is the infamous &lt;b&gt;Kernel Patch Protection&lt;/b&gt;, also known as &lt;b&gt;PatchGuard&lt;/b&gt;. This security routine blocks every kernel mode driver from alterating sensitive areas of the Windows kernel - e.g. SSDT, IDT, kernel code. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
These two techniques combined together allowed x64 versions of Microsoft Windows to be &lt;b&gt;much better protected against kernel mode rootkits&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The first attempts of breaking this Windows security had been run by &lt;b&gt;Whistler bootkit&lt;/b&gt;, a framework bootkit sold in the underground and able to infect both x86 and x64 versions of Microsoft Windows.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/infmbr.jpg&quot; alt=&quot;Hidden TDL3 MBR code&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
But this TDL3 release can be considered as &lt;b&gt;the first x64 compatible kernel mode rootkit infection in the wild&lt;/b&gt;. Our Prevx community spotted the infecting dropper more than 9 days ago and we are now seeing new samples reported every day. This means the infection is spreading on the web, by using both porn websites and exploit kits.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Speaking about the infection itself, we are still analyzing the infection. Though at first glance we don't feel it could be considered as a &lt;b&gt;brand new TDL3&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
It looks like someone got TDL3 sources and added bootkit infection to it. This is because the TDL3 rootkit &lt;b&gt;is now targetting the Master Boot Record&lt;/b&gt;, as MBR rootkit did years ago and as Whistler Bootkit is currently doing.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
To bypass both Kernel Patch Protection and Driver Signature verification, the rootkit &lt;b&gt;is patching the hard drive's master boot record so that it can intercept Windows startup routines&lt;/b&gt;, owns it, and load its driver. Both Windows security mechanisms are bypassed.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
While on x86 versions of Windows it doesn't need to immediately restart the system because it can load the driver as it wants, on x64 versions the infection steps are different. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The rootkit needs administrative privileges to infect the Master Boot Record. Even then, it still cannot load its own 64 bit compatible driver because of Windows's kernel security. So, the dropper &lt;b&gt;forces Windows to immediately restart. This way, the patched MBR can do the dirty work&lt;/b&gt;. The infected MBR code itself is encrypted by using a simple ROR loop.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/mbr_decryption.jpg&quot; alt=&quot;infected MBR decryption loop&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Even the rootkit build version changed from 3.273 to 0.02. It looks like a beta build. We say this because from our first internal tests, the rootkit didn't always fully work.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Our current idea is that TDL3 sources could have been sold and the new team who owns them &lt;b&gt;has started adapting the rootkit to x64 platform by adding to it a bootkit infection technique&lt;/b&gt; already showed by Whistler bootkit and Stoned v2 bootkit.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
What is more important is that with this new TDL3 release a new era is officially dawned; &lt;b&gt;the era of x64 rootkits&lt;/b&gt;. How this develops, we're not sure.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
We will keep you updated as soon as we have more informations. In-depth analysis is undergoing.
</description>
<link>http://feedproxy.google.com/~r/PrevxResearchBlog/~3/RaSlA-duohE/TDL-rootkit-x-goes-in-the-wild.html
</link>
</item>

<item>
<title>An old-new 0day Windows flaw on the horizon?
</title>
<description>&lt;/p&gt;&lt;p&gt;
Looks like there are clouds on the horizon. Another &lt;a href=&quot;http://www.computerworld.com/s/article/9180901/Update_40_Windows_apps_contain_critical_bug_says_researcher?taxonomyId=85&amp;pageNumber=1&quot;&gt;new 0day flaw has been discovered&lt;/a&gt; after the last one related to Windows Shell which Microsoft fixed this month. At least this is what we can read from some articles that are quickly spreading on the web. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
From what we can read looks like this vulnerability &lt;b&gt;allows an attacker to execute arbitrary code by forcing some applications loading malicious files&lt;/b&gt;. We currently aren't aware of any more detail about this flaw, and looks like Rapid7 company is going to release further details about it during next week. So we could just do some speculation about this 0day flaw.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The article explains that Apple iTunes software was vulnerable to such flaw and it has been fixed by Apple. It's enough to read Apple security bulletin to realize that &lt;b&gt;this kind of 0day attack maybe is not all that new&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Apple security bulletin &lt;a href=&quot;http://support.apple.com/kb/HT4105&quot;&gt;writes&lt;/a&gt;:&lt;/p&gt;&lt;p&gt;
&lt;blockquote&gt;&lt;/p&gt;&lt;p&gt;
A path searching issue exists in iTunes. iTunes will search for a specific DLL in the current working directory. If someone places a maliciously crafted file with a specific name in a directory, opening another file in that directory in iTunes may lead to arbitrary code execution. This issue is addressed by removing the code that uses the DLL&lt;/blockquote&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
This reminds me so much an old injection trick used by malware since years. The key word looks like is: &lt;b&gt;Dynamic-Link Library Search Order&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
What we are talking about? When an application tries to load a specific module into the address space of the calling process, it usually uses the Windows APIs LoadLibrary / LoadLibraryEx - at least if you want to follow the documented way. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
One of the parameters accepted by these APIs is the path to the library that is wanted to be loaded. &lt;b&gt;If the developer just specifies module name without a path, the operating system starts searching this module by looking in a number of known paths&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
This list of known paths is called &lt;b&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms682586(VS.85).aspx&quot;&gt;Dynamic-Link Library Search Order&lt;/a&gt;&lt;/b&gt;, and it is clearly documented on Microsoft's MSDN. The list depends on the operating system settings, anyway the most common is the one below:&lt;/p&gt;&lt;p&gt;
&lt;em&gt;&lt;/p&gt;&lt;p&gt;
- The directory from which the application loaded.&lt;/p&gt;&lt;p&gt;
- The system directory. Use the GetSystemDirectory function to get the path of this directory.&lt;/p&gt;&lt;p&gt;
- The 16-bit system directory. There is no function that obtains the path of this directory, but it is searched.&lt;/p&gt;&lt;p&gt;
- The Windows directory. Use the GetWindowsDirectory function to get the path of this directory.&lt;/p&gt;&lt;p&gt;
- The current directory.&lt;/p&gt;&lt;p&gt;
- The directories that are listed in the PATH environment variable.&lt;/p&gt;&lt;p&gt;
&lt;/em&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
So, if the application is loading a module by specifying only its name, the operating system at first check if the wanted module is a known module (they are listed inside KnownDLLs registry key). If not, it starts looking at each one of the paths listed above, starting from the first till the last. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
For instance, if the module is found in the directory from which the application loaded, &lt;b&gt;Windows stops the search and loads this module&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Now, it should become clear how this Windows feature could be abused by malicious attackers.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
While it could be questionable the implementation of such search order, I don't think it's a Windows operating system problem itself. The logic behind runtime module loading is &lt;b&gt;well documented by Microsoft and explained on MSDN&lt;/b&gt;. Moreover, both search order and LoadLibrary/LoadLibraryEx functions are well documented. This become then a problem of software developers, whether they decided to follow Microsoft's development guidelines or not. Actually this Windows behavior &lt;b&gt;has been exploited since years by malwares and it has been discussed online many times&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
We actually don't know if this is the flaw discussed in the article, we only know that it would be in case an &lt;b&gt;old-new&lt;/b&gt; 0day flaw.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
But, again,&lt;b&gt;it's only speculation&lt;/b&gt;. We have just to wait for someone releasing more details about it.&lt;/p&gt;&lt;p&gt;

</description>
<link>http://feedproxy.google.com/~r/PrevxResearchBlog/~3/DvPtxrc69F4/An-oldnew-day-Windows-flaw-on-the-horizon.html
</link>
</item>

<item>
<title>Isolated first worm using LNK vulnerability
</title>
<description>&lt;/p&gt;&lt;p&gt;
It was just a matter of time, everyone here at Prevx was expecting this. &lt;b&gt;Too much noise around the &lt;a href=&quot;http://www.prevx.com/blog/151/day-flaw-discovered-in-Microsoft-Windows.html&quot;&gt;Microsoft 0-day flaw&lt;/a&gt; allowed malware writers to use it as another way to spread malware &lt;/b&gt;. First the &lt;b&gt;public proof of concept published by french security expert Ivanlef0u&lt;/b&gt;, then the module added to the metasploit project. Everything was just too ready to not be (ab)used by malware writers.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Early today we have isolated a new variant of Autorun worm, detected as &lt;b&gt;Autorun:Worm-LNK&lt;/b&gt; and able to spread through USB removable storage devices &lt;b&gt;by using LNK vulnerability&lt;/b&gt;. After the system has been infected, this malware &lt;b&gt;is able to drop to every plugged USB removable storage device various  LNK exploit files along with its executable files&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The first problem when using LNK exploit is that the crafted LNK shortcut file must point to the exact path where the malware file is located. This is the only way to get it working. This could be a problem, because the drive letter assigned to the plugged USB removable storage device is different on every PC. The malware tries to fix this problem by &lt;b&gt;dropping more LNK crafted files on the infected USB removable storage device, each one of them pointing to a different drive letter&lt;/b&gt; - i.e. from D: to J:. Then, the executable file that should be called is put in the drive root directory. It is a kind of bruteforce attempt to guess the exact drive letter where the USB removable storage device is mapped to. Moreover, the malware &lt;b&gt;still uses the old autorun.inf trick&lt;/b&gt;, which is, sadly, still effective. &lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/autorun_lnk.jpg&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Signature detection for LNK flaw is &lt;b&gt;still unreliable&lt;/b&gt;, as the malware newly generated LNK files are recognized on VirusTotal &lt;b&gt;by only 5 vendors out of 41&lt;/b&gt;. Writing generic detection signatures for this exploit could easily cause false positives, being it a design flaw and not a code flaw.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
We expect to see more malwares using this technique, even because this flaw is working on every version of Windows operating system, from Windows 2000 to Windows 7, both x86 and x64. &lt;b&gt;Users running Windows 2000, Windows XP, Windows XP Service Pack 1 and Windows XP Service Pack 2 must be more careful, as they will not receive security updates from Microsoft because these operating systems are out of support&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The best workaround at the moment is &lt;b&gt;disabling the displaying of icons for LNK and PIF shortcuts&lt;/b&gt;, as reported by Microsoft in its security advisor. Microsoft released a &lt;a href=&quot;http://go.microsoft.com/?linkid=9738980&quot;&gt;Fix-It tool&lt;/a&gt; able to automatically apply this workaround until the company releases an official patch - we hope as fast as possible, because &lt;b&gt;malware writers already started playing with this flaw&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
This variant of Autorun worm is actually spreading very quickly, we are receiving reports of it &lt;b&gt;almost constantly&lt;/b&gt; from Prevx community since yesterday morning.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Prevx already detects, blocks and cleans this malware infection from the infected PC.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;

</description>
<link>http://feedproxy.google.com/~r/PrevxResearchBlog/~3/hTLRQFm0Iuc/Isolated-first-worm-using-LNK-vulnerability.html
</link>
</item>

<item>
<title>0-day flaw discovered in Microsoft Windows 
</title>
<description>&lt;/p&gt;&lt;p&gt;
The nightmare of infected USB pen drives is back. Until now the source of infections was the &lt;b&gt;Autorun feature&lt;/b&gt; embedded in Windows. Now the problem resides in a &lt;b&gt;Windows flaw (or feature?) when handling LNK shortcut files&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
When some years ago new worms started using the autorun feature to spread themselves through USB removable devices, they became a serious problem because every Windows operating system had the autorun feature enabled.&lt;/p&gt;&lt;p&gt;
This is still a security flaw, because &lt;b&gt;a lot of Windows XP systems still have this feature enabled&lt;/b&gt;, while in the last Windows 7 the feature has been disabled by default. Microsoft chose to follow this path to protect their customers from this vehicle of infections.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
This is one of the techniques the Conficker worm used to spread inside a companies's LAN, where USB devices are often used by employees to share data. Sadly, a lot of machines are still unprotected from this kind of attack. It is enough to plug the infected device on the machine and leave the autorun feature doing the rest, executing the malware.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Disabling the Autorun feature is a good security choice, but is it enough to stop malware from being executed without user interaction?&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
This is not the case, because &lt;b&gt;a new Windows security 0-day flaw has been discovered that is able to execute malware without user interaction&lt;/b&gt;. The flaw, that looks like it has been used on some targeted attacks against Siemens WinCC SCADA systems,&lt;b&gt; allows malware to get executed through a malformed (?) shortcut LNK file&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The flaw, first discovered by our colleagues at &lt;b&gt;VirusBlokAda Ltd.&lt;/b&gt; security company, has been reported to Microsoft who have released security advisor &lt;a href=&quot;http://www.microsoft.com/technet/security/advisory/2286198.mspx&quot;&gt;2286198&lt;/a&gt;, addressing this security flaw. The flaw is still being analyzed.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
The flaw is triggered by just surfing to the directory where the malformed lnk shortcut file is present. It is enough to surf the directory from within Windows Explorer or with any other file manager. The flaw is triggered and the file is linked by the shortcut and automatically loaded into memory.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;img src=&quot;http://pxnow.prevx.com/content/blog/flaw.jpg&quot;&gt;&lt;/p&gt;&lt;p&gt;
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
If you are wondering why I've put some question marks near the malformed and feature words, I'm going to explain the reason.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
After our initial analysis, it looks like the flaw is not exploiting any coding error. There is no buffer/heap overflow, null-pointer dereference or use-after-free errors that you would usually expect from a 0-day flaw.&lt;b&gt; It is just exploiting a feature used in Windows to handle some kind of libraries&lt;/b&gt;, and it is actively used more times inside Windows internals.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
This allow us to think &lt;b&gt;it is more a feature that has not been correctly hardened and it has been abused&lt;/b&gt; than a security bug. In fact, this behavior has probably been discovered by attackers while monitoring Windows behaviors when loading specified libraries, because it is easily reproducible.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
I'm not allowed to disclose further details about the vulnerability, we have just to wait for Microsoft releasing a security update to patch this issue.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Microsoft, as said before, has released a security advisor to address this security flaw. In the security advisor there are some workarounds that should be really applied by everyone to protect their systems from this attack, by &lt;b&gt;disabling the displaying of icons for shortcuts and disabling WebDAV&lt;/b&gt;. The flaw affects every Windows operating system from Windows XP to Windows 7.&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Link to the security advisor is the following: &lt;a href=&quot;http://www.microsoft.com/technet/security/advisory/2286198.mspx&quot;&gt;Security Advisor 2286198&lt;/a&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
We will post further updates as soon as we have them.
</description>
<link>http://feedproxy.google.com/~r/PrevxResearchBlog/~3/t4PEGGgc1X4/day-flaw-discovered-in-Microsoft-Windows.html
</link>
</item>

<item>
<title>Facebook Spam Worm Links to &quot;Mobile Entertainment&quot;
</title>
<description> 			 			The survey spam worm &lt;a href=&quot;http://www.f-secure.com/weblog/archives/00002024.html&quot;&gt;that spread across Facebook yesterday&lt;/a&gt; was posted to profile Walls &quot;via Mobile Web&quot;.&lt;br /&gt;&lt;br /&gt;In here the lab, we're always interested in all things mobile, so we took another look at All Facebook's &lt;a href=&quot;http://www.allfacebook.com/alert-massive-new-survey-scam-spreading-on-facebook-2010-09&quot;&gt;post&lt;/a&gt;. In an update, they show that the spam was also spreading via messages.&lt;br /&gt;&lt;br /&gt;And there is a link visible in the screenshot pointing to artcentertransportation.com:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.allfacebook.com/alert-massive-new-survey-scam-spreading-on-facebook-2010-09&quot;&gt;&lt;img width=&quot;570&quot; height=&quot;303&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/all_facebook_message-spam.jpg&quot; alt=&quot;http://www.allfacebook.com/alert-massive-new-survey-scam-spreading-on-facebook-2010-09&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;That site is registered to a &quot;Jane Doe&quot; and is hosted in the USA by Dynamic Dolphin. Visiting the URL from Finland simply redirects to another site called Wixawin (via tracklead.net) which offers &quot;Mobile Entertainment&quot;. And what kind of entertainment do they offer?&lt;br /&gt;&lt;br /&gt;The kind that could cost  you upwards of 17.50 per month in subscription fees.&lt;br /&gt;&lt;br /&gt;This is what you'll see if you attempt to visit Wixawin with our Mobile Security Browsing Protection enabled.&lt;br /&gt;&lt;br /&gt;&lt;img width=&quot;365&quot; height=&quot;274&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/mobile_security_block_wixawin.jpg&quot; alt=&quot;Mobile Security Browsing Protection&quot; /&gt;&lt;br /&gt;&lt;br /&gt;The affiliate ID that appears to be behind much of this mischief is: &quot;affiliateid=WANE&quot;. Perhaps the spam was being posted via Mobile Web so that it included the necessary referrer?&lt;br /&gt;&lt;br /&gt;In any case, let's hope that the affiliate network revokes whatever leads this spammer may have made. 			 &lt;p&gt;On 07/09/10 At 11:59 AM&lt;/p&gt;
</description>
<link>http://www.f-secure.com/weblog/archives/00002025.html
</link>
</item>

<item>
<title>New Spam Worm on Facebook
</title>
<description> 			 			A clever spammer has discovered a Facebook vulnerability that allows for auto-replicating links. Until now, typical Facebook spam has required the use of some social engineering to spread.&lt;br /&gt;&lt;br /&gt;But clicking on any of these application spam links is enough to &quot;share&quot; the application to the user's Wall.&lt;br /&gt;&lt;br /&gt;See the search results below:&lt;br /&gt;&lt;br /&gt;&lt;img width=&quot;610&quot; height=&quot;704&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/Facebook_application_worm_I_thought_this_survey_stuff_was.png&quot; alt=&quot;I thought this survey&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Note that each of search results were posted &quot;via Mobile Web&quot;, which suggests that a common bug is being exploited. Or perhaps the spammer is posting via m.facebook as it's generally more responsive than the main site.&lt;br /&gt;&lt;br /&gt;It's also interesting that the application links seem almost polymorphic or Captcha-like.&lt;br /&gt;&lt;br /&gt;All of the links that we tested resulted in a page not found, so Facebook appears to have halted the worm's progress.&lt;br /&gt;&lt;br /&gt;Tip hat to All Facebook, read more &lt;a href=&quot;http://www.allfacebook.com/alert-massive-new-survey-scam-spreading-on-facebook-2010-09&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr&gt; 			 &lt;p&gt;On 06/09/10 At 11:46 PM&lt;/p&gt;
</description>
<link>http://www.f-secure.com/weblog/archives/00002024.html
</link>
</item>

<item>
<title>Fake Passports
</title>
<description> 			 			In today's episode of &lt;b&gt;What Can You Find On the Web&lt;/b&gt;, we give you an online store for purchasing fake passports that we ran into.&lt;br /&gt;&lt;br /&gt;Prices of these range from $650 to $1000. They don't seem to (yet?) offer passports with embedded RFID chips.&lt;br /&gt;&lt;br /&gt;Some screenshots:&lt;br /&gt;&lt;br /&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.f-secure.com/weblog/archives/passports1.png&quot; alt=&quot;passports&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.f-secure.com/weblog/archives/passports2.png&quot; alt=&quot;passports&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.f-secure.com/weblog/archives/passports3.png&quot; alt=&quot;passports&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.f-secure.com/weblog/archives/passports4.png&quot; alt=&quot;passports&quot;&gt; 			 &lt;p&gt;On 06/09/10 At 02:20 PM&lt;/p&gt;
</description>
<link>http://www.f-secure.com/weblog/archives/00002023.html
</link>
</item>

<item>
<title>Twitter Spam and the OAuthcalypse
</title>
<description> 			 			Twitter &lt;a href=&quot;http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/&quot;&gt;discontinued support for basic user authentication in third-party applications&lt;/a&gt; yesterday morning.&lt;br /&gt;&lt;br /&gt;Good. It's always best to never share your password with a third-party. Even if you trust them, their database could be compromised, and your password along with it. The discontinuation of basic user authentication also removes the vector of brute force password attacks via Twiter's API.&lt;br /&gt;&lt;br /&gt;All third-party applications must now use Twitter's OAuth.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.twitter.com/2010/08/twitter-applications-and-oauth.html&quot;&gt;&lt;img width=&quot;560&quot; height=&quot;235&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/OAuthcalypse01.png&quot; alt=&quot;OAuthcalypse&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, that being the case&amp;hellip; we have a feature request.&lt;br /&gt;&lt;br /&gt;The other day, we came across some Twitter spam using a bit.ly link that pointed to an application called &quot;Lady Gaga photos&quot;.&lt;br /&gt;&lt;br /&gt;&lt;img width=&quot;761&quot; height=&quot;378&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/OAuthcalypse02.png&quot; alt=&quot;OAuthcalypse&quot; /&gt;&lt;br /&gt;&lt;br /&gt;If you &quot;Allow&quot; the application, two things will happen: the account tweets spam and follows two new accounts (emoboyxx3 and BoyGeorge).&lt;br /&gt;&lt;br /&gt;We don't suspect Boy George is behind this&amp;hellip;&lt;br /&gt;&lt;br /&gt;&lt;img width=&quot;763&quot; height=&quot;481&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/OAuthcalypse03.png&quot; alt=&quot;OAuthcalypse&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Okay, so it's a spam application. Time to visit &lt;a href=&quot;http://twitter.com/settings/connections&quot;&gt;Settings/Connections&lt;/a&gt; and revoke its access.&lt;br /&gt;&lt;br /&gt;&lt;img width=&quot;763&quot; height=&quot;358&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/OAuthcalypse04.png&quot; alt=&quot;OAuthcalypse&quot; /&gt;&lt;br /&gt;&lt;br /&gt;And here's our feature request, we want a &quot;Revoke Access and report as a spam application&quot; as well as the &quot;Revoke Access&quot; option.&lt;br /&gt;&lt;br /&gt;Cheers! 			 &lt;p&gt;On 01/09/10 At 03:36 PM&lt;/p&gt;
</description>
<link>http://www.f-secure.com/weblog/archives/00002022.html
</link>
</item>

<item>
<title>When do 258 tweets equal nearly half a million dollars?
</title>
<description> 			 			Wikipedia's &lt;a href=&quot;http://en.wikipedia.org/wiki/Affiliate_marketing#Past_and_current_issues&quot;&gt;affiliate marketing&lt;/a&gt; entry includes the following sentence: &quot;Although many affiliate programs have terms of service that contain rules against spam, this marketing method has historically proven to attract abuse from spammers.&quot;&lt;br /&gt;&lt;br /&gt;This is very true &amp;mdash; affiliate marketing methods definitely attract abuse from spammers.&lt;br /&gt;&lt;br /&gt;Our recent posts on &lt;a href=&quot;http://www.f-secure.com/weblog/archives/00002016.html&quot;&gt;Facebook&lt;/a&gt; and &lt;a href=&quot;http://www.f-secure.com/weblog/archives/00002019.html&quot;&gt;YouTube&lt;/a&gt; spam linked to cost per action (&lt;a href=&quot;http://en.wikipedia.org/wiki/Cost_per_action&quot;&gt;CPA&lt;/a&gt;) affiliate networks. We've come across affiliates from several CPA incentive networks while investing social networking spam, and one of the more interesting companies that we frequently see abused is CPAlead.com.&lt;br /&gt;&lt;br /&gt;CPAlead claims to be &lt;a href=&quot;http://www.youtube.com/cpalead&quot;&gt;to be one of the largest affiliate networks&lt;/a&gt; with nearly 11 thousand members in its &lt;a href=&quot;http://www.facebook.com/group.php?gid=191584315305&quot;&gt;Facebook Group&lt;/a&gt;. They also have an interesting Twitter profile that &lt;a href=&quot;http://twitter.com/cpalead&quot;&gt;lists their daily top earners&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;They've tweeted 258 times since June 18th and the total amount of daily top earnings is $485,188.34.&lt;br /&gt;&lt;br /&gt;&lt;img width=&quot;410&quot; height=&quot;190&quot; border=&quot;0&quot; src=&quot;http://www.f-secure.com/weblog/archives/CPAlead_Top_Earners.png&quot; alt=&quot;CPAlead Top Earners&quot; /&gt;&lt;br /&gt;&lt;br /&gt;There were 281+ thousand leads (completed surveys) and 3.7+ million clicks. That's a 7.5% conversion rate for the top earners.&lt;br /&gt;&lt;br /&gt;With numbers such as that&amp;hellip; there's little wonder why spammers are attracted. 			 &lt;p&gt;On 31/08/10 At 09:44 PM&lt;/p&gt;
</description>
<link>http://www.f-secure.com/weblog/archives/00002021.html
</link>
</item>

<item>
<title>Phishing Attempt Alert!
</title>
<description> 			 			Someone has been trying to pose as us &lt;a href=&quot;http://www.f-secure.com/weblog/archives/00001901.html&quot; target=&quot;_blank&quot;&gt;again&lt;/a&gt;, and is sending out an e-mail that looks like this:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;From: Account Support&lt;br /&gt;Date: Saturday, August 28, 2010 4:33 AM &lt;br /&gt;To: none&lt;br /&gt;Subject: Account Alert!!!&lt;br /&gt;&lt;br /&gt;An HTK4S virus has been detected in your Email Account, and your email account has to be upgraded immediately to our new F-Secure HTK4S anti-virus/anti-Spam version 2010 to prevent damage to the email and important files in your email account. You are therefore required fill the columns below to enable us verify your email account or your email account will be suspended temporarily from our services. &lt;br /&gt;&lt;br /&gt;Username:&lt;br /&gt;Password:&lt;br /&gt;Date of Birth:&lt;br /&gt;Telephone Number: &lt;br /&gt;&lt;br /&gt;Copyright© Customer Care Center 2010 All Rights Reserved.&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;You can safely ignore that e-mail and please do not reply with the requested details. We don't have a product called F-Secure HTK4S anti-virus/anti-Spam, and we certainly wouldn't let such a badly written e-mail to be sent out to customers. 			 &lt;p&gt;On 30/08/10 At 04:13 AM&lt;/p&gt;
</description>
<link>http://www.f-secure.com/weblog/archives/00002020.html
</link>
</item>

<item>
<title>Fake Flash Update Needs Flash to Work
		</title>
<description>By Andrew Brandt If you live in the US, you may have played sports, barbequed, or enjoyed the last long weekend of the summer outside doing something fun outdoors. Unfortunately, that wasn&amp;#8217;t an option here in Boulder, where a large wildfire generated a thick plume of smoke and ash. So, what&amp;#8217;s a malware analyst to [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.webroot.com&amp;amp;blog=6518987&amp;amp;post=3217&amp;amp;subd=webrootblog&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
		</description>
<link>http://blog.webroot.com/2010/09/07/fake-flash-update-needs-flash-to-work/
		</link>
</item>

<item>
<title>PHP Backdoor Has Another Backdoor Inside
		</title>
<description>By Andrew Brandt Is there no honor among thieves anymore? The other day I was looking at a remote access Trojan written in the PHP scripting language. The bot loads into memory on a victim&amp;#8217;s computer when an unsuspecting user, for example, stumbles upon an iframe pointing to the PHP script embedded in a Web [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.webroot.com&amp;amp;blog=6518987&amp;amp;post=3197&amp;amp;subd=webrootblog&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
		</description>
<link>http://blog.webroot.com/2010/09/06/php-backdoor-has-another-backdoor-inside/
		</link>
</item>

<item>
<title>Pro-Israel Website Receives Passwords Stolen by Koobface
		</title>
<description>By Andrew Brandt Is the team behind the Koobface worm taking a stance on the Israeli-Palestinian peace talks, or is this notorious worm&amp;#8217;s most recent, bizarre twist just a coincidence? We&amp;#8217;ve seen Koobface hijack legitimate Web sites for more than a year, using them not only to host malicious payload files, but also to work [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.webroot.com&amp;amp;blog=6518987&amp;amp;post=3172&amp;amp;subd=webrootblog&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
		</description>
<link>http://blog.webroot.com/2010/09/02/pro-israel-website-receives-passwords-stolen-by-koobface/
		</link>
</item>

<item>
<title>A Cave Monster from Hell Wants Your Financial Data
		</title>
<description>By Andrew Brandt A novel and pretty sneaky Trojan designed to steal financial data appeared on our radar screen last week. The Trojan, once installed on a victim&amp;#8217;s computer, rootkits itself to prevent detection, then watches the victim&amp;#8217;s browser for any attempt to connect to the secured, HTTPS login page of several online banks. When [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.webroot.com&amp;amp;blog=6518987&amp;amp;post=3159&amp;amp;subd=webrootblog&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
		</description>
<link>http://blog.webroot.com/2010/08/20/a-cave-monster-from-hell-wants-your-financial-data/
		</link>
</item>

<item>
<title>Subscription Renewal Spam Points to Drive-by
		</title>
<description>By Andrew Brandt Dear Customers: Please be aware that a crew of Russian malware distributors are circulating a spam message which looks like a subscription renewal confirmation from Best Buy, allegedly for one of our products. The linked text in the message, however, leads to a Web site which performs a drive-by download. Please don&amp;#8217;t [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.webroot.com&amp;amp;blog=6518987&amp;amp;post=3134&amp;amp;subd=webrootblog&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
		</description>
<link>http://blog.webroot.com/2010/08/06/subscription-renewal-spam-points-to-drive-by/
		</link>
</item>

<item>
<title>Blackhat SEO of Google Images Links to Rogue AV
		</title>
<description>By Andrew Brandt Yesterday, a few of the Threat Research folks and I had a little fun playing with a hack that had, for one day at least, pretty much decimated Google&amp;#8217;s Image Search feature. One researcher, who stumbled into the attack purely by chance, found that a Google Images link to a map of [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.webroot.com&amp;amp;blog=6518987&amp;amp;post=3105&amp;amp;subd=webrootblog&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
		</description>
<link>http://blog.webroot.com/2010/08/03/blackhat-seo-of-google-images-links-to-rogue-av/
		</link>
</item>

<item>
<title>Attackers Exploiting New Acrobat/Reader Flaw</title>
<description>Adobe warned today that hackers appear to be exploiting a previously unknown security hole in its PDF Reader and Acrobat programs. In an advisory published Wednesday, Adobe said a critical vulnerability exists in Acrobat and Reader versions 9.3.4 and earlier, and that there are reports that this critical vulnerability is being actively exploited in the [...] </description>
<link>http://feedproxy.google.com/~r/KrebsOnSecurity/~3/eyUB95GPjfc/ </link>
</item>

<item>
<title>Revisiting Secunia’s Personal Software Inspector</title>
<description>Security vulnerability research firm Secunia has released a public beta of its Personal Software Inspector tool, a program designed to help Microsoft Windows  users keep their heads above water with the torrent of security updates for third-party applications. The new beta version includes the promised auto-update feature that can automatically apply the latest patches for a growing number of widely-used programs. </description>
<link>http://feedproxy.google.com/~r/KrebsOnSecurity/~3/t-uUuE35YOk/ </link>
</item>

<item>
<title>VISA Blocks ePassporte</title>
<description>Company owner &lt;strong&gt;Christopher Mallick&lt;/strong&gt; broke the news to ePassporte customers in an e-mail sent Thursday, saying Visa International had suspended the company's ePassporte Visa program, which is processed through St. Kitts Nevis Anguilla National Bank. </description>
<link>http://feedproxy.google.com/~r/KrebsOnSecurity/~3/7GtzQ2Tn9Pc/ </link>
</item>

<item>
<title>Toward a Culture of Security Measurement</title>
<description>&quot;Our dependence on all things cyber as a society is now inestimably irreversible and irreversibly inestimable.&quot;Yeah, I had to re-read that line a few times, too. Which is probably why I've put off posting a note here about the article from which the above quote was taken, a thought-provoking essay in the Harvard National Security Journal by Dan Geer, chief information security philosopher officer for In-Q-Tel, the not-for-profit venture capital arm of the Central Intelligence Agency. </description>
<link>http://feedproxy.google.com/~r/KrebsOnSecurity/~3/-6QnN4ru1Po/ </link>
</item>

<item>
<title>Cyber Thieves Steal Nearly $1,000,000 from University of Virginia College</title>
<description>Cyber crooks stole just shy of $1 million from a satellite campus of &lt;strong&gt;The University of Virginia&lt;/strong&gt; last week, KrebsOnSecurity has learned. </description>
<link>http://feedproxy.google.com/~r/KrebsOnSecurity/~3/iaMJ7qROGvk/ </link>
</item>

<item>
<title>MS Fix Shores Up Security for Windows Users</title>
<description>&lt;strong&gt;Microsoft&lt;/strong&gt; has released a point-and-click tool to help protect &lt;strong&gt;Windows&lt;/strong&gt; users from a broad class of security threats that stem from a mix of insecure default behaviors in Windows and poorly written third-party applications. </description>
<link>http://feedproxy.google.com/~r/KrebsOnSecurity/~3/fsNUiXd-7bU/ </link>
</item>

<item>
<title>Adobe Reader zero-day attack &amp;ndash; now with stolen certificate
	</title>
<description>&lt;p&gt;Today Adobe put out an advisory for a previously unknown zero-day in its PDF Reader/Acrobat software.&lt;br&gt;This vulnerability is actively being exploited in the wild.&lt;/p&gt;&lt;p&gt;&lt;p&gt;The exploit is pretty basic. What&amp;#8217;s interesting about it is that it makes use of Return Oriented Programming to bypass the ASLR and DEP mitigation technologies in Windows Vista and 7.&lt;/p&gt;&lt;p&gt;&lt;p&gt;More widespread usage of ROP for exploits is something I&amp;#8217;ve been expecting for a while. Why? Because Windows 7 is gaining more and more traction in both the consumer and corporate space.&lt;/p&gt;&lt;p&gt;&lt;p&gt;While most malicious PDFs download their payload, this time the PDF has malicious content embedded.  The PDF drops an executable into the %temp% directory and tries to execute it.&lt;/p&gt;&lt;p&gt;&lt;p&gt;The file it drops is digitally signed with a valid signature from a US-based Credit Union!&lt;/p&gt;&lt;p&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2288.jpg&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2289.jpg&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2290.jpg&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Take a close look at the screenshots and you'll see that not only is the certificate valid, but it really does belong to Vantage Credit Union. This means that the cybercriminals must have got their hands on the private certificate. Remind you of anything?  If you say Stuxnet (where compromised Realtek and JMicron certificates were used to sign files) then we're clearly thinking on the same lines.&lt;/p&gt;&lt;p&gt;&lt;p&gt;It'll be interesting to see if Stuxnet has started a trend or if these cases are just a flukey coincidence. I suspect they're not - I think the use of valid, stolen certificates to sign malware will really take off in 2011.&lt;/p&gt;&lt;p&gt;&lt;p&gt;Both Verisign and Vantage Credit Union have been notified so that they can take action.&lt;/p&gt;
		</description>
<link>http://www.securelist.com/en/blog/2287/Adobe_Reader_zero_day_attack_now_with_stolen_certificate
		</link>
</item>

<item>
<title>
		Android SMS Trojan Now Being Delivered via SEO Techniques
	</title>
<description>&lt;p&gt;Android users searching for pornography on their smart phones could be in for a costly surprise.&lt;/p&gt;&lt;br&gt;&lt;p&gt;During the course of researching the origin for the &lt;a href=&quot;http://www.securelist.com/en/blog/2254/First_SMS_Trojan_for_Android&quot;&gt;first SMS Trojan&lt;/a&gt; for Android devices, I found a new Android package masquerading as a porn media player but which instead sends SMS messages to premium rate numbers.&lt;/p&gt;&lt;br&gt;&lt;p&gt;The SMS messages cost $6 each and are sent silently in the background without the user's knowledge.&lt;/p&gt;&lt;br&gt;&lt;p&gt;The latest Android malware (detected as Trojan-SMS.AndroidOS.FakePlayer.b) is being distributed via clever search engine optimization (SEO) techniques, a clear sign that cyber-criminals are making every effort to infect mobile devices.  The use of SEO is a significant development that confirms our belief that mobile malware - especially on Android devices - is a potentially lucrative business for malicious hackers.&lt;/p&gt;
		</description>
<link>http://www.securelist.com/en/blog/2286/Android_SMS_Trojan_Now_Being_Delivered_via_SEO_Techniques
		</link>
</item>

<item>
<title>
		A Web Defacer Turns to $$ Spam Fraud
	</title>
<description>&lt;body&gt;&lt;br&gt;    Cyber-criminals in Brazil and the wider&lt;br&gt;Latin America region almost always use social engineering tricks to&lt;br&gt;launch attacks.  Sometimes, they send fake bank e-mails or&lt;br&gt;e-mails from popular Internet services. The e-mail databases of the&lt;br&gt;potential victims are being compiled based on the stolen e-mail&lt;br&gt;addresses from the infected machines and particularly from the&lt;br&gt;addresses stored in e-mail clients. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Once the e-mail addresses are compiled, the fraudsters use several&lt;br&gt;external tools like PHP shells on hacked Web servers. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;During my daily analysis, I found an interesting shell for mass&lt;br&gt;mailing. The code shows it was developed locally in Brazil:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2284.png&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;br&gt;By editing the original PHP code, the criminal can fake the&lt;br&gt;&quot;original headers&quot; of the messages they&lt;br&gt;send.  Very interesting. &lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2285.png&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;br&gt;Now let&amp;#8217;s check the original IP address of the mentioned&lt;br&gt;domain:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2283.PNG&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;br&gt;As you see in this case, the criminals are sending fake e-mails using&lt;br&gt;the identity of IG (www.ig.com.br) a very popular Internet resource in&lt;br&gt;Brazil. They fake the mailer, the original IP address and even the Spam&lt;br&gt;scoring. So, there is a big probability this e-mail will be delivered&lt;br&gt;usefully to the victim, bypassing anti-spam filters.  Even the&lt;br&gt;most experienced IT people can be tricked into believing that the&lt;br&gt;message came from IG. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;During analysis of the code, I discovered another interesting bit of&lt;br&gt;information related to the shell. The server was hacked by a famous&lt;br&gt;defacer from Brazil (name withheld during this investigation) who is&lt;br&gt;quiet active and notorious around the world.   On&lt;br&gt;September 7th alone,  he/she defaced 42 different domains. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;In the past, we&amp;#8217;ve seen Web defacers act with only with&lt;br&gt;political motivation. That has now changed. The Web defacers are being&lt;br&gt;used by the online money gangs as a part of outsourced services. &lt;br&gt;&lt;br&gt;&lt;/body&gt;&lt;br&gt;&lt;/html&gt;
		</description>
<link>http://www.securelist.com/en/blog/2280/A_Web_Defacer_Turns_to_Spam_Fraud
		</link>
</item>

<item>
<title>
		Twitter XSS in the wild
	</title>
<description>&lt;p&gt;A new Twitter XSS exploit was identified  in the wild as it started to be used by cybercriminals overnight.&lt;/p&gt;&lt;p&gt;&lt;p&gt;The malicious JavaScript payload that's being distributed is rather simple. It uses an XSS (Cross-Site Scripting) vulnerability to steal the cookie of the Twitter user, which is transferred to two specific servers. Essentially, any account which clicked on the malicious links is compromised.&lt;/p&gt;&lt;p&gt;&lt;p&gt;But how many people clicked the link? The bit.ly statistics for one of the malicious links are more than worrying, showing an alarming number: more than 100.000. &lt;/p&gt;&lt;p&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2279.png&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;All clues point to Brazil as the originating country for this attack. First, the 2 domain names used to get the stolen cookies are registered under Brazilian names. More than that, one of them is actually also hosted in Brazil. Last, but not least, just take a look at the tweet used in distributing this malicious payload: &lt;/p&gt;&lt;p&gt;&lt;p class=c&gt;&lt;img src=&quot;images/pictures/klblog/2278.png&quot; border=&quot;1&quot; alt=&quot;&quot; title=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;i&gt;Pe Lanza da banda Restart sofre acidente tragico&lt;/i&gt; - it's a short tweet in Portugese about the Brazilian pop band Restart suffering a &quot;tragic accident&quot;. I'd say there's not much doubt about the origins of this attack.&lt;/p&gt;&lt;p&gt;&lt;p&gt;We've added detection for the malicious scripts as &lt;strong&gt;Exploit.JS.Twetti.a&lt;/strong&gt; and also made sure the URLs used in this attack are blacklisted. We are currently working on taking down the malicious URLs and minimizing the damage as much as possible. Twitter along with other significant industry peers have of course been notified.&lt;/p&gt;&lt;br&gt;&lt;p&gt;UPDATE: Twitter has confirmed the vulnerability is fixed now.&lt;/p&gt;
		</description>
<link>http://www.securelist.com/en/blog/2276/Twitter_XSS_in_the_wild
		</link>
</item>

<item>
<title>
		The Winlock numbers, the Winlock laws
	</title>
<description>&lt;p&gt;While Eugene&amp;#8217;s &lt;a href=&quot;http://www.securelist.com/en/blog/299/The_Winlock_case_I_m_taking_bets&quot;&gt;busy&lt;/a&gt; taking bets (wonder how much he&amp;#8217;s going to make?), I&amp;#8217;ve been having a think about the Winlock case.&lt;/p&gt;&lt;p&gt;&lt;p&gt;Russian law enforcement is estimating that the bad guys could have raked in as much as $1 billion. While it&amp;#8217;s difficult to be certain about the exact amounts involved (obviously they spread their money across a lot of different accounts to avoid attracting attention), a little bit of simple math makes me think this figure isn&amp;#8217;t as crazy as it might sound.&lt;/p&gt;&lt;br&gt;&lt;p&gt;Our statistical analysis tells us there could be around a million people who&amp;#8217;ve been infected. 10 cybercriminals, each getting a cut of a ransom between $10 and $30 - even though they were paying out $3 per infection to the people willing to spread this malware, the numbers add up pretty quickly. &lt;/p&gt;
		</description>
<link>http://www.securelist.com/en/blog/300/The_Winlock_numbers_the_Winlock_laws
		</link>
</item>

<item>
<title>
		Understanding Current Trends in the Fake Anti-Virus/Scareware Ecosystem
	</title>
<description>The cyber-criminal groups behind fake anti-virus (scareware/rogueware) infections have run into some significant roadblocks over the last few years, but there is much more to the overall story.&lt;br&gt;&lt;br&gt;&lt;br&gt;Some groups have been arrested. Some have had their operations and entire call support centers &lt;br&gt;&lt;a title=&quot;Large Fbi Scareware Ring Bust&quot;  href=&quot;http://chicago.fbi.gov/dojpressrel/pressrel10/cg052710.htm&quot; target=&quot;_blank&quot;&gt;shut down&lt;/a&gt;. &lt;br&gt;&lt;br&gt;Some groups attracted too much attention, picked off  &lt;br&gt;&lt;a title=&quot;Conficker/Kido Downloads SpywareProtect2009&quot;  href=&quot;http://www.securelist.com/en/blog/208187654/The_neverending_story&quot; target=&quot;_blank&quot;&gt;the low hanging fruit&lt;/a&gt; and eventually walked away from their botnets. &lt;br&gt;&lt;br&gt;In some cases, the groups just &lt;a title=&quot;MonaRonaDona Unigray FakeAV Scam&quot;  href=&quot;http://www.securelist.com/en/blog/208187485/MonaRonaDona_malware&quot; target=&quot;_blank&quot;&gt;weren't very skilled &lt;/a&gt;&lt;br&gt;at developing anti-anti-malware techniques, blackhat SEO, and malware distribution. They couldn't keep up with the changes in anti-malware technologies, &lt;a title=&quot;MonaRonaDona Unigray FakeAV Scam&quot;  href=&quot;http://www.prevx.com/blog/82/MonaRonaDona--We-might-be-in-the-AV-industry-but-at-least-we-arent-STUPID.html&quot; target=&quot;_blank&quot;&gt;&lt;br&gt;weren't exactly dedicated &lt;/a&gt;to the effort, and simply fell off the map.&lt;br&gt;&lt;br&gt;&lt;br&gt;However, some of the remaining scareware distribution gangs upped the ante and are aggressively developing difficult-to-detect polymorphic installers and difficult-to-remove support components. And the newest of these malware components include some of the first ITW 64-bit malware components to be taken seriously. But, for the most part, the scareware program itself remains the same. The development continues to change and progress, all for the purpose of evading anti-malware solutions and helping coerce the end-user to pay for the fake product, including support/rootkit components like &lt;a title=&quot;Exhaustive TDSS Securelist Analysis&quot;  href=&quot;http://www.securelist.com/en/analysis/204792131/TDSS&quot; target=&quot;_blank&quot;&gt;TDSS&lt;/a&gt; (and its extreme complexities) or the more recent Black Internet (also known as &quot;Trojan-Clicker.Win32.Cycler&quot;) support/rootkit components. These complex Mbr infectors and other rootkit components meant to maintain money-making scareware on the system are signs of this somewhat extreme development effort.&lt;br&gt;&lt;br&gt;
		</description>
<link>http://www.securelist.com/en/blog/2275/Understanding_Current_Trends_in_the_Fake_Anti_Virus_Scareware_Ecosystem
		</link>
</item>
    <item>
      <title>visit feedkiller and make your *own* rss merged feed.</title>
      <description>feedkiller.com is a free tool that allows you to merge rss feeds into your own rss mix made up of your favorite feeds.</description>
      <link>http://www.feedkiller.com</link>
    </item>
  </channel>
</rss>