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
1.9 KiB
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
- MITRE ATT&CK Groups: https://attack.mitre.org/groups/
- attackcti PyPI: https://pypi.org/project/attackcti/
- ATT&CK Navigator: https://mitre-attack.github.io/attack-navigator/
- STIX/TAXII: https://oasis-open.github.io/cti-documentation/