<?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>Break Glass Account Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/break-glass-account/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/break-glass-account/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Thu, 11 Nov 2021 22:19:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>Break Glass Account: What Is It And Why Do You Need It</title>
		<link>https://thesysadminchannel.com/break-glass-account-what-is-it-and-why-do-you-need-it/</link>
					<comments>https://thesysadminchannel.com/break-glass-account-what-is-it-and-why-do-you-need-it/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Tue, 07 Jul 2020 05:56:47 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Break Glass Account]]></category>
		<category><![CDATA[Break glass account Azure]]></category>
		<category><![CDATA[break glass account best practices]]></category>
		<category><![CDATA[break glass account meaning]]></category>
		<category><![CDATA[monitor break glass accounts]]></category>
		<category><![CDATA[What Is A Break Glass Account]]></category>
		<category><![CDATA[Why Do You Need A Break Glass Account]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=2171</guid>

					<description><![CDATA[<p>What Is A Break Glass Account and Why You Need It A break glass account is an account that is used for emergency purposes to gain access to a system or service that is not accessible under normal controls. You,&#8230; <a href="https://thesysadminchannel.com/break-glass-account-what-is-it-and-why-do-you-need-it/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/break-glass-account-what-is-it-and-why-do-you-need-it/">Break Glass Account: What Is It And Why Do You Need It</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>What Is A Break Glass Account and Why You Need It</h2>
<p><strong>A break glass account is an account that is used for emergency purposes to gain access to a system or service that is not accessible under normal controls</strong>.  You, as a systems administrator should not only document all of your break glass accounts but regularly audit those accounts to ensure that the correct people have access.  </p>
<p>More importantly, the reason you need a break glass account is to bypass the controls put in place that are there to increase security.<br />
&nbsp;</p>
<div id="tableofcontents">
<h2>Table Of Contents</h2>
<ul>
<li><a href="#Roles">What Roles Should Break Glass Accounts Have?</a></li>
<li><a href="#HowMany">How Many Emergency Accounts Should I Have?</a></li>
<li><a href="#Monitoring">How To Monitor Break Glass Accounts Sign-in And Audit Logs</a></li>
<ul>
<li><a href="#SignInLogs">Get-AzureADAuditSignInLogs Example</a></li>
</ul>
<li><a href="#Conclusion">Conclusion</a></li>
</ul>
</div>
<p>&nbsp;</p>
<div id="Roles" style="scroll-margin-top: 15px;"></div>
<h2>What Roles Should Break Glass Accounts Have?</h2>
<p>Typically any account that is used for emergency purposes needs to have the rights to be able to gain access to the system and revert any controls or lockouts that are in place. Nine times out of ten, I would recommend that the account have administrator rights to ensure you&#8217;re up and running as soon as possible.  Furthermore, <strong>a break glass account is usually highly privileged</strong> and has the least amount of controls in place so it needs to be secured in a vault that very few people have access to.<br />
&nbsp;</p>
<div id="HowMany" style="scroll-margin-top: 15px;"></div>
<h2>How Many Emergency Accounts Should I Have?</h2>
<p>Ideally you would want 1-2 emergency account per platform.  Let&#8217;s take Microsoft&#8217;s Azure Active Directory for example.  Although you can have many administrators or Global Admins, Microsoft recommends 2 break glass accounts for the M365 platform.  The reason being is that you&#8217;ll want a backup to the backup just for good measure.</p>
<p>&nbsp;<br />
Lets say you <a href="https://thesysadminchannel.com/deploy-mfa-using-azure-ad-conditional-access/" rel="noopener noreferrer" target="_blank">deploy Multifactor Authentication</a> and your policy is scoped to all users, you&#8217;ll want to have this break glass account excluded from that policy to ensure that you can still login if admins aren&#8217;t able to get in. </p>
<p>In this scenario, the Azure AD account would have Global Admin rights, it would be excluded from the MFA policy and finally, it would NOT be an on-premises account.  Specifically, this Global Admin account should be an onmicrosoft.com account in the event your on-prem AD has issues.<br />
&nbsp;</p>
<div id="Monitoring" style="scroll-margin-top: 15px;"></div>
<h2>How To Monitor Break Glass Accounts Sign-in And Audit Logs</h2>
<p>Every platform is different so it will be nearly impossible to give an answer to anything really specific. However, if we use our example of Azure Active Directory (Azure AD), I can give you a general idea of what this would look like in a real world example.  If you&#8217;re already using Azure AD that&#8217;s great!  If you&#8217;re not, but you plan to migrate sooner than later we got you covered in our <a href="https://www.youtube.com/watch?v=sSqV7FQyfFg&#038;list=PL60ejEuI_nxuO16nhkXE-QArnfzdftFlr" rel="noopener noreferrer" target="_blank">Exchange Migration YouTube Playlist</a>. </p>
<p>As I mentioned, it is recommended that you monitor sign-in and audit log activity from emergency accounts.  I would also highly recommend you trigger a notification to your administrators when there has been activity. How do I do this you ask? Here is a quick break down of what that looks like.</p>
<ul>
<li>Import or Install AzureAD Module</li>
<li>The cmdlet <strong>Get-AzureADAuditSignInLogs</strong> can quickly gather those logs using Powershell</li>
<li>The cmdlet <strong>Send-MailMessage</strong> can send an email to send you a notification, also using Powershell</li>
<li>Setup a scheduled task to check on a regular basis</li>
</ul>
<div id="SignInLogs" style="scroll-margin-top: 15px;"></div>
<h3>Get-AzureADAuditSignInLogs Example</h3>
<p>Here is a quick example of what Get-AzureADAuditSignInLogs would look like.<br />
&nbsp;</p>
<pre class="brush: powershell; title: ; notranslate">
#Connect to Azure Active Directory
Import-Module AzureAD
Connect-AzureAD -AccountId username@thesysadminchannel.com

#Get Date and then check for sign-ins after said date
$Date = (Get-Date).AddDays(-1).ToString(&quot;yyyy-MM-dd&quot;)
Get-AzureADAuditSignInLogs -Filter &quot;UserPrincipalName  eq 'breakglass@thesysadminchannel.onmicrosoft.com' AND CreatedDateTime gt $Date&quot; 
</pre>
<p>&nbsp;<br />
This short script block above will show the same information you&#8217;re used to seeing in the GUI.<br />
<a href="https://thesysadminchannel.com/wp-content/uploads/2020/07/BreakGlass-Account-Monitor-Signin.png" target="_blank" rel="noopener noreferrer"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/07/BreakGlass-Account-Monitor-Signin.png" alt="BreakGlass Account Monitor Signin" width="1688" height="616" class="aligncenter size-full wp-image-2393" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/07/BreakGlass-Account-Monitor-Signin.png?v=1601535312 1688w, https://thesysadminchannel.com/wp-content/uploads/2020/07/BreakGlass-Account-Monitor-Signin-1024x374.png?v=1601535312 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/07/BreakGlass-Account-Monitor-Signin-768x280.png?v=1601535312 768w" sizes="(max-width: 1688px) 100vw, 1688px" /></a></p>
<div id="Conclusion" style="scroll-margin-top: 15px;"></div>
<h2>Conclusion</h2>
<p>At the end of the day you&#8217;ll need to ensure you have a backdoor to get into your platform and a break glass account is a perfect use case for it.  I hope this article was informative for you and if there&#8217;s one take away from this article, that is&#8230; Subscribe to my <a href="https://www.youtube.com/c/theSysadminChannel" rel="noopener noreferrer" target="_blank">Youtube Channel</a>.  Because why not. 🙂</p>
<p>The post <a href="https://thesysadminchannel.com/break-glass-account-what-is-it-and-why-do-you-need-it/">Break Glass Account: What Is It And Why Do You Need It</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/break-glass-account-what-is-it-and-why-do-you-need-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2171</post-id>	</item>
	</channel>
</rss>
