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
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# Standards & References: AiTM Phishing Detection
|
|
|
|
## MITRE ATT&CK References
|
|
- **T1557**: Adversary-in-the-Middle
|
|
- **T1539**: Steal Web Session Cookie
|
|
- **T1550.004**: Use Alternate Authentication Material: Web Session Cookie
|
|
- **T1566.002**: Phishing: Spearphishing Link
|
|
- **T1114.003**: Email Collection: Email Forwarding Rule
|
|
- **T1098.005**: Account Manipulation: Device Registration
|
|
|
|
## AiTM PhaaS Landscape (2025)
|
|
- Over 1 million PhaaS attacks detected in Jan-Feb 2025 (Barracuda)
|
|
- Tycoon 2FA most prevalent followed by EvilProxy and Evilginx
|
|
- Transition from QR codes to HTML attachments and SVG files
|
|
- Average time from compromise to inbox rule creation: under 30 minutes
|
|
|
|
## Detection Rule Categories
|
|
| Rule | Data Source | Confidence |
|
|
|---|---|---|
|
|
| Session IP mismatch | Azure AD sign-in logs | High |
|
|
| Impossible travel | Azure AD + session logs | High |
|
|
| Inbox rule post-auth | Exchange audit logs | High |
|
|
| New MFA method post-risky-sign-in | Azure AD audit | Medium |
|
|
| OAuth consent post-auth | Azure AD audit | Medium |
|
|
| Proxy CDN pattern | Web proxy logs | Medium |
|
|
| New domain phishing page | DNS + CT logs | Low |
|
|
|
|
## Phishing-Resistant MFA Standards
|
|
- **FIDO2 WebAuthn**: Origin-bound authentication prevents AiTM
|
|
- **Certificate-Based Auth**: Client certificate bound to device
|
|
- **Windows Hello for Business**: Hardware-bound credential
|
|
- **NIST SP 800-63B AAL3**: Phishing-resistant authenticator requirement
|