Skip to main content

AWS penetration testing: what you may test, and what gets you banned

· 8 min read
Haythem Rehouma
Formateur en cybersécurité offensive

Short answer: AWS permits customer security testing of eight service categories — including EC2, RDS, Lambda, API Gateway and CloudFront — without prior approval, on resources you own. Denial of service, and anything touching another tenant or AWS's own infrastructure, remains forbidden and requires a separate process. Your customer's permission is still mandatory: AWS's policy is not authorisation to test somebody else's account.

Débuter en test d'intrusion en 2026 : le chemin réaliste, sans folklore

· 4 min read
Haythem Rehouma
Formateur en cybersécurité offensive

Le test d'intrusion attire beaucoup, en partie pour de bonnes raisons — un métier utile, technique, bien payé — en partie pour de mauvaises, entretenues par les vidéos où quelqu'un « hacke le Pentagone » en trois minutes. Cet article donne un chemin réaliste pour devenir pentester junior en 2026, sans mythes ni raccourcis.

What is Kerberoasting? The Active Directory attack explained

· 8 min read
Haythem Rehouma
Formateur en cybersécurité offensive

Short answer: Kerberoasting abuses a normal Kerberos feature — any authenticated domain user can request a service ticket for any service account, and part of that ticket is encrypted with the account's password hash. The attacker requests tickets, takes them offline, and cracks the weak ones. No exploit, no privilege required, and it still works in most domains.

Red team vs blue team vs purple team: what each one really does

· 7 min read
Haythem Rehouma
Formateur en cybersécurité offensive

Short answer: the red team emulates a real attacker to test whether the organisation detects and responds; the blue team defends, detects and responds; the purple team is the two working in the same room so that every attack produces a detection rule. Red teams are glamorous and rare. Blue teams are where most jobs and most learning are.

Where to practise hacking legally (and what will get you arrested)

· 8 min read
Haythem Rehouma
Formateur en cybersécurité offensive

Short answer: practise on systems you own, on deliberately vulnerable machines in your own lab, on platforms built for it, or inside a bug bounty program's stated scope. Everything else — including a single scan of a company you do not have written permission to test — is a criminal offence in most countries, regardless of intent or damage.

What is Kali Linux, and should a beginner use it?

· 7 min read
Haythem Rehouma
Formateur en cybersécurité offensive

Short answer: Kali Linux is a Debian-based distribution that ships around 600 preinstalled security tools. It is legal to download and use, it is excellent as a disposable testing machine, and it is a poor choice as your everyday operating system. Learn Linux on Ubuntu or Debian; run Kali in a virtual machine for the work.