๐Ÿงฑ Defensive Strategy

Security Defenses

Layered controls that protect systems, data, and people.

๐Ÿ”ฅ

Firewalls

Network security devices that filter traffic based on rules. They act as a barrier between trusted and untrusted networks.

  • Packet-filtering โ€” inspects headers
  • Stateful โ€” tracks connection state
  • Next-gen (NGFW) โ€” adds deep packet inspection
  • WAF โ€” protects web applications
๐Ÿ”

Encryption

Transforms data into an unreadable form so only authorized parties can access it. Essential for data in transit and at rest.

  • Symmetric โ€” same key (AES)
  • Asymmetric โ€” key pairs (RSA, ECC)
  • TLS/SSL โ€” secures web traffic
  • Hashing โ€” integrity (SHA-256)
๐Ÿ”‘

Multi-Factor Authentication

Requires two or more verification factors, dramatically reducing the risk of compromised passwords.

  • Something you know โ€” password
  • Something you have โ€” token, phone
  • Something you are โ€” biometrics
  • Authenticator apps beat SMS codes
๐ŸŒ

Network Segmentation

Divides a network into zones to limit lateral movement and contain breaches to a small area.

  • VLANs separate departments
  • Zero Trust assumes no implicit trust
  • DMZ isolates public-facing services
  • Micro-segmentation at workload level
๐Ÿ‘๏ธ

IDS / IPS

Intrusion Detection and Prevention Systems monitor network traffic for suspicious activity and can block it.

  • IDS โ€” detects and alerts
  • IPS โ€” detects and blocks
  • Signature-based vs. anomaly-based
  • Often paired with SIEM platforms
๐Ÿ›ก๏ธ

Endpoint Protection

Secures individual devices โ€” laptops, phones, servers โ€” with antivirus, EDR, and device management.

  • Modern EDR replaces legacy antivirus
  • Behavioral detection catches zero-days
  • MDM enforces policies on mobile devices
  • Disk encryption protects lost devices