Ads 468x60px

freak2code is the blog about latest geek news,software reviews ,trends in technology and more informative stuff......

Thursday, 23 August 2012

How to Display Your Facebook Page’s Feed on Your WordPress Site


How to Display Your Facebook Page’s Feed on Your WordPress Site


How to Display Your Facebook Page's Feed on Your WordPress SiteThere are no shortage of Twitter feed plugins available for WordPress (like this). But the same cannot be said for Facebook, which is rather unusual, given its overwhelming popularity.
Having said that, Twitter is certainly far more suited to feed conversion, what with its character limit and largely text-driven interactions. But that doesn’t mean that we shouldn’t try to integrate a Facebook page feed into a widget, does it? That’s where FBF Facebook Page Feed Widget comes in.

Facebook On Your Blog

This lightweight plugin enables you to place a live feed of any Facebook page onto any widgetized area on your WordPress blog. The setup is extremely simple – just add your chosen page’s ID into the relevant field, and you’re off:
Facebook Page Feed Widget
As you can see, there are some limited customization options – most notably regarding the number of feed items to show, and what information per item is actually shown.
Now because this plugin is so lightweight and features little in terms of customization options, the end result may not be as pretty as you would like:
Facebook Page Feed Widget
The above is a screenshot of the plugin in action in the Twenty Eleven theme. As you can see, it’s a bit of a mess. However, if you know your way around a stylesheet, you should be able to pull something a little more attractive together with a minimum of fuss. Here’s what I managed to get with a bit of CSS:
Facebook Page Feed Widget
That’s a little neater, right? Here’s the code I used:
.facebook_page-avatar {
 display: none;
}
.widget-area ul li {
 list-style-type: none;
}
.fbf_facebook_page_widget li {
 border: 1px solid #dbdbdb;
 margin-bottom: 5px;
 padding: 5px;
 width: 212px;
}
Nothing particularly complicated there. Of course, it would be far better if the plugin came with some customization options, so that you didn’t have to get your hands dirty with CSS. Some useful options would be the removal of the avatar, the ability to impose and adjust character limits, and some basic styling options.
Having said that, if you are looking for a clean and simple plugin that will pull your Facebook feed into your WordPress blog and are capable of manually tweaking the styling to your liking, FBF Facebook Page Feed Widget could be ideal.

New, Improved WordPress Plugin Rating System is Now More Amazon-Like


New, Improved WordPress Plugin Rating System is Now More Amazon-Like

As promised at WordCamp San Francisco a few weeks ago, the WordPress Plugin Directory is seeing improvements to its rating system to make it more “Amazon-like.”
In this first update, you can see that the starred reviews have been parsed out into different levels. You’ll also notice a more exact number for the average (3.9 in the example below).



Only the Beginning

But this is only the beginning. Coming in the future (supposedly) will be the ability to see reviews from users at the different levels (as you can with Amazon reviews). Also coming will be a system that makes it easier for plugin authors to respond to reviews.

Other Improvements to the Plugin Directory

Improvements to the rating system isn’t the only sprucing up that’s being done to the Plugin Directory.
Plugin Support
As WordPress Co-Founder Matt Mullenweg mentioned in his State of the Word 2012 presentation, the highest impact improvement that WordPress made in the last year was to make it easier to create support threads from the plugin pages themselves. In the three months since that change, more forum threads were resolved than in the entire previous year.

For most plugins, support threads for that plugin are integrated directly into the plugin page via a Support tab menu item.
(Note: It seems that clicking “Support” for a few of the more popular plugins still takes you off the plugin page and into to the main wordpress.org forum.)

Favorite a Plugin
Another recent improvement was the ability to favorite plugins (when logged in).
In addition to simply being a nice way to keep track of plugins you like, WordPress developers are talking about extending this function to make your favorite plugins available in the dashboard of your site. This will allow you to install all of your favorite plugins at once — something very handy when creating new sites.

Secure all WordPress logins with HTTPS even if you don’t have your own SSL certificate


Secure all WordPress logins with HTTPS even if you don’t have your own SSL certificate

If you’re unable to install an SSL certificate on your web server or are just too cheap to buy your own ($10+ per year per website), you can still force all WordPress logins to use the secure HTTPS protocol.
Note: If you already have your own SSL certificate installed, all you need to do is use the FORCE_SSL_LOGIN wp-config.php constant. You don’t need this plugin.

How to setup the Https-SSL-free plugin

  1. Install and activate the Https-SSL-free plugin.
  2. Upon plugin activation, it will change your WordPress Site URL setting from http://example.com to https://example_com.1.com.ar and log you out.
  3. Your http://example.com/wp-admin link will now redirect to https://example_com.1.com.ar/wp-admin, but your front-end Site Address URL will remain unchanged as http://example.com.
  4. Type in your website links and you’ll be directed to the HTTPS version when needed.
  5. Upon plugin deactivation, the WordPress Site URL is restored to http://example.com.
The Https-SSL-free plugin's WordPress.org header image

How the Https-SSL-free plugin works

The 1.com.ar domain belongs to an Argentinean web hosting company. The domain has a wildcard SSL certificate (typically a few hundred dollars per year), which is how your redirected URLs are able to use its SSL certificate at no additional cost.

Jetpack 1.7 Adds Custom CSS to the WordPress Dashboard


Jetpack 1.7 Adds Custom CSS to the WordPress Dashboard

Jetpack updates seem to be cruising right along these days. The 1.7 release includes one of the most useful new features to date – the Custom CSS module.
This new addition allows you to override or replace your theme’s CSS in the dashboard. No child theme is required for this custom CSS file, although you will still need a child theme if you want to customize your theme’s template files.
You can configure the module by turning it on in Jetpack and then navigating to Appearance >> Edit CSS.

When you first configure the CSS module you’ll see this very helpful note in the comments:
By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don’t need to copy all your theme’s stylesheet content.
On the custom CSS page you will have the option to add the CSS to your theme’s stylesheet or simple replace it with your own custom CSS:

The Custom CSS Module Features:
  • Colorful Syntax highlighter with auto-indentation
  • immediate feedback on the validity of your CSS
  • Revisions saved, in case you make an error
  • Preview button
  • Link to the original stylesheet
Sounds like it could make your life a bit easier, doesn’t it?
The Custom CSS module isn’t the only thing that’s new in the Jetpack 1.7 update. Other nice fixes include:
  • Jetpack Comments UI improvements: After you submit a comment, the fullpage load on jetpack.wordpress.com has been removed so that everything stays on your site
  • Unofficial sharing buttons now have counts for Twitter, Facebook and LinkedIn
  • Tons of bug fixes which you can find at the Jetpack changelog
The Custom CSS module provides an easy interface for people who like to dabble a bit with the CSS of their themes without having to use FTP or dive into the theme folder. This is a fantastic new addition and you’ll want to update any of your WordPress sites that already use Jetpack so that you can take advantage of everything new.

Facebook for Android updated with faster photo sharing and more


Facebook for Android updated with faster photo sharing and more

Look, a Facebook update. Late last night an update rolled out for Facebook for Android that promises a few enhancements, better feature, and of course speed. Whenever Facebook for Android mentions speeds I’m hesitant but this one is regarding photos. They’ve added a new photo upload process that is faster too.


The Facebook update is available right now over at the Google Play Store, and promises much faster and multiple photo uploading. Not only that but we also have a new “photo flow” user interface that neatly shows all the photos too.

Google Play Music updated with expandable notifications – Magazines updated too


Google Play Music updated with expandable notifications – Magazines updated too


Google’s been pushing out a few updates today improving some of their popular apps. Inside one of the more important apps, Google Play Music, you’ll now have full support for Android 4.1 Jelly Bean expanded notifications. This is an amazing feature and one I’m glad to see arrive for Google Music.


As you can see above, once you clear a few notifications and open up more room Google Play Music neatly expands into a full out notification with complete music controls. This makes it a breeze to quickly toggle to the next track (and now previous) with ease. I love it! We also get bigger HD album artwork in the notification pulldown tray too, so that’s a thing.
That isn’t all either. Google’s updated and brought back full support for Google TV, and fixed multiple issues and bugs that were causing some issues. For those getting the new Vizio Google TV you’ll be able to enjoy your music collection with ease. This is a minor update but the expanded notifications was a biggie on our list.
Lastly Google also updated their Magazines app with better home screen performance and better recognition of available space, because somehow that was an issue. Then the app has seen some performance and bug fixes specifically for the Nexus 7 tablet and Android 4.1 Jelly Bean users. Google Play Magazines should be more stable now too. Next hopefully they’ll add more content so I can get some NFL Magazines to read on my tablet. Get the new apps from their respective links below.
Google Play Music link
Google Play Magazines Link
Screenshot_2012-08-22-21-08-22 Screenshot_2012-08-23-11-06-45 Screenshot_2012-08-23-11-06-53

Google Wallet person to person payments and more could be coming soon


Google Wallet person to person payments and more could be coming soon


Earlier today Google hosted a little Google Wallet Q & A with their head product manager Robin Dua. This quick session was mainly for developers but we learned a few interesting facts about the future of Google Wallet. For one, they mentioned person to person payments could be in our future. More details below.


The live Google Wallet Developer Q & A is over, but you’ll be able to catch it all again on YouTube later today byclicking here. While speaking about the future of Wallet Robin Dua briefly hinted at the fact we could be seeing person to person payments in the future. This could potentially compete directly with Square mobile payments, and even Paypal. They better focus on security and privacy though.
While Google Wallet is still not widely available the services it offers are awesome. Once more carriers and retail stores get on board hopefully the technology and idea behind it can gain more traction. Since Google added full support for all major credit/debit cards earlier this month I’ve probably used it 15 times.
Speaking of carrier support. According to Android Police a viewer asked a question regarding the lack of penetration and why Wallet was only supported on a small number of carriers (and blocked on Verizon.) Dua responded by saying Google was in “active negotiations with a number of carriers,” and that he “hoped to have new partnerships to announce soon.” While that doesn’t mean negotiations are going well, the fact that he hopes to announce new partnerships soon could be a good sign. Currently only one major Network actually officially supports Google Wallet, and my Verizon Galaxy Nexus only works after a bit of hackery.

Amazon press event set for September 6th – Prepare for Fires


Amazon press event set for September 6th – Prepare for Fires

We’re pretty sure many saw this coming, but today Amazon has issued some press invites for an upcoming media event on September 6th in California. The invite doesn’t appear to give away any hints, but the fact that they’re going out to the Android world can only mean one of a few things. Most likely consisting of Fires.


The online retailer giant launched their Kindle Fire Android tablet last year, although we’d hardly call that user interface Android. The tablet was a smashing hit coming in at just $199, but we have a feeling they are about to dive into the world of Android even further.
Amazon will be playing host to the media in Santa Monica, CA, on September 5th early in the afternoon. We really have no honest clue of what to expect, but most likely it will be at least another tablet or two. When the original Fire launched there was talk about two additional sizes, and eventually a Kindle Fire 10-inch tablet too.
We’ve heard chatter that Amazon could be launching an Android-powered smartphone called the Kindle Blaze — so that’s another possibility. Either way we can expect to see either a Kindle Fire refresh, a larger version, and of course some Kindle eReaders. Hopefully they bring some budget friendly yet powerful devices to the market otherwise the Nexus 7 will eat their lunch. It looks like Amazon is gearing up early for the holiday season so stay tuned. We’ll be there live!

Verizon 4G LTE spectrum purchase approved by the FCC

Verizon 4G LTE spectrum purchase approved by the FCC


It’s no secret that Verizon Wireless and their 4G LTE network is the biggest and best around. Covering nearly 75% of the US population already, and available in over 375 markets across the US. They’ve continued to expand and grow their network and today the FCC just issued an approval for them to snatch up even more LTE spectrum. This deal is also good news for T-Mobile.


In case you haven’t been following along with the news. Verizon was looking to purchase additional spectrum from SpectrumCo which is made up of multiple cable companies. Those include Cox Communications, Comcast, Time Warner Cable, and more. All this spectrum is wasted airspace at the moment but Verizon is looking to change all that.

Verizon and the cable companies aren’t the only ones this is good news for either. Verizon has been looking to sell and/or license their spectrum to multiple smaller companies including: Leap Wireless, Savary Island Wireless and T-Mobile. Yup T-Mobile will be using this purchase approval to buy and license some of Verizon’s LTE. This will help them with their slow rollout of 4G LTE in early 2013.
This is a big move for all the parties involved, and that is why the FCC had to stick their nose in and approve the purchase. Verizon will be spending a small sum of around $3.9 billion worth of airwaves, and then recoup some of that with their smaller licensing deals. Hopefully this will quickly turn around into increased 4G LTE options from Verizon.

Verizon Samsung Galaxy Tab 2 7.0 4G LTE hands-on


Verizon Samsung Galaxy Tab 2 7.0 4G LTE hands-on

Earlier this month Verizon announced that they’d be adding another 4G LTE tablet to their ever growing lineup, and today we have it in for a quick peek. Say hello to the recently released Samsung Galaxy Tab 2 7.0 with Verizon 4G LTE. This is Samsung’s latest budget 7-inch tablet complete with Android 4.0 Ice Cream Sandwich, and now Verizon LTE.


Samsung recently refreshed their tablet lineup with the Galaxy Tab 2 series. Consisting of Android 4.0 Ice Cream Sandwich, their Touch Wiz UX, and a few tweaks from previous models. Essentially you’ll be getting the exact same Galaxy Tab 2 7-inch tablet we reviewed a few months ago — only with a different processor. For now take a peek at our hands-on video that should detail it all for you.


Popout


Samsung and Verizon have equipped this 7-inch tablet with a mediocre 1024 x 600 resolution display (no 720o here) Android 4.0.4 Ice Cream Sandwich, Touch Wiz UX, and here’s where things differ. The processor has been changed from a 1.2 GHz OMAP 4 to the popular Qualcomm Snapdraon 1.2 GHz dual-core chip. This is the older S3, and not an S4 mind you. Then you’ll get 1GB of RAM, 8GB of internal storage, and as usual a micro-SD slot for expanded storage up to 32GB. Lastly is that Infra-red blaster to use the tablet as a TV remote.
P1100059 P1100060 P1100062Then obviously there’s one other major difference. That being the inclusion of Verizon 4G LTE which now covers around 75% of the US population and readily available in over 375 US markets nationwide. Other specs include the usual 3.2 megapixel rear camera without flash, and the VGA front for video chatting and those lovely self portraits.
Since we’ve already reviewed this tablet, and are just giving you an early peek at what we have while you wait for a review we’ll toss up a few 4G LTE speedtests to give you an idea of what you’ll potentially be working with. As usual Verizon’s LTE is fast and stable with us averaging around 10-12 Mbps download and 2-5 up.

This Tab 2 7.0 is Samsung Approved for Enterprise with 256-bit AES encryption and support for Microsoft’s Exchange ActiveSync, as well as support for VPNs and MDM solutions. So far our initial impressions are favorable just as they were with the original Tab 2 7-inch tablet. We are really digging the new textured back cover though. It makes it very easy to grip and hold. The Galaxy Tab 2 7-inch might not be the best, fastest, or have the best display but it’s portable and low priced. Verizon is asking $349 for the new 4G LTE tablet and you can easily add it right to that Share Everything plan for an extra $10 a month. Head down to your nearest Verizon store and snatch one up today!
tab-main Screen Shot 2012-08-23 at 3.08.45 PM Screen Shot 2012-08-23 at 3.09.33 PM P1100058 P1100059 P1100060 P1100062 P1100065 P1100063 Screen Shot 2012-08-23 at 3.11.28 PM Screen Shot 2012-08-23 at 3.11.03 PM Screenshot_2012-08-23-13-50-09

Motorola DROID M could hit Verizon for $149 next month


Motorola DROID M could hit Verizon for $149 next month

Verizon and Motorola are possibly preparing to announce not one new device next month, but two. Some new details have turned up showing what we’ve previously been calling the RAZR Mini, now being listed as the Motorola DROID M for Verizon. This mid-range smartphone is still rather impressive though, and could accompany their new DROID RAZR HD.


Now there is a chance the entire September 5th media event hosted by Verizon and Motorola in NYC could be only about this phone, but it’s a rather mediocre device to have a huge event for. Many were predicting the DROID RAZR HD (that we’ve heard so much about) as the headline. Now the chances that Moto announces two smartphones is looking quite possible.
What we know so far about the DROID M (XT907) is that it’s rather close to the RAZR in terms of specs, except it has seen a decent upgrade in the CPU department. Rumors have it detailed as sporting a 4.3-inch qHD 960 x 540 display (not HD) and running on the 1.5 GHz dual-core Qualcomm Snapdragon S4 processor like the Galaxy S III and DROID RAZR HD.
Obviously it will have 4G LTE and the usual Kevlar coating on the rear for protection and splash guard. Not a whole lot else is known about this mysterious handset but we have a feeling Motorola will be sharing all the details come September 5th. If the rumors and leaks are accurate this handset should hit Verizon soon at the entry level price of $149. Stay tuned as we’ll be live in NYC for the actual event.

HTC ‘Proto’ budget smartphone leaks


HTC ‘Proto’ budget smartphone leaks


 
 
What you see below is another smartphone from the folks at HTC. We’ve heard the name HTC Proto before but today are getting our first glance at this upcoming budget smartphone. Since launching their popular One series we haven’t heard much from HTC, but it appears they are getting ready to hopefully dominate the market for the holiday season.


Yup, summer is nearly over and everyone is already focusing on the holiday season. What we’re hearing from the guys at The Verge is that this phone will be HTC’s new bread and butter for the mid-range market. This isn’t a flagship phone, and instead will be set to crash the budget friendly crowd and replace the HTC One V.
Rumor has it the HTC Proto will come with a 4-inch WVGA SLCD 2 display, a quality 5 megapixel camera on the rear — with flash, and be powered by a 1.0 GHz Qualcomm Snapdragon processor although we aren’t sure if that is their new S4 or not. All of that will be wrapped in a 9.62mm ceramic frame like the HTC One S.
So far we aren’t hearing HTC’s new term “One” in the name, so this possibly won’t be a part of their high end offerings. Clearly the Beats Audio branding is shown as on board, but recent rumors suggest HTC will be ditching Beats Audio moving forward. There isn’t a lot else to go off of here, but we’re expecting Android 4.0 Ice Cream Sandwich and most likely Sense UI 4.1 too. Stay tuned for more details and hopefully HTC will show this off at IFA next week in Berlin, Germany,.

rtechinsane
,icodesource,SEO,SEO Tips,SEO Backlinks,SEO content,SEO tricks,SEO Engine,codes,gadgets,iphones,ipad,4G phones,geeks,reviews,database,DBMS,
warehouse,datamining,datawarehouse

virus activity review: the summer lull and a new threat to Mac OS


virus activity review: the summer lull and a new threat to Mac OS


 saw an increased number of system infections by blocker Trojans; at the same time, because one of the largest BackDoor.Blackenergy botnets was brought down, spam traffic declined significantly. At the end of the month, Doctor Web discovered a cross-platform Trojan, dubbed BackDoor.DaVinci.1, targeting both Microsoft Windows and Mac OS X. It should be noted that this malware uses rootkit technologies to hide its processes and files in Mac OS X, which appears to be a unique phenomenon.

Viruses

According to statistics collected with Dr.Web CureIt!, Trojan.Mayachok.1 was the most commonly occurring threat in July. Compared with June, instances of its detection increased by 18.5%. The main purpose of this malicious program is to block access to certain sites in order to force the user to subscribe to a paid service. Apparently, this criminal profit scheme is rather lucrative, because the popularity of this Trojan among distributors of malicious software remains as great as ever.
Trojan.SMSSend programs rank second in terms of number of detections — their percentage in the summary statistics also increased markedly. But, by contrast, the number of Trojan.Carberp detections fell by 36%. Trojan.Hosts programs and malicious downloaders are often found on computers. The below table shows the list of threats most frequently detected by Dr.Web CureIt! on home PCs in July 2012.
#Threat nameThreat typeDetections%%
1Trojan.Mayachok.1Virus698697,52%
2Trojan.SMSSend.2905Virus78080,84%
3Trojan.Fraudster.292Virus60170,65%
4Trojan.Hosts.5940Virus48830,53%
5Trojan.Carberp.30Virus47210,51%
6BackDoor.Butirat.91Virus40480,44%
7Trojan.SMSSend.2363Virus32350,35%
8Win32.HLLW.Gavir.iniVirus31480,34%
9BackDoor.Ddoser.131Virus30760,33%
10BackDoor.Butirat.60Virus28120,30%
While the number of support requests concerning blocked system access declined at the end of June and in early July, the second half of July saw some increase in incidents of Winlock infections. The chart below shows how the number of such requests for technical support received by Doctor Web changed during the past month.
img

Malicious spam

Following the shutdown of one of the largest botnets ever created to send out unsolicited e-mails (BackDoor.Blackenergy), the volume of spam traffic diminished significantly. BackDoor.Andromeda.22 leads among malware detected by Dr.Web software in e-mail attachments. Trojan.Necurs.21 ranks second and Trojan.Oficla.zip ranks third. Downloader Trojans and Trojan.Winlock malware are detected quite often (around 0.7% of all malicious mail traffic). It should be noted that the list of programs detected in the last month remained largely unchanged: the number of identified instances of Trojan BackDoor.Andromeda.22 increased slightly, while the e-mail worm family Win32.HLLM.MyDoom, on the contrary, was scarcer than before. In addition, in July Trojan.AVKill programs that were actively spreading a month ago have virtually disappeared from mail server malware statistics.

Botnets

The number of bots in the largest botnet BackDoor.Flashback.39, which included more than 800,000 computers running Mac OS X in April 2012, continues to steadily decline. Around 200,000 bots operated in the network at the beginning of July, but by month’s end, the total number of infected Macs fell to 148,492. Nevertheless, despite the release of operating system updates, anti-virus software for Mac OS X, and an array of tools to remove BackDoor.Flashback.39 offered by various companies, newly infected Macs are still joining the botnet, though their number at present does not exceed 3-4 computers per day. The graph below shows how the number of BackDoor.Flashback.39 bots changed through July 2012:
img
However, the Win32.Rmnet.12 botnet continued to grow, and in June 2012, the number of infected computers surpassed the three million mark, as we reported in a previously published review. Over the past month the number of Win32.Rmnet.12 bots increased by another 481,779 infected machines, and the total number of compromised hosts reached 3,773,969. We'd like to remind you that Win32.Rmnet.12 is a file infector capable of self-replication. It was designed to make web injections—that is, it can embed code into loaded web pages. In addition, Win32.Rmnet.12 redirects users to phishing sites, steals cookie files, and retrieves passwords stored by popular FTP clients such as Ghisler, WS FTP, CuteFTP, FlashFXP, FileZilla, and Bullet Proof FTP. Also, Win32.Rmnet.12 can perform backdoor functions and execute various commands, including the removal of the OS. The graph showing changes in the number of Win32.Rmnet.12 bots in July 2012 can be found below:
img
A similar situation exists concerning the Win32.Rmnet.16 botnet. It is also growing, though not so rapidly: in the past month the number of computers infected by the virus has increased by about 50,000, reaching 154,818. A graph showing changes in the number of bots is presented below.
img
In general, the growth rate is uneven; from 650 to 2,500 machines connect to the network daily.
Earlier this month, Doctor Web warned users about the growing BackDoor.Dande botnet which targets the activities pharmaceutical companies. This Trojan steals information from client applications used to order pharmaceutical products. Since the Trojan will operate only on computers running electronic medication order software, we can assume that the botnet BackDoor.Dande mostly incorporates computers owned by pharmacies and pharmaceutical companies. At the beginning of July 2012, there were 2,857 infected machines and 2,788 (98.5%) of them are located in Russia; the rest are in other countries.
By the end of July, the number of bots has not changed: currently its growth rate is next to zero.

The threat of the month: BackDoor.DaVinci.1

On July 23 Doctor Web's anti-virus laboratory received a malware sample which turned out to be a multi-purpose backdoor comprising a large number of functional modules such as rootkit drivers used to hide the application in the system.
BackDoor.DaVinci.1 is spread as the AdobeFlashPlayer.jar file, signed using an invalid digital certificate.
img
The file determines the OS type and saves and launches an infected application in the compromised system—currently, Doctor Web's virus analysts have Trojan samples intended for Windows and Mac OS X. It is known that a version targeting mobile platforms also exists.
img
The malware features a modular architecture: the main backdoor component is supplemented with an encrypted configuration file and rootkit drivers. These drivers enable the malicious application to conceal itself. All Trojan versions use the same configuration file containing the modules' settings.
img
BackDoor.DaVinci.1 allows criminals to gain full control over an infected computer. In addition, the Trojan saves and transmits information about the infected machine to criminals, acts as a key logger, and can take screenshots and intercept e-mail, ICQ, Skype messages and data captured by a microphone or video camera connected to a computer. In addition, the backdoor has a large set of tools with which to bypass anti-virus software and firewalls, so it may run unnoticed in a system for a long time. Interestingly, BackDoor.DaVinci.1 for Mac OS X is the first instance of malware for the platform that uses rootkit technologies to hide its files and processes.

Threats to Android

During the month, Doctor Web found a number of new malicious programs for Android. Thus, in early July, Doctor Web's analysts discovered several malicious applications distributed via Google Play. According to available statistics, these programs have been downloaded by users more than 18 thousand times.
Android.MMarketPay.origin became one of the most remarkable malicious species for Android that was added to the virus database in July. Its main objective is to purchase apps in the store run by China Mobile without user consent. The Trojan performs all steps automatically: it intercepts verification codes and confirms purchases. Criminals embedded Android.MMarketPay.origin into programs distributed via Chinese forums and sites distributing applications.
The potentially dangerous application Find and Call (Program.Fidall.origin.1), distributed via Google Play, was also added to the virus database. There is also version of this malicious program for iOS (IPhoneOS.Fidall.1) that users could download from Apple Store.
Find and Call is marketed as an effective tool for communication. When launched, it prompts a user to undergo an authorization procedure and enter their e-mail address. If the owner of the mobile device agrees to do it, Find and Call collects contact information found in the device and uploads it to a remote server. The server uses obtained contact information to send SMS messages encouraging recipients to install the application, whereas the user who installed the program is designated as the sender.
Android.MailSteal.1, designed to steal e-mail addresses found in the contact book of a mobile device, wasdiscovered at the end of the month.
In addition, several signatures for new modifications of Android.Gongfu and Android.SmsSend were added to the virus databases.

Other threats in July

In early July, Doctor Web published a news post about malware for Mac OS X. The BackDoor.Macontrol.2 Trojan operates as a backdoor and can execute commands coming from a remote, criminal-controlled server.
BackDoor.Bebloh.17 joined the ranks of banking Trojans. This application is distributed as an attachment to spam messages including those supposedly sent by DHL. It poses a threat to users of e-banking services (RBS), because it allows attackers to steal confidential information by intercepting data submitted through forms in the browser window and by embedding its code into bank web pages. More information about this threat can be obtained from the material published by Doctor Web.
At the end of the month, a mass spam mailing was registered in the social network Twitter. Messages were written in Russian and included a link which, depending on what browser was involved, could direct a user to a fraudulent site or a resource from which malware for mobile devices can be downloaded.
In addition, the second half of July saw the emergence of the Trojan downloader known as Trojan.Yaryar.1. It has a wide set of tools for identifying debugging and analysis software and, moreover, can access NTFS via its own routine rather than Windows API which is rather uncommon for this type of malware.

Malicious files detected in mail traffic in July

 01.07.2012 00:00 - 31.07.2012 18:00 
1BackDoor.Andromeda.221.52%
2Trojan.Oficla.zip1.35%
3Trojan.Necurs.211.32%
4Win32.HLLW.Siggen.29841.29%
5Win32.HLLW.Siggen.39561.16%
6Trojan.DownLoader6.290481.02%
7Trojan.DownLoader6.287611.02%
8Trojan.DownLoader6.258390.99%
9Exploit.CVE2010-3333.40.96%
10Trojan.Swizzor.177740.92%
11Trojan.DownLoader6.288400.86%
12Trojan.Packed.25030.79%
13Win32.HLLW.Siggen.36160.73%
14Trojan.KillProc.173450.56%
15Win32.HLLM.MyDoom.338080.56%
16Win32.HLLM.MyDoom.544640.56%
17Trojan.Winlock.64260.46%
18SCRIPT.Virus0.40%
19Win32.HLLM.Netsky.353280.36%
20Trojan.Fakealert.327470.36%

Malicious files detected on user computers in July

 01.07.2012 00:00 - 31.07.2012 18:00 
1SCRIPT.Virus0.47%
2Trojan.Fraudster.2920.40%
3Adware.Downware.1790.39%
4Trojan.Mayachok.10.38%
5Trojan.Fraudster.2560.38%
6Trojan.SMSSend.29250.37%
7Tool.Unwanted.JS.SMSFraud.100.34%
8Trojan.Fraudster.2960.33%
9Trojan.Fraudster.2610.32%
10Win32.HLLW.Shadow0.30%
11Tool.Unwanted.JS.SMSFraud.150.30%
12Win32.HLLW.Autoruner.598340.28%
13Adware.Downware.3530.27%
14Trojan.SMSSend.29050.26%
15Tool.InstallToolbar.880.26%
16Adware.Downware.3160.26%
17Adware.Downware.3420.26%
18Adware.Bandoo.10.26%
19Trojan.SMSSend.27260.25%
20Trojan.Fraudster.2520.24%

Recent Posts