Technical firewalls canât stop an employee from clicking a phishing link. Administrative controlsâpolicies, procedures, training, and awarenessâshape behaviour and create a securityâconscious culture. This lesson unpacks how to design, implement, and measure these nonâtechnical safeguards.
An effective policy framework cascades from highâlevel security charter to specific standards and guidelines. The Acceptable Use Policy (AUP), Password Policy, and Data Classification Policy are common starting points. Each must be approved by senior management, communicated clearly, and enforced consistently.
đĄ Write policies in plain language. If users canât understand why a rule exists, theyâll find workarounds.
# Example: Password Policy Snippet
- Minimum 12 characters
- Not reuse last 6 passwords
- Multiâfactor authentication required for all remote access
- Passwords must not contain dictionary wordsBut policies only work when supported by training and awareness. Annual security awareness training must cover phishing recognition, social engineering, and data handling. Metrics like phishing simulation click rates show whether the training actually sticks.
| Aspect | Security Training | Security Awareness |
|---|---|---|
| Focus | Skill building | Attitude & behaviour |
| Audience | Specific roles (devs, admins) | All employees |
| Frequency | Onâhire & when role changes | Continuous (posters, emails) |
| Measurement | Skill test / certification | Phishing simulation click rate |
Both are critical. A developer trained in secure coding reduces vulnerabilities at the source; an aware receptionist wonât hand out badges to tailgaters. Administrative controls also cover personnel security: background checks, onboarding/offboarding procedures, and disciplinary processes.
Regulations like GDPR and HIPAA demand documented administrative controls. Auditors will check for policy existence, version history, and proof of employee acknowledgement. A policy no one has read is a compliance finding waiting to happen.
â ïž Overly restrictive policies (e.g., âno personal devices everâ) that ignore business reality get ignored. Involve stakeholders from the start.
Verify exercises to earn â 130 XP and unlock next lab level.