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.9 KiB

API Reference: Threat Landscape Assessment for Sector

attackcti Library (MITRE ATT&CK Python Client)

Method Description
attack_client() Initialize ATT&CK STIX client
client.get_groups() Get all threat groups
client.get_techniques_used_by_group(group_id) Get techniques for a group
client.get_techniques() Get all techniques
client.get_mitigations() Get all mitigations
client.get_software() Get all tools/malware

Group Object Fields

Field Description
name Primary group name
aliases Alternative group names
description Group overview
external_references ATT&CK ID, URLs
created First catalogued date

Sector ISACs

ISAC Sector URL
FS-ISAC Financial Services https://www.fsisac.com/
H-ISAC Healthcare https://h-isac.org/
E-ISAC Energy https://www.eisac.com/
IT-ISAC Technology https://www.it-isac.org/
MS-ISAC State/Local Gov https://www.cisecurity.org/ms-isac

Sector Threat Reports

Report Publisher URL
Verizon DBIR Verizon https://www.verizon.com/business/resources/reports/dbir/
Global Threat Report CrowdStrike https://www.crowdstrike.com/global-threat-report/
M-Trends Mandiant https://www.mandiant.com/m-trends
X-Force Threat Index IBM https://www.ibm.com/reports/threat-intelligence

Python Libraries

Library Version Purpose
attackcti >=0.4 Query MITRE ATT&CK STIX data
collections stdlib Technique frequency counting
json stdlib Report generation

References