implementing-anti-phishing-training-program
Security awareness training is the human layer of phishing defense. An effective anti-phishing training program combines regular simulations, interactive learning modules, metric tracking, and positiv
What this skill does
# Implementing Anti-Phishing Training Program ## Overview Security awareness training is the human layer of phishing defense. An effective anti-phishing training program combines regular simulations, interactive learning modules, metric tracking, and positive reinforcement to build a security-conscious culture. This skill covers designing, deploying, and measuring a comprehensive phishing awareness program using platforms like KnowBe4, Proofpoint Security Awareness, and open-source alternatives. ## When to Use - When deploying or configuring implementing anti phishing training program capabilities in your environment - When establishing security controls aligned to compliance requirements - When building or improving security architecture for this domain - When conducting security assessments that require this implementation ## Prerequisites - Management buy-in and budget approval - Security awareness training platform (KnowBe4, Proofpoint SAT, Cofense) - Employee email list and organizational structure - Baseline phishing susceptibility data (from initial simulation) - Learning management system (LMS) integration capability ## Key Concepts ### Training Program Pillars 1. **Baseline Assessment**: Initial phishing simulation to measure current susceptibility 2. **Interactive Training**: Role-based modules covering phishing identification 3. **Regular Simulations**: Monthly/quarterly phishing tests with progressive difficulty 4. **Just-in-Time Learning**: Immediate training after a user fails a simulation 5. **Positive Reinforcement**: Recognition for reporting phishing correctly 6. **Metrics & Reporting**: Track improvement over time by department and role ### SANS Security Awareness Maturity Model - **Level 1**: Non-existent - No program - **Level 2**: Compliance-focused - Annual checkbox training - **Level 3**: Promoting Awareness - Engaging, regular content - **Level 4**: Long-term Sustainment - Continuous program with culture change - **Level 5**: Metrics Framework - Risk-based measurement and optimization ## Workflow ### Step 1: Establish Baseline - Run initial phishing simulation across all departments - Measure click rate, submit rate, and report rate - Identify high-risk departments and roles ### Step 2: Design Curriculum - **General awareness**: Phishing identification basics for all employees - **Role-specific**: Finance (BEC/wire fraud), IT (credential phishing), Executives (whaling) - **Progressive difficulty**: Beginner, intermediate, advanced modules - **Micro-learning**: Short (3-5 minute) frequent sessions vs. annual marathon ### Step 3: Deploy Training Platform - Configure KnowBe4/Proofpoint SAT with organizational groups - Set up automated enrollment workflows - Integrate with LMS for completion tracking - Configure reporting dashboards ### Step 4: Run Continuous Simulations - Monthly simulations with varied scenarios - Increase difficulty based on organizational performance - Include diverse attack types: links, attachments, QR codes, BEC ### Step 5: Measure and Optimize Use `scripts/process.py` to analyze training completion, simulation results, and program effectiveness over time. ## Tools & Resources - **KnowBe4**: https://www.knowbe4.com/ - **Proofpoint Security Awareness**: https://www.proofpoint.com/us/products/security-awareness-training - **Cofense PhishMe**: https://cofense.com/ - **SANS Security Awareness**: https://www.sans.org/security-awareness-training/ - **Terranova Security**: https://terranovasecurity.com/ ## Validation - 90%+ training completion rate across organization - Measurable reduction in phishing click rate over 6 months - Increase in user phishing report rate - Department-level improvement tracking
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.