WINDOWS: SYSTEM & SECURITY
WINDOWS: SECURITY, AUDITING & MONITORING
LINUX:  USER MANAGEMENT
LINUX: BASIC COMMANDS
LINUX: SECURITY COMMANDS
100

I want to add Travis Scott and give him administrative access to my computer. Where do I go in the Control Panel?

What is Control Panel > User Accounts?

100

What tool do I use to see a log of all the failed login attempts on my computer? Optionally what log

What is Event Viewer > Security?

100

What command do you use to you add and delete the user Ariana Grande? 

What is deluser/userdelor adduser/useradd?

100

What command(s) helps to show a list of contents of a file and more information?

Who is ls -l?

100

What command(s) allows you to view the the file that contains username, home directory, shell, user id, group id for user fermat

What is cat /etc/password or 

genet passwd fermat?

200

I want to disable the Guest user and enable the Administrator account which is disabled by default.  Where do I go for that?

What is MMC > Local Users and Groups?

200

What tool do I use to edit the Audit Policy?

What is Local Security Policy?

200

How to you add and delete a group called lit and add Lebron to it? 

What is groupadd/groupdel gpassword -a password -d?

200

In this output, what permission does the owner have and who is the owner?

- r w x r - x- - - 1  nobody nogroup hangnails.txt

Who is read and write and nobody?

200

What commands(s) allows you to see the file of members of a group named cantor?

What is cat /etc/group or 

groups cantor or 

getent group users?

300

The CPU is running at 100% what tool do I use to see what program and Services are causing this?

What is Task Manager?

300

If I want to block remote connection from coming through a port on my computer what tool do I use? 

What is Control Panel > System and Security > Windows Firewall?

300

What file allows you to disable the guest user?

Who is lightdm.conf?

300

What does this command do?

echo “You’re my best friend!” > world

What is it add the words to the file world.

300

What command(s) do you use to change the user named Gina’s password then check to see if it’s been changed in the shadow file?

What is passwd Gina, genet password gina OR cat /etc/shadow

400

Where do I go to uninstall a program?

What is Control Panel > Program and Features or Settings > Apps > Apps and Features?

400

To enable the auditing (success/failure) of when a privileged user makes changes where do I go? 

What is Local Security Policy?

400

What file allows you to make changes to the password policy?

What is login.defs?

400

What command(s) updates the list of packages and then installs the package apache2?

Who is apt-get update && apt-get upgrade apache2

400

What command(s) give the user cyber patriot ownership and Rex permissions to cyberpatriot.txt file?

Who is chown cyberpatriot cyberpatriot.txt, chmod u+rwx

500

What tool controls security settings/policies such as change password policy on a users computer within a network?

What is Control Panel > System and Security > Administrative Tools > Local Security Policy?

500

Where do you go to determine if your computer has recently had the newest updates applied?

Who is Settings > Update & Security > Windows updates?

500

What tool lets you look at a log of authentication events?

What is System Log

500

What command(s) uninstall the list of the package cups AND removes configuration files?

Who is apt-get purge cup or apt-get autoremove cups

500

What package(s) can you install for enabling auditing and disabling services?
sudo apt-get install audits

sudo apt-get install bum