What is Hardening?
Act of configuring an OS securely by updating it, creating rules and policies to govern it, and removing unnecessary applications and services
What is Least Functionality?
Process of configuring workstation or server to only provide essential applications and services
What is another method of Least Functionality?
Uninstalling all unneeded apps
What happens sometimes when you install a newer version of an app?
The previous version remains installed.
When adding new computers, what should you do with the image?
Utilise a secure baseline image
What is SCCM?
Microsoft System Center Configuration Management
What is Application Whitelist?
Process of allowing applications to run only if they are on the white list
What is an Application Blacklist?
Block specific applications from running if they are on the blacklist
Which is more secure, Application Whitelisting or Blacklisting
White Listing
What are some problems with Application Blacklisting?
New variations of malware that are not known will not be blocked since you have to manually add them to the list
Can whitelisting and blacklisting be centrally managed?
Yes
What are Services in an OS?
Type of applications working in the background of the OS and perform various functions
What should you do with unneeded serviecs?
Disabled in the OS
same thing can be done with cmd
How do you see services and stop them in Linux & Mac OS?
What is a Trusted Operating System (TOS)?
Any OS that meets the requirements set forth by governments and has multilevel security
What OS meet the criteria for TOS?
What is a requirement to stay TOS
Frequent patching and staying up to date
How do you identify the current version and build of your OS prior to updating a system?
Windows - msinfo32.exe in cmd
What are patches?
A single problem-fixing piece of software for an operating system or application
What is a hotfix?
Exact same as a patch
-A single problem-fixing piece of software for an operating system or application
What are the categories of updates?
What is a Security Update?
Software code that is issued for a product-specific security-related vulnerability
What is a critical update?
Software code for a specific problem addressing a critical, non-security bug in the software
What is a service pack?
A tested, cumulative grouping of patches, hotfixes, security updates, critical updates, and possibly some feature or design changes