LPMQF HUNT 201 Flashcards

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?

A

Powershell

17
Q

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

A

Verb-Noun

18
Q

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

A

TRUE

19
Q

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

A

FALSE

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?

A

FALSE

22
Q

What command cannot be used to view help in PowerShell?

A

Read-Help

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?

A

TRUE

25
Q

PowerShell has multiple types of output, which of the following is NOT one of them?

A

HTML-S

26
Q

_____________ is part of the BlueLigHT ADCCO Toolset. (Choose all that apply)

A

Both b and c

27
Q

In PowerShell, which of the following is NOT a cmdlet?

A

get_alias

28
Q

True/False: Get-Member allows viewing a PowerShell object?s properties?

A

TRUE

29
Q

True/False: The Mount and Umount scripts are located in the C:\Temp\Setup directory

A

FALSE

30
Q

If assistance is necessary with command syntax, what command would be used?

A

All of the above

31
Q

Which item below is a valid name of a PowerShell Cmdlet?

A

Measure-Command

32
Q

Which of the following would produce a ?man page? for Get-Process?

A

All of the Above