Domain 7 Flashcards
__ determines the MTD e.g. this server can only be down for 4 hours.
BIA (Business Impact Analysis) determines the MTD (Maximum Tolerable/Allowable Downtime)
__ firewall is software-based and filters anything coming into or leaving your system e.g. Windows firewall, ZoneAlarm (Windows), Application Firewall (Mac OS X)
Host-based firewall
__ firewalls are referred to as ACLs (Access Control Lists) on some devices.
Packet filtering firewall. It inspects layer 3 IP header and is not very secure.
__ firewalls maintain a state table so they can allow a syn ack only if there was a corresponding syn. They are primarily focused on layers 3 and 4.
Stateful inspection firewall. Looks at port while inspecting Layer 4 TCP/UDP header
__ focuses on dynamically provisioning resources to cloud services e.g. providing computing resources of anywhere from 1 to thousands of systems within minutes such as Amazon during Nov/Dec. Organizations typically pay per unit, not per virtual host (based on equivalent CPU capacity).
Elastic Cloud Computing
__ host discovery is the most direct way to identify a host, typically with a simple ping sweep. An additional stimulus beyond ICMP Echo Request is required for hardened systems.
active
__ Intrusion __ System can take measures on its own to control and minimize damage such as spoofing a reset to both sides of the connection. This will drop the connection to control the damage. It can also use an API to tell the firewall to block an IP address.
Active IDS can take measures on its own to control and minimize damage.
__ IDS sends an alert but does not stop attack. __ IDS stops the attack, usually be sending resets.
passive, active
__ is a client service such as client email like Gmail.
SaaS (Software as a Service)
__ is a cloud-based VPS such as a Linux server
IaaS (Infrastructure as a Service), VPS (Virtual Private Server)
__ is a passive sniffer/sensor for analyzing and alerting on attacks whereas __ is an inline device that can block and stop attacks.
IDS, IPS
__ is a plan that provides detailed steps to restore critical information systems and data.
DRP (Disaster Recovery Plan)
__ is a plan to avoid irreparable loss of mission critical operations.
BCP (Business Continuity Planning)
__ is a server service such as Apache web service.
PaaS (Platform as a Service). Admins have control over the service config only, not the general OS e.g. can restart the web service but not the entire system.
__ is a strategic ongoing plan focused on business processes with the goal of proactively fixing potential problems. It is an ongoing, strategic and over-arching plan.
BCP (Business Continuity Planning)
__ is a subcomponent of BCP that is a reactive plan focused on recovery when normal business operations are interrupted.
DRP (Disaster Recovery Plan)
__ is a type of data redundancy that is similar to remote journaling but provides additional robust backup by storing duplicate data on multiple remote storage devices.
Database shadowing: similar to journaling but stored on multiple devices
__ is a type of testing where team members step through the plan looking for errors or false assumptions.
structured walkthrough testing or validity testing
__ is how long a system/process can be down before the mission is impacted.
RTO (Recovery Time Objective)
__ is how long the business will allow a disruption of mission critical functions.
MTD (Maximum Tolerable Downtime)
__ is primarily concerned with evidence and proving in court whether or not someone did something.
Forensics
__ planning is short-term focused (has a stop and start) while __ planning is long-term focused (continuous)
DRP, BCP
__ software focuses on worms and viruses. __ might bundle the functionality of antispyware, HIPS, application whitelisting, antivirus.
antivirus, antimalware
__ testing involves actually failing over operations to an alternate computing facility.
full interruption testing