κατασκευή ιστοσελίδων ρόδος

TECH - WEB DEVELOPMENT NEWS

Get the latest tech - web development news and analysis on industry around the world.

  • HOME
You are here: Home / INDUSTRY NEWS / PoisonSeed Phishing Kit Bypasses MFA to Acquire Credentials from Individuals and Organizations
άμυνα
.

PoisonSeed Phishing Kit Bypasses MFA to Acquire Credentials from Individuals and Organizations

12/08/2025

In recent months, a new phishing toolkit known as PoisonSeed has emerged, targeting both individual users and enterprise organizations with unprecedented sophistication.

Unlike traditional phishing kits that harvest only usernames and passwords, PoisonSeed employs an adversary-in-the-middle (AitM) approach to intercept multi-factor authentication (MFA) tokens and session cookies.

Victims receive spear-phishing emails masquerading as notifications from legitimate bulk email or CRM providers, such as SendGrid and Mailchimp.

Embedded links append the target’s encrypted email address directly in the URL, enabling precision-validated phishing that verifies authenticity before presenting fraudulent login prompts.

The toolkit’s infrastructure is built upon React, with a modular design that includes a faux Cloudflare Turnstile challenge page, customized login forms, and support for multiple 2FA channels (SMS, email codes, authenticator apps, and API keys).

Initial delivery often leverages compromised marketing or CRM domains to evade spam filters. When recipients click the link, they land on a staged verification page that mimics a CAPTCHA challenge.

PoisonSeed Phishing Attack Chain (Source – NVISO Labs)

Behind the scenes, an API call to /api/check-email validates that the encrypted email parameter corresponds to a non-banned account. Only upon successful validation does the kit proceed to capture credentials.

NVISO Labs analysts identified PoisonSeed as a variant aligned with the Scattered Spider and CryptoChameleon groups, collectively known as “The Com,” by tracing domain registration patterns and hosting choices.

All known domains were registered via NICENIC and hosted on Cloudflare or similar CDNs, exploiting name-server obfuscation to hinder takedown efforts. By automating domain creation and rotating infrastructure, the adversary maintains a persistent foothold.

Once credentials are harvested, the attackers replay login requests against the legitimate service’s API, relaying MFA codes and ultimately securing valid session cookies that grant full account control.

Following credential acquisition, PoisonSeed automates bulk export of contact lists and hijacks email infrastructure to distribute cryptocurrency-related spam campaigns.

Beyond spam, the toolkit has been observed in targeted attacks against high-profile individuals, including a recent compromise of a security researcher’s Mailchimp mailing list and a fraudulent wallet migration phishing set-up on a major cryptocurrency platform.

Infection Mechanism: Precision-Validated Phishing and AitM Exploitation

At the heart of PoisonSeed’s infection mechanism lies the precision-validated phishing technique, which ensures that only intended targets complete the credential capture process.

When a victim arrives at the initial URL, the React component TurnstileChallenge.jsx extracts the encrypted email query parameter and issues a background POST request:-

useEffect(() => {
const encryptedEmail = new URLSearchParams(location.search).get(’email’);
if (!encryptedEmail) {
window.location.href = ‘https://www.google.com’;
return;
}
axios.post(`${API_URL}/check-email`, { email: encryptedEmail })
.then(response => {
if (response.data.valid && !response.data.banned) {
setIsChecked(true);
} else {
clearSession();
navigate(‘/verify’, { replace: true });
}
})
.catch(() => {
clearSession();
navigate(‘/verify’, { replace: true });
});
}, [location, navigate]);

Once validation passes, a session flag (fakeTurnstileVerified) is set in session storage, allowing the victim to proceed to the login form.

At this stage, the ProtectedRoute wrapper in App.jsx enforces verification before rendering the login component, redirecting any unverified requests back to /verify.

The login form then captures the username and password, relays them to the legitimate backend, and awaits an MFA challenge.

Depending on the account’s configured second factor, the kit presents one of several React components—TwoFactorSMS.jsx, TwoFactorEmail.jsx, TwoFactorGA.jsx, or ApiKeyVerification.jsx—each designed to mimic the genuine service’s UI while forwarding codes to the real provider.

By acting as an AitM relay, PoisonSeed transparently proxies all authentication traffic. As soon as the victim submits a one-time code or API key, the kit captures session cookies issued by the legitimate service and stores them in the attacker’s backend.

These cookies allow the adversary to bypass MFA entirely on subsequent sessions, granting unfettered access to the victim’s account.

PoisonSeed’s Phishing Kit Overview (Source – NVISO Labs)

The phishing kit illustrates this attack flow, highlighting the seamless interception of authentication tokens.

Through this intricate blend of front-end deception and backend relaying, PoisonSeed exemplifies how modern phishing kits can circumvent even robust MFA defenses, underscoring the urgent need for phishing-resistant authentication methods.

Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.
Source: cybersecuritynews.com

Filed Under: INDUSTRY NEWS Tagged With: Source-10

3 reasons I switched to and prefer OpenCloud instead of Nextcloud

For years, Nextcloud was my default self-hosted cloud solution. It promised freedom and control, but over time, I ran into several issues: sluggish performance, bloated experience, and an endless stream of minor bugs. I felt stuck in a trade-off between control and usability – until I finally made the leap to OpenCloud. Source: xda-developers.com … [Read More...]

The best advent calendars for 2025: Our top picks from Lego, Pokémon, Funko Pop and more

Who needs ornaments when you can deck the halls with Star Wars builds? This advent calendar delivers 24 surprises, ranging from tiny ships to minifigures in festive outfits. That means you might spot Darth Vader in a scarf or R2-D2 with some seasonal flair. It’s an easy way to make the holidays feel like a Star Wars marathon on Disney+, with new pieces to add to your desk or display shelf every … [Read More...]

Gemini CLI to Your Kali Linux Terminal To Automate Penetration Testing Tasks

With the release of Kali Linux 2025.3, a major update introduces an innovative tool that combines artificial intelligence and cybersecurity: the Gemini Command-Line Interface (CLI). This new open-source package integrates Google’s powerful Gemini AI directly into the terminal, offering penetration testers and security professionals an intelligent assistant designed to streamline and automate … [Read More...]

OxygenOS 16 Launch Date Confirmed; New OnePlus AI Features Expected to Debut With OnePlus 15

OxygenOS 16 will be launched by OnePlus on October 16 in India, the Chinese smartphone maker announced. The new user interface will be built on top of Android 16. It will bring several new redesigned elements to OnePlus handsets, along with a suite of artificial intelligence (AI)-powered features. The upcoming OnePlus 15, the company's next flagship handset, might run OxygenOS 16 out of the box, … [Read More...]

Bitcoin Price Drops to $124,000 After Hitting New All-Time High

The global crypto market opened Monday on a bullish note, as Bitcoin consolidated gains after hitting a new all-time high over the weekend. The world's most widely used digital asset briefly surged past the $125,500 (roughly Rs. 1.1 crore) mark, before dropping to around $124,000 (roughly Rs. 1.1 crore). Ethereum also held strong above $4,500 (roughly Rs. 3.99 lakh), reflecting the momentum that … [Read More...]

Beer Giant Asahi Says Data Stolen in Ransomware Attack

Japanese brewing giant Asahi Group Holdings has confirmed that a ransomware attack has caused the week-long outage at its domestic subsidiaries. The company disclosed the incident last week, blaming order and shipment operational disruptions, and call center downtime on a cyberattack that resulted in system failures. The company, which suspended production at some of its factories in Japan, … [Read More...]

PoC Exploit Released for Sudo Vulnerability that Enables Attackers to Gain Root Access

A publicly available proof-of-concept (PoC) exploit has been released for CVE-2025-32463, a local privilege escalation (LPE) flaw in the Sudo utility that can grant root access under specific configurations.  Security researcher Rich Mirch is credited with identifying the weakness, while a functional PoC and usage guide have been published in an open GitHub repository, accelerating the … [Read More...]

Oracle E-Business Suite Zero-Day Exploited in Cl0p Attacks

The recent data theft and extortion campaign targeting Oracle E-Business Suite customers has been confirmed to be the work of the notorious Cl0p ransomware group, and Oracle has admitted that the hackers have exploited a zero-day vulnerability. The attacks targeting Oracle E-Business Suite (EBS) customers came to light last week, when Google Threat Intelligence Group (GTIG) and Mandiant warned … [Read More...]

Realme GT 8 Pro Spotted in Hands-On Image; Said to Feature 200-Megapixel Telephoto Camera

Realme GT 8 Pro is set to launch in China in October alongside the standard Realme GT 8. The company has teased some key details of the upcoming smartphones. The company previously revealed that the Realme GT 8 Pro variant will feature a swappable rear camera module. A recently leaked live image showcases one of the three designs of the purported interchangeable camera island. A senior company … [Read More...]

Redis Server Vulnerability use-after-free Vulnerability Enables Remote Code Execution

A critical use-after-free vulnerability, identified as CVE-2025-49844, has been discovered in Redis servers, enabling authenticated attackers to achieve remote code execution. This high-severity flaw affects all versions of Redis that utilize the Lua scripting engine, presenting a significant threat to a wide range of deployments that rely on the popular in-memory data store. The core of … [Read More...]

Tags

Source-1 Source-2 Source-3 Source-4 Source-5 Source-6 Source-7 Source-8 Source-9 Source-10 Source-12 Source-13 Source-15 Source-16

Tech Web Development News

This is a PERSONAL and PRIVATE WEBPAGE. Please leave this page. Contact me via email : admin@news-6.com about anything you would like to ask or problem.

Tech News

Disclaimer!
In every post is written below the original source of the post. Copyrights belong on their owners.

Web Development News

HOTELS – CRUISES – CARS – TRAVEL

Recent Posts

  • 3 reasons I switched to and prefer OpenCloud instead of Nextcloud
  • The best advent calendars for 2025: Our top picks from Lego, Pokémon, Funko Pop and more
  • Gemini CLI to Your Kali Linux Terminal To Automate Penetration Testing Tasks
  • OxygenOS 16 Launch Date Confirmed; New OnePlus AI Features Expected to Debut With OnePlus 15
  • Bitcoin Price Drops to $124,000 After Hitting New All-Time High

Technology - Seo

Categories

  • INDUSTRY NEWS

World Industry News

Privacy & Cookies: This site uses cookies.
To find out more, as well as how to remove or block these, see here: Our Cookie Policy
TECH - WEB DEVELOPMENT NEWS @ COPYRIGHTS 2023