<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on Den's Hub: Technology Solutions, Guides and Best Practices</title><link>https://denshub.com/en/tags/security/</link><description>Recent content in Security on Den's Hub: Technology Solutions, Guides and Best Practices</description><generator>Hugo</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.</copyright><lastBuildDate>Mon, 22 Jul 2024 12:10:00 +0200</lastBuildDate><atom:link href="https://denshub.com/en/tags/security/index.xml" rel="self" type="application/rss+xml"/><item><title>Global Internet Outage</title><link>https://denshub.com/en/global-internet-outage/</link><pubDate>Fri, 19 Jul 2024 11:10:00 +0200</pubDate><guid>https://denshub.com/en/global-internet-outage/</guid><description>&lt;p&gt;A recent global internet outage left millions of users worldwide disconnected, causing widespread disruption across various industries. The incident serves as a reminder of the fragility of our digital infrastructure and the importance of preparedness in business operations. While services were eventually restored, this event highlights the need for more robust solutions to minimize the impact of future outages.&lt;/p&gt;
&lt;div class="details admonition tip open"&gt;
 &lt;div class="details-summary admonition-title"&gt;&lt;svg class="icon-lightbulb icon" aria-hidden="true"
 xmlns="http://www.w3.org/2000/svg"
 width="24"
 height="24"
 viewBox="0 0 24 24"
 fill="none"
 stroke="currentColor"
 stroke-width="2"
 stroke-linecap="round"
 stroke-linejoin="round"
&gt;
 &lt;path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" /&gt;
 &lt;path d="M9 18h6" /&gt;
 &lt;path d="M10 22h4" /&gt;
&lt;/svg&gt;
CrowdStrike Recovery Tool&lt;svg class="icon-chevron-right details-icon" aria-hidden="true"
 xmlns="http://www.w3.org/2000/svg"
 width="24"
 height="24"
 viewBox="0 0 24 24"
 fill="none"
 stroke="currentColor"
 stroke-width="2"
 stroke-linecap="round"
 stroke-linejoin="round"
&gt;
 &lt;path d="m9 18 6-6-6-6" /&gt;
&lt;/svg&gt;
&lt;/div&gt;
 &lt;div class="details-content"&gt;
 &lt;div class="admonition-content"&gt;Microsoft has released a &lt;a href="https://techcommunity.microsoft.com/blog/intunecustomersuccess/new-recovery-tool-to-help-with-crowdstrike-issue-impacting-windows-endpoints/4196959" target="_blank" rel="noopener noreferrer"&gt;CrowdStrike Recovery Tool&lt;/a&gt; to help repair Windows machines that were impacted by CrowdStrike&amp;rsquo;s faulty update that crashed 8.5 million Windows devices on Friday.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;p&gt;A significant global internet outage unfolded today, impacting various sectors including airlines, banks, brokerage houses, and media organizations. This disruption has been felt across multiple continents, from the United States to Australia, causing widespread chaos and operational challenges for numerous businesses.&lt;/p&gt;</description></item><item><title>Protecting Server with Fail2Ban: The Ultimate Guide</title><link>https://denshub.com/en/fail2ban-server-protection/</link><pubDate>Thu, 05 Mar 2020 08:43:05 +0100</pubDate><guid>https://denshub.com/en/fail2ban-server-protection/</guid><description>&lt;p&gt;As soon as you start your server, it immediately jumps into the ocean of botnets trying to login with common credentials. And if your server has anything useful, sooner or later it may become a target for script kiddies or even more advanced folks with powerful computers and latest technologies, including Artificial Intelligence.&lt;/p&gt;
&lt;p&gt;You can save your server from the botnets and somewhat complicate life for hackers using Fail2ban.&lt;/p&gt;
&lt;h2 id="what-is-fail2ban-f2b" class="headerLink"&gt;&lt;a href="#what-is-fail2ban-f2b" class="header-mark" aria-label="Permalink to What is Fail2ban (F2B)"&gt;&lt;/a&gt;What is Fail2ban (F2B)
&lt;/h2&gt;
&lt;p&gt;Fail2Ban is an IPF - Intrusion Prevention Framework that protects servers from external attacks. It was created by &lt;strong&gt;Cyril Jaquier&lt;/strong&gt; (Switzerland) back in 2004 and since then it is under active development by the growing community.&lt;/p&gt;</description></item><item><title>Security when installing Python packages</title><link>https://denshub.com/en/python-packages-security/</link><pubDate>Tue, 05 Nov 2019 22:12:03 +0100</pubDate><guid>https://denshub.com/en/python-packages-security/</guid><description>&lt;p&gt;You should always think about security. Especially when you&amp;rsquo;re writing code. And twice as much when you use other people&amp;rsquo;s code. It saves a lot of time and effort. But it can also lead to problems, especially if you don&amp;rsquo;t at least use common sense.&lt;/p&gt;
&lt;h2 id="modules" class="headerLink"&gt;&lt;a href="#modules" class="header-mark" aria-label="Permalink to Modules"&gt;&lt;/a&gt;Modules
&lt;/h2&gt;
&lt;p&gt;When programming, you can save commonly used classes, objects, and functions in &lt;strong&gt;modules&lt;/strong&gt;. This is the official name for files with the extension &lt;em&gt;.py&lt;/em&gt;. Conventionally, a module can be distinguished from an ordinary Python program by the fact that the program is designed to run and execute, while the module is designed to store frequently used constructs and import them into other programs.&lt;/p&gt;</description></item></channel></rss>