CH04 Security Applications and Devices Flashcards
What is IDS ?
IDS = Intrusion Detection System.
device or software application that monitors a system or network and analyzes the data passing through it in order to identify an incident or attack
IDS can only alert and log suspicious activity, they won’t be able to stop it.
What are the 2 varieties of IDS ?
IDS = Intrusion Detection System.
It has 2 varieties :
HIDS - Host-based IDS
NIDS - Network-based IDS
What is HIDS ?
HIDS = Host-based IDS
It is a software installed on a computer or server to protect it. It will log everything that seems suspicious.
HIDS logs are used to recreate the events after an attack has occurred
What is NIDS ?
NIDS = Network-based IDS
hardware installed on your network and all the traffic goes through that switch, and then it will get a copy of that sent down to the Network Instruction Detection System. If suspicion is found, it will log it and alert on it.
What is Signature-based detection method?
system is looking for a specific string of bytes that’ll trigger the alert
What is Policy-based detection method?
rely on a specific declaration of the security policy. For example, if company has a policy that no one is allowed to use Telnet, any time this system sees somebody trying to connect on port 23, which is the port for Telnet, it’s going to flag it, log it, and alert on it
What is Anomaly-based detection method ?
Analyzes the current traffic patterns against an established baseline and any time it sees something that goes outside the statistical norm, triggers an alert
What are :
True positive alert
False positive alert
True negative alert
False negative alert
▪ True positive - Malicious activity is identified as an attack
▪ False positive - Legitimate activity is identified as an attack
▪ True negative - Legitimate activity is identified as legitimate traffic
▪ False negative - Malicious activity is identified as legitimate traffic
What is IPS ?
IPS = Intrusion Prevention System
IPS can stop malicious activity from being executed
What is DLP ?
DLP = Data Loss Prevention
monitors the data of a system to detect attempts to steal the data.
What is Endpoint DLP system ?
DLP = Data Loss Prevention
Software-based client that monitors the data in use on a computer and can stop a file transfer or alert an admin of the occurrence
What is Network DLP System ?
DLP = Data Loss Prevention
Software or hardware-based solution that is installed on the perimeter of the network to detect data in transit
What is Storage DLP System ?
DLP = Data Loss Prevention
Software installed on servers in the datacenter to inspect the data at rest
What is Cloud DLP System ?
DLP = Data Loss Prevention
Cloud software as a service that protects data being stored in cloud services
What is BIOS ?
BIOS = Basic Input Output System
Firmware that provides the computer instructions for how to accept input and send output