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
3.2 KiB
3.2 KiB
Device Posture Assessment Implementation Workflow
Phase 1: Baseline Assessment (Week 1)
1.1 Inventory Current State
- Export all managed devices from Intune/Jamf/SCCM
- Identify unmanaged devices accessing corporate resources
- Document OS distribution, patch levels, and encryption status
- Measure current compliance rate before enforcement
1.2 Define Posture Requirements
- Establish minimum requirements per device tier:
- Tier 1 (Basic): OS updated within 90 days, screen lock enabled
- Tier 2 (Standard): Disk encryption, firewall, antivirus, OS within 60 days
- Tier 3 (Enhanced): EDR running, ZTA score >= 70, OS within 30 days, TPM/Secure Boot
- Tier 4 (Critical): ZTA score >= 90, fully managed, patched within 7 days
- Map application sensitivity to required posture tier
- Define grace periods for remediation (24h standard, 4h for critical)
Phase 2: MDM Policy Configuration (Week 2-3)
2.1 Intune Compliance Policies
- Create Windows compliance policy: BitLocker, Secure Boot, TPM, Defender, OS version
- Create macOS compliance policy: FileVault, Gatekeeper, SIP, Firewall
- Create iOS/Android compliance policy: Encryption, PIN, jailbreak detection
- Configure non-compliance actions: email notification, mark non-compliant, block after grace
- Assign policies to device groups
2.2 Jamf Pro Configuration
- Create smart groups for compliant/non-compliant macOS devices
- Configure compliance criteria: FileVault, SIP, Gatekeeper, OS version
- Set up automated remediation scripts for common issues
- Configure compliance reporting to Jamf Protect or SIEM
Phase 3: EDR Integration (Week 3-4)
3.1 CrowdStrike ZTA Setup
- Enable Zero Trust Assessment module in Falcon console
- Configure ZTA score thresholds per access tier
- Set up API integration for ZTNA platform (Zscaler, Cloudflare, Okta)
- Create host groups for ZTA monitoring
- Build dashboard for ZTA score distribution
3.2 Microsoft Defender for Endpoint
- Enable device risk assessment in Defender Security Center
- Configure risk levels: Low, Medium, High, Critical
- Integrate with Intune compliance via Defender connector
- Set up conditional access policy consuming device risk signal
Phase 4: Conditional Access Configuration (Week 4-5)
4.1 Entra ID Conditional Access
- Create policy: Require compliant device for all cloud apps
- Create policy: Block high-risk devices from sensitive apps
- Create policy: Require MFA + compliant device for admin portals
- Configure break-glass exclusions for emergency access
- Start in report-only mode, then switch to enforcement
4.2 Okta Device Trust
- Configure device trust integration with MDM platforms
- Create device assurance policies with CrowdStrike integration
- Set up authentication policies requiring device trust
- Test with enrolled and non-enrolled devices
Phase 5: Monitoring and Remediation (Ongoing)
- Build compliance dashboard showing real-time posture across fleet
- Configure alerts for posture drift (encryption disabled, EDR stopped)
- Automate remediation: push encryption enablement, deploy patches
- Generate weekly compliance reports for security leadership
- Conduct monthly review of posture requirements vs. threat landscape