<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My Journey in the Cyber world]]></title><description><![CDATA[My Journey in the Cyber world]]></description><link>https://journey-my-blog.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 01 Sep 2026 02:16:34 GMT</lastBuildDate><atom:link href="https://journey-my-blog.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[My Journey in Cybersecurity ]]></title><description><![CDATA[My Journey Into Cybersecurity: What I'm Learning Along the Way
Introduction
My journey into cybersecurity is still in its early stages, but I have already learned how broad and interesting the field c]]></description><link>https://journey-my-blog.hashnode.dev/my-journey-in-cybersecurity</link><guid isPermaLink="true">https://journey-my-blog.hashnode.dev/my-journey-in-cybersecurity</guid><category><![CDATA[cybersecurity]]></category><category><![CDATA[cyber]]></category><dc:creator><![CDATA[emma]]></dc:creator><pubDate>Sun, 16 Aug 2026 18:21:10 GMT</pubDate><content:encoded><![CDATA[<h1>My Journey Into Cybersecurity: What I'm Learning Along the Way</h1>
<h2>Introduction</h2>
<p>My journey into cybersecurity is still in its early stages, but I have already learned how broad and interesting the field can be. I started learning cybersecurity because I wanted to understand how technology, security, and people all work together—and how organizations protect their information from threats.</p>
<p>As I continue learning, I have been focusing on building practical skills rather than only learning definitions. I want to understand not just <em>what</em> a security concept is, but also <em>why</em> it matters and how it could be applied in a real-world environment.</p>
<p>I created this blog to document that journey, share what I learn, and keep track of my progress as I work toward a career in cybersecurity.</p>
<h2>What I've Been Learning</h2>
<p>One of the things I've enjoyed most about cybersecurity is how many different areas are connected.</p>
<p>I've been learning about topics including:</p>
<ul>
<li><p>Linux and Linux permissions</p>
</li>
<li><p>Python programming</p>
</li>
<li><p>SQL and databases</p>
</li>
<li><p>Networking and security fundamentals</p>
</li>
<li><p>Vulnerability management</p>
</li>
<li><p>The NIST Cybersecurity Framework</p>
</li>
<li><p>Risk assessments</p>
</li>
<li><p>Identity and Access Management (IAM)</p>
</li>
<li><p>Security Information and Event Management (SIEM)</p>
</li>
<li><p>Security Orchestration, Automation, and Response (SOAR)</p>
</li>
<li><p>Social engineering</p>
</li>
<li><p>VPNs and firewalls</p>
</li>
<li><p>Denial-of-Service attacks</p>
</li>
<li><p>Common Vulnerabilities and Exposures (CVEs)</p>
</li>
</ul>
<p>Each topic has helped me understand another part of the bigger cybersecurity picture.</p>
<h2>Learning Linux</h2>
<p>Linux has been one of the areas I've been working on as I build my technical foundation.</p>
<p>I've been learning how Linux handles files, directories, permissions, users, and groups. Understanding permissions has been especially important because access control is a major part of cybersecurity.</p>
<p>For example, knowing who can read, write, or execute a file can help prevent unauthorized users from accessing sensitive information.</p>
<p>I'm still developing my Linux skills, but working with the command line and learning how Linux systems are structured has made me much more comfortable working with technology.</p>
<h2>Learning Python</h2>
<p>I'm also learning Python as part of my cybersecurity studies.</p>
<p>At first, programming can feel intimidating, especially when something as simple as indentation can cause an entire program not to work. However, practicing has helped me become more comfortable with concepts such as:</p>
<ul>
<li><p>Variables</p>
</li>
<li><p>Lists</p>
</li>
<li><p>Functions</p>
</li>
<li><p>Conditional statements</p>
</li>
<li><p>Loops</p>
</li>
<li><p>String manipulation</p>
</li>
<li><p>File handling</p>
</li>
<li><p>Exceptions</p>
</li>
</ul>
<p>One of my goals is to eventually use Python for practical cybersecurity tasks, including automation and analyzing information.</p>
<h2>Risk Assessment and Security</h2>
<p>Another area I've found particularly interesting is cybersecurity risk assessment.</p>
<p>I've been learning how organizations identify assets, threats, vulnerabilities, and potential risks. A security problem isn't always simply about whether a vulnerability exists. It's also important to understand what could happen if that vulnerability were exploited and how serious the impact could be.</p>
<p>I've been practicing these concepts through security scenarios where I have to identify weaknesses and recommend appropriate controls.</p>
<p>For example, one scenario involved protecting a highly sensitive medication formula stored in a Microsoft SQL Server database. Employees in a research lab had read access to the formula, while another employee had administrative privileges.</p>
<p>This type of scenario helped me think about concepts such as least privilege, access control, privileged access management, and protecting sensitive information.</p>
<h2>Identity and Access Management</h2>
<p>IAM has also become an important part of what I'm learning.</p>
<p>One of the biggest lessons I've taken from IAM is that users should have the access they actually need to perform their jobs—not unlimited access simply because it is convenient.</p>
<p>The principle of least privilege can help reduce the damage caused by compromised accounts or insider threats.</p>
<p>I'm learning about concepts such as:</p>
<ul>
<li><p>User authentication</p>
</li>
<li><p>Authorization</p>
</li>
<li><p>Roles and permissions</p>
</li>
<li><p>Administrative accounts</p>
</li>
<li><p>Privileged Access Management (PAM)</p>
</li>
<li><p>Access reviews</p>
</li>
<li><p>Least privilege</p>
</li>
</ul>
<p>These concepts show how cybersecurity isn't only about stopping hackers from getting into a system. It's also about making sure legitimate users have the correct access in the first place.</p>
<h2>Building Hands-On Experience</h2>
<p>I've also started using GitHub to document some of my cybersecurity work.</p>
<p>One of my projects involves performing a cybersecurity risk assessment. Working on projects like this has helped me take concepts from my coursework and apply them to realistic situations.</p>
<p>I think hands-on practice is extremely important because I don't want to learn cybersecurity only through memorization. I want to be able to look at a situation, identify the security risks, explain why they matter, and think through possible solutions.</p>
<h2>What I'm Working Toward</h2>
<p>My ultimate goal is to build a career in cybersecurity or IT.</p>
<p>I'm currently focused on developing my technical foundation and gaining more hands-on experience. I know that I still have a lot to learn, but I'm also realizing that cybersecurity is a field where learning never really stops.</p>
<p>There will always be new technologies, vulnerabilities, attack methods, and defensive techniques to understand.</p>
<p>For now, I'm focusing on building a strong foundation in areas such as Linux, Python, networking, security principles, risk assessment, and access control.</p>
<p>I am currently learning GRC, and it has really helped me understand the outside world. I would recommend learning about it, especially if you want a deeper understanding of it.</p>
<h2>Why I'm Starting This Blog</h2>
<p>I decided to start this blog because I want to document my progress instead of simply saying that I'm "learning cybersecurity."</p>
<p>I want to be able to look back months or years from now and see how much I've improved.</p>
<p>I'll be using this blog to share projects, lessons I've learned, technical concepts that I find interesting, and some of the challenges I encounter along the way.</p>
<p>I'm still learning, and I don't expect to know everything. My goal is to keep learning, keep practicing, and continue building practical cybersecurity skills.</p>
<p>This is just the beginning of my cybersecurity journey.</p>
]]></content:encoded></item></channel></rss>