Computer >> कंप्यूटर >  >> नेटवर्किंग >> नेटवर्क सुरक्षा

[FIXED] WordPress में WP-VCD मालवेयर कैसे निकालें

WP-VCD मैलवेयर, जिसका नाम wp-vcd.php फ़ाइल के नाम पर रखा गया है, वर्डप्रेस स्पेस में काफी तबाही मचा रहा है। एक साल से अधिक समय पहले हमारी सुरक्षा खतरे की खुफिया टीम द्वारा इसकी पहली पहचान के बाद से, यह मैलवेयर विकसित हुआ है और अधिक परिष्कृत हो गया है। यहां इस कुख्यात मैलवेयर के विकास और आपकी वेबसाइट पर wp-vcd मैलवेयर संक्रमण को ठीक करने और रोकने के तरीके के बारे में हमारा शोध है।

WP-VCD मालवेयर के लक्षण:

  1. WordPress में जोड़े गए नए व्यवस्थापक उपयोगकर्ता: हमने देखा है कि हैकर्स खुद को वर्डप्रेस में व्यवस्थापक विशेषाधिकारों के साथ एक उपयोगकर्ता के रूप में जोड़ते हैं।

  2. उच्च संसाधन खपत: WP-VCD मैलवेयर आपके सर्वर संसाधनों का उपभोग करने के लिए जाना जाता है। हमने होस्टिंग कंपनियों को 'उच्च संसाधन उपयोग' का कारण बताते हुए खातों को निलंबित करते हुए भी देखा है।

  3. वेबसाइट का लोड समय धीमा: अक्सर इस मैलवेयर से संक्रमित वेबसाइटों का लोड समय प्रतिकूल रूप से प्रभावित होता है। कुछ मामलों में, हमने ऐसी वेबसाइटें देखी हैं जिन्हें लोड होने में आमतौर पर 2-3 सेकंड का समय लगता है और लोड होने में 30 सेकंड से अधिक समय लगता है!

  4. अज्ञात Javascript कोड: हमने देखा है कि कुछ महत्वपूर्ण WP फ़ाइलों जैसे functions.php, index.php, या लगभग सभी कोर WP फ़ाइलों में अज्ञात जावास्क्रिप्ट कोड जोड़ा गया है। दूसरा आमतौर पर ठीक करने के लिए एक बुरा सपना होता है, जिससे अक्सर वेबसाइट को दुर्भावनापूर्ण डोमेन पर भी पुनर्निर्देशित किया जाता है।

  5. मुख्य फ़ोल्डर में दुर्भावनापूर्ण PHP कोड: वर्डप्रेस के भीतर विभिन्न स्थानों पर 'WP-VCD' कोड जोड़ा जाता है। यह वह जगह है जहां से मैलवेयर का नाम आता है। इसके नाम से, कोई यह मान सकता है कि फ़ाइल वर्डप्रेस का एक हिस्सा है, लेकिन कोड-विश्लेषण से पता चलता है कि यह मैलवेयर है।

    यहाँ एक WP-VCD मैलवेयर का एक उदाहरण है जो wp-include डायरेक्टरी में छिपा हुआ है, जिसे Astra Security के मैलवेयर स्कैनर द्वारा फ़्लैग किया गया है।


    [FIXED] WordPress में WP-VCD मालवेयर कैसे निकालें

WP-VCD वायरस संक्रमण के प्रमुख कारण:

एक बार संक्रमित हो जाने पर, संक्रमण को दूर करना और सुनिश्चित करना कि आपका वर्डप्रेस जलरोधक है, आगे बढ़ना आवश्यक है। साथ ही यह जानना भी उतना ही जरूरी है कि पहली बार में संक्रमण का स्रोत क्या हो सकता है। हमने जिन कुछ प्रवेश बिंदुओं की पहचान की है उनमें शामिल हैं:

  • पायरेटेड और शून्य थीम: WP-VCD मैलवेयर एक पेड थीम/प्लगइन के पायरेटेड संस्करणों के साथ पहले से इंस्टॉल आता है। इन शून्य (पायरेटेड) थीम और प्लगइन्स में दुर्भावनापूर्ण स्क्रिप्ट होती हैं जो आपके द्वारा इंस्टॉल किए जाने पर परिनियोजित हो जाती हैं।

    After setting its foot on your website through a nulled theme, it goes on to infect every other theme on your site. In the case of a shared server, this malware then propagates to infect each unprotected site hosted on that server. That’s why we often see this malware infects all the websites on the same server when they aren’t containerized.

  • Un-updated plugins &themes: This is one of the top causes of almost all WordPress infections. However, updating all the themes/plugins after the infection has happened doesn’t mean the infection would go away. Cleaning the infection is still required and so is ensuring proactive security, more on it below.

  • No proactive security on the website: Truth be told, hackers have evolved their techniques over the years. They gain thousands of dollars from such hacks, which means that they can spend hundreds of dollars automating these hacks to infect thousands/millions of websites at once.

    To protect against such evolved WordPress hack techniques, a small investment in a security tool goes a long long way. Saves you headaches at times like these and prevention of SEO/marketing/sales loss from the downtime is another added benefit.

How exactly does the WP-VCD malware work?

[some technical (yet super important) jargon ahead]

It’s really important to understand what exactly does WP-vcd does and how it’s able to slow your website eating up all your precious server resources.

When malicious code is inserted in your website, it usually sits in core files like functions.php/index.php. Now, this malicious code makes a call to files within your website. When your website is opened from the browser, it tries to reach the files to which malware is making the call. And these files may or may not exist on your website causing the functions.php to get executed again. Essentially bringing the website loading process to a big loop. This, in the security language, is called a ‘forkbomb’.

[FIXED] WordPress में WP-VCD मालवेयर कैसे निकालें

Step 1:Deploys malicious scripts

In the functions.php file within your theme, you would see some code similar to this:

<?php if (file_exists(dirname(__FILE__) . '/<b>class.theme-modules.php</b>')) <b>include_once</b>(dirname(__FILE__) . '/<b>class.theme-modules.php</b>'); ?>

This code checks if there are deployer scripts available and subsequently executes them. As you can see in the code above, the file that’s been called is the class.theme-modules.php फ़ाइल। Now, depending on where the infection emanates from (i.e. theme or plugin), the malicious script will be in file class.theme-modules.php or class.plugin-modules.php respectively.

Step 2:Creates backdoor

<?php
 
//install_code1
error_reporting(0);
ini_set('display_errors', 0);
DEFINE('MAX_LEVEL', 2); 
DEFINE('MAX_ITERATION', 50); 
DEFINE('P', $_SERVER['DOCUMENT_ROOT']);

$GLOBALS['<b>WP_CD_CODE</b>'] = 'PD9waHANCmVycm9y...(base64-encoded string of PHP code)
...

This code creates a new admin user with a name similar to 100010010 . The objective of this backdoor admin account is to make sure that the hacker is able to access the website even if you delete the malicious code basically, so that the attackers could attack your website at a later point in time.

Step 3:Gets instructions from hackers

Sometimes hackers inject URLs of their C2 servers. These URLs are later called to deploy action across the infected sites in one go. Domains such as www.krilns[.]com/code.php ​, ​krilns[.]pw ​, ​krilns[.]top , etc have been found executing this in many WP-VCD infected sites.

Step 4:Infects other files and sites

The next thing that the WP-VCD malware does is to expand itself. It deploys the malicious script in every theme and plugin on your site. Next, it goes on to find vulnerable sites on the same server and infects them too.

This propagation starts with the deployment of a script located at wp-includes/wp-vcd.php​ . It’s followed by modifications in the core wp-includes/post.php​ which at last execute the code in ​wp-vcd.php​ on every page.

How to fix &remove the WP-VCD WordPress malware?

  1. Finding &removing malicious code: There are a few places where probability of finding the malicious code is high. Though, hackers often try to improve their ways to hide the malware more creatively still these files/folders on your server are worth starting the hunt from:

    • wp-includes/wp-vcd.php
    • wp-includes/wp-tmp.php
    • wp-content/themes/*/functions.php (all themes installed on the server whether active or not)
    • class.wp.php
    • code1.php
    • class.theme-modules.php (inside the theme folder)

  2. Searching malicious string patterns :Searching for string patterns that are found in infected malware files helps you in narrowing down the search. A few of them mentioned below:

    • tmpcontentx
    • function wp_temp_setupx
    • wp-tmp.php
    • derna.top/code.php
    • stripos($tmpcontent, $wp_auth_key)

  3. Analyze functions.php: This file is one of the top infected files by hackers. Reviewing the code in functions.php can reveal the controlling code of wp-vcd malware.

  4. Run a diff check to ensure code authenticity: Run a diff check of the file contents on your server with corresponding files in the WordPress core GitHub repository or theme/plugin directory. You can use either of the approaches (or both) using SSH or using your IDE.

    [FIXED] WordPress में WP-VCD मालवेयर कैसे निकालें
    (File difference checking, screenshot from Astra’s malware scanner showing malware added at the top of index.php file)

  5. Run a malware scan: In such malware infection situations, a malware scanner can save you hours of hunting for malware (which still doesn’t guarantee success). Malware scanner not only scans each and every file of the server but ensures every difference in core files of your WordPress is pointed out.
[FIXED] WordPress में WP-VCD मालवेयर कैसे निकालें

The WP VCD malware gets a foothold in your site by leveraging loopholes in outdated plugins and themes. In most WP-VCD cases, the web owners infect themselves by installing a free/nulled plugin &themes from unauthorized sources, while in others it occurs as a result of contamination by infected sites.

Related Guide – Comprehensive Guide on WordPress
Tip:Scan WordPress for malicious cod e

One of the biggest lessons to be learnt from such hacks is to ensure your website is secure going forward. Not ending up in a hack situation like this is totally possible using Astra Security Suite that powers security of thousands of websites around the globe, stopping millions of attack and malware every day!


  1. WordPress Theme Hack क्या है और इसे कैसे निकालें

    आप कितनी बार अपना वर्डप्रेस थीम बदलते हैं? क्या आपने कभी कोई शब्द देखा है जैसे वर्डप्रेस थीम हैक ? क्या आपको लगता है कि वर्डप्रेस थीम का इस्तेमाल आपकी वर्डप्रेस वेबसाइट पर सुरक्षा भंग करने के लिए किया जा सकता है? इस लेख में, हम वर्डप्रेss थीम हैक के बारे में इन सभी सवालों के जवाब देने की कोशिश करें

  1. WordPress Javascript मालवेयर रिमूवल कैसे करें

    इससे पहले कि हम वर्डप्रेस JavaScript मालवेयर रिमूवल से शुरू करें तकनीकों, आइए पहले हम जावास्क्रिप्ट और वर्डप्रेस वेबसाइट में इसकी भूमिका का अवलोकन करें। क्या आप जानते हैं कि वेब तकनीक के रूप में जावास्क्रिप्ट का उपयोग वर्ल्ड वाइड वेब पर सभी वेबसाइटों के 94.5% द्वारा किया जाता है? वेब पेज में सभी अ

  1. डिसॉर्ड मालवेयर क्या है और इसे कैसे निकालें

    सभी का पसंदीदा वॉयस चैट एप्लिकेशन दुर्भावनापूर्ण सामग्री के एक समस्याग्रस्त सेट के अधीन किया जा रहा है - रिमोट एक्सेस ट्रोजन (आरएटी)। साइबर अपराधी आमतौर पर उन्हें मैलवेयर लिंक के माध्यम से वितरित करते हैं। जब RAT आपके डिवाइस में इंजेक्ट हो जाता है, तो हैकर्स प्रशासनिक अधिकार प्राप्त कर सकते हैं और