Simulated an enterprise-style network security lab focusing on subnet segmentation, routing, and threat detection. Implemented VLAN isolation, OSPF routing, and simulated ARP spoofing attacks to analyze network vulnerabilities and defensive controls.
Environment: Virtualized lab using isolated internal networks to safely simulate enterprise attack and defense scenarios.
- Operating Systems: Ubuntu, Kali Linux
- Networking Protocols: ARP, OSPF, VLANs
- Security & Analysis Tools: Ettercap, TCPDump, Wireshark
This setup mirrors a simplified enterprise network and can be reproduced in a controlled local environment to safely evaluate attack paths and defensive controls:
-
Set up two virtual machines using VirtualBox or VMware:
- Attacker VM: Kali Linux
- Victim VM: Ubuntu
-
Configure network topology:
- Create multiple subnets and VLANs
- Enable inter-VLAN routing using OSPF
-
Verify baseline traffic:
- Capture normal traffic using TCPDump and Wireshark
-
Simulate ARP spoofing:
- Launch ARP poisoning attacks using Ettercap
- Observe MITM behavior and packet interception
-
Apply hardening techniques:
- Enforce subnet segmentation
- Validate reduced attack surface using packet inspection
This lab demonstrates hands-on experience with:
- Network subnetting and segmentation to reduce attack surfaces
- VLAN configuration to isolate sensitive network traffic
- Dynamic routing using OSPF
- Packet capture and traffic inspection for security analysis
Simulated real-world network attack scenarios including:
- ARP Spoofing (MITM attacks) using Ettercap
- Packet-level traffic analysis with TCPDump and Wireshark
- Network hardening techniques, including segmentation and attack detection validation
- Implemented subnet segmentation to limit lateral movement
- Validated VLAN isolation to protect sensitive traffic
- Analyzed routing behavior to prevent unauthorized access paths
- Used traffic inspection to confirm effectiveness of defensive controls
- Strengthened understanding of enterprise network security architecture
- Gained hands-on experience with attack simulation and traffic analysis
- Validated security controls through practical threat scenarios
- Demonstrated reduction of attack surface through effective segmentation and routing controls
Result: Successfully validated enterprise-style network hardening techniques against simulated real-world attacks.