<?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>Arweth</title>
	<atom:link href="https://arweth.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://arweth.com/</link>
	<description></description>
	<lastBuildDate>Tue, 25 Jan 2022 19:01:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Implementing AzureAD SSO for the Kaseya VSA</title>
		<link>https://arweth.com/2019/05/implementing-azuread-sso-for-the-kaseya-vsa/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=implementing-azuread-sso-for-the-kaseya-vsa</link>
					<comments>https://arweth.com/2019/05/implementing-azuread-sso-for-the-kaseya-vsa/#comments</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Mon, 13 May 2019 23:49:54 +0000</pubDate>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[AzureAD]]></category>
		<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[SAML]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[VSA]]></category>
		<guid isPermaLink="false">https://arweth.com/?p=545</guid>

					<description><![CDATA[<p>In this post we cover how to setup Azure Active Directory to provide the authentication for a Kaseya Virtual System Administrator server using single sign on through SAML. These instructions assume you have access to a Kaseya VSA server (with &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2019/05/implementing-azuread-sso-for-the-kaseya-vsa/"> <span class="screen-reader-text">Implementing AzureAD SSO for the Kaseya VSA</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2019/05/implementing-azuread-sso-for-the-kaseya-vsa/">Implementing AzureAD SSO for the Kaseya VSA</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this post we cover how to setup Azure Active Directory to provide the authentication for a Kaseya Virtual System Administrator server using single sign on through SAML.</p>



<p>These instructions assume you have access to a Kaseya VSA server (with the AuthAnvil module installed) and licensed for Enterprise Applications in Azure AD.</p>



<p>We will not be covering the details of the Enterprise App configuration outside of the SAML based setup.</p>



<h2 class="wp-block-heading">Configuration &#8211; Azure AD</h2>



<ol class="wp-block-list"><li> To begin log into your Azure AD tenant and open the Enterprise Applications settings. </li><li> Choose New Application at the top. </li><li> Then select &#8220;Non-Gallery Application&#8221; and give this a name. </li><li>In the left menu choose Single sign-on</li><li>Choose SAML as the option</li><li>Enter the Basic SAML Configuration section<ol><li>Identifier (Entity ID) for this we want to use the URL of your VSA server as a base and the rest of &lt;vsaserver>/vsapres/web20/core/ssologin.aspx<br>e.g:<br>https://vsa.arweth.com/vsapres/web20/core/ssologin.aspx </li><li>Repeat this for the Reply URL (Assertion Consumer Service URL)</li><li>Leave the remainder empty (Sign on URL, Relay State, Logout URL)</li></ol></li><li>Enter the User Attributes &amp; Claims<ol><li>Name identifier value: This is what we use for the Kaseya user name.</li><li>You want to delete all other entries from this section other than the one we use to sign into Kaseya with.</li></ol></li><li>SAML Signing Certificate<ol><li>Enter the configuration for the certificate. You can use the default Azure generated one or upload a new one if you use your own certificate on different platforms.</li><li>Set the signing option to Sign SAML response</li><li>Signing Algorithm to SHA-1</li><li>Set a notification email address to be notified when this certificate is due to expire.</li><li>Download the certificate (Base 64) as we need this later.</li></ol></li></ol>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="850" height="260" src="https://arweth.com/wp-content/uploads/2019/05/firefox_5p2gGsHkh0.png" alt="" class="wp-image-557"/><figcaption>Setting for User Attributes and Claims &#8211; what you use here will vary by configuration</figcaption></figure>



<figure class="wp-block-image"><img decoding="async" width="804" height="643" src="https://arweth.com/wp-content/uploads/2019/05/2019-04-16-08_06_15-Window.png" alt="Completed SAML configuration" class="wp-image-551"/><figcaption>Completed SAML setup<br></figcaption></figure>



<figure class="wp-block-image"><img decoding="async" width="844" height="412" src="https://arweth.com/wp-content/uploads/2019/05/2019-04-16-08_06_48-Window.png" alt="SAML Signing Certificate Example" class="wp-image-553"/><figcaption>SAML Signing Certificate Configuration</figcaption></figure>



<h2 class="wp-block-heading">Configuration &#8211; Kaseya VSA</h2>



<ol class="wp-block-list"><li>From here we configure the AuthAnvil module in the VSA server.<ol><li>Go to AuthAnvil -&gt; Two Factor Auth -&gt; Configured Kaseya Logon</li><li>Enter an AuthAnvil SAS URL just so this setting saves &#8211; we use a non-existing AuthAnvil on demand tenant as this still verifies the URL exists.<br>https://nonexistant-disable.my.authanvil.com/SAS.asmx</li><li>Tick the option &#8220;Enable Single Sign On to Kaseya&#8221;</li><li>Set the reply to URL to the same as used in step 5.1 above</li><li>Click &#8220;Select Certificate&#8221;</li><li>Followed by &#8220;Choose File&#8221; and choose the certificate we downloaded in step 7.5 above</li><li>Click &#8220;Import Selected Certificate&#8221; and confirm the certificate information supplied is for the correct certificate &#8211; if you used an Azure generated one this will have Azure details on it.</li><li>Save the settings</li></ol></li></ol>



<figure class="wp-block-image is-resized"><img loading="lazy" decoding="async" src="https://arweth.com/wp-content/uploads/2019/05/2019-04-16-08_08_30-Window.png" alt="Kaseya VSA configuration image" class="wp-image-554" width="572" height="375"/><figcaption>Kaseya VSA AuthAnvil module Configuration</figcaption></figure>



<p>Once you assign the application to users in AzureAD you should be able to log into the VSA with the enterprise application portal.</p>



<h2 class="wp-block-heading">Troubleshooting</h2>



<p>When this fails to work the sign in process will take you to the server login screen.</p>



<p>There are very few logs that assist with troubleshooting this.</p>



<p>One of the tools used when troubleshooting our configuration was the SAML-tracer plugin for Firefox: <a href="https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/">https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/</a> </p>



<p>This plugin when shows the SAML traffic and the data being passed to the Kaseya VSA server.<br>One of the main issues we encountered was getting the correct user claim passed in the SAML response.<br>This is because the user must match the internal Kaseya directory exactly.</p>



<p>The other main issue is to ensure your signing settings are correct as the VSA will not process these when set incorrectly.</p>



<p></p>



<p>Please comment here or reach out to me if I&#8217;ve missed something or a step is not clear.</p>
<p>The post <a href="https://arweth.com/2019/05/implementing-azuread-sso-for-the-kaseya-vsa/">Implementing AzureAD SSO for the Kaseya VSA</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2019/05/implementing-azuread-sso-for-the-kaseya-vsa/feed/</wfw:commentRss>
			<slash:comments>30</slash:comments>
		
		
			</item>
		<item>
		<title>Vegas Pro &#8211; Stuck Building Peaks Fix</title>
		<link>https://arweth.com/2018/10/vegas-pro-stuck-building-peaks-fix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vegas-pro-stuck-building-peaks-fix</link>
					<comments>https://arweth.com/2018/10/vegas-pro-stuck-building-peaks-fix/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Sat, 27 Oct 2018 22:56:38 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://arweth.com/?p=524</guid>

					<description><![CDATA[<p>Some users have reported issues with Vegas pro and it getting stuck or crashing while building peaks. This is either during opening a project or importing media to the project / timeline. This appears to be occurring on files with &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2018/10/vegas-pro-stuck-building-peaks-fix/"> <span class="screen-reader-text">Vegas Pro &#8211; Stuck Building Peaks Fix</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2018/10/vegas-pro-stuck-building-peaks-fix/">Vegas Pro &#8211; Stuck Building Peaks Fix</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Some users have reported issues with Vegas pro and it getting stuck or crashing while building peaks.<br />
This is either during opening a project or importing media to the project / timeline.</p>
<p>This appears to be occurring on files with more than one audio stream. Commonly found with NVIDIA ShadowPlay recordings.</p>
<p>A workaround to allow Vegas to process the file is to disable &#8220;Audio  Event Waveforms&#8221; from the view menu or pressing Ctrl + Shit + W.<br />
This would need to be done from an empty project before trying to import the files causing the crash or before opening the project file.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-526" src="https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48-178x300.png" alt="" width="178" height="300" srcset="https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48-178x300.png 178w, https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48-100x168.png 100w, https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48-150x252.png 150w, https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48-200x337.png 200w, https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48-300x505.png 300w, https://arweth.com/wp-content/uploads/2018/10/2018-10-26_21-40-48.png 303w" sizes="auto, (max-width: 178px) 100vw, 178px" /></p>
<p><small>This has been tested on Vegas pro 14.0 build 270.</small></p>
<p>The post <a href="https://arweth.com/2018/10/vegas-pro-stuck-building-peaks-fix/">Vegas Pro &#8211; Stuck Building Peaks Fix</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2018/10/vegas-pro-stuck-building-peaks-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Office365 Calendar Permissions through PowerShell</title>
		<link>https://arweth.com/2016/11/office365-calendar-permissions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=office365-calendar-permissions</link>
					<comments>https://arweth.com/2016/11/office365-calendar-permissions/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 06:03:14 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=442</guid>

					<description><![CDATA[<p>Recently I&#8217;ve been asked by a few people in my office around permissions for calendars in Office365 and PowerShell commands to manage these. Most places and sites list how to add and remove permissions but few mention how to edit &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2016/11/office365-calendar-permissions/"> <span class="screen-reader-text">Office365 Calendar Permissions through PowerShell</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2016/11/office365-calendar-permissions/">Office365 Calendar Permissions through PowerShell</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently I&#8217;ve been asked by a few people in my office around permissions for calendars in Office365 and PowerShell commands to manage these.</p>
<p>Most places and sites list how to add and remove permissions but few mention how to edit / modify existing permissions on the calendars.</p>
<p>In the below example we will grant Bob, Author rights on Arweth&#8217;s calendar.</p>
<blockquote><p>Add-MailboxFolderPermission arweth@arweth.com:\Calendar -User bob@arweth.com -AccessRights Author</p></blockquote>
<p>This is straight forward however if you want to edit the above permission or change the level of access you need to use the following command:</p>
<blockquote><p><span class="crayon-r ">Set</span><span class="crayon-cn">-MailboxFolderPermission</span> arweth@arweth.com:\Calendar -User bob@arweth.com -AccessRights Editor</p></blockquote>
<p>If you attempted to use the add-mailboxfolderpermission command again Office365 would have returned an error similar to:<br />
An existing permission entry was found for user bob@arweth.com</p>
<p>As a note to remove a permission you use the command:</p>
<blockquote><p>Remove-MailboxFolderPermission -Identity arweth@arweth.com:\calendar -user bob@arweth.com</p></blockquote>
<p>You can also check existing permissions with the following command:</p>
<blockquote><p>Get-MailboxFolderPermission -Identity arweth@arweth.com:\Calendar</p></blockquote>
<p>You can also add the -user to the get command to return the permission for one user.</p>
<p>&nbsp;</p>
<p>Hopefully this helps with the permission management of calendars &#8211; these commands will also work for other folders and in some versions of Exchange on Premise.</p>
<p>The post <a href="https://arweth.com/2016/11/office365-calendar-permissions/">Office365 Calendar Permissions through PowerShell</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2016/11/office365-calendar-permissions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Battle Net DDoS &#8211; 23 Aug 2016</title>
		<link>https://arweth.com/2016/08/battle-net-ddos-23-aug-2016/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=battle-net-ddos-23-aug-2016</link>
					<comments>https://arweth.com/2016/08/battle-net-ddos-23-aug-2016/#comments</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Tue, 23 Aug 2016 12:05:15 +0000</pubDate>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Battle net]]></category>
		<category><![CDATA[DDos]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=415</guid>

					<description><![CDATA[<p>Blizzard and Battle.Net have been hit with major DDoS attack that has taken Battle Net and it&#8217;s content offline. Update as of 11:50a.m 24th Aug GMT Blizzard have advise this DDoS attack has subsided and is no longer impacting services. &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2016/08/battle-net-ddos-23-aug-2016/"> <span class="screen-reader-text">Battle Net DDoS &#8211; 23 Aug 2016</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2016/08/battle-net-ddos-23-aug-2016/">Battle Net DDoS &#8211; 23 Aug 2016</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Blizzard and Battle.Net have been hit with major DDoS attack that has taken Battle Net and it&#8217;s content offline.</p>
<p><strong>Update as of 11:50a.m 24th Aug GMT</strong></p>
<p>Blizzard have advise this DDoS attack has subsided and is no longer impacting services.</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">The earlier issue affecting connections to our games/Bnet should now be resolved. Thanks for your patience.</p>
<p>&mdash; Blizzard CS &#8211; The Americas (@BlizzardCS) <a href="https://twitter.com/BlizzardCS/status/768414185986387968?ref_src=twsrc%5Etfw">August 24, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p><strong>Update as of 10:38a.m 24th Aug GMT</strong></p>
<p>Blizzard have advised of another DDoS attack against their services which have taken the systems offline again.</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">We are currently investigating a new series of DDOS attacks against network providers, affecting latency/connections to our games/Bnet</p>
<p>&mdash; Blizzard CS &#8211; The Americas (@BlizzardCS) <a href="https://twitter.com/BlizzardCS/status/768396190509596672?ref_src=twsrc%5Etfw">August 24, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>&nbsp;</p>
<p><strong>Update as of 10:30a.m 24th Aug GMT</strong></p>
<p>Blizzard have posted that the DDoS has subsided and services are running again.</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">The technical issues we were experiencing earlier have been resolved. Apologies for the inconvenience!</p>
<p>&mdash; Blizzard CS &#8211; The Americas (@BlizzardCS) <a href="https://twitter.com/BlizzardCS/status/768389359196336128?ref_src=twsrc%5Etfw">August 24, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p><strong>Update as of 8:20a.m 24th Aug GMT</strong><br />
Battle Net is again under a DDoS attack which has taken the services offline. Battle Net appears to have been able to push notification through the Battle Net client and have provided updates on their Twitter feed which you can follow @BlizzardCS</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">We are currently monitoring a DDOS attack against network providers which is affecting latency/connections to our games.</p>
<p>&mdash; Blizzard CS &#8211; The Americas (@BlizzardCS) <a href="https://twitter.com/BlizzardCS/status/768362171923398656?ref_src=twsrc%5Etfw">August 24, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>The latest update provided by one of the regional twitter handles for Blizzard states they are monitoring the situation.</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">We continue to actively monitor an ongoing DDOS attack against network providers, affecting latency/connections to our games. <a href="https://twitter.com/hashtag/BlizzCS?src=hash&amp;ref_src=twsrc%5Etfw">#BlizzCS</a></p>
<p>&mdash; Blizzard CS EU (@BlizzardCSEU_EN) <a href="https://twitter.com/BlizzardCSEU_EN/status/768376769795719168?ref_src=twsrc%5Etfw">August 24, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>When trying to reach the Battle Net webpage many of the attempts time out however some requests return a maintenance page which can been seen below.</p>
<p><a href="http://arweth.com/wp-content/uploads/2016/08/chrome_2016-08-24_21-42-17.png"><img loading="lazy" decoding="async" class="alignnone wp-image-431 size-thumbnail" src="http://arweth.com/wp-content/uploads/2016/08/chrome_2016-08-24_21-42-17-150x150.png" alt="chrome_2016-08-24_21-42-17" width="150" height="150" /></a></p>
<p>&nbsp;</p>
<p><b>Original</b><strong> Post:</strong></p>
<p>Correction: The DDoS attack is against the upstream network providers that supply Battle Net and not Battle Net itself.</p>
<p>Frustrated users are unable to log into Battle net and are unable to get the Blizzard websites. The issues starting being reported by users around 11:20 a.m GMT.</p>
<p>A tweet by @BlizzardCSEU_EN confirms the Battle Net systems are under a DDoS and they are currently investigating.</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">We are currently experiencing issues with our community sites and forums. We will have them working again as soon as possible! <a href="https://twitter.com/hashtag/BlizzCS?src=hash&amp;ref_src=twsrc%5Etfw">#BlizzCS</a></p>
<p>&mdash; Blizzard CS EU (@BlizzardCSEU_EN) <a href="https://twitter.com/BlizzardCSEU_EN/status/768045490910990336?ref_src=twsrc%5Etfw">August 23, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">We continue to actively monitor an ongoing DDOS attack against network providers, affecting latency/connections to our games. <a href="https://twitter.com/hashtag/BlizzCS?src=hash&amp;ref_src=twsrc%5Etfw">#BlizzCS</a></p>
<p>&mdash; Blizzard CS EU (@BlizzardCSEU_EN) <a href="https://twitter.com/BlizzardCSEU_EN/status/768049820531646465?ref_src=twsrc%5Etfw">August 23, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>The Battle Net app is currently advising users they have been placed in a log in queue and provides an estimated wait time for the login to progress.<br />
However many users are reporting on social media that the client is never logging in or reaching the end of the wait time.</p>
<p>At this stage no claim of responsibility has been made.</p>
<p>Further updates to follow as more information emerges.</p>
<p>&nbsp;</p>
<p>Update: 2:40p.m 23rd Aug GMT Blizzard have advised the DDoS has subsided and services should now be operating normally.</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">The technical issues we were experiencing earlier have been resolved. Apologies for the inconvenience!</p>
<p>&mdash; Blizzard CS &#8211; The Americas (@BlizzardCS) <a href="https://twitter.com/BlizzardCS/status/768094984599900160?ref_src=twsrc%5Etfw">August 23, 2016</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>The post <a href="https://arweth.com/2016/08/battle-net-ddos-23-aug-2016/">Battle Net DDoS &#8211; 23 Aug 2016</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2016/08/battle-net-ddos-23-aug-2016/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Steam Security Issue (Winter Sale 2015)</title>
		<link>https://arweth.com/2015/12/steam-security-issue-winter-2015/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=steam-security-issue-winter-2015</link>
					<comments>https://arweth.com/2015/12/steam-security-issue-winter-2015/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Fri, 25 Dec 2015 22:00:15 +0000</pubDate>
				<category><![CDATA[Tech News]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=332</guid>

					<description><![CDATA[<p>Steam users around the world logged into the Steam client and websites today to be greeted by changed languages on the storefront and account details for other users in what appears to be a major security breach. UPDATE 30th Dec &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2015/12/steam-security-issue-winter-2015/"> <span class="screen-reader-text">Steam Security Issue (Winter Sale 2015)</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2015/12/steam-security-issue-winter-2015/">Steam Security Issue (Winter Sale 2015)</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Steam users around the world logged into the Steam client and websites today to be greeted by changed languages on the storefront and account details for other users in what appears to be a major security breach.</p>
<p><strong>UPDATE 30th Dec 2015 (GMT): </strong>Valve have released a update to the issues that occurred on Christmas Day. The full article can be found here: <a href="http://store.steampowered.com/news/19852/">http://store.steampowered.com/news/19852/</a></p>
<p>In short (TL;DR) Valve confirmed the issue was caused by a caching configuration change.</p>
<p>They have confirmed that the information displayed was read only and affected you only if you were logged into the store and accessing it at the time of the issue.</p>
<p><strong>UPDATE 2:00AM GMT (26th Dec): </strong>Valve have release a statement regarding the breach:</p>
<blockquote><p>Steam is back up and running without any known issues. As a result of a configuration change earlier today, a caching issue allowed some users to randomly see pages generated for other users for a period of less than an hour. This issue has since been resolved. We believe no unauthorized actions were allowed on accounts beyond the viewing of cached page information and no additional action is required by users.</p></blockquote>
<p>This statement confirms the suspicions from <a href="https://twitter.com/SteamDB/status/680492664610000896">SteamDB</a> with the issue being with the content delivery systems configuration rather than a breach of security.</p>
<p><strong>UPDATE 11:15PM GMT: </strong>Steam looks to be back up now and all looks correct now. No statement has been released by Valve at this stage as to the official cause of the issue.</p>
<p><strong>UPDATE 10:06PM GMT: </strong>Steam look to have also taken down the steam client connections &#8211; The connection manager servers have been detected as offline around 10 minutes ago by https://steamstat.us</p>
<p><strong>UPDATE 9:40PM GMT</strong><strong>:</strong> Steam have shutdown the Steam Store presumably in response to this issue. This looks to have happened around 20 minutes ago by the the <a href="https://steamstat.us/" target="_blank" rel="noopener">Steam status</a> page.</p>
<p><b>Original</b><strong> Story: </strong>Today Steam have run into a major issue effecting the privacy of potentially thousands of Steam accounts around the world.</p>
<p>Users logged into Steam around an hour ago (8:30PM GMT on the 25 December 2015) were given access to other users account details when trying to browse the store. This revealed private account information such as billing details, purchase history, wallet balance and security settings on your account.</p>
<p>Steam Guard (Steams two factor authentication utility) does not appear to have protected your account in this instance as it appears the steam servers have got confused as to which connection should see what information.<br />
This possibly could have been due to a caching issue on the Steam CDN (Content Distribution Network) as speculated by <a href="https://twitter.com/SteamDB/status/680492664610000896" target="_blank" rel="noopener">@SteamDB</a></p>
<p>It has been reported by a few users that purchases completed on the store have not been redeemed to their accounts and have presumably ended up in the account they were logged into at the time. This has not been confirmed by Valve at this stage.</p>
<p>As recommend by the SteamDB team do not log into your account until further notice even to try and check your account details or remove links to PayPal accounts. If you feel the need to make sure your account is secure please delink your PayPal account from Steam using the PayPal site. Instructions for this can be found here: <a href="http://www.wikihow.com/Cancel-a-Recurring-Payment-in-PayPal" target="_blank" rel="noopener">http://www.wikihow.com/Cancel-a-Recurring-Payment-in-PayPal</a> you can also contact your bank to cancel any credit / debit cards or put a temporary hold on the card.</p>
<p>&nbsp;</p>
<p>If you have any information regarding this matter and wish to contact me flick me a message here, email me arweth@arweth.com or ping me on twitter <a href="https://twitter.com/arweth">@Arweth</a></p>
<p>The post <a href="https://arweth.com/2015/12/steam-security-issue-winter-2015/">Steam Security Issue (Winter Sale 2015)</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2015/12/steam-security-issue-winter-2015/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Site Issue</title>
		<link>https://arweth.com/2015/01/site-issue/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-issue</link>
					<comments>https://arweth.com/2015/01/site-issue/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Sat, 10 Jan 2015 09:27:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=235</guid>

					<description><![CDATA[<p>I&#8217;ve noticed a slight issue with this site today. This has been resolved now but may have been a security breach on the backend of the site. I&#8217;ve made a few changes and added in some more security to the &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2015/01/site-issue/"> <span class="screen-reader-text">Site Issue</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2015/01/site-issue/">Site Issue</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve noticed a slight issue with this site today.</p>
<p>This has been resolved now but may have been a security breach on the backend of the site.</p>
<p>I&#8217;ve made a few changes and added in some more security to the system to make it more secure.</p>
<p>Please note I have not been able to confirm that a breach has taken place but I want to be on the safe side. The site has also been thoroughly checked to ensure no malicious content is being served.</p>
<p>If you notice any issues or the new security measures cause issues please let me know.</p>
<p>Cheers,<br />
Arweth</p>
<p>The post <a href="https://arweth.com/2015/01/site-issue/">Site Issue</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2015/01/site-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maintenance Complete</title>
		<link>https://arweth.com/2014/12/maintenance-complete/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maintenance-complete</link>
					<comments>https://arweth.com/2014/12/maintenance-complete/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Wed, 17 Dec 2014 07:29:10 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=229</guid>

					<description><![CDATA[<p>I have now completed all maintenance on this site. All content bar some external images are now loaded over HTTPS by default rather than standard HTTP. Due to some issues with the HTTPS integration with the site this has been &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2014/12/maintenance-complete/"> <span class="screen-reader-text">Maintenance Complete</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2014/12/maintenance-complete/">Maintenance Complete</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have now completed all maintenance on this site.</p>
<p><del>All content bar some external images are now loaded over HTTPS by default rather than standard HTTP.</del></p>
<p>Due to some issues with the HTTPS integration with the site this has been disabled. Maintenance will be scheduled in the future to resolve these.</p>
<p>If you locate any issues please let me know at arweth@arweth.com</p>
<p>The post <a href="https://arweth.com/2014/12/maintenance-complete/">Maintenance Complete</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2014/12/maintenance-complete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Downtime</title>
		<link>https://arweth.com/2014/12/downtime/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=downtime</link>
					<comments>https://arweth.com/2014/12/downtime/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Tue, 16 Dec 2014 08:10:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=221</guid>

					<description><![CDATA[<p>There will be a short downtime tomorrow (17th December) for some site maintenance this will be scheduled between 7 &#8211; 8 AM GMT/UTC time. I expect the downtime to not take the full hour however. Any changes or updates to &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2014/12/downtime/"> <span class="screen-reader-text">Downtime</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2014/12/downtime/">Downtime</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There will be a short downtime tomorrow (17th December) for some site maintenance this will be scheduled between 7 &#8211; 8 AM GMT/UTC time.</p>
<p>I expect the downtime to not take the full hour however.</p>
<p>Any changes or updates to this will be posted here.</p>
<p>The post <a href="https://arweth.com/2014/12/downtime/">Downtime</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2014/12/downtime/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Host</title>
		<link>https://arweth.com/2014/12/new-host/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-host</link>
					<comments>https://arweth.com/2014/12/new-host/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Sun, 14 Dec 2014 04:47:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=219</guid>

					<description><![CDATA[<p>After many issues with the site being up and down along with the general database errors I have decided to move hosts &#8211; If you are seeing this you are already viewing the new website. With this move I expect &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2014/12/new-host/"> <span class="screen-reader-text">New Host</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2014/12/new-host/">New Host</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>After many issues with the site being up and down along with the general database errors I have decided to move hosts &#8211; If you are seeing this you are already viewing the new website.</p>
<p>With this move I expect to see a massive performance boost as the server is faster but has also moved to a new location in the world that makes it slightly closer to me without reducing the performance of everyone else.</p>
<p>With this change I will be able to spend less time working on the back-end and will be able to spend more time creating new content for my sites.</p>
<p>&nbsp;</p>
<p>I&#8217;ll be monitoring the website closely over the next few days and hopefully won&#8217;t need to take any further actions.</p>
<p>The post <a href="https://arweth.com/2014/12/new-host/">New Host</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2014/12/new-host/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CallAdmin 2.0</title>
		<link>https://arweth.com/2014/08/calladmin-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=calladmin-2-0</link>
					<comments>https://arweth.com/2014/08/calladmin-2-0/#comments</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Sun, 10 Aug 2014 02:05:19 +0000</pubDate>
				<category><![CDATA[CallAdmin]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=189</guid>

					<description><![CDATA[<p>A new version of CallAdmin is on it&#8217;s way dubbed CallAdmin 2.0 and I am hoping to be able to release it soon. This new version will bring a lot of new features: Tabbed Chat Separate chat area&#8217;s are finally &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2014/08/calladmin-2-0/"> <span class="screen-reader-text">CallAdmin 2.0</span> Read More &#187;</a></p>
<p>The post <a href="https://arweth.com/2014/08/calladmin-2-0/">CallAdmin 2.0</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A new version of CallAdmin is on it&#8217;s way dubbed CallAdmin 2.0 and I am hoping to be able to release it soon. This new version will bring a lot of new features:</p>
<ul>
<li>Tabbed Chat<br />
Separate chat area&#8217;s are finally here. Tabbed chat will give you the option to have private messages appear in a separate area to global chat with the server. This will allow you to separate out conversations with different players into a separate tab.</li>
<li>Admin Chat<br />
Along with the tabbed chat I will be bring in an admin chat system. This will let you chat directly to the other admins in a global admin chat or directly to an admin in a private message function</li>
<li>Language and message customization<br />
You will now be able to customize almost any message the server provides automatically which also brings in the ability to enter messages in your own language.</li>
</ul>
<p>Along with those main changes I am also making many changes to how the system runs in the background to make it more flexible and lees error prone.</p>
<p>I have also made the decision to open source CallAdmin and will be providing all the code on GitHub on the release of version 2.0</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Unfortunately I&#8217;m not too sure when I will be able to release the next version at this stage I want to get it done ASAP but as a few of you who follow me on Twitter will already know my server failed so I&#8217;ve now replaced that but have had to reconfigure that from scratch as I lost all data on it at the time (I keep all CallAdmin code with multiple layers of backup so have not lost that). However what you won&#8217;t know is soon after I got the replacement server my computer&#8217;s main Hard Drive failed. I have since replaced this but I am currently in the process of gathering all my software and setting it back up again which is taking time.</p>
<p>&nbsp;</p>
<p>Time-frame wise the new version should be available in around a month maybe two at the most. However I will try and work towards getting this done sooner rather than later.</p>
<p>The post <a href="https://arweth.com/2014/08/calladmin-2-0/">CallAdmin 2.0</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2014/08/calladmin-2-0/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 34/148 objects using Disk
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching 11/53 queries in 0.024 seconds using Disk (Request-wide modification query)

Served from: arweth.com @ 2026-04-17 04:00:26 by W3 Total Cache
-->