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
59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
# Email Gateway Spearphishing Detection Configuration Template
|
|
|
|
## Gateway Information
|
|
- **Product**: [Microsoft Defender for O365 / Proofpoint / Mimecast / Barracuda]
|
|
- **Version**: []
|
|
- **Configuration Date**: [YYYY-MM-DD]
|
|
- **Configured By**: []
|
|
|
|
## VIP Protection List
|
|
| Name | Title | Email | Risk Level |
|
|
|---|---|---|---|
|
|
| | CEO | | Critical |
|
|
| | CFO | | Critical |
|
|
| | CTO | | Critical |
|
|
| | VP Finance | | High |
|
|
| | HR Director | | High |
|
|
|
|
## Impersonation Detection Rules
|
|
| Rule | Trigger | Action | Severity |
|
|
|---|---|---|---|
|
|
| VIP display name match | External email with VIP name | Quarantine + Alert | Critical |
|
|
| Lookalike domain | Levenshtein distance <= 2 | Quarantine | High |
|
|
| First-time sender to VIP | No prior communication | Tag warning | Medium |
|
|
| Reply-to mismatch | Reply-to differs from From | Tag + Log | Medium |
|
|
|
|
## URL Protection Settings
|
|
| Setting | Value |
|
|
|---|---|
|
|
| URL rewriting enabled | Yes |
|
|
| Time-of-click verification | Yes |
|
|
| Block new domains (< days) | 30 |
|
|
| Follow redirects | Yes (max 5 hops) |
|
|
| Detonate suspicious URLs | Yes |
|
|
|
|
## Attachment Protection Settings
|
|
| Setting | Value |
|
|
|---|---|
|
|
| Sandbox detonation | Enabled |
|
|
| Dynamic delivery | Enabled |
|
|
| Block macros from external | Yes |
|
|
| Block executable types | .exe, .scr, .bat, .cmd, .ps1, .vbs, .js |
|
|
|
|
## Alert Configuration
|
|
| Event | Alert Method | Recipients |
|
|
|---|---|---|
|
|
| VIP impersonation detected | Email + SIEM | SOC team |
|
|
| Credential harvest URL blocked | SIEM | SOC team |
|
|
| Malicious attachment blocked | Email + SIEM | SOC team |
|
|
| DMARC failure from partner domain | Email | Email admin |
|
|
|
|
## Quarterly Review Checklist
|
|
- [ ] Update VIP protection list
|
|
- [ ] Review false positive rates
|
|
- [ ] Analyze user-reported phishing misses
|
|
- [ ] Update domain allow/block lists
|
|
- [ ] Test detection with simulated phishing
|
|
- [ ] Review and update custom rules
|
|
- [ ] Verify SIEM integration working
|