Official Bank 0/97

Logical Operations CyberSec First Responder (CFR-210) - Logical Operations Actual Exam Questions

Last updated on May 13, 2026

97% Exam Compliance
97 Total Questions
1
Question

Which of the following could an attacker use to perpetrate a social engineering attack? (Choose two.)

Select 2
Options
A

Keylogger

B

Yagi

C

Company uniform

D

Blackdoor

E

Phone call

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

A logfile generated from a Windows server was moved to a Linux system for further analysis. A system administrator is now making edits to the file with vi and notices the file contains numerous instances of Ctrl-M (^M) characters. Which of the following command line tools is the administrator MOST likely to use to remove these characters from the logfile? (Choose two.)

Select 2
Options
A

tr

B

cut

C

cat

D

unix2dos

E

awk

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

A security analyst would like to parse through several SQL logs for indicators of compromise. The analyst is aware that none of the fields should contain a string of text longer than 30 characters; however, the analyst is unaware if there are any implemented controls to prevent such an overflow. Which of the following BEST describes the regular expression the analyst should use to find any alphanumeric character string?

Options
A

/^[a-zA-Z0-9]{5,30}$/

B

/^[a-zA-Z-9]{30}$/

C

/^[a-zA-Z]{5,30}$/

D

/^[a-Z0-9]{5,30}$/

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

A network administrator has been asked to configure a new network. It is the company’s policy to segregate network functions using different Virtual LANs (VLANs). On which of the following is this configuration MOST likely to occur?

Options
A

Network switch

B

Virtual Machine

C

Virtual Private Network

D

Network firewall

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

An organization needs to determine of any systems on its network (10.0.25.0/24) have web services running on port 80 or 443. Which of the following is the BEST command to do this?

Options
A

netstat –p 80-443 10.0.25.0/24

B

nmap –v 80,443 10.0.25.0/24

C

netstat –v 80,443 10.0.25.0/24

D

nmap –p 80,443 10.0.25.0/24

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.