Table of Contents

Click Here to Return To the Certified Ethical Hacker (CEH v13) Course Page

Introduction to Ethical Hacking opens the EC-Council CEH v13 course. This module covers core security concepts, the cyber kill chain, the five hacking phases, and the legal framework that makes testing lawful. Ethical hacking is legal only with explicit written authorization, so understand the rules before you touch a single system.

An ethical hacker uses the same tools and techniques as an attacker, but with permission and a defensive goal. You find weaknesses first so the organization fixes them before a real adversary strikes.

Core Security Concepts

Every assessment protects the CIA triad.

  • Confidentiality keeps data secret from unauthorized parties.
  • Integrity keeps data accurate and unaltered.
  • Availability keeps systems and data reachable.

You also separate three related terms:

TermMeaning
ThreatA potential cause of harm
VulnerabilityA weakness an attacker exploits
RiskThe chance and impact of a threat meeting a vulnerability

Hacker Types and Attacker Classes

You classify testers and attackers by intent and authorization.

TypeAuthorizationIntent
White hatAuthorizedDefensive, fixes flaws
Black hatNoneMalicious, personal gain
Gray hatOften noneMixed, discloses after the fact

Attackers range from low-skill script kiddies to organized nation-states and insider threats.

Frameworks and the Five Phases

Two frameworks structure attacker behavior. The Cyber Kill Chain models an intrusion as a chain from reconnaissance to actions on objectives. MITRE ATT&CK maps real-world tactics and techniques you reference during testing.

The CEH methodology breaks an engagement into five phases:

  1. Reconnaissance gathers information about the target.
  2. Scanning probes for live hosts, ports, and services.
  3. Gaining access exploits a weakness to get in.
  4. Maintaining access keeps a foothold for continued testing.
  5. Clearing tracks documents the path and, in a real attack, hides it.

You scope an engagement before any testing.

  • Black-box testing gives you no inside knowledge.
  • White-box testing gives you full documentation and credentials.
  • Gray-box testing gives you partial knowledge.

A signed rules of engagement and a defined scope protect both you and the client. Without written authorization, the same actions break laws like the Computer Fraud and Abuse Act. Stay inside scope at all times, because one out-of-scope host turns a test into a crime.

Next Steps

Begin the hands-on work with Footprinting and Reconnaissance . Build your defensive base with the CompTIA Security+ Course and review tips for passing certification exams . Return to the Certified Ethical Hacker (CEH v13) Course .