Gaming the System How a Chinese-Speaking Actor Turned Brazil... - #2785
Open
carlospolop wants to merge 1 commit into
Open
Gaming the System How a Chinese-Speaking Actor Turned Brazil...#2785carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://research.checkpoint.com/2026/gaming-the-system-how-a-chinese-speaking-actor-turned-brazilian-government-sites-into-an-seo-weapon Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Apache, with cross-references from Linux Hardening > Post-Exploitation and Processes/Systemd for malicious Apache modules, ptrace credential interception, procfs process hiding, and tunneled pivoting". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Campaign overview, access, and impact
Check Point Research documents Gambling Goblin, a Chinese-speaking cybercrime cluster assessed with medium-to-high confidence to be connected to Earth Berberoka. Since mid-2025, the actor has compromised primarily Brazilian government and educational Linux web servers and converted their trusted domains into reverse-proxy and content-injection infrastructure for gambling-related SEO poisoning. Parallel campaigns use Port...
🔧 Technical Details
Trusted-origin reverse proxy: After obtaining root access to an Apache host, an attacker can compile and install a custom module with
apxsand register it at the name-translation stage. Selected URI prefixes can be rewritten to attacker-controlled upstreams while the browser retains the legitimate hostname. Forwarding the originalHostheader makes the upstream request plausible. Removing build artifacts and copying timestamps from legitimate Apache modules helps the rogue module blend into the installation.Server-side CSP removal: A malicious web-server module can remove the site's original Content-Security-Policy before the response reaches the browser and replace it with a policy allowing inline scripts, dynamic evaluation, third-party assets,
data:, andblob:. This is not a browser-side CSP parser bypass; control of the server response eliminates the defense and permits attacker-controll...🤖 Agent Actions
Implemented the HackTricks update in:
src/network-services-pentesting/pentesting-web/apache.mdapxssrc/linux-hardening/post-exploitation/linux-post-exploitation/README.mdptracecredential interception/proc/<pid>masking through bind mountsAdded numbered references to Check Point Research, 3snake, Apache documentation, and
ptrace(2).Validation completed:
git diff --checkpassedmdbookwas unavailable in the environment, so a full build could not be runExisting Ligolo/tunneling and process-name masquerading coverage was not duplicated.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.