Log Analysis Flashcards

1
Q

What is Event Correlation?

A

identification of significant relationships from multiple log sources such as application logs, endpoint logs, and network logs

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

What are the different common log types?

A
  • event
  • audit
  • error
  • debug
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are event logs?

A

logs record information about a system or network occurrence, such as login attempts, application events and network traffic

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

What are audit logs?

A

a sequential recording of activities within a system by capturing who performed an action, what activity was initiated, and how the system responded

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

What are the two types of audit logs?

A

Success and Failure

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

What are common log sources?

A
  • network logs
    • network devices such as switches and routers and through packet capture solutions
  • host perimeter logs
    • firewalls, proxies, and VPN servers - contain information about allowed and denied actions transmitted to the organisation’s host devices
  • system logs
    • logs record events and services being run by the operating system
  • application logs
    • logs collected from the applications being run internally - web applications, cloud services, databases and proprietary tools
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Sigma Rules?

A
  • generic and open signature format for log-based intrusion detection systems (IDS)
  • way to describe patterns in log files in a standardized and tool-agnostic manner
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the language in which Sigma Rules are written in?

A

YAML (Yet Another Markup Language)

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

What is one of the main strenghts of Sigma Rules?

A

tool-agnostic nature - can be applied across different SIEM systems, log management tools, and analysis platforms without being tied to a specific vendor or product

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