CompTIA Analyst Prep

CompTIA Security+ SY0-701 Study Guide: Securing Systems and Networks

Course section: Securing Systems and Networks Estimated course time: 12 hours Coverage: 4 modules, 80 practice questions Purpose: Full exam-focused study notes for this Security+ course section. This is original study material, not a transcript, Coursera quiz copy, or real CompTIA exam content.

How To Use This Guide

  1. Read one module at a time.
  2. Memorize the high-yield anchors first.
  3. Work through the module details and lab notes.
  4. Take the matching practice-question bank.
  5. Review missed questions by returning to the named section.
  6. Retest until you can score at least 85%, with 90% or better as the comfort target.

Exam Context

High-Yield Memory Anchors

Course Map

  1. Tools of the Trade - Security tools turn questions into evidence. The exam expects you to know which tool collects which evidence and how to use output safely. Tools are not magic: authorization, scope, timing, and interpretation matter.
  2. Securing Individual Systems - Endpoint security combines hardening, monitoring, protection, and recovery. A single workstation can become the path to credentials, lateral movement, data loss, or business disruption.
  3. Securing The Basic LAN - LAN security is architecture plus enforcement. You need segmentation, trust boundaries, cryptographic protection, monitoring, and secure access paths. The exam often asks where to place a control or which control best addresses a scenario.
  4. Securing Wireless LANs - Wireless extends the network beyond walls, so authentication, encryption, radio planning, and monitoring matter. The exam focuses on choosing secure standards, identifying attacks, and hardening wireless deployments.

Study Notes

Tools of the Trade

Big Picture

Security tools turn questions into evidence. The exam expects you to know which tool collects which evidence and how to use output safely. Tools are not magic: authorization, scope, timing, and interpretation matter.

Must Know

CLI fundamentals

The command line is fast, repeatable, and scriptable. PowerShell returns objects and is strong for Windows automation. Linux shells combine small text-processing tools through pipes and redirection.

Nmap

Nmap can discover hosts, open ports, service versions, and sometimes OS hints. In exam scenarios, use it when you need to identify exposed services or validate a network surface. Avoid confusing it with a vulnerability scanner or packet analyzer.

Wireshark and tcpdump

Packet capture answers what actually crossed the wire. Wireshark is graphical and rich for protocol decoding. tcpdump is lightweight and useful on servers. Captures may contain credentials, tokens, and personal data, so protect them.

Logs and centralized logging

Local logs are useful, but centralized logging improves retention and correlation. Security teams use SIEM-like workflows to correlate authentication, endpoint, firewall, DNS, and application events.

Benchmark tools

CIS-style benchmarks and configuration assessment tools compare systems to secure baselines. They help find drift, insecure defaults, and hardening gaps.

Time and evidence

NTP and consistent time zones matter because investigations depend on event sequence. A correct alert with wrong time can mislead responders.

Hands-On Practice

Exam Traps

Quick Self-Check

Securing Individual Systems

Big Picture

Endpoint security combines hardening, monitoring, protection, and recovery. A single workstation can become the path to credentials, lateral movement, data loss, or business disruption.

Must Know

Malware categories

Viruses attach to files, worms self-propagate, trojans masquerade as legitimate software, ransomware denies access for payment, spyware collects information, rootkits hide activity, and logic bombs trigger under conditions.

Weak configuration

Common weaknesses include default credentials, exposed admin interfaces, unnecessary services, permissive file shares, missing patches, weak TLS, open storage buckets, and excessive local admin rights.

Password attacks

Brute force tries many possibilities, dictionary attacks use wordlists, spraying tries a few common passwords against many accounts, stuffing reuses leaked credentials, and offline cracking attacks stolen password hashes.

Overflow attacks

Buffer overflows exploit memory handling errors. Modern protections such as ASLR, DEP, stack canaries, patching, and safe languages reduce risk but do not remove the need for secure coding.

Botnets

A botnet is a group of compromised devices controlled by an operator. It can support DDoS, credential attacks, spam, fraud, and proxying. IoT devices with weak defaults are common targets.

RAID and backups

RAID improves disk availability or performance depending on level, but it does not replace backups. RAID will not save you from deletion, corruption, ransomware, or site loss.

Endpoint encryption

Full-disk encryption protects data at rest if a device is lost or stolen. It is strongest when paired with TPM, strong authentication, recovery-key management, and screen-lock policies.

Hands-On Practice

Exam Traps

Quick Self-Check

Securing The Basic LAN

Big Picture

LAN security is architecture plus enforcement. You need segmentation, trust boundaries, cryptographic protection, monitoring, and secure access paths. The exam often asks where to place a control or which control best addresses a scenario.

Must Know

Certificates and PKI

Certificates bind identities to public keys. PKI includes CAs, RAs, certificate policies, issuance, renewal, revocation, and trust chains. Common certificate problems include expiration, hostname mismatch, untrusted issuer, weak key, and missing private-key protection.

Layer 2 risks

ARP poisoning, MAC flooding, VLAN hopping, rogue DHCP, and spoofing exploit local trust assumptions. Mitigations include DHCP snooping, dynamic ARP inspection, port security, disabling unused ports, restricting trunking, and segmentation.

Zero trust architecture

Zero trust removes implicit trust based on network location. It emphasizes explicit verification, continuous evaluation, least privilege, device posture, strong identity, segmentation, and monitoring.

Firewalls

Firewalls enforce traffic policy. Host firewalls protect individual systems; network firewalls protect boundaries or segments; stateful firewalls track sessions; application-aware devices understand higher-layer behavior.

Proxies and filtering

Forward proxies mediate outbound client traffic. Reverse proxies front-end servers. Proxies may filter URLs, inspect content, cache, authenticate, or provide application-layer protection.

NAT and PAT

NAT rewrites addressing information, commonly translating private internal addresses to public connectivity. PAT maps many internal sessions to one public address using ports. NAT is not a security boundary by itself.

VPNs and IPsec

VPNs protect traffic across untrusted networks. Site-to-site VPNs connect networks; remote-access VPNs connect users. Split tunneling can improve performance but may increase risk.

IDS and IPS

IDS is usually out-of-band or passive and alerts on suspicious activity. IPS is inline and can block. Both may use signatures, behavior, heuristics, or anomaly detection.

Honeypots

Honeypots are decoys used for detection, deception, and intelligence. They must be isolated and monitored so they do not become an attacker platform.

Hands-On Practice

Exam Traps

Quick Self-Check

Securing Wireless LANs

Big Picture

Wireless extends the network beyond walls, so authentication, encryption, radio planning, and monitoring matter. The exam focuses on choosing secure standards, identifying attacks, and hardening wireless deployments.

Must Know

Wi-Fi encryption standards

WEP is obsolete and broken. WPA2 with AES/CCMP remains common. WPA3 improves protections such as SAE for personal networks. Enterprise deployments commonly use 802.1X with RADIUS-backed authentication.

Wireless discovery and attacks

Attackers may create evil twin APs, deploy rogue APs, force deauthentication, jam radio frequencies, capture handshakes, or trick users into credential portals. Hiding an SSID is not meaningful security.

Coverage and performance

Too much signal leakage can increase exposure, while poor coverage can cause roaming problems and support calls. Channel planning, power tuning, antenna choice, and site surveys help.

Bluetooth, RFID, and NFC

Short-range technologies can still expose pairing, tracking, relay, or skimming risks. Disable unused radios, use strong pairing, and segment or monitor dedicated device networks.

Wireless segmentation

Guest Wi-Fi should be isolated from internal systems. IoT and unmanaged wireless devices often deserve separate VLANs and firewall policy.

Hands-On Practice

Exam Traps

Quick Self-Check

Final Review Checklist

Deep Review Tables

Tool Selection Table

TaskTool Or SourceReason
Identify open ports on an authorized hostNmapDiscovers exposed services
Inspect packet contentsWiresharkDecodes protocols in a GUI
Capture packets on a headless Linux servertcpdumpLightweight command-line capture
Audit Windows configurationPowerShellScriptable object-based administration
Analyze failed SSH loginsLinux auth logsShows authentication events
Correlate firewall and endpoint alertsCentralized logging/SIEMCombines multiple evidence sources
Compare server settings to hardening guidanceBenchmark toolFinds configuration drift

Endpoint Hardening Checklist

AreaBaseline ActionExam Reason
PatchingApply OS, application, firmware, and driver updatesRemoves known vulnerabilities
AccountsRemove local admin where not neededEnforces least privilege
ServicesDisable unused services and portsReduces attack surface
Malware defenseUse EDR/AV and behavior monitoringDetects or blocks suspicious activity
FirewallEnable host firewall rulesLimits inbound and outbound exposure
Disk protectionUse full-disk encryptionProtects lost or stolen devices
ConfigurationApply secure baselineReduces weak defaults
LoggingEnable useful security logsSupports detection and forensics
RecoveryMaintain tested backupsSupports restoration after failure or attack

Network Control Placement

NeedControlPlacement Cue
Block internet to databaseFirewall ruleBetween trust zones or on host
Inspect malicious traffic inlineIPSIn path of traffic
Alert on suspicious mirrored trafficIDSConnected to tap/SPAN/mirror
Mediate outbound web browsingForward proxyBetween clients and internet
Protect public web appReverse proxy/WAFIn front of application
Isolate guest Wi-FiVLAN and firewall policySeparate network segment
Detect attacker interactionHoneypotIsolated decoy network
Secure remote user accessVPN/ZTNARemote access boundary

Wireless Security Checklist

AreaSecure ChoiceAvoid
EncryptionWPA3 or WPA2-AES/CCMPWEP, TKIP, open networks for sensitive access
AuthenticationEnterprise 802.1X where appropriateShared PSKs for large organizations
Convenience featuresDisable WPSPush-button enrollment on production networks
Guest accessSegment and restrictSame VLAN as internal systems
FirmwareKeep APs updatedUnsupported AP firmware
MonitoringWatch rogue APs and evil twinsAssuming hidden SSID is security
RF designUse site surveys and channel planningExcessive leakage or co-channel interference

Protocol And Port Awareness

Security+ is not a port-memorization exam only, but you should recognize common services in scenarios. Know why secure replacements matter:

Scenario Drills

  1. Users report slow Wi-Fi and disconnects in one area. Think coverage, interference, channel plan, power, and AP placement before assuming compromise.
  2. A server has many failed logins from one username across many passwords. That looks like brute force. One password across many accounts looks like spraying.
  3. A sensor only alerts from mirrored traffic. That is IDS behavior. A device dropping malicious traffic inline is IPS behavior.
  4. A database is not directly exposed to the internet but is reachable from a compromised web server. Segmentation and least privilege matter inside the LAN.
  5. A scan finds open SSH on a public host. The next action depends on business need, source restrictions, authentication, patching, and monitoring.

Command And Evidence Quick Reference

Use these as recognition anchors for exam scenarios. You do not need to memorize every switch, but you should know which command family fits the evidence need.

NeedWindows DirectionLinux DirectionEvidence Produced
View IP configurationipconfig /allip addr or ifconfigAddresses, gateways, DNS hints
Test reachabilitypingpingBasic ICMP reachability and latency
Trace pathtracerttraceroute or tracepathHop-by-hop routing path
View listening connectionsnetstat or PowerShell cmdletsss or netstatPorts, protocols, process hints
Resolve DNSnslookupdig or nslookupName resolution records
Review logsEvent Viewer or Get-WinEventjournalctl, auth.log, syslogAuthentication and system evidence
Check processesTask Manager or Get-Processps, topRunning process state
Inspect firewallWindows Defender Firewall toolsiptables, nftables, ufw, firewalldHost traffic policy

Evidence Handling For Tool Output

More Scenario Drills

  1. A packet capture shows cleartext credentials. Identify the insecure protocol and recommend an encrypted replacement.
  2. A benchmark report flags local administrator membership. Tie the finding to least privilege and account review.
  3. A host firewall blocks inbound traffic, but the application still cannot reach a database. Check outbound policy, network firewall rules, DNS, routing, and service status.
  4. A wireless client connects but cannot get an IP address. Investigate DHCP scope, VLAN tagging, relay, firewall, and AP-to-switch trunk configuration.
  5. A vulnerability scanner reports a missing patch on a domain controller. Prioritize with asset criticality and maintenance/change-management requirements.