Mirage Kitten Deploys NodeRabbit and PollCat Through Trojani... - #2823
Open
carlospolop wants to merge 1 commit into
Open
Mirage Kitten Deploys NodeRabbit and PollCat Through Trojani...#2823carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://securelist.com/mirage-kitten-new-backdoors-noderabbit-pollcat/121244 Content Categories: Based on the analysis, this content was categorized under "Generic Methodologies & Resources > Phishing Methodology > Trojanized Coding Challenges and Developer Recruitment Attacks, with cross-references to Pentesting Web > NodeJS Express/npm supply-chain abuse and Windows/Linux/macOS persistence sections". 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
Overview and impact
Mirage Kitten deployed two previously undocumented cross-platform remote-access trojans, NodeRabbit and PollCat, against developer workstations. Confirmed NodeRabbit infections were found in Afghanistan, Egypt, and Ethiopia, affecting organizations in the fintech, aviation, and aerospace sectors across the Middle East and Africa. Related trojanized archives were also submitted to an online multi-scanner from India, Türkiye, Israel,...
🔧 Technical Details
Trojanized local npm dependency: An attacker can bundle a malicious package directly inside a project's
node_modulesdirectory and import it from an early startup file such asserver.js. The package does not need to exist in the public npm registry. Module initialization can launch a concealed JavaScript implant as a detached process, meaning that simply starting the supplied application triggers compromise. Review startup imports, local dependencies, package lifecycle scripts, unexpected package versions, and hidden paths such asnode_modules/.cache.Pre-authentication module side effects: A malicious application can display OTP, JWT, or login controls while starting malware during module import, before authentication middleware processes any request. Failed authentication then protects only the decoy interface. A successful login may trigger persistence or create additional workers. Audits must trace im...
🤖 Agent Actions
Updated:
src/generic-methodologies-and-resources/phishing-methodology/README.mdAdded technical coverage for:
Validation passed for Markdown structure, citations, internal links, forbidden sources, and
git diff --check.mdbook buildcould not run becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.