Learn how to install Endlessh to create an SSH Tarpit, a technique to trap attack bots in an infinite loop, protecting Linux servers and wasting attacker resources.
Learn how to use Scapy for professional PCAP analysis. A guide to extracting IP/TCP/HTTP layers and writing scripts to effectively detect port scanning.
A detailed guide on installing Whonix on VirtualBox. Learn about the Gateway-Workstation model to protect your IP address and prevent network data leaks effectively.
Learn how to use Nessus Essentials to scan and detect internal network vulnerabilities. Detailed guide from Docker installation to practical CVE report analysis.
Canarytokens is a technique for planting information traps inside files, URLs, and emails to detect hackers the moment they access sensitive data — receiving instant alerts with IP address and timestamp. A step-by-step practical guide: creating tokens and embedding them in fake credential files, .env files, Word documents, and DNS config on Linux servers.
A practical guide to building a Linux Server Incident Response process using the PICERL model: from confirming an incident and emergency network isolation, to collecting evidence, eradication, and safely restoring the system. Includes real commands drawn from hands-on production incident experience.
Don't rush to run suspicious files on Linux! Learn how to use strace, ltrace, and sandboxing techniques to analyze malware safely and effectively based on real-world experience.
Don't let a random GitHub script steal your SSH keys or passwords. Firejail allows you to easily sandbox Ubuntu applications, keeping your system secure and lightweight.
Don't let API key leaks ruin your career. A detailed guide on installing Gitleaks to automatically detect and prevent secret exposure in Git repositories.