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
79 lines
2.0 KiB
Markdown
79 lines
2.0 KiB
Markdown
# ScoutSuite AWS Security Assessment Template
|
|
|
|
## Assessment Information
|
|
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Assessment Date | YYYY-MM-DD |
|
|
| AWS Account ID | |
|
|
| Assessor | |
|
|
| ScoutSuite Version | |
|
|
| Scan Scope | Full / Targeted Services |
|
|
| Regions Scanned | |
|
|
|
|
## Findings Summary
|
|
|
|
| Severity | Count | Remediated |
|
|
|----------|-------|------------|
|
|
| Critical (Danger) | | |
|
|
| Warning | | |
|
|
| Passing | | |
|
|
|
|
## Service-Level Findings
|
|
|
|
### IAM
|
|
- [ ] Root account MFA enabled
|
|
- [ ] Password policy meets CIS requirements
|
|
- [ ] No unused IAM users (>90 days)
|
|
- [ ] No unused access keys (>90 days)
|
|
- [ ] No inline policies on users
|
|
- [ ] No wildcard (*) permissions in policies
|
|
|
|
### S3
|
|
- [ ] No publicly accessible buckets
|
|
- [ ] Default encryption enabled on all buckets
|
|
- [ ] Server access logging enabled
|
|
- [ ] Versioning enabled on critical buckets
|
|
- [ ] Block Public Access settings enabled
|
|
|
|
### EC2
|
|
- [ ] No security groups allowing 0.0.0.0/0 on SSH (22)
|
|
- [ ] No security groups allowing 0.0.0.0/0 on RDP (3389)
|
|
- [ ] EBS volumes encrypted
|
|
- [ ] No instances with public IPs in private subnets
|
|
- [ ] IMDSv2 required on all instances
|
|
|
|
### RDS
|
|
- [ ] No publicly accessible databases
|
|
- [ ] Encryption at rest enabled
|
|
- [ ] Automated backups configured
|
|
- [ ] Multi-AZ for production databases
|
|
|
|
### CloudTrail
|
|
- [ ] CloudTrail enabled in all regions
|
|
- [ ] Log file validation enabled
|
|
- [ ] CloudTrail logs encrypted with KMS
|
|
- [ ] CloudTrail integrated with CloudWatch
|
|
|
|
### Lambda
|
|
- [ ] No functions with public access
|
|
- [ ] No secrets in environment variables
|
|
- [ ] Functions deployed in VPC where appropriate
|
|
- [ ] Execution roles follow least privilege
|
|
|
|
## Remediation Plan
|
|
|
|
| Priority | Finding | Service | Remediation | Owner | Due Date | Status |
|
|
|----------|---------|---------|-------------|-------|----------|--------|
|
|
| P1 | | | | | | |
|
|
| P2 | | | | | | |
|
|
| P3 | | | | | | |
|
|
|
|
## Sign-off
|
|
|
|
| Role | Name | Date | Signature |
|
|
|------|------|------|-----------|
|
|
| Security Assessor | | | |
|
|
| Account Owner | | | |
|
|
| CISO | | | |
|