mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 16:40:24 +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
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
# Standards and References - Sliver C2 Infrastructure
|
|
|
|
## MITRE ATT&CK References
|
|
|
|
| Technique ID | Name | Tactic |
|
|
|-------------|------|--------|
|
|
| T1071.001 | Application Layer Protocol: Web Protocols | Command and Control |
|
|
| T1071.004 | Application Layer Protocol: DNS | Command and Control |
|
|
| T1573.002 | Encrypted Channel: Asymmetric Cryptography | Command and Control |
|
|
| T1090.002 | Proxy: External Proxy | Command and Control |
|
|
| T1105 | Ingress Tool Transfer | Command and Control |
|
|
| T1132.001 | Data Encoding: Standard Encoding | Command and Control |
|
|
| T1572 | Protocol Tunneling | Command and Control |
|
|
|
|
## Industry Standards
|
|
|
|
- **PTES (Penetration Testing Execution Standard)** - Post-Exploitation and C2 sections
|
|
- **OWASP Testing Guide** - Infrastructure testing methodology
|
|
- **NIST SP 800-115** - Technical Guide to Information Security Testing and Assessment
|
|
- **TIBER-EU** - Threat Intelligence-Based Ethical Red Teaming framework
|
|
|
|
## Official Documentation
|
|
|
|
- Sliver GitHub: https://github.com/BishopFox/sliver
|
|
- Sliver Wiki: https://github.com/BishopFox/sliver/wiki
|
|
- Sliver Armory: https://github.com/sliverarmory
|
|
|
|
## Key Research
|
|
|
|
- BishopFox Red Team Tools and C2 Frameworks Report (2025)
|
|
- SpecterOps Adversary Simulation methodology
|
|
- SANS SEC565: Red Team Operations and Adversary Emulation
|