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
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# Standards — Internal Network Penetration Testing
|
|
|
|
## Frameworks
|
|
- PTES: http://www.pentest-standard.org/
|
|
- OSSTMM v3: https://www.isecom.org/OSSTMM.3.pdf
|
|
- NIST SP 800-115: https://csrc.nist.gov/publications/detail/sp/800-115/final
|
|
- MITRE ATT&CK Enterprise: https://attack.mitre.org/matrices/enterprise/
|
|
|
|
## Key MITRE ATT&CK Techniques for Internal Testing
|
|
|
|
| Tactic | Technique | ID |
|
|
|--------|-----------|----|
|
|
| Discovery | Network Service Discovery | T1046 |
|
|
| Credential Access | LLMNR/NBT-NS Poisoning | T1557.001 |
|
|
| Credential Access | Kerberoasting | T1558.003 |
|
|
| Credential Access | OS Credential Dumping | T1003 |
|
|
| Lateral Movement | Remote Services: SMB | T1021.002 |
|
|
| Lateral Movement | Pass the Hash | T1550.002 |
|
|
| Privilege Escalation | Domain Policy Modification | T1484 |
|
|
| Collection | Data from Network Shared Drive | T1039 |
|
|
|
|
## Compliance Requirements
|
|
|
|
| Standard | Internal Pentest Requirement |
|
|
|----------|----------------------------|
|
|
| PCI DSS v4.0 | Req 11.4.2 — Internal penetration testing annually |
|
|
| ISO 27001 | A.18.2.3 — Technical compliance review |
|
|
| SOC 2 | CC7.1 — Detection and monitoring |
|
|
| NIST CSF | PR.IP-12, DE.CM |
|