CCSP · Question #7
Which of the following practices can enhance both operational capabilities and configuration management efforts?
The correct answer is D. File hashes. Using file hashes enhances both operational capabilities by ensuring file integrity and configuration management by verifying that configurations remain untampered.
Question
Which of the following practices can enhance both operational capabilities and configuration management efforts?
Options
- ARegular backups
- BConstant uptime
- CMultifactor authentication
- DFile hashes
How the community answered
(19 responses)- A11% (2)
- B5% (1)
- C5% (1)
- D79% (15)
Why each option
Using file hashes enhances both operational capabilities by ensuring file integrity and configuration management by verifying that configurations remain untampered.
Regular backups enhance operational recovery but are primarily a data protection strategy, not a direct configuration management tool for verifying integrity.
Constant uptime is a goal or outcome of good operational practices, not a practice or tool itself that directly enhances configuration management.
Multifactor authentication enhances security by strengthening user access controls, but it is not directly used for configuration management or ensuring file integrity.
File hashes provide a cryptographic checksum that uniquely identifies the contents of a file. In configuration management, hashes can verify that configuration files have not been altered without authorization. Operationally, comparing hashes ensures the integrity of software or system files, confirming they haven't been corrupted or maliciously modified during deployment or storage.
Concept tested: File integrity monitoring, configuration management
Source: https://learn.microsoft.com/en-us/windows/win32/security/cryptographic-checksums
Topics
Community Discussion
No community discussion yet for this question.