<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on fonetone</title><link>https://fonetone.org/posts/</link><description>Recent content in Posts on fonetone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 24 Feb 2026 05:55:55 +0100</lastBuildDate><atom:link href="https://fonetone.org/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>NTLMv1 Must Die</title><link>https://fonetone.org/posts/ntlmv1-must-die/</link><pubDate>Tue, 24 Feb 2026 05:55:55 +0100</pubDate><guid>https://fonetone.org/posts/ntlmv1-must-die/</guid><description>&lt;div class="toc"&gt;
 &lt;details open&gt;
 &lt;summary&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/summary&gt;
 &lt;nav id="TableOfContents"&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#foreword"&gt;Foreword&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#ntlmv1-authentication-flow"&gt;NTLMv1 Authentication Flow&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#ntlm-relay-attack"&gt;NTLM Relay Attack&lt;/a&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#scenario-1-smb-signing-is-not-required"&gt;Scenario 1: SMB Signing is NOT Required&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#scenario-2-smb-signing-is-required"&gt;Scenario 2: SMB Signing is Required&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/li&gt;
 &lt;li&gt;&lt;a href="#the-loophole"&gt;The Loophole&lt;/a&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#tampering-is-caring"&gt;Tampering is Caring&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/li&gt;
 &lt;li&gt;&lt;a href="#message-integrity-code-aka-mic"&gt;Message Integrity Code aka MIC&lt;/a&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#drop-the-mic"&gt;Drop the MIC&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#drop-the-mic-2"&gt;Drop the MIC 2&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/li&gt;
 &lt;li&gt;&lt;a href="#extended-protection-for-authentication-aka-epa"&gt;Extended Protection for Authentication aka EPA&lt;/a&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#epa-under-attack"&gt;EPA Under Attack&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/li&gt;
 &lt;/ul&gt;
&lt;/nav&gt;
 &lt;/details&gt;
&lt;/div&gt;

&lt;img src="https://fonetone.org/imgs/ntlmv1-must-die-monitor.png" alt="ntlm-must-die-cover" style="max-width: 75%;"&gt;
&lt;h1 id="foreword"&gt;Foreword&lt;/h1&gt;
&lt;p&gt;I know the internet is already drowning in NTLM authentication articles. So, if you’re thinking this post might be just another drop in that ocean, I get it — and I’m sorry to disappoint. But for the newcomers or anyone still tangled in the protocol’s quirks, this might just be the lifebuoy you need. Also, I won’t be plunging into the technical details; people far smarter than I am already did, so I kindly recommend you check their work. I am merely putting into my own words something that&amp;rsquo;s been explained countless times, to help me understand it better, and hopefully, it helps you too.&lt;/p&gt;</description></item><item><title>Hierarchy Takeover via NTLM Coercion and Relay over SMB to Remote Site Database</title><link>https://fonetone.org/posts/hierarchy-takeover-via-ntlm-coercion-and-relay-over-smb-to-remote-site-database/</link><pubDate>Fri, 20 Feb 2026 07:00:55 +0100</pubDate><guid>https://fonetone.org/posts/hierarchy-takeover-via-ntlm-coercion-and-relay-over-smb-to-remote-site-database/</guid><description>&lt;div class="toc"&gt;
 &lt;details open&gt;
 &lt;summary&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/summary&gt;
 &lt;nav id="TableOfContents"&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#the-meat-and-potatoes"&gt;The Meat and Potatoes&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#i-am-service"&gt;I am Service&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#gimme-db"&gt;Gimme DB&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
&lt;/nav&gt;
 &lt;/details&gt;
&lt;/div&gt;

&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;img src="https://fonetone.org/imgs/sccm-is-mysterious-and-important.png" alt="ntlm2mssql-switch-roles-artwork" style="max-width: 55%;"&gt;
&lt;p&gt;I&amp;rsquo;m gonna have soon to come up with acronyms for those titles, it&amp;rsquo;s getting out of hand.
Don&amp;rsquo;t panic tho, it sounds far more complicated than it actually is!
It&amp;rsquo;s very similar to what was already covered in &lt;a href="https://fonetone.org/posts/hierarchy-takeover-via-ntlm-coercion-and-relay-to-mssql/"&gt;this post&lt;/a&gt;, except that this time we relay over SMB instead of LDAP.
Additionally, we will be talking to the DB directly as the Primary Site Server, instead of using a user account. So basically a machine talking to another machine, what could go wrong, right?&lt;/p&gt;</description></item><item><title>Hierarchy Takeover via NTLM Coercion and Relay to MSSQL</title><link>https://fonetone.org/posts/hierarchy-takeover-via-ntlm-coercion-and-relay-to-mssql/</link><pubDate>Sun, 15 Feb 2026 16:15:55 +0100</pubDate><guid>https://fonetone.org/posts/hierarchy-takeover-via-ntlm-coercion-and-relay-to-mssql/</guid><description>&lt;div class="toc"&gt;
 &lt;details open&gt;
 &lt;summary&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/summary&gt;
 &lt;nav id="TableOfContents"&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#minutiae"&gt;Minutiae&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#the-meat-and-potatoes"&gt;The Meat and Potatoes&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#road-to-system"&gt;Road to SYSTEM&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#sccm-admin-sid-hijacking"&gt;SCCM Admin SID Hijacking&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
&lt;/nav&gt;
 &lt;/details&gt;
&lt;/div&gt;

&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;img src="https://fonetone.org/imgs/sccm-is-mysterious-and-important.png" alt="ntlm2mssql-switch-roles-artwork" style="max-width: 55%;"&gt;
&lt;p&gt;This post is part of a series on SCCM exploitation. If you haven&amp;rsquo;t yet, don&amp;rsquo;t miss &lt;strong&gt;&lt;a href="https://fonetone.org/posts/sccm-range-deployment/"&gt;SCCM Range Deployment&lt;/a&gt;&lt;/strong&gt; — it&amp;rsquo;s like setting up your own SCCM sandbox, minus the sand in your underwear.&lt;/p&gt;
&lt;p&gt;At the end of this post, you will know how to coerce a SCCM Primary Site Server into authenticating against you, and relay that authentication back to the Server Site Database.&lt;/p&gt;</description></item><item><title>SCCM Range Deployment</title><link>https://fonetone.org/posts/sccm-range-deployment/</link><pubDate>Sat, 14 Feb 2026 07:42:50 +0100</pubDate><guid>https://fonetone.org/posts/sccm-range-deployment/</guid><description>&lt;div class="toc"&gt;
 &lt;details open&gt;
 &lt;summary&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/summary&gt;
 &lt;nav id="TableOfContents"&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#create-the-range"&gt;Create the Range&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
&lt;/nav&gt;
 &lt;/details&gt;
&lt;/div&gt;

&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;img src="https://fonetone.org/imgs/ludus-deploy.png" alt="ludus-deploy" style="max-width: 75%;"&gt;
&lt;p&gt;If you’ve never heard of &lt;a href="https://docs.ludus.cloud/"&gt;Ludus&lt;/a&gt;, I almost feel bad for you. Because once you know, there’s no going back. This absolute game-changer is about to save you HOURS, and I’m basically your hero for telling you about it. You’re welcome. I&amp;rsquo;ve just changed your life, so feel free to name your firstborn after me.&lt;/p&gt;
&lt;p&gt;Now, let&amp;rsquo;s give credit when credit is due. Who built that thing?&lt;/p&gt;</description></item></channel></rss>