Browser Security Flashcards
1
Q
HTTP Strict Transport Policy
A
- User Agent will convert URI to secure URI before dereferencing
- Helps against active and passive attackers, but not malware or phishing
- Countermeasure for SSL stripping attacks
- Can be set via HSTS response header during first website visit
2
Q
Cookie Protocol Problems
A
- Server is blind:
-> Does not see cookie attributes
-> Does not see which domain set the cookie
-> Server processes cookies sent to it - No encryption or integrity checks are included
-> Must be implemented on web application or client side
3
Q
Private Browsing Mode
A
- Web pages opened and files downloaded will not be recorded in the browser/download history
- All new cookies are deleted after you close all incognito windows
- Changes made to bookmarks and general settings while in incognito mode are always saved
- Websites that you visit may still have records of your visit
4
Q
Tracking Countermeasures
A
- Cookie opt-out
- Do-not-Track header
- 3rd party cookie blocking/manually clearing browser data
- Add-ons