Knight Office captures Microsoft 365 session material after a victim completes MFA, then can turn that access into Entra ID persistence. Huntress observed a DocuSign style lure routed through a Monday.com tracking service and a compromised Joomla site before the AiTM landing page; the investigated activity also invo...
Research answer

Create a landscape editorial hero image for this Studio Global article: How does the newly discovered Knight Office phishing-as-a-service kit use DocuSign-style lures, redirect chains, fake Microsoft SharePoint o. Article summary: Knight Office illustrates that MFA alone does not protect an already authenticated Microsoft 365 session. It proxies a victim’s real sign-in, captures the post-MFA session material, and can convert that access into a sep. Topic tags: general, government, general web, user generated. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, ch
Knight Office is a useful reminder that MFA validates a sign-in; it does not automatically protect every session created after that sign-in. In the incident documented by Huntress, an adversary-in-the-middle (AiTM) phishing chain captured Microsoft 365 session material and was followed by unauthorized Microsoft Entra ID device enrollment. The right operational framing is therefore identity compromise, not isolated password theft. 6
40
The observed chain began with a DocuSign-style phishing email. Its link passed through a Monday.com tracking service and then a compromised Joomla site, concealing the final phishing destination from reputation checks and basic email-link inspection. 6
At the landing stage, a convincing Microsoft collaboration or sign-in workflow can prompt the victim to continue authentication, including a device-code-style interaction. The goal is to make the user approve an authentication flow they believe is legitimate.
The AiTM component acts as a reverse proxy between the victim and the real Microsoft sign-in service:
This does not mean the attacker broke MFA cryptography. It means the attacker stole the authorization state produced after MFA. Microsoft defines token theft as the compromise and replay of tokens issued to a user who may already have satisfied multifactor authentication. 40
A stolen browser session or refresh-token-derived access can let an intruder continue operating without another password prompt or MFA challenge until the relevant tokens are revoked. Microsoft’s token-theft guidance explicitly calls for blocking affected users or devices and revoking current tokens. 40
Knight Office raises the stakes because the reported post-compromise activity included enrolling an unauthorized host in Microsoft Entra ID and setting up attacker-controlled Windows Hello for Business credentials. 6 That can create a separate authentication path: even after the original web session is revoked or a password is reset, defenders must verify that no unauthorized device or new authentication method remains.
The same persistence concept has been documented in device-code phishing research. Microsoft reported that a refresh token obtained through an abused device-code flow can be used to obtain access for device registration and register an actor-controlled device in Entra ID. 28
AiTM phishing proxies a live sign-in and steals the resulting session. Device-code phishing instead abuses a legitimate OAuth device authorization flow: an attacker starts a device-code request, persuades a victim to enter the code and authenticate, and receives tokens for the attacker-controlled client if the victim approves it. 22
Both techniques shift the attacker’s objective from password collection to acquisition of usable authorization artifacts. Detection programs should cover both paths. Elastic’s device-code detection guidance highlights successful, interactive Entra sign-ins using the device-code protocol with the Microsoft Authentication Broker client and requests for first-party resources such as Exchange Online, Microsoft Graph, or SharePoint. 17
The Huntress investigation established a real Knight Office intrusion sequence: a document-themed lure, multi-hop redirects, session-token capture, and unauthorized Entra device enrollment. Huntress also linked repeated token replay in its telemetry to a single IP address, but that observation should not be treated as a global victim count. 6
Knight Office also fits a broader market for phishing-as-a-service kits aimed at Microsoft 365 identity sessions:
The shared defensive lesson is straightforward: protect, detect, and respond to session and token abuse as carefully as password compromise.
Focus on correlations rather than a single alert.
Investigate sign-ins where the same account or session appears from materially different IP addresses, networks, geographies, browsers, or device properties in a short period—especially just after successful MFA. Microsoft notes detections for anomalous token use and unfamiliar sign-in properties associated with session cookies. 38
Review successful device-code authentications and determine whether the client, source IP, requested resource, and user behavior make sense. In Entra sign-in logs, device-code activity can be identified through fields such as authenticationProtocol: deviceCode and originalTransferMethod: deviceCodeFlow. 26
Prioritize Entra audit events involving:
An unauthorized device registration shortly after suspicious authentication should be treated as a high-priority identity-persistence signal. 26
28
A DocuSign-themed message alone may be spam; a new Entra device alone may be benign. The combination of a suspicious message, redirect-chain evidence, a successful MFA event, anomalous session reuse, and a device or authentication-method change is far more actionable.
For a suspected AiTM or device-code token-theft event, use an identity-containment workflow.
revokeSignInSessions in device-code phishing response. Phishing-resistant authentication is an important control for high-risk users, but it should be part of a layered program. Microsoft recommends phishing-resistant methods such as FIDO2 security keys, Windows Hello for Business, and certificate-based authentication, alongside controls that reduce the usable lifetime of sessions on unmanaged devices. 39
Organizations should also evaluate whether device-code flow is necessary for their environment, restrict unauthorized device registration, apply Conditional Access based on compliant devices and risk, and ensure their operations team can quickly revoke sessions and investigate identity-object changes.
The central lesson from Knight Office is not that MFA has failed. It is that a successful MFA event can be the beginning of the compromise when an attacker steals the session that follows. A response is complete only when the tenant’s sessions, devices, authentication methods, and delegated access have all been checked and contained.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Knight Office captures Microsoft 365 session material after a victim completes MFA, then can turn that access into Entra ID persistence.
Knight Office captures Microsoft 365 session material after a victim completes MFA, then can turn that access into Entra ID persistence. Huntress observed a DocuSign style lure routed through a Monday.com tracking service and a compromised Joomla site before the AiTM landing page; the investigated activity also involved unauthorized Entra ID device enr...
The broader PhaaS trend is toward stealing the post MFA authorization artifact rather than defeating MFA itself: Mirage2FA research recorded 9,332 potential compromise events from 2024–2026, while the FBI warned that...