Udemy Sections 9-11: Application Security, Secure Software Development, and Network Design Flashcards
T/F: It is best practice to immediately upgrade to the newest browser when it comes out.
False
New browsers can have bugs and security issues. It is best practice to wait to upgrade until issues have been fixed.
T/F: It is best practice to immediately download the newest patch when it comes out.
True
A patch means that there is a vulnerability that has been found and fixed through that patch.
What two things should you take into consideration when choosing a browser?
Your OS
Your needs
5 general security tips to secure your browser
Implement policies as an administrative control or technical control
Train your users
Use proxy servers to cache the website and reduce bandwidth usage
Use content filters to blacklist websites or categories of sites
Prevent malicious code by preventing ActiveX controls, Java applets, JavaScript, Flash, and other active content
Text files placed on a client’s computer to store information about the user’s browsing habits, credentials, and other data
Cookies
A type of cookie commonly used by spyware to gather details about users. Includes information about what websites the user goes to, for how long, and what types of things the users click on.
Tracking cookie
A type of cookie used to keep track of users and their preferences, including what is in virtual shopping carts.
Being used as a way to maintain a connection and a session between the user and the server.
Session cookie
Since the common populace doesn’t like cookies, what type of tracking are organizations switching to?
Server-side tracking
A data file stored in your Windows user profile under the Flash folder inside of your AppData folder. It is created by visiting a website that runs a Flash application.
LSO (Locally Shared Object)
AKA Flash cookie
What does LSO stand for?
Locally Shared Object
What is replacing Adobe Flash?
HTML5
Smaller browser extensions and plugins that provide additional functionality to the browser
Add-ons
Why is it best practice to not use any additional extensions or add-ons with your browser?
More code always means more vulnerability risk.
Browser configuration and settings for numerous options such as SSL/TLS settings, local storage/cache size, browsing history, etc.
Advanced security options
Which version of SSL is deprecated?
SSL 3.0
Which version of TLS is deprecated?
TLS 1.0
The obvious first step to protect your documents from being viewed or modified. The Microsoft suite has this capability built-in.
Create a password for them
What can you set your documents to if you want them to be viewed, but not modified by others?
Read only
By default, should you enable or disable macros?
Disable
What does MS Outlook use for email security?
Digital signatures
The file type for a Microsoft Outlook data file (including archived emails)
.pst
A Windows security component that prevents unauthorized access and avoids user error in the form of accidental changes.
It keeps every user besides the actual administrator account in a standard user mode. When an administrative action is taken, this triggers a pop-up to ask for credentials.
UAC (User Account Control)
UAC stands for
User Account Control
A cookie with this attribute is only sent to the server with an encrypted request over the HTTPS protocol. This keeps the contents of the cookie safe from MITM attacks.
Secure