Skip to content

Commit 793ee1e

Browse files
committed
Add intro
1 parent 59e733a commit 793ee1e

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

_includes/intro.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div class="mb-5 text-center">
2+
<div style="width: 120px; height: 120px; margin: 0 auto 1.2rem auto;
3+
border-radius: 50%; overflow: hidden;
4+
box-shadow: 0 0 10px rgba(0,0,0,0.4);
5+
border: 3px solid #333;">
6+
<img src="{{ '/imgs/general/logo.png' | relative_url }}"
7+
alt="KlezVirus Logo"
8+
style="width: 100%; height: 100%; object-fit: cover;" />
9+
</div>
10+
11+
<h1 style="margin-bottom: 0.5rem;">KlezVirus' Cybersec Blog</h1>
12+
<p style="font-size: 1.1rem; max-width: 700px; margin: 0 auto;">
13+
Welcome! This blog is a collection of experiments, PoCs, writeups,
14+
and tools focused on Windows internals, red teaming, evasion techniques, and low-level exploration.
15+
Whether you're into user-mode/kernel-mode malware techniques, offensive tradecraft, and some light reverse engineering — you're in the right place.
16+
</p>
17+
</div>

_layouts/home.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
{% include lang.html %}
77

8+
{% include intro.html %}
9+
810
{% assign all_pinned = site.posts | where: 'pin', 'true' %}
911
{% assign all_normal = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
1012

_posts/2025-07-31-Welcome.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
title: "Welcome"
3-
date: 2025-04-05 16:30:00 +0100
3+
date: 2025-07-31 16:30:00 +0100
44
categories: [Personal]
55
tags: [welcome] # TAG names should always be lowercase
66
---
77

88
# Welcome!
99

10+
As of **July 31, 2025**, I’ve completely restyled this blog to make it more accessible, more readable, and hopefully more useful to anyone diving into the weird and wonderful corners of cybersecurity.
11+
1012
I am Alessandro (aka klezVirus), and I’m a curious mind with a deep love for Windows internals, AI, and distributed systems. I’m not here to pretend I have all the answers — I’m still learning, and this space is where I try to make sense of the things I explore.
1113

1214
This blog exists to simplify. I believe that the real power of knowledge lies in making complex things understandable — not by dumbing them down, but by breaking them into pieces that anyone can build back up. Whether it’s undocumented syscalls, quirky kernel behaviors, adversarial machine learning, or how blockchains keep themselves honest, I’ll do my best to walk through it all step-by-step.
34.9 KB
Loading

0 commit comments

Comments
 (0)