Impersonation, Click Hijacking, and TDS Inside a Malware Dis...#2320
Open
carlospolop wants to merge 1 commit into
Open
Impersonation, Click Hijacking, and TDS Inside a Malware Dis...#2320carlospolop 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/impersonation-click-hijacking-and-tds-inside-a-malware-distribution-ecosystem/ Content Categories: Based on the analysis, this content was categorized under "Phishing Methodology / Download Click Hijacking and TDS-based Malware Delivery; secondary notes under Basic Forensic Methodology > Malware Analysis for loader anti-analysis and in-memory execution techniques". 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
Check Point Research analyzed a large malware-distribution and traffic-monetization ecosystem that impersonates legitimate open-source/freeware software projects, hijacks download clicks, and routes selected victims through a gated Traffic Distribution System (TDS) to malware. The operation uses polished fake project portals that often preserve real upstream references such as GitHub links, making the page appear trustworthy while the first user interaction is silently converted into a...
🔧 Technical Details
Legitimate-looking link click hijacking: A malicious website can leave a download button’s visible
hrefpointing to a legitimate destination while using capture-phase JavaScript to intercept the first eligible user interaction. The handler records the intended destination, generates a runtime TDS URL, opens or navigates a browser-accepted user-initiated tab/window, then callspreventDefault()andstopImmediatePropagation()so the visible link is never followed. Browser-specific events such asmousedownon Chrome andclickon Firefox improve popup-blocker bypass reliability because the navigation remains associated with a real user gesture.Stateful TDS gating as anti-analysis: A TDS can decide whether to serve malware based on first-visit state, IP address, GEO, browser type, device fingerprint, VPN/datacenter detection, click context, original entry domain, and browser-side frequency caps such as <...
🤖 Agent Actions
Done.
Updated:
src/generic-methodologies-and-resources/phishing-methodology/README.mdAdded:
mshta.exewith archive-looking URLslocalStoragecaps,window.open/about:blanktricks, and preserving network+memory on the first successful executionValidation:
mdbook buildcould not be run becausemdbookis not installed in this environment (mdbook: command not found)This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.