Section 9 - Application Security Flashcards
How do you ensure the security of your web browser?
- Ensure your web browser is always up to date with patches and updates
- Don’t adopt the newest browsers when they come out. Let others be the test guinea pigs first.
- Implement good policies - create and implement web browsing policies as an admin control or technical control
- Train your users
- Secure your browser with proxy and content filtering
- Prevent malicious code from being loaded by configuring your browser to prevent ActiveX controls, Java applets, Javascript, Flash and other active content from being downloaded and run on your machine through your web browser
What do proxies do?
Cache the website to reduce requests and bandwidth usage
What do content filters do?
These can be used to blacklist specific websites or entire categories of sites
What are cookies?
Cookies are text files that are placed on a client’s computer to store information about the user’s browsing habits, their credentials, and other data.
These are used for authentication into websites, session tracking, your shopping carts and many other things.
There are two types of cookies. What are they?
Session Cookies
Tracking Cookies
This kind of cookie is usually used by spyware to gather details about you. They’re trying to learn what websites you go to, for how long, and what type of things you click on.
Tracking Cookies
This kind of cookie are used to keep track of users and their preferences and maybe even the things that they’re putting into their shopping carts. This is used to maintain the connection and the session between you and the server.
Session Cookies
Most sites now realize that cookies are not good and have begun using what instead?
Server-Side Tracking
This allows them to do the same type of tracking for your shopping cart and things of that nature while allowing you to block cookies and not have them on your machine.
What is an LSO?
Locally Shared Objects
These are cookies that are stored in your Windows user profile under the Flash folder inside your roaming AppData folder.
It is used by Adobe Flash Player and it’s less of an issue now because it’s being phased out in favor of HTML5.
LSOs are also known as…?
Flash cookies
What are add-on’s?
Small browser extensions or plugins that’ll provide you additional functionality.
The most commonly used productivity suite in the world is…?
Microsoft Office
What is the best way to protect the applications that we use?
- If you have a document and you want to protect it, use a password on it.
- Check your macro settings and disable them if they are enabled. They are installed automatically when first putting Microsoft office on your computer.
- Use a digital certificate
- Encrypt your documents
How can you increase security on Microsoft outlook?
- Embed your digital signature
- If you archive your emails, make sure to save them as a PST file and encrypt that file.