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
70 lines
2.0 KiB
Markdown
70 lines
2.0 KiB
Markdown
# Sliver C2 Infrastructure Configuration Template
|
|
|
|
## Engagement Information
|
|
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Engagement Name | |
|
|
| Client | |
|
|
| Start Date | |
|
|
| End Date | |
|
|
| Authorization Document | |
|
|
|
|
## Team Server Configuration
|
|
|
|
| Parameter | Value |
|
|
|-----------|-------|
|
|
| Server IP | |
|
|
| Server OS | Ubuntu 22.04 LTS |
|
|
| Sliver Version | |
|
|
| Firewall Rules Applied | Yes / No |
|
|
| SSH Key-Only Auth | Yes / No |
|
|
|
|
## Listener Configuration
|
|
|
|
| Listener Type | Port | Domain/Host | Certificate | Status |
|
|
|--------------|------|-------------|-------------|--------|
|
|
| HTTPS | 443 | | Let's Encrypt / Custom | |
|
|
| mTLS | 8888 | | Auto-generated | |
|
|
| DNS | 53 | | N/A | |
|
|
| WireGuard | 51820 | | Auto-generated | |
|
|
|
|
## Redirector Configuration
|
|
|
|
| Redirector ID | IP Address | Cloud Provider | Proxy Software | Team Server Dest |
|
|
|--------------|------------|----------------|----------------|------------------|
|
|
| REDIR-01 | | | NGINX | |
|
|
| REDIR-02 | | | Apache | |
|
|
|
|
## Operator Access
|
|
|
|
| Operator Name | Config File | Role | Access Granted |
|
|
|--------------|-------------|------|----------------|
|
|
| | | Lead | |
|
|
| | | Operator | |
|
|
|
|
## Domain Configuration
|
|
|
|
| Domain | Registrar | Category | Purpose |
|
|
|--------|-----------|----------|---------|
|
|
| | | Uncategorized | HTTPS C2 |
|
|
| | | Uncategorized | DNS C2 |
|
|
|
|
## Implant Inventory
|
|
|
|
| Implant Name | Type | OS | Arch | Protocol | Callback Interval | Jitter |
|
|
|-------------|------|-----|------|----------|-------------------|--------|
|
|
| | Beacon | Windows | amd64 | HTTPS | 60s | 30% |
|
|
| | Session | Linux | amd64 | mTLS | N/A | N/A |
|
|
|
|
## OPSEC Checklist
|
|
|
|
- [ ] Team server IP not directly exposed to target network
|
|
- [ ] All C2 traffic routed through redirectors
|
|
- [ ] SSL certificates use categorized/aged domains
|
|
- [ ] DNS C2 domain registered with privacy protection
|
|
- [ ] Beacon intervals randomized with jitter
|
|
- [ ] Implant names do not reveal engagement details
|
|
- [ ] Operator configs distributed via secure channel
|
|
- [ ] Kill date configured on all implants
|