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
2.0 KiB
2.0 KiB
Standards and References - T1548 Elevation Control Abuse
MITRE ATT&CK Sub-Techniques
| Sub-Technique | Platform | Description |
|---|---|---|
| T1548.001 | Linux/macOS | Setuid and Setgid binary abuse |
| T1548.002 | Windows | Bypass User Account Control |
| T1548.003 | Linux/macOS | Sudo and Sudo Caching |
| T1548.004 | macOS | Elevated Execution with Prompt |
Known UAC Bypass Methods (60+ documented)
| Method | Binary | Registry Key | Detection |
|---|---|---|---|
| fodhelper | fodhelper.exe | ms-settings\shell\open\command | Registry + process creation |
| eventvwr | eventvwr.exe | mscfile\shell\open\command | Registry + process creation |
| sdclt | sdclt.exe | exefile\shell\open\command | Registry + process creation |
| computerdefaults | computerdefaults.exe | ms-settings\shell\open\command | Registry + process creation |
| CMSTP | cmstp.exe | N/A (INF file) | Process creation with /s /ni |
| slui | slui.exe | exefile\shell\open\command | Registry + process creation |
| DiskCleanup | cleanmgr.exe | Environment variable hijack | Environment + process |
UAC-Related Registry Keys to Monitor
| Registry Key | Purpose |
|---|---|
| HKCU\Software\Classes\ms-settings\shell\open\command | fodhelper/computerdefaults bypass |
| HKCU\Software\Classes\mscfile\shell\open\command | eventvwr bypass |
| HKCU\Software\Classes\exefile\shell\open\command | sdclt/slui bypass |
| HKCU\Software\Classes\Folder\shell\open\command | Folder handler bypass |
| HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA | UAC disable |
| HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\ConsentPromptBehaviorAdmin | UAC level |
Detection Events
| Source | Event ID | Description |
|---|---|---|
| Sysmon | 1 | Auto-elevate process creation |
| Sysmon | 12 | Registry key creation (UAC keys) |
| Sysmon | 13 | Registry value modification |
| Security | 4688 | Process creation with elevation |
| Security | 4657 | Registry value modification audit |