Systems Security Certified Practitioner (SSCP) — Question 101
Why should batch files and scripts be stored in a protected area?
Answer options
- A. Because of the least privilege concept.
- B. Because they cannot be accessed by operators.
- C. Because they may contain credentials.
- D. Because of the need-to-know concept.
Correct answer: C
Explanation
The correct answer is C because batch files and scripts can store sensitive information such as credentials, making it crucial to protect them from unauthorized access. Options A and D refer to security principles that are important but do not directly address the specific risks associated with the contents of batch files. Option B is incorrect because operators may need access to these scripts for legitimate reasons.