CENT 310 EXAM 2 WRITTEN Flashcards
Describe the functionality of an IDS
IDS function is responsible for detecting unauthorized access or attacks against a system or a network. Can verify, itemize, and characterize threats from outside and inside the network.
Describe the three modes of detection for an IDS
Signature based: analyzes traffic for patterns associated with known attacks stored in database
Anomaly based: Analyzes traffic and compares it to normal or baseline traffic for deviations that might indicate an attack
Rule/ Heuristic based: Analyzes traffic by using pre-configured rules and an interface engine to determine when characteristics of an attack exists.
What is the Security Onion
Security Onion can act as a IDS (Intrusion Detection System) and NSM (Network Security Monitoring). Open-source linux application suite of tools that provides IDS and IPS functionality, security monitoring, and log analysis.
It contains Snort, Suricata, Sguil, Squert, Snorby, Bro, Network Miner, Xplico and others.
What are the hardware requirements for the Security Onion
64 bit CPU, 4 cores, 8 GB RAM, needs processor power/storage
What is the purpose of a NSM utility (Describe the functionality of the 4 major utilities types found in SO)
Network Security Monitoring:
- Collects and displays alerts of suspicious activity - Analyzes alerts of suspicious activity - Collects packets for analysis - Allows for overview of network activity or decision-making - IDS/ IPS, Snort - HIDS session analysis, OSSEC - Session Analysis, Bro - Visibility to logs, ELSA, Sguil
Describe sources of Event Logs
Name of the software that logs the event.
Often the name of the app or the name of subcomponent of the application if app is large.
Network devices /appliances
End Devices
Internet of Things Devices IoT
What are the Cisco alert logging categories
0 Emergency: System is unable 1 Alert: Actions must taken immediately 2 Critical: Critical conditions 3 Error: Error conditions 4 Warning: Warning conditions 5 Notice: Normal But significant condition 6 Informational: Informational messages 7 Debug: Debug-Level messages
What can be used to centralize logs from network devices
A central logging server, centralized logging management application.
TADIUS / TACACAS+ is the protocol
SYSLOG is used though
What can be used to centralize logs from windows devices
An event log subscriber. A source and a collector. Have the source computer have the collector as an event log reader, enable windows remote management on the source, subscribe to the source from the collector server in event management.
Describe the 3 major logs available in a Windows environment
1) Application: The Application log records events related to Windows system components, such as drivers and built-in interface elements.
2) System: The System log records events related to programs installed on the system.
3) Security: Records events related to security, such as logon attempts and resource access.
What are the three events seen in Windows logs
1) Application: The Application log records events related to Windows system components, such as drivers and built-in interface elements.
2) System: The System log records events related to programs installed on the system.
3) Security: Records events related to security, such as logon attempts and resource access.
What are the three events seen in Windows logs
Security Log
Describe how RSYSLOG is configured and deployed on a LINUX computer
1) Install rsyslog on linux computer if not installed by default
2) Configure rsyslog linux computer to accept remote log messages using TCP and UDP in rsyslog.conf ( uncomment areas )
3) Configure the rsyslog linux computer to send rsyslog events to another server using UDP ( uncomment areas )
4) Test with logger messages
What are the three default chains in IPtables
1) INPUT chain – Incoming to firewall. For packets coming to the local server.
2) OUTPUT chain – Outgoing from firewall. For packets generated locally and going out of the local server.
3) FORWARD chain – Packet for another NIC on the local server. For packets routed through the local server.
what are the three possible actions which can be taken to packets with IPtables
1) -A, –append: Append one or more rules to the end of the selected chain
2) -C, –check: Check whether a rule matching the specification does exist in the selected chain.
3) -D, –delete: Delete one or more rules from the selected chain.
Accept, Drop, Reject
where are RSYSLOG events stored by default in Linux
/var/log/messages
Describe the functionality of Splunk
Splunk captures, indexes, and correlates real-time machine generated data in a searchable repository from which it can generate graphs, reports, alerts, dashboards, and visualizations.
Describe the functionality of ELSA
log receiver, archiver, indexer, and web frontend for incoming syslog.