Which of the following best describes the trend analysis log analysis technique?

A. Comparing log data to known bad activity
B. Comparing log data to known good activity
C. Identifying activity over time that in isolation might appear normal
D. Tying individual entries together based on related information


Answer: C
Explanation: Trend analysis involves identifying activity over time that might appear normal otherwise. Signature analysis compares log data to known bad activity. Correlation analysis involves tying individual entries based on related information.

Computer Science & Information Technology

You might also like to view...

Which of the following declares a pointer ptr to a class member function in class Check that takes an int argument and returns a bool?

a. bool:( int ) ( *Check::ptr ); b. Check::( bool ( *ptr )( int ) ); c. bool ( Check::*ptr )( int ); d. bool*( int ) Check::ptr;

Computer Science & Information Technology

What factors can be used to measure efficiency?

What will be an ideal response?

Computer Science & Information Technology

How many bits are in an IPv4 address? How many octets?

What will be an ideal response?

Computer Science & Information Technology

In the accompanying image of a Microsoft Office 2016 application, Box A points to the _____.? ?

A. ?ribbon B. ?banner C. ?title bar D. ?status bar

Computer Science & Information Technology