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
38 lines
1.7 KiB
Markdown
38 lines
1.7 KiB
Markdown
# Standards & References: Implementing Proofpoint Email Security Gateway
|
|
|
|
## Industry Standards
|
|
- **NIST SP 800-177 Rev.1**: Trustworthy Email - guidelines for email security deployment
|
|
- **RFC 7208**: Sender Policy Framework (SPF) for authorizing use of domains in email
|
|
- **RFC 6376**: DomainKeys Identified Mail (DKIM) Signatures
|
|
- **RFC 7489**: Domain-based Message Authentication, Reporting & Conformance (DMARC)
|
|
- **CIS Controls v8 Control 9**: Email and Web Browser Protections
|
|
|
|
## MITRE ATT&CK References
|
|
- **T1566.001**: Phishing: Spearphishing Attachment
|
|
- **T1566.002**: Phishing: Spearphishing Link
|
|
- **T1566.003**: Phishing: Spearphishing via Service
|
|
- **T1534**: Internal Spearphishing
|
|
- **T1598**: Phishing for Information
|
|
- **T1114.003**: Email Collection: Email Forwarding Rule
|
|
|
|
## Proofpoint-Specific References
|
|
- **Proofpoint Email Protection (PPS)**: On-premises protection platform
|
|
- **Proofpoint on Demand (PoD)**: Cloud-hosted email security service
|
|
- **Proofpoint TAP (Targeted Attack Protection)**: Advanced threat detection
|
|
- **Proofpoint TRAP (Threat Response Auto-Pull)**: Post-delivery remediation
|
|
- **Proofpoint Nexus Threat Graph**: Cross-customer threat intelligence
|
|
|
|
## Compliance Alignment
|
|
| Framework | Control | Description |
|
|
|---|---|---|
|
|
| SOC 2 | CC6.1 | Logical and physical access controls |
|
|
| HIPAA | 164.312(a)(1) | Access control for ePHI |
|
|
| PCI DSS 4.0 | 5.2 | Anti-malware solutions |
|
|
| NIST CSF 2.0 | PR.DS-1 | Data-at-rest and data-in-transit protection |
|
|
| ISO 27001 | A.8.23 | Web filtering |
|
|
|
|
## Email Security Gateway Market
|
|
- Proofpoint processes 2.8+ billion messages daily (2024)
|
|
- Gartner Magic Quadrant Leader for Email Security (2019-2024)
|
|
- Over 50% of Fortune 100 companies use Proofpoint
|