LPMQF HUNT 201 Flashcards

(32 cards)

1
Q

PowerShell has a particular syntax, which of the following is NOT one of them?

A

Double spaced

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

Which of the following does a BlueLight Torch Baseline scan address?

A

All hosts

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

True/False: PowerShell Integrated Scripting Environment is one of the two PowerShell Environments.

A

TRUE

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

Which of the following is NOT found in the C:\Tools\ directory

A

BlueLigHT

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

Putty, md5deep, Sysinternals Suite, and nc are all open source tools used by ADCCO Operators

A

TRUE

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

Which of the following is a process of a BlueLight Torch Baseline scan?

A

All of the above

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

Within the Hunter environment, in which directory is the entire BlueLight Framework kept?

A

J:\BlueLight

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

Which of the following does a BlueLight Torch Targeted scan address?

A

Suspicious Host

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

True/False: The two PowerShell environments are the PowerShell Console and Visual Studio Express.

A

FALSE

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

What command utilizes Windows Remote Management (WinRM) to access remote host information?

A

Invoke-Command

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

Where is the ADCCO Encrypted container mounted?

A

J:\

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

Which of the following is a process of a BlueLight Torch Baseline scan?

A

All of the Above

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

What Cmdlet provides the ?man page? for a Cmdlet?

A

Get-Help

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

Which data creates logs showing all connections (netflow information) on the network?

A

Bro

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

In order to transfer encrypted files between Linux and Windows VM?s, which open source tool is used? (Choose the best answer)

A

WinSCP

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

When the encrypted partition is mounted, with which application is there a soft link created within the Hunter environment?

17
Q

Which of the following command formats does PowerShell use in constructing command syntax?

18
Q

True or False: All PowerShell data by default are objects.

19
Q

True/False: Show Property is a valid method for viewing a PowerShell object?s properties?

20
Q

What script is ran in the DAL (Defended Asset List) environment to create and randomize all the IPs which could be in the DAL?

A

J:\BlueLight\Torch\HostSOP\HostSOP.ps1

21
Q

True/False: Remote Netstat uses Windows PowerShell running as domain admin to execute on target hosts?

22
Q

What command cannot be used to view help in PowerShell?

23
Q

Which of the characteristics of the HostSOP.ps1 script listed below is NOT valid?

A

Runs in a continuous loop

24
Q

True/False: SNORT is capable of using Open Source Intelligence Vulnerability Research Team (OSINT VRTs) signatures?

25
PowerShell has multiple types of output, which of the following is NOT one of them?
HTML-S
26
_____________ is part of the BlueLigHT ADCCO Toolset. (Choose all that apply)
Both b and c
27
In PowerShell, which of the following is NOT a cmdlet?
get_alias
28
True/False: Get-Member allows viewing a PowerShell object?s properties?
TRUE
29
True/False: The Mount and Umount scripts are located in the C:\Temp\Setup directory
FALSE
30
If assistance is necessary with command syntax, what command would be used?
All of the above
31
Which item below is a valid name of a PowerShell Cmdlet?
Measure-Command
32
Which of the following would produce a ?man page? for Get-Process?
All of the Above