CH23 Monitoring and Auditing Flashcards
What are 3 Automated ways to monitor activities?
signature-based, anomaly-based, or behavior-based
- Signature-based monitoring – network traffic is analyzed for predetermined attack patterns
- Anomaly-based monitoring – a baseline is established and any network traffic that is outside of the baseline is evaluated. (looking for something that is outside of ordinary)
- Behavior-based monitoring – activity is evaluated based on the previous behavior of applications, executables, and the operating system in comparison to the current activity of the system
What is Signature-based monitoring?
network traffic is analyzed for predetermined attack patterns
What is Anomaly-based monitoring?
a baseline is established and any network traffic that is outside of the baseline is evaluated. (looking for something that is outside of ordinary)
What is Behavior-based monitoring?
activity is evaluated based on the previous behavior of applications, executables, and the operating system in comparison to the current activity of the system
What is Security Posture?
Risk level to which a system or other technology element is exposed.
What is Perfmon.exe ?
Windows program for performance monitor
What is Protocol Analyzers?
it is used to capture and analyze network traffic.
What is Promiscuous mode in Protocol Analyzers?
Network adapter is able to capture all of the packets on the network regardless of the destination MAC address of the frames carrying them
What is Non-promiscuous mode in Protocol Analyzers?
Network adapter can only capture the packets addressed to itself directly
What is Port mirroring?
one or more switch ports are configured to forward all of their packets to another port on the switch. This port is normally called a SPAN port
Port mirroring can slow down the network speed and cause packets to drop. To avoid, this, you can network tap.
If cannot configure a SPAN port, then you can use a network tap.
What is Network Tap?
a physical device that allows you to intercept the traffic between two points on the network.
What is SNMP ?
SNMP = Simple Network Management Protocol
A TCP/IP protocol that aids in monitoring network-attached devices and computers.
SNMP is incorporated into a network management and monitoring system
For the exam, know the function of SNMP.
What are Managed Devices in regards to SNMP?
Computers and other network-attached devices monitored through the use of agents by a network management system
What are Agent in regards to SNMP?
software that is loaded on a managed device to redirect information to the network management system
What are Network Management System (NMS) in regards to SNMP?
Software run on one or more servers to control the monitoring of network-attached devices and computers