Cybersecurity

Discover technical cybersecurity topics, share advanced tutorials, and provide insights from my experience in the field. Don't miss out on the action! Subscribe to our newsletter to get the latest updates.

CYBER Apr 22, 2026 | Comments: 0

Defensive Strategy: Protecting Your Digital Identity & Assets

In an era of AI-driven phishing and sophisticated social engineering, "being careful" isn't enough. Dan Duran, cybersecurity researcher and founder of GetCyber, provides a deep dive into the current threat landscape, specifically designed for seniors and their families. Dan will take the lead in providing a comprehensive view of how …

AI  |  CYBER Apr 22, 2026 | Comments: 0

Panelist: Top Skills for 2026 – AI, Cybersecurity, Cloud & Beyond.

Dan will share a practical, attacker-informed perspective on how organizations are compromised across identity, cloud, and data layers, and what that means for the next generation of professionals. The discussion focuses on the skills that actually translate into value in the field: understanding attack paths, securing access and permissions, and …

CYBER Nov 27, 2025 | Comments: 0

Your MFA Means Nothing!

Is MFA a lie? You think that little six-digit code keeps you safe from cyber attacks and identity theft. I'm here to expose the myths, blind spots, and false confidence that leave organizations vulnerable. In this first Root Access briefing, I demonstrate exactly how a targeted, human attacker bypasses your …

CYBER Nov 04, 2025 | Comments: 0

Companies get hacked because they are LaZy!

From unmonitored attack surfaces (Shadow IT, open S3 buckets, old VPNs) to critical misconfigurations in Microsoft 365 and Azure AD, the front door is wide open. Attackers aren't breaking in; they're logging in with stolen credentials because your identity security relies on outdated ideas. In this 2025 cybersecurity wakeup call, …

DEV  |  CYBER Mar 01, 2025 | Comments: 0

Pen-Test Lab PART 3 - Installing an Ubuntu VM on QEMU/KVM

This guide will walk you through installing an Ubuntu virtual machine using QEMU/KVM. Prerequisites Ubuntu ISO file (already downloaded and moved to /home/<USER>/ISO/Linux/ubuntu-24.04.2-desktop-amd64.iso) QEMU/KVM environment set up (from the main tutorial) Step 1: Create the Ubuntu VM sudo virt-install \ --name ubuntu-vm \ --memory 4096 \ --vcpus 2 \ --cpu …