Package – Earlybirds Invest https://earlybirdsinvest.com Latest Crypto News Wed, 16 Jul 2025 18:48:21 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.9 https://i0.wp.com/earlybirdsinvest.com/wp-content/uploads/2024/12/cropped-New-Project-2024-12-17T235703.455.png?fit=32%2C32&ssl=1 Package – Earlybirds Invest https://earlybirdsinvest.com 32 32 240146708 House passes motion to reconsider crypto package containing the GENIUS Act https://earlybirdsinvest.com/house-passes-motion-to-reconsider-crypto-package-containing-the-genius-act/ https://earlybirdsinvest.com/house-passes-motion-to-reconsider-crypto-package-containing-the-genius-act/#respond Wed, 16 Jul 2025 18:48:19 +0000 https://earlybirdsinvest.com/house-passes-motion-to-reconsider-crypto-package-containing-the-genius-act/

The House approved on July 16 a motion to reconsider the crypto‑related proposals package combining the GENIUS Act, the CLARITY Act, and the Anti‑CBDC Surveillance Act in a 215-211 vote.

Alex Thorn, head of research at Galaxy Digital, said on X that analysts expect a vote on the GENIUS Act today.

Because the House agreed to a Senate‑passed resolution text that bundles the three measures procedurally, but does not itself constitute enrolled statutory language. As a result, the package does not go directly to the President. 

The approval positions House and Senate leaders to move the underlying bills individually, fold them into another legislative vehicle, or draft a consolidated conference substitute that can clear both chambers in identical statutory form for presidential action.

Since this was a procedural bundle rather than a single formal bill, the next step requires converting the package into enactable legislation. 

Committees or leadership can discharge, mark up, or attach the component measures to moving vehicles.

Crypto Package Setback on July 15

House leaders advanced GENIUS for floor action one day after members rejected a rule that would have packaged the same three digital asset measures with the annual defense appropriation. 

President Donald Trump urged Republicans on Truth Social on July 15 to support that combined rule, writing that passage would keep the United States “lightyears ahead” of China and Europe on digital asset policy. 

Libertarian‑leaning and House Freedom Caucus members objected to the bundling and pressed for stand‑alone debate time. 

Representative Chip Roy told reporter Laura Weiss he wants “a hard ban” on a US central bank digital currency and ranked the CLARITY Act as equally important, saying opponents “need to be dealing with this all at once.”

Mentioned in this article
]]>
https://earlybirdsinvest.com/house-passes-motion-to-reconsider-crypto-package-containing-the-genius-act/feed/ 0 47995
Malicious PyPi package hides RAT malware, targets Discord devs since 2022 https://earlybirdsinvest.com/malicious-pypi-package-hides-rat-malware-targets-discord-devs-since-2022/ https://earlybirdsinvest.com/malicious-pypi-package-hides-rat-malware-targets-discord-devs-since-2022/#respond Thu, 08 May 2025 19:25:05 +0000 https://earlybirdsinvest.com/malicious-pypi-package-hides-rat-malware-targets-discord-devs-since-2022/

Discord

A malicious Python package targeting Discord developers with remote access trojan (RAT) malware was spotted on the Python Package Index (PyPI) after more than three years.

Named “discordpydebug,” the package was masquerading as an error logger utility for developers working on Discord bots and was downloaded over 11,000 times since it was uploaded on March 21, 2022, even though it has no description or documentation.

Cybersecurity company Socket, which first spotted it, says the malware could be used to backdoor Discord developers’ systems and provide attackers with data theft and remote code execution capabilities.

“The package targeted developers who build or maintain Discord bots, typically indie developers, automation engineers, or small teams who might install such tools without extensive scrutiny,” Socket researchers said.

“Since PyPI doesn’t enforce deep security audits of uploaded packages, attackers often take advantage of this by using misleading descriptions, legitimate-sounding names, or even copying code from popular projects to appear trustworthy.”

Once installed, the malicious package transforms the device into a remote-controlled system that will execute instructions sent from an attacker-controlled command-and-control (C2) server.

The attackers could use the malware to gain unauthorized access to credentials and more (e.g., tokens, keys, and config files), steal data and monitor system activity without being detected, remotely execute code for deploying further malware payloads, and obtain information that can help them move laterally within the network.

discordpydebug on PyPI
discordpydebug on PyPI (BleepingComputer)

​While the malware lacks persistence or privilege escalation mechanisms, it uses outbound HTTP polling instead of inbound connections, making it possible to bypass firewalls and security software, especially in loosely controlled development environments.

Once installed, the package silently connects to an attacker-controlled command-and-control (C2) server (backstabprotection.jamesx123.repl[.]co), sending a POST request with a “name” value to add the infected host to the attackers’ infrastructure.

The malware also includes functions to read from and write to files on the host machine using JSON operations when triggered by specific keywords from the C2 server, giving the threat actors visibility into sensitive data.

To mitigate the risk of installing backdoored malware from online code repositories, software developers should ensure that the packages they download and install come from the official author before installation, especially for popular ones, to avoid typosquatting.

Additionally, when using open-source libraries, they should review the code for suspicious or obfuscated functions and consider using security tools to detect and block malicious packages.

Red Report 2025

Based on an analysis of 14M malicious actions, discover the top 10 MITRE ATT&CK techniques behind 93% of attacks and how to defend against them.

]]>
https://earlybirdsinvest.com/malicious-pypi-package-hides-rat-malware-targets-discord-devs-since-2022/feed/ 0 35122
Malicious npm package secretly targets Atomic, Exodus wallets to intercept and reroutes funds https://earlybirdsinvest.com/malicious-npm-package-secretly-targets-atomic-exodus-wallets-to-intercept-and-reroutes-funds/ https://earlybirdsinvest.com/malicious-npm-package-secretly-targets-atomic-exodus-wallets-to-intercept-and-reroutes-funds/#respond Tue, 15 Apr 2025 06:03:40 +0000 https://earlybirdsinvest.com/malicious-npm-package-secretly-targets-atomic-exodus-wallets-to-intercept-and-reroutes-funds/

Researchers have discovered a malicious software package uploaded to npm that secretly alters locally installed versions of crypto wallets and allows attackers to intercept and reroute digital currency transactions, ReversingLabs revealed in a recent report.

The campaign injected trojanized code into locally installed Atomic and Exodus wallet software and hijacked crypto transfers. The attack centered on a deceptive npm package, pdf-to-office, which posed as a library for converting PDF files to Office formats.

When executed, the package silently located and modified specific versions of Atomic and Exodus wallets on victims’ machines, redirecting outgoing crypto transactions to wallets controlled by threat actors.

ReversingLabs said the campaign exemplifies a broader shift in tactics: rather than directly compromising open-source libraries, which often triggers swift community responses, attackers are increasingly distributing packages designed to “patch” local installations of trusted software with stealthy malware.

Targeted file patching

The pdf-to-office package was first uploaded to npm in March and updated multiple times through early April. Despite its stated function, the package lacked actual file conversion features.

Instead, its core script executed obfuscated code that searched for local installations of Atomic Wallet and Exodus Wallet and overwrote key application files with malicious variants.

The attackers replaced legitimate JavaScript files inside the resources/app.asar archive with near-identical trojanized versions that substituted the user’s intended recipient address with a base64-decoded wallet belonging to the attacker.

For Atomic Wallet, versions 2.90.6 and 2.91.5 were specifically targeted. Meanwhile, a similar method was applied to Exodus Wallet versions 25.9.2 and 25.13.3.

Once modified, the infected wallets would continue redirecting funds even if the original npm package was deleted. Full removal and reinstallation of the wallet software were required to eliminate the malicious code.

ReversingLabs also noted the malware’s attempts at persistence and obfuscation. Infected systems sent installation status data to an attacker-controlled IP address (178.156.149.109), and in some cases, zipped logs and trace files from AnyDesk remote access software were exfiltrated, suggesting an interest in deeper system infiltration or evidence removal.

Expanding software supply chain threats

The discovery follows a similar March campaign involving ethers-provider2 and ethers-providerz, which patched the ethers npm package to establish reverse shells. Both incidents highlight the rising complexity of supply chain attacks targeting the crypto space.

ReversingLabs warned that these threats continue to evolve, especially in web3 environments where local installations of open-source packages are common. Attackers increasingly rely on social engineering and indirect infection methods, knowing that most organizations fail to scrutinize already installed dependencies.

According to the report:

“This kind of patching attack remains viable because once the package is installed and the patch is applied, the threat persists even if the source npm module is removed.”

The malicious package was flagged by ReversingLabs’ machine-learning algorithms under Threat Hunting policy TH15502. It has since been removed from npm, but a republished version under the same name and version 1.1.2 briefly reappeared, indicating the threat actor’s persistence.

Investigators published hashes of affected files and wallet addresses used by the attackers as indicators of compromise (IOCs). These include wallets used for illicit fund redirection, as well as the SHA1 fingerprints of all infected package versions and associated trojanized files.

As software supply chain attacks become more frequent and technically refined, especially in the digital asset space, security experts are calling for stricter code auditing, dependency management, and real-time monitoring of local application changes.

Mentioned in this article
]]>
https://earlybirdsinvest.com/malicious-npm-package-secretly-targets-atomic-exodus-wallets-to-intercept-and-reroutes-funds/feed/ 0 30863
Mission Package continues to ask for more money withdrawal https://earlybirdsinvest.com/mission-package-continues-to-ask-for-more-money-withdrawal/ https://earlybirdsinvest.com/mission-package-continues-to-ask-for-more-money-withdrawal/#respond Mon, 24 Feb 2025 08:04:16 +0000 https://earlybirdsinvest.com/mission-package-continues-to-ask-for-more-money-withdrawal/

My wife invested $13,000 in a Bitcoin trader called N2N service https://www.n2nservices.com. You will need to purchase Bitcoin for each package mission. She was given the numbers in USDT, but that meant nothing to her as she doesn’t know the conversion. Initially she did what they asked and made money, so she continues what they asked, then she needs to pay more before she retreat:

Dear Agent, Orders are randomly assigned by the system, so once assigned, you cannot delete or skip. All assigned orders must be completed as a recovery, which is important. The commitment to completing assigned orders is essential to ensuring smooth operation of the platform. ONC orders are ocompleted and withdrawals can be proceeded.

So she has to pay and then she has to finish Another Package mission. After more than $13,000, she was revealed in the final mission, but she was never told how much she had to deposit in Australian dollars to withdraw. She tried to back out, but the supporters were really rude and chastised her for not reading the situation. She was very annoyed and she threatened to go to the police, at which point they locked her account.

Dear Agent at this time you are not trained. You are working on your own account. The current package is not yet complete, so you must complete your order before submitting a withdrawal request. Just as Hoyou previously sorted out your orders and then submitted a withdrawal, it asked her to get her money back and she submitted that she didn’t want her committee. Shwe is said to all funds including your bonus commission and the principal is not your account. Once you have completed your order, you can create any amount at your discretion. She then asked to file a complaint and was given some hog washes. … Dear Agent, I explained this very clearly: Unless you complete your order, the Whitdawal system is not automatically open for Submissino. So your priority is not to discuss with me here, but to complete the Yoru Mission and submit a withdrawal request. We treat Everagent equally, but Adn has no special privileges. You certainly have the right to protect your interst. I am simply explaining to you a situation that is not unexpected. We strictly adhere to the platform regulations. This clearly states that all agents must omit the order before requesting a withdrawal.

After verifying your account, you can withdraw the full amount that appears in the next rebate once you complete the mission.

She then threatened to go to the police.

Your actions clearly indicate that Longger doesn’t want to continue and instead hopes to use police complaints to threaten the platform. We respect Yoru Decisino and will fully cooperate with the police investigation to prove our legitimacy.

They then frozen their accounts

Sorry, but for agents who behave this way, I have the right to report to the administration and suspend all services for you. You can also provide your entire chat history to your management team. I have always communicated with you in a very polite way, but you haven’t responded with the same courtesy. Instead, you tried to intimidate and pressured me to violate the rules of the platform. If you continue this behavior, you may choose to stop providing assistance or answers. I successfully asked them to unblock their accounts. This is the response. Dude your actions and your account has disabled merchant. If you want to log in to your account, you will need to ifnorm me first when you plan to complete the final package and withdraw funds. This will help me better.

My question is, has anyone heard N2N? Does this seem like a scam or is there a legitimate transaction that works like this?

]]>
https://earlybirdsinvest.com/mission-package-continues-to-ask-for-more-money-withdrawal/feed/ 0 21529