Cisco
350-201(NEW-127Q) · Question #43
350-201(NEW-127Q) Question #43: Real Exam Question with Answer & Explanation
Sign in or unlock 350-201(NEW-127Q) to reveal the answer and full explanation for question #43. The question stem and answer options stay visible for context.
Forensic Investigation and Incident Response
Question
Security Engineer noticed that a new strain of malware packs the file to increase its size to avoid being sandboxed. A forensic script is required to be uploaded to an endpoint remotely to flag files bigger than 508494291 bytes in any directory. Which Bash command line will fulfill the requirement?
Options
- Asudo find / -type f -size +508494291c
- Bsudo find / -size +508494291c
- Csudo find / -type f -size +508494291c -name ""
- Dsudo find /* -type f -size +508494291c
Unlock 350-201(NEW-127Q) to see the answer
You've previewed enough free 350-201(NEW-127Q) questions. Unlock 350-201(NEW-127Q) for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Bash find command#File forensics#Malware detection#Incident response