Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Generating Hashes In this activity, you will continue to be a security analyst working for the Hill Valley Police department. Captain Strickland believes that the
Generating Hashes
In this activity, you will continue to be a security analyst working for the Hill Valley Police department.
Captain Strickland believes that the Alphabet Bandit, who is likely an insider, has been changing the investigation report files to throw off the investigation.
Fortunately, the Hill Valley Police Department has backup files of all the investigation reports.
Captain Strickland would like you to determine if any investigation report files have been changed, as well as what was changed.
Your task is to generate hashes of each backup and current file and compare the hashes to determine which files were changed.
You must then use commandline tools to determine the changes made to those files.
Instructions:
Extract the investigation files provided to you.
Note that there are directories titled current and backup, each of which contain the investigation report files.
It's quite likely that the Alphabet Bandit modified the data in the current files.
Use mdsum to generate hashes of all the files into a single file called hashes.
Compare the hashes with a single mdsum command to determine which of the files were changed in the current directory.
Use the diff command to figure out what was changed in the modified files.
:
Zip
AlphabetBanditInvestigationReports.zip
Zip
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