<?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>DEV Community: Adeyanju Michael</title>
    <description>The latest articles on DEV Community by Adeyanju Michael (@hackrowdsec).</description>
    <link>https://dev.to/hackrowdsec</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%2F468893%2F7e12231c-784d-4fce-9f60-a81a9c6e3529.png</url>
      <title>DEV Community: Adeyanju Michael</title>
      <link>https://dev.to/hackrowdsec</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hackrowdsec"/>
    <language>en</language>
    <item>
      <title>Everything I Learned in My First Year as a Security Engineer</title>
      <dc:creator>Adeyanju Michael</dc:creator>
      <pubDate>Sun, 29 Jun 2025 04:49:43 +0000</pubDate>
      <link>https://dev.to/hackrowdsec/everything-i-learned-in-my-first-year-as-a-security-engineer-47i0</link>
      <guid>https://dev.to/hackrowdsec/everything-i-learned-in-my-first-year-as-a-security-engineer-47i0</guid>
      <description>&lt;p&gt;When I transitioned into cybersecurity, I thought I had a clear picture—firewalls, exploits, vulnerability scanners, maybe some red teaming. What I got was far more layered, practical, and challenging.&lt;/p&gt;

&lt;p&gt;This post outlines the key lessons, tools, habits, and mindset shifts I experienced in my first year as a Security Engineer. If you're getting into cybersecurity or wondering what the day-to-day looks like, this is for you.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Security Is Everyone’s Job, But You’ll Still Be the First Call&lt;/strong&gt;
In theory, everyone shares responsibility for security. In practice, when something breaks or a vulnerability is found, the spotlight is on you.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Learn to translate technical risks into business impact. It's not enough to say "we're vulnerable" — explain how it affects uptime, data, compliance, or customer trust.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Mastering a Few Tools Beats Knowing Many&lt;/strong&gt;
In my early days, I tried to explore every tool: nmap, Wireshark, Burp Suite, Nessus, Metasploit, and more. It felt overwhelming.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Focus on a core toolkit and go deep. Learn how and when to use each tool effectively.&lt;/p&gt;

&lt;p&gt;My go-to tools:&lt;/p&gt;

&lt;p&gt;Burp Suite (Web app security testing)&lt;/p&gt;

&lt;p&gt;nmap (Network reconnaissance)&lt;/p&gt;

&lt;p&gt;Nessus (Vulnerability scanning)&lt;/p&gt;

&lt;p&gt;LinPEAS/WinPEAS (Privilege escalation scripts)&lt;/p&gt;

&lt;p&gt;Wireshark (Packet inspection)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Fundamentals Matter More Than Flashy Hacks&lt;/strong&gt;
Most real-world issues I encountered weren’t elite 0-days. They were simple but dangerous oversights:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Open RDP ports&lt;/p&gt;

&lt;p&gt;Weak credentials&lt;/p&gt;

&lt;p&gt;Misconfigured S3 buckets&lt;/p&gt;

&lt;p&gt;Missing critical patches&lt;/p&gt;

&lt;p&gt;Lesson: Focus on the basics. Understand how networks work, what HTTP is doing under the hood, and how permissions are managed in Linux and Windows.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Automate Repetitive Tasks&lt;/strong&gt;
Re-running scans manually or writing the same report every week is not scalable.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Use scripting to automate scans, reporting, and ticket generation. Learn Python or Bash and save yourself hours every month.&lt;/p&gt;

&lt;p&gt;Bonus tip: Integrate Jira, Slack, or GitHub into your workflow early.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Perfection is a Luxury, Not a Requirement&lt;/strong&gt;
You won’t always get to lock down every system. Business needs, legacy tech, and time constraints will force compromises.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Security is risk management. Know when to fight for a fix, when to suggest a workaround, and when to accept documented risk.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Communication is a Core Skill&lt;/strong&gt;
I didn’t expect to spend so much time explaining findings, writing reports, and giving presentations.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: You need to communicate clearly with both technical teams and non-technical stakeholders. Make your reports actionable and your conversations solution-focused.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Learn Consistently or Fall Behind&lt;/strong&gt;
Cybersecurity changes fast. Exploits, tools, and threats evolve quickly.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What worked for me:&lt;/p&gt;

&lt;p&gt;Weekly reading from sites like Hack The Box, TryHackMe, and CVE writeups&lt;/p&gt;

&lt;p&gt;Following trusted voices on LinkedIn and Twitter&lt;/p&gt;

&lt;p&gt;Blocking out time weekly for hands-on practice&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Incident Response is About Preparation, Not Panic&lt;/strong&gt;
My first incident was chaotic — scattered logs, no central visibility, and unclear roles.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Build and test an incident response process. Keep logs centralized, define roles, and practice with tabletop exercises.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Document Everything&lt;/strong&gt;
Every time I figured something out—solved a bug, scripted a process, or handled an incident—I documented it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Your future self will thank you. Plus, documentation turns into blog posts, talks, or internal guides.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Impostor Syndrome is Normal&lt;/strong&gt;
There were times I felt like I didn’t belong, especially around senior engineers or when reading complex CVEs.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Lesson: Feeling like an impostor doesn’t mean you're unqualified. It means you're growing. Keep learning, ask questions, and take notes on your wins.&lt;/p&gt;

&lt;p&gt;My first year in cybersecurity was a steep but rewarding learning curve. It’s a field that forces you to think critically, stay adaptable, and never stop learning. You’ll be part detective, part developer, and part negotiator.&lt;/p&gt;

&lt;p&gt;If you're just starting out or considering a career in security, I’d be happy to answer questions or connect.&lt;/p&gt;

&lt;p&gt;Let me know what your first year was like — or what you're hoping to learn in your first.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
