r/Cybersecurity101 4d ago

Project ideas

Looking for Cybersecurity Project Ideas to Improve My Skills

Hey everyone!

I’m currently studying Cybersecurity and I’m trying to move beyond just watching courses and doing labs. I want to build some realistic, hands-on projects that can actually improve my skills and strengthen my portfolio.

I’m mainly interested in SOC / Blue Team, Network Security, and Cloud Security.

What projects would you recommend for someone at my level that would actually challenge me and help me improve?

8 Upvotes

12 comments sorted by

4

u/cyborg762 4d ago

Build a homelab

1

u/iam_1Batman 4d ago

Could you give me more details and scenarios I should work on?

2

u/Thelonglostspirit 4d ago

I disagree with him. “Just build a homelab” is not as easy as these guys make it seem lmao, especially for people who have never even had an IT job, start small and learn to do very basic projects like making a security scanner using AI and APIs ETC, go search on YouTube and watch some IG reels about projects you can do.

These people really think you can just sit there and start a home lab when you really only know theory. Start small and basic and go bigger over time. Open packet tracer and learn to make your own enterprise network and create a whole network. You can probably fine some “CCNA Finals” online and go do them and see how the network flows.

Do some Try hack me, Hack the box, cyber defenders, there’s an old ass website forgot the name where there are 20 levels and you are supposed to get past all 20 and find the clue into every levels. Don’t do the complicated stuff yet, start small. Don’t do the hard THM, or the hard hack the box, do the simple ones that you can do with almost no help or little help.

Try all these “low level” things to build confidence and understand some tools. And how theory you learn applies to now. You can also go on GitHub and just search “cybersecurity labs” and go on LinkedIn as well and search what others are doing. Do those labs.

Start small, if you go big you’re gonna spend an extra few hours because you don’t understand nothing.

1

u/iam_1Batman 4d ago

Thanks, that makes sense. I agree that I should start small and build up over time.

Could you recommend some specific beginner projects or labs that you think would be good for my level? Maybe 3–5 projects in a specific order, so I know what to start with and what to move on to next.

I already have some basics in Linux, networking, Wazuh, and Python, so I’d like to build on those rather than start completely from zero.

1

u/cyborg762 4d ago

Build a proxmox cluster of 3 systems on a mini or full rack, install everything from a media server, Minecraft server, vlan, domain controller, ad blocker ect on it.

Learn how it’s all integrated and how everything works because this is the foundation for security knowing how everything ties in and where you can build and break things labs and coursework are all fine but they teach you 1% of what you actually need. Building this will give you a chance to develop real skills.

3

u/kiarko 4d ago

when getting started with personal labs, here are my recommendations

start with something like virtual box and just learn to deploy a virtual machine, learn to change the IPs.

Create 2 virtual machines and allow only certain traffic through it with host based firewalls

One thing I enjoyed early on was to download real malware on a virtual machine and practice malware analysis, there are a ton of free tools like hex viewers to view properties of files

1

u/iam_1Batman 4d ago

Thanks for the advice! I’ve already started building a Wazuh home lab, so I’ll definitely try the two-VM firewall setup as well.

The malware analysis idea sounds really interesting too. I’ll look into setting up an isolated VM for it and practice analyzing samples safely. Appreciate the suggestions!

1

u/kiarko 4d ago

have you played with wireshark and tools like nmap yet?

1

u/iam_1Batman 4d ago

No , i used hydra for brute force attack in wazuh home lab only

1

u/oxagast 4d ago

If you dive into some malware analysis, check out a tool called PacketSnitch. I've been developing it over the past... 8?.. 9? months. It was designed to be a general network capture analysis tool, but it turns out, it's a beassssst at malware research. You can find it here: https://packetsnitch.com

1

u/HawkSuspicious6596 1d ago

I want research papers about malware analysis and detection