Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Install auditd using the apt package manager. Verify the auditd service using the systemctl command. Configure the / etc / audit / auditd . conf

Install auditd using the apt package manager.
Verify the auditd service using the systemctl command.
Configure the /etc/audit/auditd.conf file with the following parameters using sudo:
Log file location is /var/log/audit/audit.log.
Number of retained logs is 10.
Maximum log file size is 50.
Check to make sure there are no existing rules.
Create a rule that will monitor /etc/passwd and /etc/shadow for any changes.
Restart the auditd daemon.
Check to verify the new rules have taken place.
Add a new rule to audit the /usr directory.
Verify the new rule by listing auditcl rules.
Perform a search in the authentication report for user authentication attempts.
Make sure to disable your current sudo access with sudo -k. This option revokes your current sudo session, requiring you to have to enter your password on your next sudo command.
Perform a sudo su three times using the wrong password, then run the same report again.
Create a new user, criminal, then perform a search for account modifications.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions

Question

6. What is process reengineering? Why is it relevant to training?

Answered: 1 week ago