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

Standards & References - Detecting Ransomware Precursors

MITRE ATT&CK Mapping

Initial Access (TA0001)

  • T1078: Valid Accounts (compromised credentials from IABs)
  • T1133: External Remote Services (VPN/RDP exploitation)
  • T1566: Phishing (email-based initial access)

Command and Control (TA0011)

  • T1071.001: Application Layer Protocol: Web (HTTPS beacons)
  • T1071.004: Application Layer Protocol: DNS (DNS tunneling)
  • T1573: Encrypted Channel (C2 over TLS)
  • T1090: Proxy (redirectors and relay infrastructure)

Credential Access (TA0006)

  • T1558.003: Kerberoasting
  • T1003.006: DCSync
  • T1557: Adversary-in-the-Middle (NTLM relay)

Discovery (TA0007)

  • T1046: Network Service Discovery (port scanning)
  • T1018: Remote System Discovery (AD enumeration)
  • T1087: Account Discovery

Lateral Movement (TA0008)

  • T1021.002: Remote Services: SMB/Windows Admin Shares
  • T1021.001: Remote Services: RDP
  • T1047: Windows Management Instrumentation (WMI)
  • T1569.002: System Services: Service Execution (PsExec)

Industry References

CISA Advisories

  • AA23-136A: #StopRansomware - BianLian Ransomware Group
  • AA23-158A: #StopRansomware - CL0P Ransomware Gang
  • AA24-131A: #StopRansomware - Black Basta
  • AA23-165A: Understanding Ransomware Threat Actors: LockBit

NIST

  • SP 800-94 Rev 1: Guide to Intrusion Detection and Prevention Systems
  • SP 800-86: Guide to Integrating Forensic Techniques into Incident Response
  • IR 8374: Ransomware Risk Management

Threat Intelligence Sources