Claude 24f816b6a3
Consolidate 22 sibling repos into layered organism structure
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
2026-06-10 06:53:01 +00:00

27 lines
1.5 KiB
Markdown

# Standards & References — Subdomain Enumeration with Subfinder
## Industry Standards
- **OWASP Testing Guide v4.2** — OTG-INFO-004: Enumerate applications on web server through subdomain discovery
- **PTES (Penetration Testing Execution Standard)** — Intelligence Gathering phase requiring comprehensive asset enumeration
- **NIST SP 800-115** — Technical Guide to Information Security Testing and Assessment, passive reconnaissance methods
- **MITRE ATT&CK T1596** — Search Open Technical Databases for target infrastructure information
## Tool References
- Subfinder GitHub: https://github.com/projectdiscovery/subfinder
- ProjectDiscovery Documentation: https://docs.projectdiscovery.io/tools/subfinder/overview
- Certificate Transparency RFC 6962: https://www.rfc-editor.org/rfc/rfc6962
- crt.sh Certificate Search: https://crt.sh/
## API Provider Documentation
- Shodan API: https://developer.shodan.io/api
- Censys Search API: https://search.censys.io/api
- VirusTotal API v3: https://docs.virustotal.com/reference/overview
- SecurityTrails API: https://docs.securitytrails.com/reference
- Chaos ProjectDiscovery: https://chaos.projectdiscovery.io/
## Regulatory Considerations
- Passive subdomain enumeration does not involve active scanning and is generally legal
- Always verify scope and authorization before proceeding to active enumeration
- Bug bounty programs define specific scope for subdomain testing
- GDPR may apply when collecting data that reveals organizational structure