<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>0xL33T Blog</title><link>https://0xl33t.netlify.app/</link><description>Recent content on 0xL33T Blog</description><image><title>0xL33T Blog</title><url>https://0xl33t.netlify.app/0xL33T.png</url><link>https://0xl33t.netlify.app/0xL33T.png</link></image><generator>Hugo -- 0.147.0</generator><language>en-us</language><lastBuildDate>Wed, 28 May 2025 12:04:00 +0300</lastBuildDate><atom:link href="https://0xl33t.netlify.app/index.xml" rel="self" type="application/rss+xml"/><item><title>Blue Team Tools</title><link>https://0xl33t.netlify.app/posts/blue-team-tools/</link><pubDate>Wed, 28 May 2025 12:04:00 +0300</pubDate><guid>https://0xl33t.netlify.app/posts/blue-team-tools/</guid><description>&lt;p>#RoadMap
As a junior blue team member, focusing on foundational tools and concepts is key. Here&amp;rsquo;s a breakdown of essential tools to learn, categorized for clarity:&lt;/p>
&lt;h6 id="1-security-information-and-event-management-siem">&lt;strong>1. Security Information and Event Management (SIEM):&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>Splunk:&lt;/strong> A widely used SIEM platform for log analysis, threat detection, and incident response. Understanding Splunk query language (SPL) is crucial.&lt;/li>
&lt;li>&lt;strong>ELK Stack (Elasticsearch, Logstash, Kibana):&lt;/strong> An open-source alternative to Splunk, excellent for log management and analysis. Learning how to configure and use these components is valuable.&lt;/li>
&lt;li>&lt;strong>Wazuh:&lt;/strong> A free and open-source host-based intrusion detection system (HIDS) and security information and event management (SIEM) system.&lt;/li>
&lt;/ul>
&lt;h6 id="2-intrusion-detectionprevention-systems-idsips">&lt;strong>2. Intrusion Detection/Prevention Systems (IDS/IPS):&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>Suricata:&lt;/strong> A powerful network IDS/IPS capable of real-time threat detection. Learn to write and understand Suricata rules.&lt;/li>
&lt;li>&lt;strong>Snort:&lt;/strong> Another popular network IDS, similar to Suricata. Understanding Snort rules is essential.&lt;/li>
&lt;li>&lt;strong>Zeek (Bro):&lt;/strong> A network security monitoring tool that analyzes network traffic and generates detailed logs.&lt;/li>
&lt;/ul>
&lt;h6 id="3-endpoint-detection-and-response-edr">&lt;strong>3. Endpoint Detection and Response (EDR):&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>Osquery:&lt;/strong> A tool for querying operating system data using SQL. Helps with host monitoring and threat detection.&lt;/li>
&lt;li>&lt;strong>Sysmon (Windows):&lt;/strong> A Windows system service that logs detailed information about process creation, network connections, and file changes.&lt;/li>
&lt;/ul>
&lt;h6 id="4-log-analysis-and-forensics">&lt;strong>4. Log Analysis and Forensics:&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>grep, awk, sed (Linux):&lt;/strong> Essential command-line tools for parsing and analyzing logs.&lt;/li>
&lt;li>&lt;strong>PowerShell (Windows):&lt;/strong> A powerful scripting language for system administration and log analysis.&lt;/li>
&lt;li>&lt;strong>Autopsy:&lt;/strong> A digital forensics platform for analyzing disk images and recovering files.&lt;/li>
&lt;/ul>
&lt;h6 id="5-vulnerability-scanning-and-management">&lt;strong>5. Vulnerability Scanning and Management:&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>Nessus Essentials:&lt;/strong> A vulnerability scanner for identifying security weaknesses in systems.&lt;/li>
&lt;li>&lt;strong>OpenVAS:&lt;/strong> An open-source vulnerability scanner.&lt;/li>
&lt;li>&lt;strong>Nmap:&lt;/strong> A network scanning tool for discovering hosts and services.&lt;/li>
&lt;/ul>
&lt;h6 id="6-incident-response-and-case-management">&lt;strong>6. Incident Response and Case Management:&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>TheHive:&lt;/strong> An open-source incident response platform.&lt;/li>
&lt;li>&lt;strong>CyberChef:&lt;/strong> A web-based tool for analyzing and decoding data.&lt;/li>
&lt;/ul>
&lt;h6 id="7-scripting-and-automation">&lt;strong>7. Scripting and Automation:&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>&lt;strong>Python:&lt;/strong> A versatile language for scripting and automating security tasks.&lt;/li>
&lt;li>&lt;strong>Bash (Linux):&lt;/strong> Essential for automating tasks in Linux environments.&lt;/li>
&lt;li>&lt;strong>PowerShell (Windows):&lt;/strong> For Windows automation.&lt;/li>
&lt;/ul>
&lt;h6 id="key-concepts-to-learn">&lt;strong>Key Concepts to Learn:&lt;/strong>&lt;/h6>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Networking Fundamentals:&lt;/strong> TCP/IP, network protocols, network topologies.&lt;/p></description></item><item><title>My DFIR CTF Toolkit</title><link>https://0xl33t.netlify.app/posts/my-dfir-toolkit/</link><pubDate>Wed, 28 May 2025 11:28:35 +0300</pubDate><guid>https://0xl33t.netlify.app/posts/my-dfir-toolkit/</guid><description>&lt;p>This Roadmap outlines the core tools for tackling Digital Forensics and Incident Response (DFIR) Capture The Flag (CTF) challenges. It includes a brief description of each tool and links to learning resources.&lt;/p>
&lt;h2 id="core-dfir-tools">Core DFIR Tools&lt;/h2>
&lt;h3 id="disk-and-file-system-analysis">Disk and File System Analysis&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Autopsy:&lt;/strong> A powerful, open-source digital forensics platform with a graphical user interface. It allows for disk imaging, file system analysis, data carving, keyword searching, web artifact analysis, and more through a modular design.&lt;/p></description></item><item><title>CTF Categories</title><link>https://0xl33t.netlify.app/posts/ctf-categories/</link><pubDate>Wed, 28 May 2025 10:50:33 +0300</pubDate><guid>https://0xl33t.netlify.app/posts/ctf-categories/</guid><description>&lt;p>To play Capture the Flag (CTF) competitions you&amp;rsquo;ll need to build on your foundational knowledge in cybersecurity and develop hands-on skills in offensive and defensive techniques.CTFs often include &lt;strong>both red team (offensive)&lt;/strong> and &lt;strong>blue team (defensive)&lt;/strong> elements. Here&amp;rsquo;s a structured path:&lt;/p>
&lt;hr>
&lt;h2 id="-core-knowledge-must-have">🔰 Core Knowledge (Must-Have)&lt;/h2>
&lt;p>Before diving into CTFs, make sure you&amp;rsquo;re solid on:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Networking:&lt;/strong> TCP/IP, UDP, DNS, HTTP(S), ARP, ICMP, ports &amp;amp; protocols.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Operating Systems:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Linux:&lt;/strong> Bash, file permissions, process management, cron, logs.&lt;/p></description></item><item><title>Welcome to 0xL33T Blog</title><link>https://0xl33t.netlify.app/posts/welcome/</link><pubDate>Wed, 28 May 2025 10:50:33 +0300</pubDate><guid>https://0xl33t.netlify.app/posts/welcome/</guid><description>&lt;p>Welcome to the official blog of the 0xL33T team! We post CTF writeups, tools, and hacking adventures.&lt;/p></description></item></channel></rss>