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
40 lines
2.2 KiB
Markdown
40 lines
2.2 KiB
Markdown
# Standards and References - Authenticated Vulnerability Scanning
|
|
|
|
## Industry Standards
|
|
- **NIST SP 800-115**: Technical Guide to Information Security Testing and Assessment
|
|
- **NIST SP 800-53 RA-5**: Vulnerability Scanning (requires credentialed scanning for compliance)
|
|
- **CIS Controls v8 Control 7.5**: Perform automated vulnerability scans of internal assets on a quarterly basis using authenticated scanning
|
|
- **PCI DSS v4.0 Req 11.3.1**: Internal vulnerability scans must use authenticated scanning
|
|
- **DISA STIG**: Requires credentialed scanning for compliance validation
|
|
|
|
## Credential Management Standards
|
|
- **NIST SP 800-63B**: Digital Identity Guidelines - Authentication and Lifecycle Management
|
|
- **CIS Controls v8 Control 5**: Account Management
|
|
- **OWASP Credential Storage Cheat Sheet**: Secure credential handling best practices
|
|
|
|
## Scanner Documentation
|
|
- Nessus Credentialed Checks: https://docs.tenable.com/nessus/Content/CredentialedChecks.htm
|
|
- Qualys Authenticated Scanning: https://www.qualys.com/docs/qualys-scanning-best-practices.pdf
|
|
- OpenVAS Credential Management: https://docs.greenbone.net/
|
|
- Rapid7 InsightVM Credentials: https://docs.rapid7.com/insightvm/managing-shared-credentials/
|
|
|
|
## Verification Plugins (Nessus)
|
|
| Plugin ID | Name | Purpose |
|
|
|-----------|------|---------|
|
|
| 19506 | Nessus Scan Information | Shows scan metadata and credential status |
|
|
| 21745 | OS Security Patch Assessment | Confirms local security checks enabled |
|
|
| 117887 | Local Security Checks Enabled | Per-host credential verification |
|
|
| 110385 | Nessus Credentialed Check | Detailed credential success/failure |
|
|
| 10394 | Microsoft Windows SMB Log In Possible | Windows SMB auth verification |
|
|
| 10180 | Ping the Remote Host | Host reachability confirmation |
|
|
|
|
## Minimum Privileges Required
|
|
| Platform | Minimum Privilege | Notes |
|
|
|----------|------------------|-------|
|
|
| Linux | Root or sudo user | Sudo with NOPASSWD for specific commands |
|
|
| Windows | Local Administrator | Or domain account with local admin GPO |
|
|
| Cisco IOS | Privilege 15 | Enable mode access required |
|
|
| SNMP | Read-only (v3 authPriv) | SNMPv3 with encryption |
|
|
| Oracle DB | SELECT ANY DICTIONARY | Minimum for audit queries |
|
|
| PostgreSQL | pg_read_all_settings | Read-only role sufficient |
|