Section 6: Hardening Flashcards
What is the principle of Hardening?
Hardening is the a process to mitigate risk by minimizing vulnerability to reduce exposure to threats.
What is the principle of Least Functionality?
Process of configuring workstation or server to only provide the essential applications and services
What is a good way to Implement the Least functionality when adding a new device?
Centralized Group Policies
Baseline Images
Microsoft System Center configuration
What is System Center Configuration Management?
System Center Configuration Management (SCCM) is a centralized management system for policies and software across the network of devices.
What are two ways to restrict application on endpoints in the network?
Whitelist and Blacklist application
What is Application Whitelisting?
Application whitelisting is setting up specific application that are allowed to be used and black all others
What is Application Blacklisting?
Application blacklisting is restricting specific applications and allowing all others
What are Services on a device?
Services are a type of application that runs in the background of the application, preforming various functions
How do you open the Services app on Windows?
Run services.msc app
How do you stop a service on windows from the command prompt?
> sc stop “service name”
or
net stop “service name”
How do you open services on OS X?
Activity monitor
How can you stop a service on OS X and Linux?
Terminal
user$ kill pid “pid number”
How could you open services on both Linux and OS X?
Because OS X is a linux based, you can use terminal on both of them stop and see services.
user$ top (to see services running)
user$ kill pid “pid number” (to stop service)
What is a Trusted Operating System (TOS)?
Trusted Operating System (TOS) is an operating system that meets the requirements set by the government and has multilayered security.
List a few Trusted Operating Systems (TOS)?
macOS 10.6+
Windows 7 +
Redhat Enterprise server