chapter ten

10 Logical Access Controls

 

This chapter covers

  • Access Control Models: discretionary access control (DAC), mandatory access control (MAC), and role-based access control (RBAC)
  • Identity management technologies
  • The monitoring of logical access

In the previous chapter, we explored how administrative controls guide and regulate human behavior, as well as how physical access controls use tangible barriers to restrict access to facilities, systems, and assets. However, these measures alone are insufficient for protecting digital environments. This brings us to the concept of logical access controls, which use software-based mechanisms to regulate access to systems, applications, networks, and data.

Logical access controls add another layer of defense, ensuring that only authorized users can access digital resources. Even if an attacker gains physical access to a device, logical controls can prevent unauthorized use. For instance, having a laptop does not automatically grant access to its contents if a user must provide valid credentials to log in. Logical controls also help enforce administrative policies by defining when, where, and how users can access organizational resources.

10.1 What are Logical Access Controls

10.2 Access Control Models

10.2.1 Discretionary Access Control (DAC)

10.2.2 Mandatory Access Control (MAC)

10.2.3 Role-Based access control (RBAC)

10.3 Identity Management Technologies

10.3.1 Directory Services

10.3.2 Single Sign-On (SSO)

10.3.3 Federated Identity Management (FIM)

10.4 Monitoring Logical Access

10.4.1 Logical access Logging

10.4.2 Log Centralization

10.4.3 Suspicious Access Patterns

10.4.4 Privilege Monitoring

10.5 Closing Thoughts

10.6 Summary

10.7 Review Questions

10.8 Answers to Review Questions