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
21 lines
888 B
Markdown
21 lines
888 B
Markdown
# Standards - FIDO2 Passwordless Authentication
|
|
|
|
## FIDO Standards
|
|
- **FIDO2 Specification**: https://fidoalliance.org/specifications/
|
|
- **WebAuthn Level 2**: W3C Web Authentication API
|
|
- **CTAP2**: Client to Authenticator Protocol 2.0
|
|
|
|
## NIST Standards
|
|
- **NIST SP 800-63B**: AAL3 - Hardware-based phishing-resistant authenticator
|
|
- **NIST SP 800-53 Rev 5**: IA-2(6), IA-2(8) Replay-resistant authentication
|
|
- **NIST SP 800-157**: PIV Derived Credentials
|
|
|
|
## CISA Guidance
|
|
- **Phishing-Resistant MFA**: Required for federal agencies under EO 14028
|
|
- **OMB M-22-09**: Federal zero trust strategy requiring phishing-resistant MFA
|
|
|
|
## Vendor Resources
|
|
- **Yubico FIDO2**: https://www.yubico.com/authentication-standards/fido2/
|
|
- **Microsoft Passkeys**: https://www.microsoft.com/en-us/security/business/security-101/what-is-fido2
|
|
- **Google Passkeys**: Android and Chrome WebAuthn support
|