mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 08:30:20 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
# Standards & References: Anti-Phishing Training Program
|
|
|
|
## NIST Guidelines
|
|
- **NIST SP 800-50**: Building an Information Technology Security Awareness and Training Program
|
|
- **NIST SP 800-16**: Information Technology Security Training Requirements
|
|
- **NIST SP 800-53 Rev.5**: AT-1 through AT-6 - Awareness and Training family
|
|
|
|
## Regulatory Requirements
|
|
- **PCI DSS 4.0**: Requirement 12.6 - Security awareness training for all personnel
|
|
- **HIPAA**: 45 CFR 164.308(a)(5) - Security awareness and training
|
|
- **SOX**: Section 404 - Internal controls requiring security awareness
|
|
- **GDPR**: Article 39(1)(b) - Data protection awareness training
|
|
- **CMMC 2.0**: AT.L2-3.2.1/2/3 - Awareness and training practices
|
|
- **FFIEC**: Information Security Handbook - Security awareness training
|
|
|
|
## Industry Frameworks
|
|
- **SANS Security Awareness Maturity Model**: Five-level maturity assessment
|
|
- **AISA Phishing Resilience Protocol**: Australian standard for phishing testing
|
|
- **CISA Cybersecurity Awareness Program**: Federal awareness guidance
|
|
|
|
## MITRE ATT&CK Techniques Addressed by Training
|
|
- **T1566**: Phishing (all sub-techniques)
|
|
- **T1598**: Phishing for Information
|
|
- **T1204**: User Execution
|
|
- **T1534**: Internal Spearphishing
|
|
|
|
## Key Performance Indicators (KPIs)
|
|
|
|
| KPI | Description | Target |
|
|
|---|---|---|
|
|
| Phish-Prone Percentage | Users who click simulated phishing | < 5% |
|
|
| Training Completion Rate | Users completing assigned modules | > 95% |
|
|
| Report Rate | Users reporting simulated phishing | > 70% |
|
|
| Time to Report | Average time to report phishing | < 5 minutes |
|
|
| Repeat Offender Rate | Users failing multiple simulations | < 2% |
|
|
| Training Satisfaction | Post-training survey score | > 4/5 |
|
|
| Knowledge Assessment Score | Quiz/test average score | > 85% |
|
|
|
|
## Training Content Categories
|
|
1. Email phishing identification
|
|
2. Business email compromise (BEC)
|
|
3. Spearphishing and whaling
|
|
4. Vishing (voice phishing)
|
|
5. Smishing (SMS phishing)
|
|
6. QR code phishing (quishing)
|
|
7. Social media phishing
|
|
8. Credential harvesting
|
|
9. Malicious attachments
|
|
10. USB/physical social engineering
|