PHASE: Types of Traps33% COMPLETION
Abort Mission
MODULE 18

Honey Pots & Deception

Setting up traps to detect and analyze attackers.

Types of Traps

< div class="grid grid-cols-1 md:grid-cols-2 gap-4" >

Low Interaction

< p class="text-xs text-zinc-400" > Emulates services(e.g., a fake SSH port that logs attempts).Safer, but easier to detect.

< div class="bg-zinc-900 p-4 rounded border-l-4 border-red-500" >

High Interaction

< p class="text-xs text-zinc-400" > A real, vulnerable OS.Allows the attacker to fully compromise it so we can watch their behavior.High risk.