S18-Network Monitoring Flashcards
(76 cards)
IDS
“Intrusion Detection system”
a cybersecurity tool that monitors network traffic and system activity for suspicious patterns or deviations from normal behavior, potentially indicating an attack or intrusion
- Passive System
IPS
“Intrusion Prevention system”
a cybersecurity tool that actively monitors network traffic for malicious activity and takes automated actions to prevent attacks
- Active System
- can drop or block offending traffic
What are the 3 main methods for detecting offending traffic?
- Signature
- Policy
- Anomaly
Signature-Based detection
Triggered by a signature that contains a unique string of bytes
Policy-based detection
Relies on a specific declaration of a security policy
Anomaly-based detection
Done through a a statistical or non-statistical anomaly
Statistical Anomaly detection
Watches traffic patterns to build baseline and flags things outside the normal
Non-statistical Anomaly detection
Admin defines the patterns or baseline
What other ways can IPSs and IDSs can be distinguished?
By if their:
- Host-based
- Network-based
Network-based IDS/IPS
Protects entire network
Host-based IDS/IPS
software-based IDS/IPS installed to Protect a host
Simple Network Management Protocol (SNMP)
AN internet protocol for collecting, organizing, and modifying information about managed devices on IP networks
Managed Device
Device that communicates with SNMP manager or Management info Base (MIB)
SNMP Manager
Machine running SNMP protocol to collect and process information from devices
SNMP Agents
Network devices that report info back to the SNMP manager
What 3 messages types does an SNMP manager use to communicate with it’s Agents?
- SET
- GET
- TRAP
SET Request
Manager to Agent request to change the value of a variable or a list of variables
GET Request
Manager to Agent request to retrieve the value of a variable or list of variables
TRAP Request
Message that is sent asynchronously as notifications from the agent to the manager
What to methods are used to encode trap message data in SNMP?
- Granular Tap
- Verbose Trap
Granular Trap
Each SNMP Trap message is sent with a unique object Identifier (OID)
Verbose Trap
SNMP traps that contain all the information about a given alert or event as a payload
Object Identifier (SNMP)
Identifies a variable that can be read or set via SNMP
Management Information Base (MIB)
essentially a “dictionary” that translates numerical Object Identifiers (OIDs) into human-readable descriptions, making it easier to monitor and manage network devices.