Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 801 Bytes

02_session_hijacking_countermeasures.md

File metadata and controls

28 lines (18 loc) · 801 Bytes

Section 02: Session Hijacking Countermeasures

Countermeasures

Hypertext transfer protocol secure

Intrusion detection system (IDS)

Definition

Hyptertext transfer protocol cookie

Definition

Security information and event management (SIEM)

Definition

Internet protocol security (IPsec)

Definition

  • Use HTTPS.
  • Use long and randomly generated session keys.
  • Use defense in depth.
  • Set the HttpOnly cookie.
  • Encrypt the data in transit between the user and the web server.
  • Regenerate session IDs upon new log ins for users.
  • Use firewalls.