<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Semyon</title>
    <description>The latest articles on Forem by Semyon (@trytonottry).</description>
    <link>https://forem.com/trytonottry</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3571127%2F6fb23957-52d1-4417-a318-29492c57f826.jpeg</url>
      <title>Forem: Semyon</title>
      <link>https://forem.com/trytonottry</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/trytonottry"/>
    <language>en</language>
    <item>
      <title>🚀 5 Things Every Beginner in Cybersecurity Should Know</title>
      <dc:creator>Semyon</dc:creator>
      <pubDate>Sat, 18 Oct 2025 09:21:46 +0000</pubDate>
      <link>https://forem.com/trytonottry/5-things-every-beginner-in-cybersecurity-should-know-4on4</link>
      <guid>https://forem.com/trytonottry/5-things-every-beginner-in-cybersecurity-should-know-4on4</guid>
      <description>&lt;p&gt;How I started my journey into cybersecurity and what I wish I knew earlier.&lt;/p&gt;




&lt;h3&gt;
  
  
  👋 Introduction
&lt;/h3&gt;

&lt;p&gt;Hey there! I’m &lt;strong&gt;Semyon&lt;/strong&gt; (&lt;a href="https://github.com/Trytonottry" rel="noopener noreferrer"&gt;GitHub: @Trytonottry&lt;/a&gt;) — a cybersecurity enthusiast and DevSecOps learner.&lt;br&gt;&lt;br&gt;
When I first got interested in cybersecurity, I was overwhelmed by how broad the field was. Should I learn networking? Ethical hacking? Python? Cloud?  &lt;/p&gt;

&lt;p&gt;If you’re at that point too — this post is for you.&lt;br&gt;&lt;br&gt;
Here are &lt;strong&gt;five things every beginner in cybersecurity should know&lt;/strong&gt; before diving deep into this exciting (and chaotic) world.&lt;/p&gt;




&lt;h3&gt;
  
  
  1️⃣ Cybersecurity Is a Process, Not a Product
&lt;/h3&gt;

&lt;p&gt;Cybersecurity isn’t just about “hacking” or fancy tools — it’s about protecting systems, data, and people.&lt;br&gt;&lt;br&gt;
It includes multiple domains: &lt;strong&gt;network defense, application security, forensics, cryptography, cloud protection, and more&lt;/strong&gt;.  &lt;/p&gt;

&lt;p&gt;When I started learning, I realized that understanding &lt;em&gt;why&lt;/em&gt; we protect systems is even more important than knowing &lt;em&gt;how&lt;/em&gt;.&lt;br&gt;&lt;br&gt;
Focus on &lt;strong&gt;principles first&lt;/strong&gt;, tools later.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🧠 Pro tip: Try hands-on platforms like &lt;a href="https://tryhackme.com" rel="noopener noreferrer"&gt;TryHackMe&lt;/a&gt; or &lt;a href="https://portswigger.net/web-security" rel="noopener noreferrer"&gt;PortSwigger Web Security Academy&lt;/a&gt; to explore different areas.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  2️⃣ Learn the Core Tools Early
&lt;/h3&gt;

&lt;p&gt;You don’t need to master hundreds of tools — just start with a few that help you understand the basics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🕵️‍♂️ &lt;strong&gt;Nmap&lt;/strong&gt; — for network scanning and reconnaissance.
&lt;/li&gt;
&lt;li&gt;🌐 &lt;strong&gt;Burp Suite&lt;/strong&gt; — for web app vulnerability testing.
&lt;/li&gt;
&lt;li&gt;📡 &lt;strong&gt;Wireshark&lt;/strong&gt; — for network packet analysis.
&lt;/li&gt;
&lt;li&gt;🐍 &lt;strong&gt;Python&lt;/strong&gt; — for scripting and automation (my personal favorite).
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These tools will help you &lt;em&gt;see&lt;/em&gt; how the internet and networks actually work — which is the real foundation of cybersecurity.&lt;/p&gt;




&lt;h3&gt;
  
  
  3️⃣ Build “Mini Projects” — Don’t Just Study
&lt;/h3&gt;

&lt;p&gt;I used to learn passively — watching tutorials, reading docs — until I realized that &lt;em&gt;building something small&lt;/em&gt; sticks better than hours of theory.  &lt;/p&gt;

&lt;p&gt;I started creating a small set of scripts called &lt;strong&gt;infosec-newbie&lt;/strong&gt; on GitHub — automation helpers, scanners, and experiments.&lt;br&gt;&lt;br&gt;
Each project taught me more than any single course.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;💡 Tip: Pick one concept (like port scanning, password hashing, or log parsing) and build a tiny project around it. Don’t worry if it’s simple — what matters is finishing it.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  4️⃣ Practice Consistently and Embrace Mistakes
&lt;/h3&gt;

&lt;p&gt;In cybersecurity, mistakes are not just okay — they’re part of learning.&lt;br&gt;&lt;br&gt;
Join CTFs, try labs, break things (in a safe environment), and write about your experience.&lt;/p&gt;

&lt;p&gt;When I started writing my own &lt;em&gt;cyber-notes&lt;/em&gt; and documenting solved challenges, I noticed how much deeper I understood each topic. Writing is learning.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🧩 Pro tip: Keep a “security journal” or GitHub repo with your practice notes. Future you will thank you.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  5️⃣ Protect Yourself First
&lt;/h3&gt;

&lt;p&gt;Before you can protect systems, you must protect &lt;em&gt;yourself&lt;/em&gt;.&lt;br&gt;&lt;br&gt;
Many beginners overlook personal security — but it’s your first real test.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use strong, unique passwords (and a password manager).
&lt;/li&gt;
&lt;li&gt;Turn on &lt;strong&gt;2FA&lt;/strong&gt; everywhere.
&lt;/li&gt;
&lt;li&gt;Don’t click random links — phishing still works in 2025.
&lt;/li&gt;
&lt;li&gt;Regularly review your online footprint (GitHub, social media, etc.).
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you can secure your own environment, you’re already ahead of 80% of users out there.&lt;/p&gt;




&lt;h3&gt;
  
  
  🧭 Final Thoughts
&lt;/h3&gt;

&lt;p&gt;Cybersecurity is not a destination — it’s a continuous learning journey.&lt;br&gt;&lt;br&gt;
To recap:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understand what cybersecurity really is.
&lt;/li&gt;
&lt;li&gt;Learn a few essential tools.
&lt;/li&gt;
&lt;li&gt;Build small, meaningful projects.
&lt;/li&gt;
&lt;li&gt;Practice often, learn from your mistakes.
&lt;/li&gt;
&lt;li&gt;Protect yourself as you learn to protect others.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I’m still learning every day — and if you’re reading this, you’ve already taken your &lt;strong&gt;first real step&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
If you’d like, I can write a follow-up post about &lt;em&gt;“Starting with the OWASP Top 10”&lt;/em&gt; or &lt;em&gt;“Intro to DevSecOps for Beginners”&lt;/em&gt; — let me know in the comments!&lt;/p&gt;




&lt;p&gt;👨‍💻 &lt;em&gt;Written by &lt;a href="https://github.com/Trytonottry" rel="noopener noreferrer"&gt;Semyon (@Trytonottry)&lt;/a&gt;&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;“Architects of a safe cyberspace.”&lt;/em&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>beginners</category>
      <category>python</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
