<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="jimsycurity.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="jimsycurity.github.io/" rel="alternate" type="text/html" /><updated>2026-03-31T14:51:38-05:00</updated><id>jimsycurity.github.io/feed.xml</id><title type="html">AdminSDHolder</title><subtitle>AD, InfoSec, &amp; some random stuff</subtitle><author><name>Jim Sykora</name></author><entry><title type="html">AdminSDHolder Blog and E-Book</title><link href="jimsycurity.github.io/2025/10/31/AdminSDHolder.html" rel="alternate" type="text/html" title="AdminSDHolder Blog and E-Book" /><published>2025-10-31T00:00:00-05:00</published><updated>2025-10-31T00:00:00-05:00</updated><id>jimsycurity.github.io/2025/10/31/AdminSDHolder</id><content type="html" xml:base="jimsycurity.github.io/2025/10/31/AdminSDHolder.html"><![CDATA[<p>As you may be able to tell by my domain name, I'm partial to AdminSDHolder. It's one of my favorite Active Directory nich topics. It's part of my personal brand. And now, I literally wrote the e-book on AdminSDHolder.</p>
<p>Head to <a href="https://specterops.io/resources/adminsdholder/">https://specterops.io/resources/adminsdholder/</a> to download the 159 page E-Book in PDF format.</p>
<p>I also wrote a <a href="https://specterops.io/blog/2025/10/31/adminsdholder-misconceptions-misconfigurations-and-myths/">little bit shorter blog</a> to sumarize the topic in at least a hundred less pages.</p>
<p>Why am I so interested in AdminSDHolder? Well, it's one of the cornerstone security mechanisms in Active Directory. It's been around since Windows Server 2000 brought Active Directory to us 25+ years ago. And it's something that much of the Internet is confidently wrong about.  Even Microsoft's primary documentation on AdminSDHolder gets several important details incorrect.</p>
<!-- excerpt-end -->
<p>You can also check out the related <a href="https://github.com/JimSycurity/AdminSDHolder">GitHub repo</a> which contains data points, scriptlets, lab results, and a <a href="https://github.com/JimSycurity/AdminSDHolder/blob/main/Misc/DefaultAdminSDHolderMalformedACEs.md">little side story</a> about how Microsoft has included malformed Access Control Entries in the default AdminSDHolder security descriptor since the first release of Windows Server 2000.</p>
<p>If for some reason the links on the SpecterOps website aren't working, the <a href="https://adminsdholder.com/files/AdminSDHolder_Misconceptions-Misconfigurations-v1.pdf">full PDF is available here</a> as well.</p>]]></content><author><name>Jim Sykora</name></author><category term="activedirectory" /><summary type="html"><![CDATA[As you may be able to tell by my domain name, I'm partial to AdminSDHolder. It's one of my favorite Active Directory nich topics. It's part of my personal brand. And now, I literally wrote the e-book on AdminSDHolder. Head to https://specterops.io/resources/adminsdholder/ to download the 159 page E-Book in PDF format. I also wrote a little bit shorter blog to sumarize the topic in at least a hundred less pages. Why am I so interested in AdminSDHolder? Well, it's one of the cornerstone security mechanisms in Active Directory. It's been around since Windows Server 2000 brought Active Directory to us 25+ years ago. And it's something that much of the Internet is confidently wrong about. Even Microsoft's primary documentation on AdminSDHolder gets several important details incorrect.]]></summary></entry><entry><title type="html">New Microsoft MVP</title><link href="jimsycurity.github.io/2025/07/01/MicrosoftMVP.html" rel="alternate" type="text/html" title="New Microsoft MVP" /><published>2025-07-01T00:00:00-05:00</published><updated>2025-07-01T00:00:00-05:00</updated><id>jimsycurity.github.io/2025/07/01/MicrosoftMVP</id><content type="html" xml:base="jimsycurity.github.io/2025/07/01/MicrosoftMVP.html"><![CDATA[<p>I was honored this morning to receive an email from Microsoft stating that I've been accepted to the Microsoft Most Valuable Professionals program in the area of Identity &amp; Access.</p>
<p><img src="https://adminsdholder.com/files/MVP2025.png" alt="You’ve been accepted to the Microsoft MVP Program" /></p>
<!-- excerpt-end -->
<p>It's exciting to be noted for my contributions to the IT and InfoSec community in the areas of Active Directory, Entra ID, and hybrid identity.  I'm in great company as a Microsoft MVP and I look forward to having the opportunity to collaborate with and hopefully meet up with other MVPs in the future.</p>]]></content><author><name>Jim Sykora</name></author><category term="activedirectory" /><summary type="html"><![CDATA[I was honored this morning to receive an email from Microsoft stating that I've been accepted to the Microsoft Most Valuable Professionals program in the area of Identity &amp; Access.]]></summary></entry><entry><title type="html">Understanding &amp;amp; Mitigating BadSuccessor</title><link href="jimsycurity.github.io/2025/05/27/UnderstandingMitigatingBadSucessor.html" rel="alternate" type="text/html" title="Understanding &amp;amp; Mitigating BadSuccessor" /><published>2025-05-27T00:00:00-05:00</published><updated>2025-05-27T00:00:00-05:00</updated><id>jimsycurity.github.io/2025/05/27/UnderstandingMitigatingBadSucessor</id><content type="html" xml:base="jimsycurity.github.io/2025/05/27/UnderstandingMitigatingBadSucessor.html"><![CDATA[<p>On May 21, 2025 Yuval Gorden of Akamai released his blog <a href="https://www.akamai.com/blog/security-research/abusing-dmsa-for-privilege-escalation-in-active-directory">BadSuccessor: Abusing dMSA to Escalate Privileges in Active Directory</a>, which details how the new <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/delegated-managed-service-accounts/delegated-managed-service-accounts-overview">Delegated Managed Service Account</a> (dMSA) feature introduced to Active Directory by Windows Server 2025 can be abused to impersonate any security principal or potentially recover credentials from any security principal.</p>
<p>Only Microsoft can remediate the underlying issues around BadSuccessor, but in the meantime we can mitigate the issue by focusing on the DACL abuses required for the attacker to gain control of a dMSA.  I wrote up <a href="https://specterops.io/blog/2025/05/27/understanding-mitigating-badsuccessor/">Understanding &amp; Mitigating BadSuccessor</a> to explore the DACL abuse primitives and ways to mitigate them.  The blog also includes a reference to my <a href="https://github.com/JimSycurity/dMSAs">GitHub</a> where I've included PowerShell scripts which automate the hard work of creating ACEs on OUs and containers where dMSA accounts could reside.</p>
<!-- excerpt-end -->
<h1 id="understanding-amp-mitigating-badsuccessor">Understanding &amp; Mitigating BadSuccessor</h1>
<p>TL;DR: BadSuccessor is a new AD attack primitive that abuses dMSAs, allowing an attacker who can modify or create a dMSA to escalate privileges and take over the forest. The DACL-based parts of the attack have relatively straightforward mitigations.</p>
<p>Recently <a href="https://x.com/YuG0rd">Yuval Gordon</a> at Akamai released the blog post <a href="https://www.akamai.com/blog/security-research/abusing-dmsa-for-privilege-escalation-in-active-directory">BadSuccessor: Abusing dMSA to Escalate Privileges in Active Directory</a> with some great research on abusing a new managed service account type for Active Directory which was released in Windows Server 2025. If you haven’t read that post in full yet, please do so before continuing on with this one.</p>
<p>In a nutshell, BadSuccessor allows anyone who can create or compromise a Delegated Managed Service Account (dMSA) in any AD Forest where at least 1 Windows Server 2025 Domain Controller (DC) is in place and a KDS Root Key has been generated to abuse the created or compromised dMSA to perform an Escalation of Privilege (EoP) to any security principal, including a member of Domain Admins. BadSuccessor can also be abused to recover the keys of a superseded account, which is a form of credential theft that can also result in full AD Forest compromise.</p>
<p>...read the rest of the blog here: <a href="https://specterops.io/blog/2025/05/27/understanding-mitigating-badsuccessor/">Understanding &amp; Mitigating BadSuccessor</a></p>
<h3 id="companion-script-repo">Companion Script Repo</h3>
<p><a href="https://github.com/JimSycurity/dMSAs">https://github.com/JimSycurity/dMSAs</a></p>]]></content><author><name>Jim Sykora</name></author><category term="activedirectory" /><summary type="html"><![CDATA[On May 21, 2025 Yuval Gorden of Akamai released his blog BadSuccessor: Abusing dMSA to Escalate Privileges in Active Directory, which details how the new Delegated Managed Service Account (dMSA) feature introduced to Active Directory by Windows Server 2025 can be abused to impersonate any security principal or potentially recover credentials from any security principal. Only Microsoft can remediate the underlying issues around BadSuccessor, but in the meantime we can mitigate the issue by focusing on the DACL abuses required for the attacker to gain control of a dMSA. I wrote up Understanding &amp; Mitigating BadSuccessor to explore the DACL abuse primitives and ways to mitigate them. The blog also includes a reference to my GitHub where I've included PowerShell scripts which automate the hard work of creating ACEs on OUs and containers where dMSA accounts could reside.]]></summary></entry><entry><title type="html">Updates to Owner or Pwned?</title><link href="jimsycurity.github.io/2025/02/21/UpdatedOwnerOrPwned.html" rel="alternate" type="text/html" title="Updates to Owner or Pwned?" /><published>2025-02-21T00:00:00-06:00</published><updated>2025-02-21T00:00:00-06:00</updated><id>jimsycurity.github.io/2025/02/21/UpdatedOwnerOrPwned</id><content type="html" xml:base="jimsycurity.github.io/2025/02/21/UpdatedOwnerOrPwned.html"><![CDATA[<p>I pushed some updates to my whitepaper on Active Directory Object Ownership today after Mark M. provided some great feedback on the document, including that all the links in the PDF were broken. You can download it here: <a href="https://adminsdholder.com/files/Owner_or_Pwned_v1.3_JimSykora.pdf">Owner or Pwned?: Disccovering and Remediating AD Object Ownership Issues</a>  This is 50+ pages of details on how ownership works in Active Directory and in really any Microsoft Windows environment where Securable Objects are present.</p>
<!-- excerpt-end -->
<h1 id="owner-or-pwned">Owner or Pwned?</h1>
<p>Discovering and Remediating AD Object Ownership Issues</p>
<h3 id="abstract">Abstract</h3>
<p>The default behavior in Active Directory allows the Owner of an AD Object to fully
control that Object. Do you know who owns objects in your AD Forest? Do you know
which AD Object Owners could compromise your AD Forest? Do you know who could
own your AD Objects and who could Pwn your AD?</p>
<h3 id="version">Version</h3>
<p>1.3</p>
<h3 id="companion-script-repo">Companion Script Repo</h3>
<p><a href="https://github.com/JimSycurity/OwnerOrPwned">https://github.com/JimSycurity/OwnerOrPwned</a></p>]]></content><author><name>Jim Sykora</name></author><category term="activedirectory" /><summary type="html"><![CDATA[I pushed some updates to my whitepaper on Active Directory Object Ownership today after Mark M. provided some great feedback on the document, including that all the links in the PDF were broken. You can download it here: Owner or Pwned?: Disccovering and Remediating AD Object Ownership Issues This is 50+ pages of details on how ownership works in Active Directory and in really any Microsoft Windows environment where Securable Objects are present.]]></summary></entry><entry><title type="html">Concerts I’ve Attended</title><link href="jimsycurity.github.io/2024/11/27/Concerts.html" rel="alternate" type="text/html" title="Concerts I’ve Attended" /><published>2024-11-27T00:00:00-06:00</published><updated>2024-11-27T00:00:00-06:00</updated><id>jimsycurity.github.io/2024/11/27/Concerts</id><content type="html" xml:base="jimsycurity.github.io/2024/11/27/Concerts.html"><![CDATA[<p>An attempt to piece together the puzzle of all the concerts I've been to over the years from most recent to longest ago.  I've always wanted to try to piece this together since we generally stopped getting paper concert tickets. I think I'm missing a couple here, and I need to go through my stack of paper tickets to fill in some blanks that I'm blanking on.  I'll just edit those in later.</p>
<!-- excerpt-end -->
<ul>
<li>July 11 2024 - Trampled by Turtles at Red Rocks <a href="https://www.setlist.fm/setlist/trampled-by-turtles/2024/red-rocks-amphitheatre-morrison-co-354f963.html">Setlist</a></li>
<li>May 20 2024 - Mr. Bungle at First Ave <a href="https://www.setlist.fm/setlist/mr-bungle/2024/first-avenue-minneapolis-mn-73abbaad.html">Setlist</a></li>
<li>February 29 2024 - Trampled by Turtles at Washington Pavilion <a href="https://www.setlist.fm/setlist/trampled-by-turtles/2024/washington-pavilion-sioux-falls-sd-5bad5f58.html">Setlist</a></li>
<li>July 8 2023 - Trampled by Turtles at Bayfront Festival Park <a href="https://www.setlist.fm/setlist/trampled-by-turtles/2023/bayfront-festival-park-duluth-mn-ba72162.html">Setlist</a></li>
<li>May 16 2023 - Mr Bungle at Mission Ballroom <a href="https://www.setlist.fm/setlist/mr-bungle/2023/mission-ballroom-denver-co-43b9e38b.html">Setlist</a></li>
<li>July 9 2022 - Trampled by Turtles at Bayfront Festival Park <a href="https://www.setlist.fm/setlist/trampled-by-turtles/2022/bayfront-festival-park-duluth-mn-53b55bc9.html">Setlist</a></li>
<li>April 26 2022 - Apocalyptica with Lacuna Coil at First Ave <a href="https://www.setlist.fm/setlist/apocalyptica/2022/first-avenue-minneapolis-mn-6bb67672.html">Setlist</a></li>
<li>March 13 2022 - Tool at Target Center <a href="https://www.setlist.fm/setlist/tool/2022/target-center-minneapolis-mn-b89e1fe.html">Setlist</a></li>
<li>November 16 2019 - Trampled by Turtles at Mankato Civic Center <a href="https://www.setlist.fm/setlist/trampled-by-turtles/2019/mankato-civic-center-mankato-mn-39aed87.html">Setlist</a></li>
<li>November 2 2019 - Greensky Bluegrass at Palace Theatre <a href="https://www.setlist.fm/setlist/greensky-bluegrass/2019/palace-theatre-st-paul-mn-2b9d683e.html">Setlist</a></li>
<li>July 6 2019 - Trampled by Turtles at Bayfront Festival Park <a href="https://www.setlist.fm/setlist/trampled-by-turtles/2019/bayfront-festival-park-duluth-mn-6b9ea616.html">Setlist</a></li>
<li>May 17 2019 - Tool at Wells Fargo Arena <a href="https://www.setlist.fm/setlist/tool/2019/wells-fargo-arena-des-moines-ia-39031cb.html">Setlist</a></li>
<li>September 11 2018 - Metallica at Denny Sanford Arena <a href="https://www.setlist.fm/setlist/metallica/2018/denny-sanford-premier-center-sioux-falls-sd-3be9ac00.html">Setlist</a></li>
<li>November 11 2017 - Foo Fighters at Denny Sanford Arena <a href="https://www.setlist.fm/setlist/foo-fighters/2017/denny-sanford-premier-center-sioux-falls-sd-4be0a796.html">Setlist</a></li>
<li>October 20 2017 - Trombone Shorty &amp; Orleans Avenue at Palace Theatre <a href="https://www.setlist.fm/setlist/trombone-shorty-and-orleans-avenue/2017/palace-theatre-st-paul-mn-7be06af0.html">No Setlist</a></li>
<li>March 18 2017 - Greensky Bluegrass with Chris Jacobs at Palace Theatre <a href="https://www.setlist.fm/setlist/greensky-bluegrass/2017/palace-theatre-st-paul-mn-73f902bd.html">Setlist</a></li>
<li>May 26 2016 - Megadeth at Badlands Pawn <a href="https://www.setlist.fm/setlist/megadeth/2016/badlands-pawn-gold-and-jewelry-sioux-falls-sd-23fe8867.html">Setlist</a></li>
<li>April 21 2016 - Mumford and Sons at Xcel Energy Center <a href="https://www.setlist.fm/setlist/mumford-and-sons/2016/xcel-energy-center-st-paul-mn-43f1e337.html">Setlist</a> - 1st show with Cybil!</li>
<li>March 11 2016 - Slayer with Testement &amp; Carcass <a href="https://www.setlist.fm/setlist/slayer/2016/myth-maplewood-mn-1bf0e1c8.html">Setlist</a> - Rylan's 1st show</li>
<li>June 23-24 2012 - Rivers Edge Festival
<ul>
<li>Coheed and Cambria <a href="https://www.setlist.fm/setlist/coheed-and-cambria/2012/harriet-island-regional-park-st-paul-mn-1bdf0dd0.html">Setlist</a></li>
<li>Scissor Sisters - Best performance of the festival!!!</li>
<li>Sublime with Rome</li>
<li>The Whigs</li>
<li>Quietdrive</li>
<li>Tool <a href="https://www.setlist.fm/setlist/tool/2002/sioux-falls-arena-sioux-falls-sd-53d96b05.html">Setlist</a></li>
<li>Dave Mathews Band <a href="https://www.setlist.fm/setlist/dave-matthews-band/2012/harriet-island-regional-park-st-paul-mn-1bdf0958.html">Setlist</a></li>
<li>Puscifer <a href="https://www.setlist.fm/setlist/puscifer/2012/harriet-island-regional-park-st-paul-mn-43df0f5b.html">Setlist</a></li>
<li>Flaming Lips <a href="https://www.setlist.fm/setlist/the-flaming-lips/2012/harriet-island-regional-park-st-paul-mn-bdf095a.html">Setlist</a></li>
</ul>
</li>
<li>July 1 2010 - Tool at Xcel Energy Center <a href="https://www.setlist.fm/setlist/tool/2010/xcel-energy-center-st-paul-mn-63d406cb.html">Setlist</a></li>
<li>November 5 2007 - Rob Zombie at Swiftel Center</li>
<li>August 14 2007 - Marilyn Manson &amp; Slayer at Xcel Energy Center <a href="https://www.setlist.fm/setlist/slayer/2007/xcel-energy-center-st-paul-mn-33dfb065.html">Setlist</a> &amp; <a href="https://www.setlist.fm/setlist/marilyn-manson/2007/xcel-energy-center-st-paul-mn-1bd635c4.html">Setlist</a></li>
<li>May 6 2007 - <a href="https://www.setlist.fm/setlist/heaven-and-hell/2007/target-center-minneapolis-mn-2bd744d2.html">Heaven &amp; Hell</a> with <a href="https://www.setlist.fm/setlist/megadeth/2007/target-center-minneapolis-mn-73d642b1.html">Megadeth</a> &amp; <a href="https://www.setlist.fm/setlist/machine-head/2007/target-center-minneapolis-mn-6bd6366a.html">MachineHead</a> at Target Center</li>
<li>April 16 2007 - Peeping Tom at Trocaderos <a href="https://www.setlist.fm/setlist/peeping-tom/2007/trocaderos-minneapolis-mn-bdf8d82.html">Setlist</a></li>
<li>September 23 2005 - The Mars Volta at Xcel Energy Center <a href="https://www.setlist.fm/setlist/the-mars-volta/2005/xcel-energy-center-st-paul-mn-23c3348b.html">Setlist</a></li>
<li>September 24 2004 - Colonel Claypool's Bucket of Bernie Brains at Quest Club</li>
<li>March 23 2004 - Pigmy Love Circus at the Ascot Room (Quest Club)</li>
<li>August 11 2003 - A Perfect Circle with Pigmy Love Circus at The Pantages  <a href="https://www.setlist.fm/setlist/a-perfect-circle/2003/pantages-theatre-minneapolis-mn-4bd2630e.html">Setlist</a></li>
<li>October 15 2002 - Tool at Denny Sanford Arena <a href="https://www.setlist.fm/setlist/tool/2002/sioux-falls-arena-sioux-falls-sd-53d96b05.html">Setlist</a></li>
<li>September 6 2001 - Tool with Meshuggah at Xcel Energy Center <a href="https://www.setlist.fm/setlist/tool/2001/xcel-energy-center-st-paul-mn-73d462c1.html">Setlist</a></li>
<li>October 31 1998 - Marilyn Manson at Roy Wilkins Arena <a href="https://www.setlist.fm/setlist/marilyn-manson/1998/roy-wilkins-auditorium-st-paul-mn-7bdbce24.html">Setlist</a></li>
<li>Mar 12 1999 - Korn &amp; Rob Zombie at The Mark of the Quad Cities</li>
<li>July 18 1998 - Ozzfest
<ul>
<li>Bad Religion</li>
<li>Cherry Poppin’ Daddies</li>
<li>Coal Chamber <a href="https://www.setlist.fm/setlist/coal-chamber/1998/float-rite-park-amphitheatre-somerset-wi-33de1881.html">Setlist</a></li>
<li>Deftones <a href="https://www.setlist.fm/setlist/deftones/1998/float-rite-park-amphitheatre-somerset-wi-4bdf6bca.html">Setlist</a></li>
<li>Godsmack</li>
<li>Hatebreed</li>
<li>Incubus <a href="https://www.setlist.fm/setlist/incubus/1998/float-rite-park-amphitheatre-somerset-wi-7bd632e4.html">Setlist</a></li>
<li>Limp Bizkit <a href="https://www.setlist.fm/setlist/limp-bizkit/1998/float-rite-park-amphitheatre-somerset-wi-23de1887.html">Setlist</a></li>
<li>Megadeth <a href="https://www.setlist.fm/setlist/megadeth/1998/float-rite-park-amphitheatre-somerset-wi-63d11af3.html">Setlist</a></li>
<li>Melvins <a href="https://www.setlist.fm/setlist/melvins/1998/float-rite-park-amphitheatre-somerset-wi-63d70ecf.html">Setlist</a></li>
<li>Motörhead <a href="https://www.setlist.fm/setlist/motorhead/1998/float-rite-park-amphitheatre-somerset-wi-6bd11af2.html">Setlist</a></li>
<li>NOFX <a href="https://www.setlist.fm/setlist/nofx/1998/float-rite-park-amphitheatre-somerset-wi-5bdf6bd4.html">Setlist</a></li>
<li>Ozzy <a href="https://www.setlist.fm/setlist/ozzy-osbourne/1998/float-rite-park-amphitheatre-somerset-wi-13d05df1.html">Setlist</a></li>
<li>Rancid</li>
<li>Reverend Horton Heat</li>
<li>Sevendust <a href="https://www.setlist.fm/setlist/sevendust/1998/float-rite-park-amphitheatre-somerset-wi-4bd1139e.html">Setlist</a></li>
<li>Snot</li>
<li>Soulfly <a href="https://www.setlist.fm/setlist/soulfly/1998/float-rite-park-amphitheatre-somerset-wi-33dfe8d5.html">Setlist</a></li>
<li>Staind</li>
<li>System of a Down <a href="https://www.setlist.fm/setlist/system-of-a-down/1998/float-rite-park-amphitheatre-somerset-wi-3bde188c.html">Setlist</a></li>
<li>Tool <a href="https://www.setlist.fm/setlist/tool/1998/float-rite-park-amphitheatre-somerset-wi-43d5bf33.html">Setlist</a></li>
<li>The Vandals</li>
</ul>
</li>
<li>July 17 1998 - Smashing Pumpkins at Hennepin Ave <a href="https://www.setlist.fm/setlist/the-smashing-pumpkins/1998/block-e-at-hennepin-avenue-minneapolis-mn-5bd72f48.html">Setlist</a></li>
<li>July 28 1996 - Lollapalooza
<ul>
<li>Metallica <a href="https://www.setlist.fm/setlist/metallica/1996/iowa-state-fairgrounds-des-moines-ia-6bd6da6e.html">Setlist</a></li>
<li>Waylon Jennings</li>
<li>Psychotica</li>
<li>Ramones</li>
<li>Rancid</li>
<li>Screaming Trees</li>
<li>Soundgarden <a href="https://www.setlist.fm/setlist/soundgarden/1996/iowa-state-fairgrounds-des-moines-ia-3bd35820.html">Setlist</a></li>
</ul>
</li>
</ul>]]></content><author><name>Jim Sykora</name></author><category term="music" /><summary type="html"><![CDATA[An attempt to piece together the puzzle of all the concerts I've been to over the years from most recent to longest ago. I've always wanted to try to piece this together since we generally stopped getting paper concert tickets. I think I'm missing a couple here, and I need to go through my stack of paper tickets to fill in some blanks that I'm blanking on. I'll just edit those in later.]]></summary></entry><entry><title type="html">Hello World</title><link href="jimsycurity.github.io/2024/11/26/HelloWorld.html" rel="alternate" type="text/html" title="Hello World" /><published>2024-11-26T00:00:00-06:00</published><updated>2024-11-26T00:00:00-06:00</updated><id>jimsycurity.github.io/2024/11/26/HelloWorld</id><content type="html" xml:base="jimsycurity.github.io/2024/11/26/HelloWorld.html"><![CDATA[<p>Hello World.  This is my first post using Jekyll on GitHub Pages.</p>
<p>I may post some stuff here.</p>
<!-- excerpt-end -->
<p>My posts would likely be about:</p>
<ul>
<li>Microsoft Active Directory</li>
<li>Microsoft Entra ID</li>
<li>InfoSec Stuff</li>
<li>SysAdmin Stuff</li>
<li>HomeLab Stuff</li>
<li>Cooking</li>
<li>Outdoors</li>
<li>Books</li>
<li>Learning</li>
</ul>
<p>Hopefully I'll figure out how to use tags and collections.</p>]]></content><author><name>Jim Sykora</name></author><category term="general" /><summary type="html"><![CDATA[Hello World. This is my first post using Jekyll on GitHub Pages. I may post some stuff here.]]></summary></entry></feed>