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

1.1 KiB

name description license
domain-intel Passive domain reconnaissance using Python stdlib. Use this skill for subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. Triggers on requests like "find subdomains", "check ssl cert", "whois lookup", "is this domain available", "bulk check these domains". MIT

Passive domain intelligence using only Python stdlib and public data sources. Zero dependencies. Zero API keys. Works out of the box.

Capabilities

  • Subdomain discovery via crt.sh certificate transparency logs
  • Live SSL/TLS certificate inspection (expiry, cipher, SANs, TLS version)
  • WHOIS lookup — supports 100+ TLDs via direct TCP queries
  • DNS records: A, AAAA, MX, NS, TXT, CNAME
  • Domain availability check (DNS + WHOIS + SSL signals)
  • Bulk multi-domain analysis in parallel (up to 20 domains)

Data Sources

  • crt.sh — Certificate Transparency logs
  • WHOIS servers — Direct TCP to 100+ authoritative TLD servers
  • Google DNS-over-HTTPS — MX/NS/TXT/CNAME resolution
  • System DNS — A/AAAA records