NIDS/NIPS, Network Security Monitoring, sandboxing, DDoS protection, web proxies, SMTP security, NGFWs, VPNs, and jump boxes โ the active defense layer of defensible architecture.
Network defense controls form the active layer of a defensible security architecture. This domain covers detection, monitoring, sandboxing, DDoS mitigation, secure proxying, email security, next-generation firewalls, VPNs, and privileged access management via jump boxes.
This domain focuses on the tools and architectures that detect and block threats at the network layer. Unlike perimeter controls (Domain 2), network defense controls are active โ they monitor, analyze, and respond to threats in real time. The GDSA exam emphasizes understanding why each control is placed where it is, and what it can and cannot detect.
High-frequency exam topics:
NIDS vs NIPS placement NSM data types SYN cookies SPF/DKIM/DMARC IKEv2 vs IKEv1 Jump box requirements NGFW vs stateful FW Sandbox evasionKey Exam Theme:
Know not just what each control does, but where it is placed and what it cannot detect โ every control has blind spots.
Network defense is most effective when controls are layered. No single control provides complete protection. The GDSA exam tests your ability to select the right combination of controls for a given threat scenario.
Expand each topic for in-depth coverage of all concepts tested in Domain 3.
Detection Types:
Placement (Critical for Exam):
Network Taps vs SPAN Ports:
Evasion Techniques:
Key Products: Snort (open source, signature-based), Suricata (multi-threaded, open source), Cisco FTD (Firepower), Palo Alto NGFW with integrated IPS.
Alert Tuning: Reduce false positives by whitelisting known-good traffic patterns, adjusting anomaly thresholds, and suppressing alerts from specific IP/port combinations.
NSM Definition: Collection, analysis, and escalation of network data to detect and respond to intrusions. Provides forensic evidence for incidents that preventive controls miss.
Data Types (Know all three):
Core NSM Tools:
East-West Monitoring: NSM should capture lateral movement inside the network, not just perimeter traffic. Attackers who pass the perimeter move east-west between systems โ this traffic is invisible if only perimeter is monitored.
Retention Requirements: Minimum 90 days of hot storage for active incident response. 1 year archive for compliance. Flow data is cheaper to retain than FPC.
SIEM Integration: Zeek logs and Suricata events forward to Splunk, Elastic SIEM, or Sentinel for correlation, alerting, and long-term retention.
Threat Hunting: Proactive searching for compromise indicators that haven't yet triggered alerts. NSM data is the primary corpus for hunting. Hypotheses driven by threat intelligence.
Purpose: Detonate suspicious files in an isolated virtual machine and observe behavior โ file writes, registry changes, network connections, process spawning, API calls. Reveals malicious behavior invisible to static analysis.
Analysis Types:
Sandbox Products:
Sandbox Evasion Techniques (Critical for Exam):
Integration Points: Email gateway (scan attachments before delivery), web proxy (scan downloaded files), EDR (forward suspicious processes to sandbox). Defense-in-depth requires sandbox at multiple inspection points.
YARA Rules: Pattern-matching language for static file classification. Used to identify malware families, threat actor TTPs, and suspicious strings across file types.
DDoS Attack Classification:
SYN Cookies (Exam Favorite):
Other Mitigations:
Web Proxy Architecture:
SSL/TLS Inspection: Proxy performs man-in-the-middle โ establishes separate TLS sessions with client (using corporate CA certificate) and server. Decrypts, inspects, re-encrypts traffic. Corporate CA must be trusted by all endpoints (deployed via Group Policy/MDM). Reveals malware C2 callbacks, data exfiltration, threats in encrypted traffic.
Email Authentication Standards:
p=none (monitor, take no action), p=quarantine (send to spam), p=reject (block delivery). Also provides rua/ruf reporting for visibility into spoofing. Alignment: requires SPF/DKIM to align with the From: header domain.Email Gateway Security: Attachment sandboxing, URL rewriting (URLs re-written to proxy for post-delivery scanning), RBL (Reputation Block Lists) to block known bad sending IPs, outbound DLP scanning, DNSSEC for domain validation.
NGFW vs Traditional Stateful Firewall:
VPN Technologies:
Jump Box / Bastion Host Requirements:
Check off topics as you master them. Track your preparation progress.
Tables, comparisons, and code snippets for rapid exam review.
| Attribute | NIDS | NIPS |
|---|---|---|
| Placement | Out-of-band (SPAN port or tap) | Inline between network segments |
| Mode | Passive โ does not touch traffic | Active โ processes all inline traffic |
| Blocking capability | No โ alerts only | Yes โ can block/drop malicious traffic |
| Traffic impact | Zero latency impact | Adds latency; failure can disrupt traffic |
| Fail mode | Stops detecting โ no traffic impact | Fail-open (bypass) vs fail-closed (block all) |
| Primary use case | Detection, forensics, threat hunting | Active blocking at segment boundaries |
| Examples | Zeek, passive Suricata | Inline Suricata, Cisco FTD, Palo Alto IPS |
| Type | Mechanism | Example Attacks | Primary Mitigation |
|---|---|---|---|
| Volumetric | Flood and consume bandwidth | UDP flood, DNS amplification, ICMP flood | Upstream scrubbing, Anycast diffusion |
| Protocol | Exhaust stateful device tables | SYN flood, Ping of Death, Smurf | SYN cookies, rate limiting, scrubbing |
| Application (L7) | Exhaust app server resources | HTTP flood, Slowloris, DNS query flood | WAF, CAPTCHA, behavioral analysis |
| Standard | Mechanism | What It Validates | DNS Record Type | Limitation |
|---|---|---|---|---|
| SPF | Authorized sending IPs listed in DNS | Sending mail server IP is authorized | TXT (_spf.domain.com) | Doesn't protect header From:, fails on forwarding |
| DKIM | Cryptographic signature on headers/body | Message integrity and sender authorization | TXT (selector._domainkey) | Doesn't prevent lookalike domains, key management burden |
| DMARC | Policy enforcement + reporting | SPF/DKIM alignment with header From: | TXT (_dmarc.domain.com) | Only protects exact domain, not lookalikes; p=none has no effect |
| Protocol | Preferred Crypto | Key Feature | Weakness |
|---|---|---|---|
| IPsec IKEv2 | AES-256-GCM / SHA-256 / DH Group 20+ | MOBIKE (IP mobility), fast re-auth, strong crypto | Complex configuration, blocked by some ISPs |
| IPsec IKEv1 | AES-256 / SHA-1 (legacy) | Widely supported (legacy) | Aggressive mode vulnerability, weaker DH options |
| SSL/TLS VPN | TLS 1.2/1.3 | Works through firewalls/NAT, clientless option | Lower performance, requires TLS inspection to audit |
| WireGuard | ChaCha20 / Poly1305 / Curve25519 | Simple, high performance, modern crypto | Less mature in enterprise environments |
| Feature | Traditional Stateful FW | NGFW |
|---|---|---|
| Inspection layer | Layers 3-4 (IP/Port/Protocol) | Layers 3-7 (up to application) |
| Application awareness | Port-based assumption only | App ID via DPI regardless of port |
| User identity | None | AD/LDAP integration โ user-based policies |
| IPS | Separate appliance required | Integrated IPS engine |
| SSL inspection | No | Yes โ full TLS MITM inspection |
| Threat intel | None | IP/URL reputation feeds, C2 blocking |
| URL filtering | No | Yes โ category-based and reputation-based |
Test your knowledge with scenario-based questions. Select an answer to see the explanation.
Structured daily plan covering all Domain 3 topics with hands-on labs.
These misconceptions frequently appear on the GDSA exam. Know how to avoid them.
Answers to common Domain 3 questions.