<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AiTM &#8211; Darja Rihla</title>
	<atom:link href="https://darjarihla.com/tag/aitm/feed/" rel="self" type="application/rss+xml" />
	<link>https://darjarihla.com</link>
	<description>Identity, systems and strategic thinking.</description>
	<lastBuildDate>Sun, 12 Apr 2026 12:31:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://darjarihla.com/wp-content/uploads/2026/03/cropped-darja-rihla-startpagina-blog-afbeelding-2-32x32.png</url>
	<title>AiTM &#8211; Darja Rihla</title>
	<link>https://darjarihla.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What Is AiTM Phishing and Why It Bypasses MFA</title>
		<link>https://darjarihla.com/aitm-phishing-explained/</link>
		
		<dc:creator><![CDATA[Darja Rihla]]></dc:creator>
		<pubDate>Sun, 12 Apr 2026 12:31:52 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Tech]]></category>
		<category><![CDATA[AiTM]]></category>
		<category><![CDATA[aitm phishing]]></category>
		<category><![CDATA[How Cyber Attacks Happen]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Session vs Credential]]></category>
		<guid isPermaLink="false">https://darjarihla.com/?p=1415</guid>

					<description><![CDATA[AiTM phishing bypasses MFA by stealing session tokens after login. Learn how this attack works and why session security matters more than passwords.]]></description>
										<content:encoded><![CDATA[
<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="introduction">Introduction</h2>



<p class="wp-block-paragraph">A user enters their password.<br>They approve the MFA request.<br>Everything looks normal.</p>



<p class="wp-block-paragraph">And yet the attacker logs in anyway.</p>



<p class="wp-block-paragraph">This is not a failure of the user.<br>It is a failure of how identity security is designed.</p>



<p class="wp-block-paragraph">Adversary in the Middle phishing is one of the most effective attack techniques today because it does not break authentication. It operates inside it.</p>



<p class="wp-block-paragraph">If your organization relies on passwords and MFA alone, you are exposed.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Table of Contents</h2><nav><ul><li><a href="#introduction">Introduction</a></li><li><a href="#what-is-ai-tm-phishing">What Is AiTM Phishing</a></li><li><a href="#how-ai-tm-attacks-actually-work">How AiTM Attacks Actually Work</a><ul><li><a href="#step-1-lure">Step 1: Lure</a></li><li><a href="#step-2-proxy">Step 2: Proxy</a></li><li><a href="#step-3-credential-input">Step 3: Credential Input</a></li><li><a href="#step-4-mfa-challenge">Step 4: MFA Challenge</a></li><li><a href="#step-5-token-issuance">Step 5: Token Issuance</a></li><li><a href="#step-6-interception">Step 6: Interception</a></li><li><a href="#step-7-session-replay">Step 7: Session Replay</a></li><li><a href="#image-block">Image Block</a></li></ul></li><li><a href="#why-mfa-fails-against-ai-tm">Why MFA Fails Against AiTM</a></li><li><a href="#the-real-problem-session-trust">The Real Problem: Session Trust</a></li><li><a href="#session-theft-vs-credential-theft">Session Theft vs Credential Theft</a></li><li><a href="#why-this-attack-works">Why This Attack Works</a></li><li><a href="#impact-of-ai-tm-attacks">Impact of AiTM Attacks</a><ul><li><a href="#direct-impact">Direct Impact</a></li><li><a href="#operational-impact">Operational Impact</a></li><li><a href="#strategic-impact">Strategic Impact</a></li></ul></li><li><a href="#how-to-reduce-ai-tm-risk">How to Reduce AiTM Risk</a><ul><li><a href="#identity-controls">Identity controls</a></li><li><a href="#session-controls">Session controls</a></li><li><a href="#strong-authentication">Strong authentication</a></li><li><a href="#user-awareness">User awareness</a></li></ul></li><li><a href="#internal-links">Internal Links</a></li><li><a href="#cta">CTA</a><ul><li><a href="#identity-security-review">Identity Security Review</a></li></ul></li><li><a href="#conclusion">Conclusion</a></li></ul></nav></div>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="what-is-ai-tm-phishing">What Is AiTM Phishing</h2>



<p class="wp-block-paragraph">AiTM phishing is an attack where the attacker places a proxy between the user and the real login service.</p>



<p class="wp-block-paragraph">The user believes they are logging into a legitimate platform such as Microsoft 365. In reality, their traffic is routed through an attacker-controlled proxy.</p>



<p class="wp-block-paragraph">This allows the attacker to capture:</p>



<ul class="wp-block-list">
<li>Credentials</li>



<li>MFA responses</li>



<li>Session cookies and tokens</li>
</ul>



<p class="wp-block-paragraph">The critical detail is this:</p>



<p class="wp-block-paragraph">The attacker does not need to break authentication.<br>They capture the result of successful authentication.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="how-ai-tm-attacks-actually-work">How AiTM Attacks Actually Work</h2>



<h3 class="wp-block-heading" id="step-1-lure">Step 1: Lure</h3>



<p class="wp-block-paragraph">The attacker sends a phishing message that looks legitimate. This could be a document share, login request, or security alert.</p>



<h3 class="wp-block-heading" id="step-2-proxy">Step 2: Proxy</h3>



<p class="wp-block-paragraph">The victim lands on a page that perfectly mirrors the real login page.<br>This is not a static fake site. It is a live relay to the real service.</p>



<h3 class="wp-block-heading" id="step-3-credential-input">Step 3: Credential Input</h3>



<p class="wp-block-paragraph">The user enters their username and password.<br>The proxy forwards these to the real service.</p>



<h3 class="wp-block-heading" id="step-4-mfa-challenge">Step 4: MFA Challenge</h3>



<p class="wp-block-paragraph">The real service triggers MFA.<br>The user approves it.</p>



<h3 class="wp-block-heading" id="step-5-token-issuance">Step 5: Token Issuance</h3>



<p class="wp-block-paragraph">The identity provider issues:</p>



<ul class="wp-block-list">
<li>Session cookies</li>



<li>Access tokens</li>



<li>Refresh tokens</li>
</ul>



<p class="wp-block-paragraph">This is the moment where trust is granted.</p>



<h3 class="wp-block-heading" id="step-6-interception">Step 6: Interception</h3>



<p class="wp-block-paragraph">The proxy captures these tokens in real time.</p>



<h3 class="wp-block-heading" id="step-7-session-replay">Step 7: Session Replay</h3>



<p class="wp-block-paragraph">The attacker reuses the tokens to access the account.</p>



<p class="wp-block-paragraph">No password required<br>No MFA required</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="image-block">Image Block</h3>



<p class="wp-block-paragraph">Image prompt:<br>A dark minimal cybersecurity diagram showing a user connecting to a login server through a hidden proxy layer in the middle. Clean flow arrows from user to proxy to server. Highlight the interception point at token issuance. Dark blue and black background with subtle gold accents. No hacker clichés.</p>



<p class="wp-block-paragraph">Alt text:<br>AiTM phishing proxy intercepting authentication session between user and server</p>



<p class="wp-block-paragraph">Caption:<br>AiTM attacks intercept trust at the moment authentication succeeds</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="why-mfa-fails-against-ai-tm">Why MFA Fails Against AiTM</h2>



<p class="wp-block-paragraph">MFA was designed to protect against credential theft.</p>



<p class="wp-block-paragraph">It works when:</p>



<ul class="wp-block-list">
<li>A password is stolen</li>



<li>An attacker tries to log in separately</li>
</ul>



<p class="wp-block-paragraph">It fails when:</p>



<ul class="wp-block-list">
<li>The attacker is inside the login flow</li>
</ul>



<p class="wp-block-paragraph">Once authentication succeeds, the system issues a session token.</p>



<p class="wp-block-paragraph">That token represents access.</p>



<p class="wp-block-paragraph">AiTM attacks target this exact moment.</p>



<p class="wp-block-paragraph">This is why MFA enabled is not a strong security guarantee.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="the-real-problem-session-trust">The Real Problem: Session Trust</h2>



<p class="wp-block-paragraph">Modern identity systems such as Microsoft Entra ID rely on token-based authentication models. According to <a href="https://learn.microsoft.com/en-us/entra/identity/" target="_blank" rel="noopener">Microsoft Entra ID documentation</a>, session tokens represent authenticated access and are reused across services.</p>



<p class="wp-block-paragraph">Industry guidance such as the <a href="https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html" target="_blank" rel="noopener">OWASP Session Management Cheat Sheet</a> shows how improper session handling increases the risk of session hijacking attacks.</p>



<p class="wp-block-paragraph">Modern identity systems rely on:</p>



<ul class="wp-block-list">
<li>Single Sign On</li>



<li>OAuth and OpenID Connect</li>



<li>Token-based authentication</li>
</ul>



<p class="wp-block-paragraph">Authentication is no longer a single event.<br>It is the beginning of a session.</p>



<p class="wp-block-paragraph">After login, the system grants trust through tokens.</p>



<p class="wp-block-paragraph">These tokens:</p>



<ul class="wp-block-list">
<li>Are often not bound to a device</li>



<li>Are rarely continuously validated</li>



<li>Can be reused if stolen</li>
</ul>



<p class="wp-block-paragraph">This creates a gap between authentication and session ownership.</p>



<p class="wp-block-paragraph">AiTM phishing operates inside that gap.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="session-theft-vs-credential-theft">Session Theft vs Credential Theft</h2>



<p class="wp-block-paragraph">AiTM phishing changes how we should think about identity attacks.</p>



<p class="wp-block-paragraph">Most organizations still think in terms of credentials.</p>



<p class="wp-block-paragraph">They ask: did the attacker get the password?</p>



<p class="wp-block-paragraph">Modern attacks ask a different question.</p>



<p class="wp-block-paragraph">Did the attacker get the session?</p>



<p class="wp-block-paragraph">Credential theft:</p>



<ul class="wp-block-list">
<li>Password is stolen</li>



<li>MFA may still stop access</li>
</ul>



<p class="wp-block-paragraph">Session theft:</p>



<ul class="wp-block-list">
<li>Token is stolen</li>



<li>MFA already completed</li>



<li>Immediate access</li>
</ul>



<p class="wp-block-paragraph">This is a completely different threat model that many organizations fail to understand.</p>



<p class="wp-block-paragraph">AiTM phishing proves that session security is now the primary attack surface.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="683" src="https://darjarihla.com/wp-content/uploads/2026/03/aitm-phishing-identity-attack-surface-credentials-vs-sessions-1024x683.png" alt="AiTM phishing identity attack surface showing session theft after MFA token issuance" class="wp-image-1417" srcset="https://darjarihla.com/wp-content/uploads/2026/03/aitm-phishing-identity-attack-surface-credentials-vs-sessions-1024x683.png 1024w, https://darjarihla.com/wp-content/uploads/2026/03/aitm-phishing-identity-attack-surface-credentials-vs-sessions-300x200.png 300w, https://darjarihla.com/wp-content/uploads/2026/03/aitm-phishing-identity-attack-surface-credentials-vs-sessions-768x512.png 768w, https://darjarihla.com/wp-content/uploads/2026/03/aitm-phishing-identity-attack-surface-credentials-vs-sessions.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">AiTM phishing intercepts the session after MFA, highlighting why session tokens are the real attack target</figcaption></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="why-this-attack-works">Why This Attack Works</h2>



<p class="wp-block-paragraph">AiTM is not just technical. It leverages human behavior.</p>



<ul class="wp-block-list">
<li>Trust in familiar login pages</li>



<li>Routine approval of MFA requests</li>



<li>Authority of known brands</li>



<li>Real-time interaction without delay</li>
</ul>



<p class="wp-block-paragraph">The user completes the attack themselves without noticing.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="impact-of-ai-tm-attacks">Impact of AiTM Attacks</h2>



<h3 class="wp-block-heading" id="direct-impact">Direct Impact</h3>



<ul class="wp-block-list">
<li>Account takeover</li>



<li>Access to email and files</li>
</ul>



<h3 class="wp-block-heading" id="operational-impact">Operational Impact</h3>



<ul class="wp-block-list">
<li>Business Email Compromise</li>



<li>Invoice fraud</li>



<li>Internal phishing</li>
</ul>



<h3 class="wp-block-heading" id="strategic-impact">Strategic Impact</h3>



<ul class="wp-block-list">
<li>Privilege escalation</li>



<li>Tenant-wide compromise</li>



<li>Supply chain exposure</li>
</ul>



<p class="wp-block-paragraph">One successful session can lead to a full attack chain.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="how-to-reduce-ai-tm-risk">How to Reduce AiTM Risk</h2>



<p class="wp-block-paragraph">You cannot fully eliminate AiTM. You can reduce exposure.</p>



<h3 class="wp-block-heading" id="identity-controls">Identity controls</h3>



<ul class="wp-block-list">
<li>Conditional Access policies</li>



<li>Device compliance enforcement</li>



<li>Location-based restrictions</li>



<li>Risk-based authentication</li>
</ul>



<h3 class="wp-block-heading" id="session-controls">Session controls</h3>



<ul class="wp-block-list">
<li>Short session lifetimes</li>



<li>Session binding to device or context</li>



<li>Continuous evaluation of sessions</li>
</ul>



<h3 class="wp-block-heading" id="strong-authentication">Strong authentication</h3>



<ul class="wp-block-list">
<li>Passkeys</li>



<li>Hardware security keys</li>
</ul>



<p class="wp-block-paragraph">These methods are resistant to proxy-based attacks.</p>



<h3 class="wp-block-heading" id="user-awareness">User awareness</h3>



<ul class="wp-block-list">
<li>Focus on login flow manipulation</li>



<li>Avoid generic phishing training</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="internal-links">Internal Links</h2>



<ul class="wp-block-list">
<li>How Cyber Attacks Happen</li>



<li>Phishing Attack Explained</li>



<li>Why MFA Does Not Stop Phishing</li>



<li>Session vs Credential Theft</li>



<li>Why Session Cookies Matter More Than Your Password</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="cta">CTA</h2>



<h3 class="wp-block-heading" id="identity-security-review">Identity Security Review</h3>



<p class="wp-block-paragraph">AiTM phishing risk assessment for Microsoft 365 environments.</p>



<p class="wp-block-paragraph">If your organization uses Microsoft 365 or Entra ID, relying on MFA alone is not enough.</p>



<p class="wp-block-paragraph">We analyze:</p>



<ul class="wp-block-list">
<li>Where session theft is possible</li>



<li>Where MFA creates false confidence</li>



<li>Where Conditional Access reduces real risk</li>
</ul>



<p class="wp-block-paragraph">You get a clear and prioritized hardening plan based on real attack paths.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-35f06ea7 wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button">Book an Identity Security Review</a></div>
</div>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="conclusion">Conclusion</h2>



<p class="wp-block-paragraph">AiTM phishing works because it targets the gap between authentication and access.</p>



<p class="wp-block-paragraph">Not the password.<br>Not the MFA code.</p>



<p class="wp-block-paragraph">The session.</p>



<p class="wp-block-paragraph">As long as systems treat authentication as a one-time event and trust as persistent, this attack will continue to work.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h1 class="wp-block-heading" id="internal-linking-suggestions">Internal Linking Suggestions</h1>



<p class="wp-block-paragraph">Pillar:</p>



<ul class="wp-block-list">
<li><a href="https://darjarihla.com/how-cyber-attacks-happen/" data-type="link" data-id="https://darjarihla.com/how-cyber-attacks-happen/">How Cyber Attacks Happen</a></li>
</ul>



<p class="wp-block-paragraph">Supporting:</p>



<ul class="wp-block-list">
<li><a href="https://darjarihla.com/phishing-attack-explained/">Phishing Attack Explained</a></li>



<li><a href="https://darjarihla.com/why-mfa-doesnt-stop-phishing/">Why MFA Does Not Stop Phishing</a></li>



<li><a href="https://darjarihla.com/session-vs-credential-theft/">Session vs Credential Theft</a></li>



<li><a href="https://darjarihla.com/why-session-cookies-matter-more-than-your-password/" data-type="link" data-id="https://darjarihla.com/why-session-cookies-matter-more-than-your-password/">Why Session Cookies Matter More Than Your Password</a></li>
</ul>
]]></content:encoded>
					
		
		
		<media:content url="https://darjarihla.com/wp-content/uploads/2026/03/aitm-phishing-session-hijacking-dark-minimal-1024x683.png" medium="image" />
<category>Cybersecurity &amp; Tech</category>
	</item>
	</channel>
</rss>
