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

<channel>
	<title>Secfence Lab</title>
	<atom:link href="http://blog.secfence.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.secfence.com</link>
	<description>Infosec News, Exploit Analysis, Malware Analysis, Web Threats,</description>
	<lastBuildDate>Thu, 29 Aug 2013 08:50:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
		<item>
		<title>vBulletin Exploit in the wild</title>
		<link>http://blog.secfence.com/2013/08/vbulletin-exploit-in-the-wild/</link>
		<comments>http://blog.secfence.com/2013/08/vbulletin-exploit-in-the-wild/#comments</comments>
		<pubDate>Thu, 29 Aug 2013 08:49:22 +0000</pubDate>
		<dc:creator>Prashant Uniyal</dc:creator>
				<category><![CDATA[Exploitation]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web application penetration testing]]></category>
		<category><![CDATA[Web application security]]></category>
		<category><![CDATA[Web threats]]></category>
		<category><![CDATA[Zero Day attacks]]></category>

		<guid isPermaLink="false">http://blog.secfence.com/?p=60</guid>
		<description><![CDATA[VBulletin is a popular CMS for online forum and communities. It has got a good popularity amongst the online communities and forum organizers. Previously, many exploits and CVEs have been released for it. Since its a web application, its on a constant targets of cyber crooks. Two days back, the vBulletin team posted on their [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.secfence.com/wp-content/uploads/vb.png"><img class="aligncenter size-full wp-image-61" alt="vb" src="http://blog.secfence.com/wp-content/uploads/vb.png" width="900" height="248" /></a></p>
<p>VBulletin is a popular CMS for online forum and communities. It has got a good popularity amongst the online communities and forum organizers. Previously, many exploits and CVEs have been released for it. Since its a web application, its on a constant targets of cyber crooks. Two days back, the vBulletin team posted on their announcements forum about a possible exploit in versions 4.1+ and 5+ of vBulletin. They didn&#8217;t provided further details, thus couldn&#8217;t put up a firm PoC or the attack vector behind the exploit. The message from the <a href="http://www.vbulletin.com/forum/forum/vbulletin-announcements/vbulletin-announcements_aa/3991423-potential-vbulletin-exploit-vbulletin-4-1-vbulletin-5" target="_blank">post</a> read:</p>
<p><em>&#8220;A potential exploit vector has been found in the vBulletin 4.1+ and 5+ installation directories. Our developers are investigating this issue at this time. If deemed necessary we will release the necessary patches. In order to prevent this issue on your vBulletin sites, it is recommended that you delete the install directory for your installation. The directories that should be deleted are:</em></p>
<p><em>4.X – /install/</em><br />
<em> 5.X – /core/install</em></p>
<p><em>After deleting these directories your sites can not be affected by the issues that we’re currently investigating.</em></p>
<p><em>vBulletin 3.X and pre-4.1 would not be affected by these issues. However if you want the best security precautions, you can delete your install directory as well.&#8221;</em></p>
<p>For preliminary view, it seems to some an issue related to installation directly. However version 3.X and pre-4.1 are safe, but are advised to delete their installation directory as well. Once the developers come up with patch, the reason behind the attack may be revealed. Concerned about security of your web assets, try our <a href="http://www.secfence.com/web-application-penetration-testing-service" target="_blank">Web Application Penetration Testing Service</a> today.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.secfence.com/2013/08/vbulletin-exploit-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>With love, from Blackhat!</title>
		<link>http://blog.secfence.com/2013/08/with-love-from-blackhat/</link>
		<comments>http://blog.secfence.com/2013/08/with-love-from-blackhat/#comments</comments>
		<pubDate>Fri, 23 Aug 2013 08:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploitation]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security conferences]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/secfence%20lab/?p=41</guid>
		<description><![CDATA[The Black Hat, the god of security conferences missing few years to complete a decade, took place in Las Vegas this year from July 27 to August 1. The conference as usual had some fireworks in the form of researchs and talks. The one that spread like forest fire was breaking down SSL. Security researchers [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The Black Hat, the god of security conferences missing few years to complete a decade, took place in Las Vegas this year from July 27 to August 1. The conference as usual had some fireworks in the form of researchs and talks. The one that spread like forest fire was breaking down SSL. Security researchers were able to crack HTTPS encrypted web in 30 seconds. The hacking technique named as BREACH can extract login tokens, session ID numbers and other sensitive information from SSL/TLS encrypted web traffic. According to security researchers,BREACH attacks the common Deflate data compression algorithm used to save bandwidth in web communications. The exploit is a development of the earlier Compression Ratio Info-leak Made Easy (CRIME) exploit, which also involved turning compression of encrypted web requests against users. All versions of TLS/SSL are at risk from this technique as told by the trio of security researchers Angelo Prado, Neal Harris and Yoel Gluck.The attacker just has to continually eavesdrop on the encrypted traffic between a victim and a web server before tricking marks into visiting a website under the miscreant&#8217;s control.The attacker&#8217;s booby-trapped website hosts a script that runs the second phase of the attack: this forces the victim&#8217;s browser to visit the targeted website thousands of times, over and over, each time appending a different combination of extra data. When the attacker-controlled bytes match any bytes originally encrypted in the stream, the browser&#8217;s compression kicks in and reduces the size of the transmission, a subtle change the eavesdropper can detect.<br />
Another firework made web browsers universally vulnerable. Paul Stone,a security researcher has developed a new technique that uses a combination of JavaScript-based timing attacks and other tactics to read any information he wants from a targeted user’s browser and sites the victim is logged into. The attack works on all of the major browsers and researchers say there’s no simple fix to prevent it.The technique uses some known problems with browsers and JavaScript. Using the technique, an attacker can get access to a victim’s browsing history, Stone said. He found that using Scalable Vector Graphics filters on certain parts of a given Web page allowed him to see exactly what a user was looking at in a browser window. Stone discovered that by applying one specific filter, he could tell which pixels are white and which are black. Using JavaScript, he found that he can apply this technique to every pixel in a given iframe and reconstruct what’s in the iframe. Using JavaScript code he also can force the browser to show the source code of the page that the user is on, using the view-source method. Depending upon the page that the user is visiting, that code could include a user ID or other sensitive data. In a demo of the technique, Stone showed the source of a target Google+ page that included a phone number, Google ID and other information. Though Firefox has released a patch to fir this, Chrome is still vulnerable.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.secfence.com/2013/08/with-love-from-blackhat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performing Android malware analysis</title>
		<link>http://blog.secfence.com/2013/08/performing-android-malware-analysis/</link>
		<comments>http://blog.secfence.com/2013/08/performing-android-malware-analysis/#comments</comments>
		<pubDate>Thu, 22 Aug 2013 15:20:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Malware analysis]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/secfence%20lab/?p=13</guid>
		<description><![CDATA[In the past few years, malware and Trojans have moved with a rapid pace when it comes to mobile portability. Many famous Trojans and malwares have been detected and analyzed in the past. Android being the latest and a popular mobile platform has become all time famous target of cyber crooks and malware authors. Android [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In the past few years, malware and Trojans have moved with a rapid pace when it comes to mobile portability. Many famous Trojans and malwares have been detected and analyzed in the past. Android being the latest and a popular mobile platform has become all time famous target of cyber crooks and malware authors. Android application package file or APK is the file format used to distribute and install application software and middle-ware into Android operating system.To make an APK file, a program for Android is first compiled, and then all of its parts are packaged into one file. This holds all of that program’s code such as (.dex files), resources, assets, certificates, and manifest file.These files have .apk extension, but they are just ZIP files. They can be extracted using win-rar or win-zip.</p>
<p>Today we will look into analysis of malicious Android application. As usual in a malware analysis, the analysis is basically of two types: Static Analysis and Dynamic Analysis. Many free tools are available over the internet for malware analysis. Let me tell you a few that would help you in the analysis of malicious Android application.</p>
<p><b>Static Analysis</b>:<br />
<i><span style="text-decoration: underline;">Mobile Sandbox</span></i>: It provides static analysis of malware images with an easy accessible web interface for submission.</p>
<p><i><span style="text-decoration: underline;">IDA pro</span></i>: It is a well known and most common among reverse engineers disassembler and debugger. It is supporting Android bytecode from the professional versions 6.1 and above.</p>
<p><i><span style="text-decoration: underline;">APKInspector</span></i>: APKinspector is a powerful GUI tool for analysts to analyze the Android applications.</p>
<p><i><span style="text-decoration: underline;">Dex2jar</span></i>: It is a tool for converting Android’s .dex format to Java’s .class format</p>
<p><i><span style="text-decoration: underline;">JD-GUI</span></i>: JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.</p>
<p><i><span style="text-decoration: underline;">Androguard</span></i>: An Android reverse engineering toolkit</p>
<p><i><span style="text-decoration: underline;">Dexdump</span></i>: It is a Java .dex file format decompiler</p>
<p>&nbsp;</p>
<p><b>Dynamic Analysis:</b><br />
<i><span style="text-decoration: underline;">Droidbox:</span></i> An Android Application Sandbox for Dynamic Analysis,the sandbox will utilize static pre-check, dynamic taint analysis and API monitoring. Data leaks can be detected by tainting sensitive data and placing taint sinks throughout the API. Additionally, by logging relevant API function parameters and return values, a potential malware can be discovered and reported for further analysis.</p>
<p><i><span style="text-decoration: underline;">The Android SDK</span></i>: A software development kit that enables developers to create applications for the Android platform. The Android SDK includes sample projects with source code, development tools, an emulator, and required libraries to build Android applications. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.Using the Android SDK we can create a virtual android device almost identical in functionality and capabilities of an android telephone and using that virtual device as secure environment we can execute the malware and observe the behavior of it.</p>
<p>Let us quickly perform a static analysis of an Android malware. Contagion has always been the top choice when it comes to grab some malware sample. <a href="http://contagiominidump.blogspot.in/" target="_blank">Contagion Mini</a> is the new place where you can get mobile malware samples. We have <b>iMatch</b>, a malicious Android application. A malicious Android application, we will try to look into the internals of the file and try to detect the malicious code. The very first step would be to extract the iMatch.apk file. It can be done easily using win-rar or win-zip.</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p1.jpg"><img class="aligncenter size-full wp-image-14" alt="p1" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p1.jpg" width="830" height="136" /></a></p>
<p>&nbsp;</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p2.jpg"><img class="aligncenter size-full wp-image-15" alt="p2" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p2.jpg" width="592" height="71" /></a></p>
<p>&nbsp;</p>
<p>Now to get a better overview of the source code, we will convert .dex file into .jar file. We will use dex2jar tool kit that will perform the function.</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p3.jpg"><img class="aligncenter size-full wp-image-16" alt="p3" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p3.jpg" width="829" height="473" /></a></p>
<p>&nbsp;</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p5.jpg"><img class="aligncenter size-full wp-image-17" alt="p5" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p5.jpg" width="1280" height="988" /></a></p>
<p>&nbsp;</p>
<p>JD-GUI will help us view the readable format of the class file.</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p7.jpg"><img class="aligncenter size-full wp-image-18" alt="p7" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p7.jpg" width="1055" height="815" /></a></p>
<p>&nbsp;</p>
<p>Thereafter, we can perform thorough analysis of the file and check for the malicious codes and the unwanted things.</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p8.jpg"><img class="aligncenter size-full wp-image-19" alt="p8" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p8.jpg" width="1079" height="834" /></a></p>
<p>&nbsp;</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p9.jpg"><img class="aligncenter size-full wp-image-20" alt="p9" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p9.jpg" width="1037" height="801" /></a></p>
<p>&nbsp;</p>
<p>While going through the classes IMatch and MJReciver, we noticed few unwanted numbers. On reading the code, we analyzed a function was made to send SMS to some numbers. Usually, Android applications access contacts, network extra as a part of application features.</p>
<p><a href="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p10.jpg"><img class="aligncenter size-full wp-image-21" alt="p10" src="http://localhost/secfence%20lab/wp-content/uploads/2013/08/p10.jpg" width="1028" height="799" /></a></p>
<p>Doing a quick search on Google resulted that those number where premium rate SMS numbers. This means that this malicious application sends premium SMS from the users mobile, thus making cyber crooks cheat people and earn money. The chain is simple:<i> Malicious application downloaded —&gt; Installed on the phone —&gt; Once application runs, it sends premium rate SMS.</i> So this was a quick malware analysis that can be practiced to perform and analyze malicious Android application.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.secfence.com/2013/08/performing-android-malware-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
