Page 1 of 1

It has been suggested that first responders would benefit from having access to a forensic investigation suite. Which of

Posted: Tue Jul 12, 2022 8:15 am
by answerhappygod
It has been suggested that first responders would benefit fromhaving access to a forensic investigation suite. Which of thefollowing features typically found in these products is used toprove that certain evidence has not been altered?
A.
imaging utilities
B.
hashing utilities
C.
password crackers
D.
analysis utilities
A bespoke application used by your company has been the targetof malware. The developers have created signatures for theapplication's
binaries, and these have been added to endpoint detection andresponse (EDR) scanning software running on each workstation. If ascan shows that
a binary image no longer matches its signature, anadministrative alert is generated. What type of security control isthis?
A.
Auditing Control
B.
Detective Control
C.
Managerial Control
D.
Technical Control
Which of the following ensures that data or metadata is notaltered by filtering commands sent to the drive?
A.
Write Blocker
B.
Password Cracker
C.
Tamper-proof seals
D.
Drive Adapter
All of the following are HTTPmethods Except
A.
PUT
B.
GET
C.
PUSH
D.
POST
What is the output of the following grep command?
grep -F 192.168.1.254 access.log
A.
It adds the literal string pattern 192.168.1.254 to the fileaccess.log.
B.
It generates an error message "grep: invalid option -- 'F' " andreturns to the shell prompt
C.
It conducts a search on the text file access.log for the first10 lines containing all variation of the literalstring pattern 192.168.1.254 and writes the output to a randomfile.
D.
It conducts a search on text file access.log for all linescontaining some variation of the literalstring pattern 192.168.1.254 and prints only those lines to theterminal.