Introduction
A phishing kit called Bluekit can now steal your login session well enough to skip your two-factor code entirely, and within one week of researchers spotting it live, it was already running on roughly 70 active websites. That is the kind of number that should make anyone rethink what a text-message verification code actually protects.
On our technology desk, we track threats like this specifically to translate the research into something you can actually act on. This guide explains what Bluekit is, how it works at a conceptual level, and most importantly, the specific defenses that genuinely stop it, based entirely on published findings from named security researchers.
What Is Bluekit?
Here is the direct answer: Bluekit is a phishing-as-a-service kit, first documented by Varonis Threat Labs in April 2026, that bundles fake login pages, automated domain registration, session hijacking, and an AI assistant into a single dashboard, letting attackers steal both passwords and active login sessions from over 40 impersonated brands including Gmail, Outlook, iCloud, and GitHub.
Varonis researchers say they gained direct access to Bluekit’s control panel during their investigation, which let them document the dashboard’s site-creation flow, campaign tools, and captured-data views firsthand rather than relying on secondhand reports. What they found was less a single hacking tool and more a packaged criminal service: pick a domain, pick a brand template, launch a campaign, all from one screen.
How Bluekit Works: The Short, Non-Technical Version
This section explains what Bluekit does at a conceptual level, the same way established security outlets have already reported it publicly. It intentionally avoids any operational detail that would help someone deploy or configure the kit.
An All-in-One Dashboard, Not a Single Trick
Historically, running a phishing operation meant buying a credential page from one seller, a domain rotation service from another, and a delivery mechanism from a third, according to Varonis. Bluekit collapses that entire chain into one operator panel covering domain purchase, fake page creation, victim tracking, and data exfiltration, which researchers say lowers the technical bar for less experienced criminals to run a convincing campaign.
From Passwords to Full Sessions
Early phishing kits captured only a username and password. Bluekit goes further: when a victim submits credentials on a spoofed page, the kit also captures session cookies and local browser storage, the data that proves to a website you are already logged in. According to a follow-up report from Netcraft, Bluekit has since adopted a technique called browser-in-the-middle, where the victim actually interacts with a browser session controlled by the attacker, which loads the real login page and relays the exchange in both directions. The practical effect is that Bluekit can walk away with a live, authenticated session rather than just a password.
An AI Assistant, With Real Limits
Bluekit’s dashboard includes an AI Assistant panel offering several model options, which Varonis says appear to be jailbroken or permissive variants rather than standard consumer models, since mainstream AI assistants are built to refuse phishing content. In hands-on testing, researchers found the AI Assistant produced rough campaign drafts, not finished, ready-to-use lures, and still required manual cleanup. Treat any vendor claim of full automation, criminal or otherwise, with the same skepticism you would apply to any other sales pitch.
Why Bluekit Is More Dangerous Than a Typical Phishing Email
The distinction that matters most here is what Bluekit does after a successful login, not just how convincing the fake page looks.
It Can Make Standard MFA Useless
Text message codes and app-based authenticator prompts confirm that you completed a login. Once that login is complete, your browser holds a session token proving it. Because Bluekit captures that token directly rather than trying to guess or intercept your one-time code, the attacker can reuse it to appear as an already-authenticated user, sidestepping the MFA step entirely rather than defeating it head-on.
The Brands It Targets Are the Ones You Use Daily
Varonis and multiple outlets confirm Bluekit’s templates cover Gmail, Outlook, Hotmail, Yahoo, iCloud, Apple ID, ProtonMail, GitHub, Twitter/X, Zoho, the cryptocurrency platform Ledger, and the retailer Zara, among others. This is not a niche, industry-specific tool. It is built around the everyday accounts that hold your email, your cloud storage, your developer credentials, and in Ledger’s case, cryptocurrency access.
Important: researchers had not observed Bluekit in confirmed large-scale live attacks as of its initial April 2026 discovery, but Netcraft’s later research found roughly 70 active phishing domains tied to the kit within a single week of monitoring, indicating it has since moved from development into real-world use.
Red Flags: How to Spot a Bluekit-Style Attack
Because Bluekit’s browser-in-the-middle approach loads the real login page rather than a crude copy, the page itself often looks completely legitimate. Researchers point to a few behavioral signs instead of visual ones.
- Small lag on clicks or typing: because your input is being relayed through an intermediary browser, Netcraft notes a slight delay in keyboard and mouse response can be the only noticeable giveaway
- A login link that arrived unprompted: via email, text, or social media, especially one urging immediate action or claiming a security problem with your account
- A shortened or unfamiliar domain right before a familiar-looking login screen: check the actual address bar, not just the page design
- Being asked to log in again for a service you were already signed into on that device
- Any prompt appearing after clicking a link from an unsolicited message, rather than one you navigated to directly
Phishing Kit Comparison Table
| Attack Type | What It Steals | Defeats Standard MFA? | Best Defense |
| Classic phishing page | Username and password only | No, MFA still blocks login | Password manager + any MFA |
| Adversary-in-the-Middle (AiTM) | Password + session cookie via live relay | Yes, session token bypasses MFA | Phishing-resistant MFA (FIDO2/passkeys) |
| Browser-in-the-Middle (BitM), Bluekit’s current method | Full session, real page rendered live to victim | Yes, and harder to visually detect | FIDO2 hardware keys + domain-bound login habits |
This escalation from stealing a password to stealing an entire session is the single most important trend in phishing right now, and it is exactly why our broader guide to online account security keeps returning to passkeys and hardware keys as the baseline recommendation rather than an optional extra.
Analysis: Why the MFA You Already Have Is Not Enough
Here is the part most basic security advice still gets wrong: telling people to just turn on two-factor authentication treats all MFA as interchangeable, when Bluekit’s own design proves it is not. SMS codes, app-based push approvals, and authenticator codes all share one structural weakness: they verify a login event, and once that event is complete, the resulting session token becomes the thing worth stealing. Bluekit does not need to guess your code or trick you into approving a push notification; it simply waits for you to finish logging in through its relay and inherits the proof that you did.
The counterintuitive insight: only phishing-resistant MFA, specifically FIDO2 security keys and passkeys, breaks this model, and the reason is architectural rather than a matter of degree. A FIDO2 credential is cryptographically bound to the exact domain it was registered for. If a victim is looking at a cloned or relayed version of a login page on an attacker-controlled domain, the security key simply will not respond, regardless of how convincing the page looks or how perfectly it relays the real one. SMS and app-based codes have no such binding; they will work on a fake page just as readily as a real one, because they were never designed to check where the login is actually happening.
One honest limitation worth stating clearly: hardware key and passkey adoption remains low outside large enterprises, and rolling them out to every employee or family member is a real logistical and cost hurdle, not a one-click fix. Until that adoption gap closes, the behavioral red flags and account-monitoring habits covered in this guide remain the realistic first line of defense for most people.
7 Ways to Protect Yourself and Your Organization
1. Switch High-Value Accounts to a FIDO2 Security Key or Passkey
Prioritize email, cloud storage, and any financial or cryptocurrency accounts first, since these are exactly what Bluekit’s template list targets. Most major providers, including Google, Microsoft, and Apple, now support hardware security keys or passkeys directly in their account security settings, and this is the one control that structurally defeats session-hijacking phishing rather than just reducing the odds.
2. Never Click a Login Link From an Unsolicited Message
Navigate to sensitive accounts by typing the address yourself or using a saved bookmark, rather than clicking a link in an email, text, or social media message, even if it looks urgent or official. This single habit removes the entry point Bluekit-style attacks depend on almost entirely.
3. Watch for Input Lag on Login Pages
If a login page feels slightly slow to respond to typing or clicks, especially one you reached through a link rather than direct navigation, treat that as a genuine warning sign. Netcraft’s researchers specifically flagged this latency as one of the only detectable symptoms of a browser-in-the-middle relay attack.
4. Check the Actual Domain Before Entering Credentials
Look at the full address bar, not just the page’s appearance, before typing a password anywhere. A legitimate-looking Gmail or Microsoft login screen sitting on an unfamiliar or freshly registered domain is one of the clearest signals available to an everyday user.
5. Enable Login and New-Device Alerts on Every Major Account
Turn on email or push notifications for new sign-ins on your email, cloud, and financial accounts. Because session hijacking can grant access without triggering a traditional failed-MFA alert, a new-device or new-location notification is often the first signal something is wrong.
6. For Organizations, Deploy Domain Reputation Filtering
IT and security teams should enable strict filtering that flags or blocks connections to newly registered or low-reputation domains before employees ever reach them, since Bluekit’s model depends on rapidly registering fresh domains for each campaign. Pair this with monitoring for anomalous session reuse, such as the same session token appearing from two different IP addresses in a short window.
7. Run Regular, Realistic Phishing Awareness Training
Update employee or family security training to specifically cover session-hijacking phishing, not just the old advice to check for spelling errors and bad logos, since Bluekit’s pages can render the real site’s actual design. Training should emphasize the behavioral red flags in this guide over visual inspection alone.
Frequently Asked Questions
Q: What is Bluekit?
Bluekit is a phishing-as-a-service kit, first documented by Varonis Threat Labs in April 2026, that provides attackers with fake login pages for 40-plus brands, automated domain registration, session-hijacking capabilities, and an AI assistant, all managed from a single dashboard.
Q: Can Bluekit bypass two-factor authentication?
Yes. Bluekit captures session cookies and local storage data after a victim logs in, which act as proof of an already-completed, authenticated session. By reusing that stolen session, attackers can access accounts without triggering a new MFA prompt.
Q: Which accounts does Bluekit target?
Documented templates include Gmail, Outlook, Hotmail, Yahoo, iCloud, Apple ID, ProtonMail, GitHub, Twitter/X, Zoho, the cryptocurrency platform Ledger, and the retailer Zara, according to Varonis Threat Labs and multiple security outlets.
Q: How can I tell if I am on a Bluekit phishing page?
Watch for slight lag on typing or clicking, an unfamiliar domain in the address bar despite a familiar-looking page, and being asked to log in again unexpectedly. The page design itself may look completely legitimate, so behavioral signs matter more than visual ones.
Q: Does a password manager protect against Bluekit?
Partially. A password manager will not auto-fill credentials on a lookalike domain, which helps catch some attempts, but it does not stop session-hijacking once a victim manually enters credentials elsewhere. Phishing-resistant MFA like FIDO2 security keys remains the stronger defense.
Q: Is Bluekit currently active in real attacks?
Yes. While Varonis’s initial April 2026 report described it as still in development, a subsequent Netcraft investigation identified roughly 70 active phishing domains tied to Bluekit within a single week, indicating real-world deployment.
Q: What is the single best defense against Bluekit-style phishing?
FIDO2 hardware security keys or passkeys, because they cryptographically bind a login credential to the legitimate domain. Unlike SMS or app-based codes, they simply will not function on a cloned or relayed phishing page, regardless of how convincing it looks.
Conclusion
Bluekit represents a real shift in what commodity phishing kits can do: stealing an entire authenticated session rather than just a password, packaged into a dashboard simple enough that technical skill is no longer the barrier it used to be for attackers. The good news is that the defense against it is well understood and does not require guessing.
Key takeaways:
- Bluekit is a documented, actively evolving phishing-as-a-service kit first identified by Varonis Threat Labs in April 2026
- It steals session cookies, not just passwords, which lets it bypass standard SMS and app-based two-factor authentication
- Its browser-in-the-middle method can render the real login page, so input lag and domain-checking matter more than visual inspection
- FIDO2 security keys and passkeys are the only defense that structurally, not just statistically, resist this attack method
- Netcraft identified roughly 70 active Bluekit domains within one week, meaning this is a live, current threat rather than a theoretical one
Threats like this evolve fast, and so should your defenses. Have you already switched your critical accounts to a security key, or is that still on your list? Let us know in the comments.
