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?
Hubert
13 days agoJina
14 days agoAzzie
15 days ago