Hi, Iβm Danny Stephens, a dedicated cybersecurity professional with hands-on experience in penetration testing, vulnerability assessment, and threat intelligence. I thrive on uncovering security flaws, crafting mitigation strategies, and staying ahead of emerging threats in dynamic environments.
Outside of work, Iβm often experimenting with new techniques, documenting my findings, and collaborating with others to strengthen digital defenses
Feel free to contact me:
Cybersecurity Engineer - Outpost24
August 2025 β Present
π Plymouth, United Kingdom
As a Cybersecurity Engineer, I specialize in securing systems, networks, and data against evolving threats within external customer environments. My responsibilities include:
Iβm actively building my cybersecurity skills through hands-on labs and challenges on TryHackMe. The interactive badge below is live and updates automatically with my latest progress. Click the badge to view my full public profile and explore the rooms and challenges Iβve completed in areas like ethical hacking, penetration testing, and network security.
CompTIA Security+ Certificate
Certificate demonstrating foundational cybersecurity knowledge in network security, compliance, and operational security.
CompTIA IT Fundamentals+ Certificate
Certificate demonstrating knowledge and skills required to identify and explain the basics of computing, IT infrastructure, application and software, software development, database fundamentals, and security.
Static Intrusion Detection System
A Python script analyzes IDS log data to detect suspicious activities like high packet rates, SSH brute force attempts, port scanning, and MAC spoofing within 5-minute windows. It prints alerts for these events while avoiding duplicates and uses customizable port-based thresholds from a CSV file.
Password Strength Checker
A Python script that evaluates the strength of a password by analyzing its length, complexity, repetition patterns, and presence in a common password list, then scores it and gives feedback.
IP Scope Manager
A Python script that is designed to help cybersecurity professionals manage IP address scopes efficiently. It allows users to add or remove IP ranges from a working set, validates input using Pythonβs ipaddress module, and provides clear feedback on invalid entries and operation results.