Listen to this Post
CYBERKONG, a new venture led by Frederik Istace, marks a significant shift from the educational sector back to the core of cybersecurity and IT consulting. This move follows the closure of CESARR, an educational institution previously founded and sold by Istace. CYBERKONG boasts a robust team including Julien Pernet for technical expertise, Aristide Drêche for development, and Élodie Lentrebecq-Istace for communications, with Istace himself steering project management and leadership.
You Should Know:
1. Setting Up a Secure Linux Environment:
- Install Ubuntu Server: Start by downloading and installing Ubuntu Server, a popular choice for secure environments.
sudo apt-get update sudo apt-get install ubuntu-server
- Configure Firewall: Use UFW (Uncomplicated Firewall) to manage access to your server.
sudo ufw allow ssh sudo ufw enable
2. Penetration Testing Basics:
- Install Kali Linux: Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing.
sudo apt-get install kali-linux-full
- Run a Network Scan: Use Nmap to discover hosts and services on a computer network.
nmap -sP 192.168.1.0/24
3. DevOps Practices:
- Continuous Integration/Continuous Deployment (CI/CD): Implement Jenkins for CI/CD pipelines.
sudo apt-get install jenkins
- Containerization with Docker: Docker helps in creating, deploying, and running applications by using containers.
sudo apt-get install docker.io sudo systemctl start docker sudo systemctl enable docker
4. Cybersecurity Measures:
- Regular Updates: Keep your systems updated to protect against vulnerabilities.
sudo apt-get update sudo apt-get upgrade
- Intrusion Detection Systems: Install and configure an IDS like Snort.
sudo apt-get install snort
What Undercode Say:
CYBERKONG is poised to redefine the cybersecurity landscape with its expert team and focused approach. By integrating advanced cybersecurity measures, robust DevOps practices, and comprehensive penetration testing, CYBERKONG is well-equipped to tackle the evolving challenges in the IT security domain. The transition from education to core cybersecurity services underscores a strategic pivot that aligns with current industry demands and future growth opportunities.
References:
Reported By: Frederik Istace – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅



