mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 16:40:24 +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
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# Standards - Log Source Onboarding in SIEM
|
|
|
|
## Common Information Models
|
|
|
|
| SIEM Platform | Schema | Documentation |
|
|
|---|---|---|
|
|
| Splunk | CIM (Common Information Model) | docs.splunk.com |
|
|
| Elastic | ECS (Elastic Common Schema) | elastic.co/guide/en/ecs |
|
|
| Microsoft Sentinel | ASIM (Azure Sentinel Information Model) | learn.microsoft.com |
|
|
| Google Chronicle | UDM (Unified Data Model) | cloud.google.com/chronicle |
|
|
| Industry Standard | OCSF (Open Cybersecurity Schema Framework) | ocsf.io |
|
|
|
|
## Log Collection Protocols
|
|
|
|
| Protocol | Port | Use Case | Security |
|
|
|---|---|---|---|
|
|
| Syslog UDP | 514 | Network devices, basic forwarding | None |
|
|
| Syslog TCP | 514 | Reliable delivery | None |
|
|
| Syslog TLS | 6514 | Encrypted syslog | TLS 1.2+ |
|
|
| HTTP/S | 443/8088 | REST API, HEC (Splunk) | TLS |
|
|
| Windows WEF | 5985/5986 | Windows Event Forwarding | Kerberos/TLS |
|
|
| SNMP | 161/162 | Network device monitoring | SNMPv3 |
|
|
| S3/Blob | N/A | Cloud log storage | IAM/SAS |
|
|
|
|
## NIST SP 800-92 Log Management Guidelines
|
|
|
|
- Establish log management infrastructure
|
|
- Define log retention requirements
|
|
- Ensure log data integrity (tamper evidence)
|
|
- Configure time synchronization across all sources
|
|
- Implement log review and analysis procedures
|