Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Tools and Other Requirements : 1 . VMware Workstation / Fusion with SIFT VM 2 0 . 0 4 2 . Updated SIFT 2 0
Tools and Other Requirements :
VMware WorkstationFusion with SIFT VM
Updated SIFT workstation using MUST copypaste the command:
sudo apt update; sudo apt upgrade y
Important task before commencing the lab: Delete all other user accounts that you
created for previous labs, along with their home directories :
sudo deluser bruce removehome
sudo deluser terry removehome
The sudoers file modification in SIFT Linux Task Read the full question first
a Once you have deleted all the previously created user accounts, log in to the
sansforensics user and issue the sudo l command on the terminal to check the
root users permissions. Take proper screenshots of this step
b Now create a user by your first name, having the account full name as Test
YourFirstName and password as passcode leave all the other information
blank Check the syntax and example below.
Syntax to add a new user: sudo adduser
Example: sudo adduser bill
Example of the account Full name: Test Bill
Log in to your newly created user account to activate it Then type sudo apt
update on the terminal. You should be getting a message on the terminal
regarding incident reporting not allowed to execute. Take proper screenshots
of this step. Now log out from the test account and login back to the
sansforensics account.
c Open the sudoers file from the terminal of sansforensics by following the steps
below. Important: DO NOT USE ANY OTHER EDITOR FOR THIS STEP, ELSE
THE SYSTEM WILL BE BRICKED IF YOU MAKE A MISTAKE IN SUDOERS FILE:
Type sudo su in the sansforensics user terminal, and the prompt will change
to that of the root user.
Then type visudo etcsudoers GNU Nano editor will be opened
Then, under the #User privilege specification area and right below the root
entry, type the following :
test ALLroot NOPASSWD: usrbincat etcshadowusrbinapt
Take proper screenshots of this step after entering the above command.
Press CTRLX and save it after confirmation.
d Login back to the test account and execute sudo cat etcshadow followed by
sudo apt update, and sudo fdisk l Take proper screenshots for the output of
the three commands one by one.
e What did you observe after typing the three commands one by one in the previous
step? Explain.
Explain the above screenshots briefly with a one or twosentence explanation at most.
Complete this task in your SIFT workstation.
IMPORTANT: Delete the test user account with the home directory and remove the
test user entry from the sudoers file by going to the sansforensics user account.
sudo deluser test removehome
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started