Objective 5.2
Describe security program elements (user awareness, training, and physical access control)
A security program is the organization’s overall, documented approach to security: policies, procedures, technology, and people. Technology alone never suffices, because most breaches begin with a person clicking something they should not have or holding a door open for a stranger. The blueprint names three elements.
User awareness
User awareness programs make sure every employee, not just IT staff, knows that security is part of their job and can recognize common attacks. Examples include posters and email reminders about phishing, a short security briefing during onboarding, and simulated phishing campaigns where the company sends its own fake phishing email and follows up with those who clicked. The goal is a general state of alertness: “that email asking me to reset my password looks strange, I will call the help desk.” Awareness is broad and continuous, and it targets all users.
Training
Training is more formal and role-specific. Where awareness tells everyone “phishing exists,” training teaches particular skills to particular groups: developers learn secure coding, network engineers learn how to configure DHCP snooping, help desk staff learn how to verify a caller’s identity before resetting a password, and finance staff learn how to validate a wire-transfer request. Training usually has defined content, is scheduled (for example annually), and is often tracked for compliance with regulations. The exam distinction is simple: awareness is general and for everybody; training is specific, formal, and tailored to job roles.
Physical access control
Physical access control keeps unauthorized people away from equipment. If an attacker can touch your switch, they can plug into it, console into it, or carry it away, and no password or ACL will help. Common controls:
- Locks on wiring closets, server rooms, and equipment racks. Keys or combination locks are the simplest form.
- Badges and electronic badge readers, which log who entered and when, and which can be revoked instantly when someone leaves the company. Badges can be combined with a PIN or biometric for multifactor physical access.
- Mantraps (also called access control vestibules): a small room with two doors where only one door can be open at a time, and the person is authenticated before the second door opens. Mantraps specifically defeat tailgating because only one person fits through at a time.
- Video surveillance (cameras), which both deter and record.
- Security guards, visitor sign-in logs, and escort policies.
- Cable locks on laptops, and locking cabinets for spare equipment and backup media.
Physical controls are often layered: a badge to enter the building, a badge plus PIN for the data center door, a key for the specific rack.