Security Policies
You have been asked to design a security policy for a database that contains very sensitive information. Discuss five important issues that should be addressed
Sample Answer
Here are five important issues that should be addressed when designing a security policy for a database containing very sensitive information:
-
Access Control:
- Least Privilege: Implement the principle of least privilege, granting users only the minimum level of access required to perform their jobs.
- Role-Based Access Control (RBAC): Define user roles and assign permissions based on those roles. This ensures users can only access the specific data they need.
- Multi-Factor Authentication (MFA): Require strong authentication beyond just a username and password. MFA adds an extra layer of security by requiring a secondary verification factor, like a code from a phone app.