Investigating with Data Flashcards

1
Q

What are the different pieces in a SIEM?

A
  1. Sensor
  2. Sensitivity
  3. Trends
  4. Alerts
  5. Correlation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the sensor in a SIEM?

A

Actual endpoint that’s being monitored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain Sensitivity in a SIEM

A

sensitivity is focused on how much or how little you’re going to be logging.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain Trends in a SIEM

A

By using a SIEM and its graphical ability to look across these logs, we can start seeing trends in our network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain Alerts in a SIEM

A

Creating an alert every time something specific happens

Example: every time there is five failed login attempts, I want to have an alert sent to a system administrator to look into that account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain Correlation in a SIEM

A

one of the big things within a SIEM because we’re getting data from all sorts of different sources across all different types of hosts and network devices which all need to be correlated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Log File?

A

any file that records either events that occur in an operating system, or other software that’s running, or messages between different users of a communication software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Syslog/Rsyslog/Syslog-ng?

A

Variations of Syslog which all permit the logging of data from different types of systems in a certain repository

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Journalctl?

A

Linux command line utility that’s used for querying and displaying logs from the journald, which is responsible for managing and storing log data on a Linux machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is NXLog?

A

multi-platform log management tool that helps us to easily identify security risks, policy breaches, or analyze operational problems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which systems do Rsyslog/Syslog-ng work on?

A

Linux and Unix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which systems do NXLog work on?

A

Unix, Linux, and Windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is NetFlow?

A

network protocol system that was created by Cisco, and it’s going to collect active IP network traffic as it’s flowing into or out of an interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is SFlow?

A

Open sourced version of NetFlow

provide a means for exporting truncated packets, as well as having an interface counter that is going to be used for network monitoring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is IPFIX?

A

Internet Protocol Flow Information Export

universal standard for the export of internet protocol flow information from your routers, your probes, and other devices that’s going to be used by mediation systems, accounting and billing systems, and network management systems to facilitate services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Metadata?

A

data that describes other data by providing an underlying definition or description by summarizing basic information about the data that makes finding and working with particular instances of data much easier.