(3) Host Related Issue Investigation Flashcards

1
Q

Describe a few System resource monitoring tools that can help identify an issue with a particular host

A

Some system resource monitoring tools that can be used to identify an issue with a specific host include:

-Processor consumption and monitoring

-Memory consumption/monitoring

-Drive Capacity Consumption/monitoring

-Filesystem changes and abnormalities

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

In terms of host related issues, what can increased processor consumption indicate?

A

In terms of host related issues, increased processor consumption can indicate that new software or processes are active or can also point to a DoS situation. You’ll need more data than CPU consumption to accurately identify what is going on though

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

How should memory consumption be considered when monitoring for host related issues?

A

Memory consumption tools and settings are mostly configured to watch for overall usage and not what specifically is being used.

Therefore, most alarms are going to be set to look for out of memory situations or in Windows terms a buffer overflow tag in the memory section of a windows machine

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

What is the main focus of drive capacity monitoring in terms of potential Host Related issues?

A

Drive capacity monitoring usually focuses on preventing a drive from filling up, causing an issue.

Tools to help avoid this are available on all major OS’s and security monitoring systems like System Center Operations Manager (SCOM) for Windows or Nagios for Linux

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

In terms of monitoring for host based issues, how can disk monitoring in real time be extra useful?

A

In terms of monitoring for host based issues. Disk monitoring in real time can help resolve an issue quick because disks can fill up quick and cause issues fast.

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

In terms of host related issues, what filesystem monitoring should be done? What process should be used to determine if a file is correct and good before being installed or otherwise brought into the network?

A

In terms of host related issues, filesystem changes can help detect and stop attacks in real time.

Manual verification of files is a good habit to use as well to make sure that the checksum matches what it should match.

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

In terms of host related issues, describe the Windows Resource Monitor, or resmon

A

Resource Monitor, or resmon is a Windows resource monitor that provides an easy view into:

-CPU
-Memory
-Disk
-Network Utilization for a system

It also shows network activities including open TCP connections and what service are associated with open system ports

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

In terms of host related issues, describe the Windows Performance Monitor, or perfmon

A

In terms of host related issues, perfmon provides detailed data, such as energy usage data counters to disk and network happenings.

Collection from remote systems is available, as is remote system activity views which are broader and include more data

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

When considering windows perfmom and resmon, what are the tools strengths and weaknesses?

A

In terms of strengths and weaknesses, perfmon is better for detailed data collection and resmon is good for basic usage stats at a quick glance

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

Describe the Sysinternals suite for Windows

A

Sysinternals gives monitoring capabilities at a deeper level. You should test it out

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

Name a couple tools that can be used within Linux that can be used to check CPU, disk, and memory usage

A

A few tools that can be used to check CPU, disk, and memory usage include:

-ps

-top

-df

-w

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

Describe the Linux ps tool

A

Within Linux, ps gives data in regards to CPU and memory usage, the time the process was started, how long it has run and the command that got the process going

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

Describe the Linux “top” tool

A

Within Linux, the “top” tool issues CPU utilization under the CPU stats and shows memory usage in addition to running processes details.

One can also use hotkeys to get quick ID of top process by entering A

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

Describe the Linux df tool

A

The Linux df tool offers a report of disk usage on the system with other flags that provide extra info for formatting

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

Describe the Linux “w” tool

A

Within Linux, the “w” tool provides details about logged in accounts.

This can be helpful to figure out who is using a particular process

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

Within Linux, why is the -h flag useful?

A

Within Linux, the -h flag is useful with df to show filesystem usage in a human readable format