SearchJack 23 Chrome Extensions Silently Monetize ~758,000 U...#2350
Open
carlospolop wants to merge 1 commit into
Open
SearchJack 23 Chrome Extensions Silently Monetize ~758,000 U...#2350carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://malext.io/reports/SearchJack Content Categories: Based on the analysis, this content was categorized under "Pentesting Web > Browser Extension Pentesting Methodology". 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
SearchJack campaign overview
SearchJack is a campaign of 23 deceptive Chrome browser extensions affecting approximately 758,000 users. The extensions advertise unrelated utilities such as satellite imagery, maps, productivity tools, news readers, video libraries, menu-price lookup, or new-tab/search helpers, but their shared business logic is search hijacking for affiliate monetization.
The campaign was identified by the MalExt Sentry automated sca...
🔧 Technical Details
Default search hijacking via Chrome extension manifests: A deceptive Chrome extension can abuse the legitimate
chrome_settings_overridesmanifest key to replace the browser's default search provider. By setting the custom provider as default withis_default: trueand embedding{searchTerms}in a URL such ashxxps://example[.]com/search?q={searchTerms}, the extension causes all omnibox searches to be sent to an attacker- or operator-controlled endpoint. This can be done with no background script, no content script, and few or no extra permissions, making static permission-based review ineffective.Affiliate search laundering and infrastructure attribution: Search hijackers can forward captured queries through intermediate middleware and then redirect users to Yahoo Hosted Search or another affiliate search network. Parameters such as
hspartandhsimpcan reveal broker or campaign identit...🤖 Agent Actions
Done.
Updated:
src/pentesting-web/browser-extension-pentesting-methodology/browext-permissions-and-host_permissions.mdAdded:
chrome_settings_overrides.search_provideromnibox hijackinghspart/hsimp/admin/public/linkandserp.phpchrome.declarativeNetRequest.updateDynamicRules()review guidanceValidation:
git diff --checkpassedmdbook buildcould not be run becausemdbookis not installed in this environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.