mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
20 lines
1.8 KiB
XML
20 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>Blog on agres.online</title>
|
|
<link>http://localhost:1313/blog/</link>
|
|
<description>Recent content in Blog on agres.online</description>
|
|
<generator>Hugo</generator>
|
|
<language>en-US</language>
|
|
<lastBuildDate>Sat, 25 Oct 2025 00:00:00 +0000</lastBuildDate>
|
|
<atom:link href="http://localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title>Bruteforce Analysis</title>
|
|
<link>http://localhost:1313/blog/bruteforce/</link>
|
|
<pubDate>Sat, 25 Oct 2025 00:00:00 +0000</pubDate>
|
|
<guid>http://localhost:1313/blog/bruteforce/</guid>
|
|
<description><h1 id="introduction">Introduction</h1>
<p>Recently I set up this Website as a small side Project in order to learn a little bit of HTML, CSS and the use of static site generators. In order to host this website I used my VPS I own on <a href="https://www.ionos.de/">IONOS</a>. As someone who has spent a lot of time in the Cybersecurity world, I gave my best to secure the VPS as well as possible. Login via SSH is enabled only via Private/Public Key Authentification and <a href="https://github.com/fail2ban/fail2ban">Fail2Ban</a> is setup to ban anyone who tries to login more than 5 Times. Once this was setup I created a way to &ldquo;pull&rdquo; the logs from nginx and fail2ban onto my private ProxMox server and Process these into Grafana. As I was doing this, I noticed that the fail2ban logfile has over 31.000 rows. Nothing suspicious for a public IP Adress, yet a interesting amount of data.</p></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|