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

API Reference: Zero Trust for SaaS Applications

Microsoft Graph API v1.0

Authentication

POST https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token
Body: grant_type=client_credentials&client_id=X&client_secret=Y&scope=https://graph.microsoft.com/.default

Conditional Access

Method Endpoint Description
GET /identity/conditionalAccess/policies List CA policies
GET /identity/conditionalAccess/policies/{id} Get policy details

Enterprise Applications

Method Endpoint Description
GET /servicePrincipals List service principals
GET /oauth2PermissionGrants List OAuth consent grants
GET /appRoleAssignments List app role assignments

Identity Protection

Method Endpoint Description
GET /identityProtection/riskyUsers List at-risk users
GET /identityProtection/riskDetections Risk detection events

CA Policy Grant Controls

Control Description
mfa Require multi-factor authentication
compliantDevice Require Intune-compliant device
domainJoinedDevice Require hybrid Azure AD join
passwordChange Force password change

Risky OAuth Scopes

Scope Risk
Mail.ReadWrite Full mailbox access
Files.ReadWrite.All All OneDrive/SharePoint files
Directory.ReadWrite.All Full directory modification

References