Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
...technical information about HSTS in IIS, and other security headers… Learn how to enable HTTP Strict-Transport-Security (HSTS) in Windows Server IIS and enhance your website’s security. Enable and serve an...
Windows Hello Security: Touch your security key
...Switch YubiKey and execute this step again. Done Windows Hello Security: Touch your security key You’re all done. Ssh config file tweaks Some tweaks to the stock ssh configuration file...
...the configured maxUrlLength value” 3 Ways of blocking sendmail.php on IIS webserver IIS-NetFxExtensibility45 IIS-HealthAndDiagnostics IIS-HttpLogging IIS-RequestMonitor IIS-HttpTracing IIS-URLAuthorization IIS-IPSecurity IIS 10.0 FTP IP Security allow list (can also be used for...
...22 ` -Program "C:\Windows\System32\OpenSSH\sshd.exe" Replace C:\Windows\System32\OpenSSH\sshd.exe with the actual path to the sshd.exe (C:\OpenSSH\sshd.exe, if you followed these instructions). Or go to Control Panel > System and Security > Windows Firewall >...
...resolves an issue that prevents the optional Microsoft .NET Framework 3.5 feature from being enabled after you install security update 2966827 or 2966828 (described in Microsoft Security Bulletin MS14-046) for the Microsoft .NET Framework 3.5....
...-NoRestart -FeatureName IIS-WebServerRole, IIS-WebServer Before removing IIS from your server, don’t forget to backup IIS and its configuration. 5 Reasons to remove IIS from Windows Server Improving Security by Reducing Attack Surface...
Easily send your DevOps reporting by email with this PowerShell function, because the Send-MailMessage cmdlet is obsolete. Of course you’ll be using StartTLS and authenticated SMTP as additional security. If...
...modern Windows-based operating system (OS). It provides advanced features, including security descriptors, encryption, disk quotas, and support for rich metadata, enhancing both security and data management. Additionally, NTFS seamlessly integrates...
...log onto bastionhost.example.com from within WSL, you notice the WinHello pop-up asking you to tap your YubiKey. Windows Security: Touch your security key Sweet! 🙂 Reuse SSH connections If you...
...your API key is valid and change the URI to api.eu.sendgrid.com. Conclusion Twilio SendGrid is a company having their security options in place for secure mail sending. With security options you...
...the .NET Framework in the background, you need to make sure you connect with the highest possible TLS version. Add the following registry SchUseStrongCrypto and SystemDefaultTlsVersions keys and values: # # Transport Layer Security...
...requests where the length of the “Content-type” header is greater than 100 bytes. Web.config headerLimits <configuration> <system.webServer> <security> <requestFiltering> <requestLimits> <headerLimits> <add header="Content-type" sizeLimit="100" /> </headerLimits> </requestLimits> </requestFiltering> </security> </system.webServer>...
...take with the detected threat. 9 Do not take any action. 10 Block the detected threat. (NULL) Apply action based on the Security Intelligence Update (SIU). This is the default...
...All with PowerShell of course. If an endpoint has restricted HTTPS connections based on security certificates or certificate thumbprints, you must be able to pull that certificate from your Windows...
...Windows Server, IIS, security, website & WordPress, MySQL, GNU/Linux, optimization">Sysadmins of the North, discuss about Sysadmin, Windows Server, IIS, security, website & WordPress, MySQL, GNU/Linux, optimization</a> Contact If you wish...
...or Windows Update for available updates, right? Here’s how to search for available updates: Get-WindowsUpdate ComputerName Status KB Size Title ------------ ------ -- ---- ----- LAPTOPJANR ------- KB2267602 821MB Security...
...Control Panel > System and Security > System Click Advanced system settings, and click Settings… under Performance in System Properties In the Performance Options screen, click the tab Advanced, and...
...if(!(Test-Path "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\ECDH")) { New-Item "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms" -name "ECDH" } New-ItemProperty "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\ECDH" -Name EphemKeyReuseTime -Value -PropertyType DWord You can add your own checks and validation in the PowerShell code to make it...
Do you need to tunnel Remote Desktop over SSH with PuTTY? Have you ever been in a situation where you needed to perform remote administration on a Windows Server, and...