Logical Operations CyberSec First Responder CFR-210 Question # 15 Topic 2 Discussion

Logical Operations CyberSec First Responder CFR-210 Question # 15 Topic 2 Discussion

CFR-210 Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

A file is discovered in the /etc directory of an internal server by an automated file integrity checker. A security analyst determines the file is a bash script. The contents are as follows:

---

#/bin/bash

IFS=:

[[-f/etc/passwd]] && cat/etc/passwd |

while read a b c d e f g

do

echo “$e ($a)”

done

---

Which of the following was the author of the script attempting to gather?


A.

Home directory and shell


B.

Username and password hash


C.

User’s name and username


D.

UID and GID


Get Premium CFR-210 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.