SecurityBrief New Zealand - Technology news for CISOs & cybersecurity decision-makers
Story image
New cyber threat using SEO to target websites
Tue, 19th Jan 2016
FYI, this story is more than a year old

There's a new threat on the loose targeting websites, where a sophisticated SEO campaign used SQL injections. Affected websites will distribute hidden HTML links the confuse search engine bots and erroneously impact page rankings.

The threat was discovered by Akamai Technologies Threat Research Division.

Over the course of a two week period in Q3 2015, Threat Research analysed data gathered from the Akamai Intelligent Platform and observed attacks on more than 3800 websites and 348 unique IP addresses participating in the various campaigns, revealing the following key findings:

  • Evidence of mass defacement – when searching the Internet for the HTML links that were used as part of this campaign, Threat Research identified hundreds of web applications containing these malicious links.
  • Attacks manipulated search engine results – when searching for a combination of common words such as “cheat” and “story”, it was apparent that the “cheating stories” application appeared on the first page of the leading search engines.
  • Analytics showcased impact of attacks– Threat Research looked at Alexa analytics and the ranking of the “cheating stories” application dramatically increased during the three month span.

Search engines use specific algorithms to determine page rankings and indexing for sites on the web, and the number and reputation of links that redirect to the web application influence these rankings, Akamai Technologies explains.

According to the company, the SEO attackers created a chain of external links that direct to stories of cheating and infidelity on the web to mimic normal web content and impact search engine algorithms.

“The ability to manipulate page rankings is an enticing proposition and business for attackers,” says Stuart Scholly, senior vice president and general manager, Security Business Unit, Akamai.

“If successful, attacks can impact revenue and, most importantly, the reputation of many organisations and companies using the internet,” he says.

Mitigation

Scholly says attacks in the campaign have demonstrated a unique understanding of search engine operations, and accordingly, Threat Research recommends the following defence techniques:

For Web Application Developers

  • Ensure that you have implemented proper input validation checks for all user-supplied data that will be used within a back-end database query.
  • Only use prepared statements with parameterised queries when constructing SQL queries based on user-supplied data.

For Web Application Defenders

  • Deploy a Web Application Firewall (WAF) that is configured in a blocking mode for SQL Injection attacks.
  • Consider profiling and monitoring the HTML response body format to help identify if there are significant changes such as an increase in the number of web links.