Apache Web Server Under Stealth Attack

  /     /     /  
Publicated : 22/11/2024   Category : security


Apache Web Server Under Stealth Attack


Malicious code uses Apaches own filter capabilities to transform the server module into a malware platform.



(click image for larger view)
Slideshow: 10 Massive Security Breaches
Online attackers seem to love to exploit Web servers, because they can add scripts that quickly and automatically add malicious links to static HTML pages via an iFrame tag, or code that attempts to exploit website visitors PCs via drive-by downloads.
But an attack discovered on Friday, dubbed Apmod, pushes this attack technique one step further by not just infecting static Web pages. The attack was unusual in that the Web server itself was the infection target, said Cathal Mullaney, a security response engineer at Symantec, in a
blog post
. When a Web server is infected like this, every user that requests any Web page from that Web server is a potential victim. This is opposed to cases where static Web pages are infected with malicious code--only those specific pages put a user at risk of infection.
This new attack, which has been seen in the wild but doesnt currently appear to be widespread, targets the popular Apache Web Server, which runs on Windows and Linux. According to
Netcraft
, Apache Web Server is now used to host about 204 million websites.
The attack is innovative in that it uses Apaches built-in filter capabilities. A filter, as defined by Apache, is a process that is applied to data that is sent or received by the server, and can be used to add functionality without rewriting the code base. Many websites use this capability to add advertisements to Web pages on the fly, while also tracking that advertising delivery to generate revenue via ad agencies.
We have discovered a malicious module that performs identical steps in order to include links to malicious websites, said Mullaney. All of the actions performed by the rogue module are done using legitimate code provided by the Apache API, specifically for this type of on-the-fly content generation. This is not an exploit or a hack of Apaches code base; the module uses Apaches inherent functionality to infect users and attempts to redirect them to a malicious Web page.
Interestingly, the module doesnt attempt to infect every Web page it serves. In fact, it includes a number of anti-detection capabilities, including watching for signs of administrator access or processes and avoids serving malware to search engines. Furthermore, when it does serve a Web page infected with links to malicious websites, the module then temporarily blacklists the users IP address to avoid delivering multiple, infected Web pages, which might make its activities easier to detect. It then queries a command and control server to provide a new iFrame tag, further hampering detection.
As a result, this is a complex and potentially difficult threat to detect accurately, said Mullaney. As the rogue module contains a number of evasion techniques, it is possible that a system administrator would not notice the infection for some time. A further difficulty in detecting the threat is the on-the-fly nature of the infection. Since no Web pages are infected on the disk, no detections on stored HTML pages are possible.
The good news, however, is that to install this module, an attacker would need administrator-level access. If an attacker has gained the level of control required to install this module on to your Web server, the chances are good that you have much bigger problems to worry about, he said.
Accordingly, expect existing, widespread attack techniques used against websites--such as
SQL injections
, which security experts suspect is how attackers recently compromised more than
100 million user accounts
at Sony--to remain more prevalent.

Last News

▸ ArcSight prepares for future at user conference post HP acquisition. ◂
Discovered: 07/01/2025
Category: security

▸ Samsung Epic 4G: First To Use Media Hub ◂
Discovered: 07/01/2025
Category: security

▸ Many third-party software fails security tests ◂
Discovered: 07/01/2025
Category: security


Cyber Security Categories
Google Dorks Database
Exploits Vulnerability
Exploit Shellcodes

CVE List
Tools/Apps
News/Aarticles

Phishing Database
Deepfake Detection
Trends/Statistics & Live Infos



Tags:
Apache Web Server Under Stealth Attack