Module 26 Evaluating Alerts Flashcards
What is a security onion?
Open source suite that provides three core functions, full packet capture and data types, network based and host based intrusion detection systems and alert analyst tools.
What are some of the collecting tools for the Security Onion?
CapME, Snort, Zeek, OSSEC, Wazuh and Suricata - all tooks for collecting alert data
What are our analysis tools
Sguil, Kibana, Wireshark and Zeek
What is Sguil
High-level console for investigating security alerts from diff sources.
What is Kibana
Interactive dashboard - it allows querying of NSM data and provides visualizations of that data
What is wireshark?
Packet capture application
What is zeek?
Network traffic analyzer that serves as a security monitor. Inspects all traffic on a network segment and enables in-depth analysis of that data.
What types on information does a security alert generate? What are the five tuples of information?
Src IP, SPort, DstIP, DPort, and PR
Squil is an app that reads the alerts, compiles them into readable info. What are the six fields?
ST, CNT and Sensor. ST is the status of the event, color-coded. Four priority levels, and colors range from yellow to red.
What is CNT within Squil?
Count of the number of times the event has been detected for the same source and destination IP.
What is sensor?
This is the agent reporting the event
Within Squil - what is the alert column
Alert-ID - sensor that has reported the problem and event numbe
Within Squil - that is the date/time
This is the timestamp for the vent.
Within Squil - what is the event message
This is the identifying text for the event
Alerts in the form of NIDS come from what sources?
Snort, Zeek and Suricata