<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cybersecurity on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/cybersecurity/</link><description>Recent content in Cybersecurity on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 03 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/cybersecurity/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: Subnetting Demystified: Organizing Your Network</title><link>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-2-subnetting-demystified/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-2-subnetting-demystified/</guid><description>&lt;h2 id="chapter-2-subnetting-demystified-organizing-your-network"&gt;Chapter 2: Subnetting Demystified: Organizing Your Network&lt;/h2&gt;
&lt;p&gt;Welcome back, future network wizard! In our previous chapter (which we&amp;rsquo;ll assume covered the absolute basics of what a network is and what an IP address does), we laid the groundwork for understanding how devices communicate. Now, it&amp;rsquo;s time to elevate your network game by diving into one of the most fundamental and powerful concepts in networking: &lt;strong&gt;Subnetting&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This chapter will demystify subnetting, breaking it down into bite-sized, easy-to-understand pieces. You&amp;rsquo;ll learn what subnetting is, why it&amp;rsquo;s absolutely essential for any well-designed network, and how to perform subnet calculations like a pro. By the end, you&amp;rsquo;ll not only understand the theory but also gain practical skills to organize and secure your networks more effectively. Get ready to transform a chaotic jumble of devices into a finely tuned, segmented machine!&lt;/p&gt;</description></item><item><title>Chapter 3: Introduction to OWASP Top 10 (2021) and Beyond</title><link>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/owasp-top-10-introduction/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/owasp-top-10-introduction/</guid><description>&lt;h2 id="chapter-3-introduction-to-owasp-top-10-2021-and-beyond"&gt;Chapter 3: Introduction to OWASP Top 10 (2021) and Beyond&lt;/h2&gt;
&lt;p&gt;Welcome back, future security guru! In our previous chapters, we laid the groundwork for understanding the digital landscape and the mindset of both attackers and defenders. You&amp;rsquo;ve prepared your tools and are ready to dive deeper into the fascinating world of web application security. Now, it&amp;rsquo;s time to get acquainted with the most common and critical web application security risks.&lt;/p&gt;</description></item><item><title>Chapter 7: Introduction to Packet Analysis with Wireshark</title><link>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-7-wireshark-intro/</link><pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/network-security-analysis-2025/chapter-7-wireshark-intro/</guid><description>&lt;h2 id="introduction-to-packet-analysis-with-wireshark"&gt;Introduction to Packet Analysis with Wireshark&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 7! So far, we&amp;rsquo;ve explored the foundational concepts of networks, DNS, subnetting, and firewalls. We&amp;rsquo;ve learned how data moves and how it&amp;rsquo;s protected. But what if you need to see &lt;em&gt;exactly&lt;/em&gt; what&amp;rsquo;s happening on your network? What if you suspect a misconfiguration, a performance bottleneck, or even a security threat? This is where the power of &lt;strong&gt;packet analysis&lt;/strong&gt; comes into play.&lt;/p&gt;</description></item><item><title>Chapter 8: Session Management &amp;amp; Token-Based Attacks</title><link>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/session-token-attacks/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/session-token-attacks/</guid><description>&lt;h2 id="introduction-to-session-management--token-based-attacks"&gt;Introduction to Session Management &amp;amp; Token-Based Attacks&lt;/h2&gt;
&lt;p&gt;Welcome back, future security expert! In the previous chapters, we laid the groundwork for understanding web application vulnerabilities and basic authentication. Now, it&amp;rsquo;s time to elevate our game and tackle one of the most critical aspects of web security: how applications maintain state and identify users across multiple requests. This is where &lt;strong&gt;session management&lt;/strong&gt; and &lt;strong&gt;token-based authentication&lt;/strong&gt; come into play.&lt;/p&gt;
&lt;p&gt;Think of a session as your temporary identity card for a website after you log in. The way this &amp;ldquo;card&amp;rdquo; is issued, stored, and verified is paramount to security. A flaw here can lead to an attacker impersonating you, accessing your data, or even taking over your account entirely. We&amp;rsquo;ll explore various session mechanisms, from traditional session IDs to modern JSON Web Tokens (JWTs), dissecting their vulnerabilities, and, most importantly, learning how to defend against sophisticated attacks.&lt;/p&gt;</description></item><item><title>Chapter 10: Insecure Design &amp;amp; Software and Data Integrity Failures</title><link>https://ai-blog.noorshomelab.dev/web-security-hacker-dev-2026/insecure-design-data-integrity/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/web-security-hacker-dev-2026/insecure-design-data-integrity/</guid><description>&lt;h2 id="introduction-building-secure-foundations"&gt;Introduction: Building Secure Foundations&lt;/h2&gt;
&lt;p&gt;Welcome back, future security champions! In our journey through the OWASP Top 10, we&amp;rsquo;ve tackled several common vulnerabilities. Today, we&amp;rsquo;re shifting our focus to two critical categories that often stem from fundamental flaws: &lt;strong&gt;A04:2021-Insecure Design&lt;/strong&gt; and &lt;strong&gt;A08:2021-Software and Data Integrity Failures&lt;/strong&gt;. These aren&amp;rsquo;t just about specific coding mistakes; they&amp;rsquo;re about how we &lt;em&gt;think&lt;/em&gt; about security from the very beginning of a project and how we ensure the trustworthiness of our software and data throughout its lifecycle.&lt;/p&gt;</description></item><item><title>Chapter 15: Threat Modeling for Large-Scale Applications</title><link>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/threat-modeling-large-apps/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/threat-modeling-large-apps/</guid><description>&lt;h2 id="introduction-to-proactive-security-with-threat-modeling"&gt;Introduction to Proactive Security with Threat Modeling&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 15! So far, we&amp;rsquo;ve explored many fascinating (and sometimes scary!) attack techniques and learned how to defend against them. But what if we could catch potential vulnerabilities &lt;em&gt;before&lt;/em&gt; any code is even written, or at least very early in the development cycle? That&amp;rsquo;s where &lt;strong&gt;Threat Modeling&lt;/strong&gt; comes in.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;re going to dive deep into threat modeling, a structured approach to identifying potential threats, vulnerabilities, and countermeasures within an application or system. For large-scale applications, with their intricate microservices, APIs, and distributed components, proactive security is not just a best practice—it&amp;rsquo;s a necessity. We&amp;rsquo;ll learn how to systematically break down complex systems, identify potential attack vectors, and design security controls right from the start.&lt;/p&gt;</description></item><item><title>Chapter 19: Incident Response, Monitoring &amp;amp; Staying Up-to-Date</title><link>https://ai-blog.noorshomelab.dev/web-security-hacker-dev-2026/incident-response-continuous-learning/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/web-security-hacker-dev-2026/incident-response-continuous-learning/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to the final stretch of our journey into web application security! So far, we&amp;rsquo;ve explored the attacker&amp;rsquo;s mindset, dissected common vulnerabilities from the OWASP Top 10, and learned how to build secure applications from the ground up using modern frameworks. You&amp;rsquo;ve become adept at preventing many common attacks. But what happens when, despite your best efforts, something still goes wrong?&lt;/p&gt;
&lt;p&gt;Security is not a one-time setup; it&amp;rsquo;s an ongoing process. Just like you can&amp;rsquo;t prevent all illnesses, you can&amp;rsquo;t prevent all security incidents. This is where &lt;strong&gt;Incident Response&lt;/strong&gt; comes in – your plan for reacting effectively when a security breach occurs. Equally important is &lt;strong&gt;Security Monitoring&lt;/strong&gt;, which acts as your early warning system, helping you detect issues before they escalate. Finally, the digital world evolves at lightning speed, so &lt;strong&gt;Staying Up-to-Date&lt;/strong&gt; is your personal shield against emerging threats.&lt;/p&gt;</description></item><item><title>LinkedIn&amp;#39;s Hidden Scans: Browser Extension Surveillance Deep Dive</title><link>https://ai-blog.noorshomelab.dev/blog/linkedin-browser-extension-scanning-deep-dive/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/blog/linkedin-browser-extension-scanning-deep-dive/</guid><description>&lt;p&gt;Imagine every visit to a professional networking site silently probing your browser for thousands of installed extensions, collecting detailed device data without your explicit consent. This isn&amp;rsquo;t a dystopian future; it&amp;rsquo;s the reality of &amp;lsquo;BrowserGate,&amp;rsquo; LinkedIn&amp;rsquo;s recently exposed practice of extensive browser extension scanning.&lt;/p&gt;
&lt;p&gt;This deep dive unpacks the technical mechanisms, privacy implications, and ethical dilemmas of LinkedIn&amp;rsquo;s operation. While LinkedIn frames this as a defense against data scraping, its extensive and stealthy scanning of over 6,000 browser extensions represents a significant technical overreach with profound implications for user privacy, security, and the future of browser extension ecosystems.&lt;/p&gt;</description></item><item><title>Kali Linux 2025.3: Latest Updates &amp;amp; News Digest</title><link>https://ai-blog.noorshomelab.dev/news/kali-linux-2025-3-updates/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/news/kali-linux-2025-3-updates/</guid><description>&lt;h2 id="tldr"&gt;TL;DR&lt;/h2&gt;
&lt;p&gt;Kali Linux 2025.3 has been officially released by OffSec, bringing significant enhancements for cybersecurity professionals and developers. This update focuses on improving the user experience, particularly for those utilizing virtualized environments, and expanding the toolkit available for penetration testing and security assessments.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Improved Virtual Machine Tooling:&lt;/strong&gt; Enhanced integration and performance for Kali Linux running in virtual machines.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;10 New Tools Introduced:&lt;/strong&gt; A substantial expansion of the default toolkit, providing more options for various security tasks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Latest Version:&lt;/strong&gt; This is the most up-to-date release from OffSec, ensuring users have access to the newest features and patches.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Release Date:&lt;/strong&gt; September 24, 2025 (as indicated in search context).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="whats-new"&gt;What&amp;rsquo;s New&lt;/h2&gt;
&lt;h3 id="feature-1-improved-virtual-machine-tooling"&gt;Feature 1: Improved Virtual Machine Tooling&lt;/h3&gt;
&lt;p&gt;Kali Linux 2025.3 introduces significant enhancements to its virtual machine tooling. This update aims to provide a smoother, more integrated experience for users running Kali in virtualized environments like VMware, VirtualBox, or other hypervisors.&lt;/p&gt;</description></item></channel></rss>