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
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
# Authenticated Vulnerability Scan Report Template
|
|
|
|
## Scan Configuration
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Scan Date | [YYYY-MM-DD] |
|
|
| Scanner | [Nessus/Qualys/OpenVAS] |
|
|
| Scan Type | Authenticated (Credentialed) |
|
|
| Targets | [TARGET_RANGE] |
|
|
| Credential Types | SSH / WinRM / SMB / SNMPv3 |
|
|
|
|
## Credential Success Summary
|
|
| Protocol | Targets | Success | Failed | Rate |
|
|
|----------|---------|---------|--------|------|
|
|
| SSH | [N] | [N] | [N] | [%] |
|
|
| WinRM | [N] | [N] | [N] | [%] |
|
|
| SMB | [N] | [N] | [N] | [%] |
|
|
| SNMPv3 | [N] | [N] | [N] | [%] |
|
|
| **Total** | **[N]** | **[N]** | **[N]** | **[%]** |
|
|
|
|
## Findings Summary (Authenticated vs Unauthenticated Comparison)
|
|
| Severity | Auth Scan | Unauth Scan | Delta |
|
|
|----------|-----------|-------------|-------|
|
|
| Critical | [N] | [N] | [+N] |
|
|
| High | [N] | [N] | [+N] |
|
|
| Medium | [N] | [N] | [+N] |
|
|
| Low | [N] | [N] | [+N] |
|
|
|
|
## Authentication Failures
|
|
| Host | Protocol | Failure Reason | Remediation |
|
|
|------|----------|---------------|-------------|
|
|
| [IP] | [SSH/WinRM] | [reason] | [action] |
|
|
|
|
## Recommendations
|
|
1. **Credential Coverage**: [Current %] - Target: >95%
|
|
2. **Failed Hosts**: Investigate [N] authentication failures
|
|
3. **Privilege Gaps**: [N] hosts missing sudo/admin elevation
|
|
4. **Credential Rotation**: Next rotation due [DATE]
|