Big malware players return during the autumn

Rogue AV market was mostly dead through August and September. Although this might be caused by Chronopay raid, the timing of the raids did not match with the decline. Additionally, we have seen significant shift to different kind of malware: google redirects, new kinds of rootkits, Bitcoin mining software and other kinds of parasites that do not require payment gateway which are easy to shut down.
Well, the nice play is over, and we see at least 3 large fake software families on the rise. The most interesting is Security Sphere 2012. The same guys had distributed biggest amounts of Fake AVs during last year. And that means the summer pause is over.
Interesting to note, that the pause was around 2 months long, quite similar to the one during last year. The timing is off by 2 months (end of May – mid July in 2010, August – September in 2011). Maybe we should call this (un)deserved holidays of malware makers?
Does that mean police got the wrong guy? Not necessarily. A warm place does not stay empty for long, and no single arrest will kill rogue antivirus business. It is a multi-million industry, where bad guys earn much more than good guys. For example, SuperAntiSpyware was bought out for around 8 mil USD only, which is insignificant to profits of Fake Antivirus payment processors.
There are some good news as well. Windows 8 will come with AV pre-installed and some security issues fixed. This should make malware makers life somewhat harder and we will see less aggressive infections. The single fear is that it will reduce overall investment in security software and this would result in poor quality antivirus solutions for everyday user.
At the moment, the best protection is strong Internet Security (or AV+Anti-malware) program and decent internet browsing habits. This will never go out of style.

Which new Kindle would I choose?

So, the new Kindle Fire and several supplemental models are out. I wrote my expectations in the previous post about Kindle. To tell the truth, I got more than expected from Amazon’s announcement and it is much harder to choose now.
First, there is Kindle Fire – a new tablet with Android and Kindle application. It allows movie streaming as well. The biggest PRO’s – color, Android applications and movie streaming. The cons – sunlight readability on Kindle Fire should be poor compared to other Kindle versions. And that is very important if you read books outside your home. Secondly, E-Ink is one of the most power saving display technologies around. Kindle could be used for weeks, and IPADs – for hours only.

Then there are 2 other models : regular Kindle without keyboard present and Kindle Touch with infrared based touch screen. It is obvious that the last model is my total favorite. The reason is following: I love both touch screen and e-ink for my reading device. Button based interface is clumsy for my tastes and I do not use keyboard that much.
Thus my choice is quite obvious. I am planning purchasing Kindle touch when it will be available in Baltic countries (only regular Kindle is), and for media consumption I will use my laptop or maybe Ipad.

Is malware payment gateway shutdown the end of Fake AVs?

Head of ChronoPay

Several botnets were shut down and the CEO of rogue parmacy and fake antivirus credit card processor was  arrested recently. This resulted in the significant drop of malicious software activity in August. Many took time to celebrate and rightfully so. However, I do not think this is the end of Fake AVs or malware in general.
First, some background. The days of malware made by computer nerds for fun are long gone. The most of malware is created for profit, and as long as you see something on your PC, you can safely assume that it is for profiting. Fake AVs are best known and annoying nowadays as they collected payments directly by asking to pay for non-existing full version.  To make you pay, they scare you with non-existing threats for your PC. There were some variations with this, like recent PC Repair malware that scares with hardware errors instead of viruses, but the way they collect payment is the same: They ask for you to pay directly.

These payments cannot be processed easily, as every bank, Visa and Master Card looks for scams. Thus payment gateways are major bottleneck and risk point for malware makers. And taking even single of them down (not the website, but the company itself) hurts each of them significantly. Differently from malware skins and websites, it is more complex and costly task.

So, what will happen once the payment gateway gets down? There are many ways malware makers can still make money, and our experience shows that they do exactly that.

For example, we see a rise of clickjacking attacks, which forces user to click on their affiliated links that might not be harmful per se. The user is redirected from “real” websites or search results to the websites malware makers insert. The owners pay malware makers for traffic or sales.  Some of them are innocent, some just do not care about the source of the traffic. The famous google redirect virus, though there are other implementations as well.

Another possible way to make money for malware makers is distributing legal anti-malware or anti-virus programs instead of fake ones. This is illegal according to affiliate guidelines of all legitimate affiliate networks, but they might hope not to be caught. While there are various opinions which software is more likely to be distributed illegally, I would say this is not important at all. This can happen and will happen with all legitimate malware removal programs.  We have seen such things in the past as well.

Thirdly, one could spice up things with using other, non-security related programs that will require payment. This is already happening with VLC, which “paid version” is distributed by malware makers. There are affiliate programs for various codec packs as well, which are distributed by malware makers.

And lastly, they could return to adware or spyware model of operation, which pays less than others, but has less risks as well.

Thus it is highly obvious that we will not see less infections in the long run. What we see is the result of both some security program makers and PC owners focusing on visible forms of malware and judging amount of infections from that.

Tracking Social behavior on websites: 6 things to implement right now

Keeping and tracking information about social sharing and actions becomes more and more important for anyone that cares about site’s visitors and site itself. However, not all tools allow easy tracking “out of the box”, so there is some work for developer. I assume that google+, share and retweet buttons are already on the site.

1. Add the site to Google Webmaster tools

Obvious, huh? However, this allows tracking of Google+ button clicks easily and produces valuable data about click profile changes. This should be a basic step for each larger website anyways.

2. Fix the Facebook open graph tags.

Facebook’s open graph like buttons do not work properly “out of the box”. There are couple tags required for them to become useful and traceable. You will be able to contact page liker’s from within FB after the fixing the tags for home page. You should not forget to define facebook admins for the site in the web page headers. Then you will be able to add and monitor your webpage in Facebook’s business insights.
This tool will allow easy validation of each page: https://developers.facebook.com/tools/lint/

3. Add social events tracking to Google Analytics

This one is very important if you are using Google analytics. Although GA tracks Google+ clicks out of the box, it does not track other social events. So, you should add some custom JS in the page code to launch specific analytics events on social button actions. The generic code is to launch trackSocial method in Javascript:
_gaq.push(['_trackSocial', network, socialAction, opt_target, opt_pagePath]);
Only the network and action are required and they are passed as custom text. The opt_target parameter is useful when one uses like button for other page than default one. This page offers the best explanation how to implement facebook likes and tweet tracking : http://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html
Note, that this code is for asynchronous tracker. It will require some modifications if you use synchronous tracking, and you should probably switch to asynchronous tracker anyway. Also, you should switch to new Google analytics interface to see the tracking results.

Fix the JS of sharing buttons to track social actions as well

The code above is not universal. It tracks clicks on the default sharing/like buttons only. However, you will not be notified after shares resulting from social sharing plug-ins like AddThis or similar. However, as long as you have access to API or can modify JS, you can track these events as well:

<script type="text/javascript">

var addthis_config = {
data_ga_property: ‘UA-xxxxx-xx’,
data_track_clickback: true,
pubid: “addthis-id”
};

</script>

This configuration is enough to start tracking social Addthis actions in google analytics. Similar approaches might be applicable by other social sharing services.

5. Consider installing Seevolution or other JavaScript heatmap tool

Some services cannot be tracked easily. In such cases there are one option only: track clicks directly. And the best tools for that are javascript heatmap trackers. There are some choices there, though Seevolution ( http://seevolution.com ) is great and allows tracking several sites for free.

6 (bonus). Add google Alerts for tracking your website name and brand names over the web

Not every social interaction originates on your site. You should monitor your mentions on google alerts and some other services as well. This might lead to perfect opportunity to get more exposure and new visitors.

Will these 6 things cover all social interactions about your website? Definitely not. However, implementing these steps will result in much better understanding of what is happening around your site.

Any additional ideas or comments?