Web Security Flashcards
Cookies are created by ads that run on websites
trueP3L2
Cookies are created by websites a user is visiting
trueP3L2
Cookies are compiles pieces of code
falseP3L2
Cookies can be used as a form of virus
falseP3L2
Cookies can be used as a form of spyware
trueP3L2
A web browser can be attacked by any website that it visits
trueP3L2
Even if a browser of compromised, the rest of the computer is still secure
falseP3L2
Web servers can be compromised because of exploits on web applications
trueP3L2
When a user’s browser visits a compromised or malicious site, a malicious script is returned
trueP3L2
To prevent XSS, any user input must be checked and preprocessed before it is used
trueP3L2
Checking the HTTP referrer header to see if the request comes from an authorized page can protect against XSRF
trueP3L2
Using a synchronizer token pattern where a token for each request is embedded by the web application in all HTML forms and verified on the server side can protect agains XSRF
trueP3L2
Logging off immediately after using a web application can protect against XSRF
trueP3L2
Not allowing the browser to save username/password and not allowing web sites to remember user login can protect against XSRF
trueP3L2
Not using the same browser to access sensitive web sites and to surf the web freely can protect against XSRF
trueP3L2