× back

Unit Structure

            
Cybersecurity Attack Vectors
├── 1. Buffer Overflow Attacks
│   ├── Stack Overflows
│   ├── String Overflows
│   ├── Heap Overflows
│   └── Integer Overflows
│
├── 2. Internal Attacks
│   ├── Emails
│   ├── Mobile Phones
│   ├── Instant Messengers
│   ├── FTP Uploads
│   ├── Dumpster Diving
│   └── Shoulder Surfing
│
└── 3. DoS (Denial of Service) Attacks
    ├── Ping of Death
    ├── Teardrop
    ├── SYN Flooding
    ├── Land Attacks
    ├── Smurf Attacks
    ├── UDP Flooding
    ├── Hybrid DoS Attacks
    ├── Application Specific Attacks
    └── Distributed DoS (DDoS) Attacks