Enterprise-grade AI cyber defence — autonomous swarm intelligence, nation-state threat coverage, and automated response in a single deployable platform.
AETHER is a single Python FastAPI backend (port 8900) powering a rich HTML/JS frontend. Every feature lives in a discrete CORE module — no external SaaS dependencies at runtime.
| FEATURE | DELIVERED BY | API ENDPOINTS | NOTES |
|---|---|---|---|
| Sentinel Swarm | CORE/orchestrator.pyCORE/telemetry_api.py | /api/sentinel/* | Multi-agent consensus, APEX admission, DEFCON ladder, AWS actions |
| WiFi Dome | CORE/network_threat_detector.py | /api/network/* | Real-time network threat detection, 5-feed CTI correlation |
| Bots Training Camp | CORE/detection_bridge.pyCORE/telemetry_api.py | /api/bots/*, /api/telemetry/* | Bronze→APEX tier progression, ART/Caldera import, MITRE coverage |
| Kill Chain Engine | CORE/kill_chain_engine.pyCORE/phase_bridges.py | /api/kill-chain/* | 6-phase detection with phase correlation across all MITRE TTPs |
| AI/ML Detection | CORE/detection_bridge.py | /api/detections, /api/training/* | LSTM anomaly, 90+ techniques, synthetic gap injection, z-score baseline |
| Big Four Defence | CORE/bigfour_defenders.pyCORE/big_four_posture.py | /api/bigfour/* | PRC/Russia/Iran/DPRK 100% posture, automated hardening, override system |
| SOAR Playbooks | CORE/soar_playbooks.py | /api/soar/* | 6 default playbooks, 11 action types, EventBus-driven |
| CTI Enrichment | CORE/cti_enrichment.py | /api/cti/* | VirusTotal, AbuseIPDB, Shodan, GreyNoise, IP-API composite scoring |
| Honeytokens | CORE/honeytokens.py | /api/honeytokens/* | 6 credential traps + canary URL, FIM integration, zero false positives |
| Compliance Mapper | CORE/compliance_mapper.py | /api/compliance/* | NIST CSF 2.0, Cyber Essentials+, ISO 27001:2022, DORA automated scoring |
| Attack Surface Mgmt | CORE/asm_engine.py | /api/asm/* | CT subdomains, DNS audit, Shodan sweep, typosquats, domain expiry |
| Purple Team Scheduler | CORE/purple_team_scheduler.py | /api/purpleteam/* | 7 built-in schedules, 8 exercise types, posture trend analysis |
| Behavioral Anomaly | CORE/security_hardening.py | /api/security/* | Z-score (3σ) baseline, LSTM anomaly, FIM watchlist, CSRF protection |
| CTI Feed Aggregation | CORE/threat_intel_feeds.py | /api/feeds/* | Feodo, URLhaus, CISA KEV, Tor exit nodes, EmergingThreats |
| Validation Pipeline | CORE/validation_importer.py | /api/validation/* | Atomic Red Team + Caldera JSON import, SHA-256 dedup, auto-discovery |
| Dashboard UI | aether_dashboard.html | — | Single-file HTML dashboard, all panels, live API data binding |
| AI Assistant | ask_fortress_ai.htmlaskfortress.py | /api/ai/* | Conversational cyber analyst AI, context-aware of AETHER posture |
A consensus-driven network of autonomous AI agents. No single agent can trigger a critical action alone — APEX bots (Level 20+) vote before escalation.
logs/sentinel-escalation-log.jsonlGET /api/sentinel/apex-rosterIntelligent network threat perimeter — continuous passive scanning of all active connections correlated against live threat intelligence feeds.
A continuous adversarial ML training pipeline. Bots earn XP by correctly detecting MITRE ATT&CK techniques and graduate through 5 tiers to APEX status.
AETHER achieves and maintains 100% verified posture against all four primary state-sponsored threat actors — the only platform to unify offence simulation and defence hardening in a single tool.
Single API call POST /api/bigfour/defences/harden registers 12 actor IPs + 16 domains into the IOC engine, extends FIM watchlist with wiper targets, applies PowerShell ScriptBlock logging via registry, configures SMB signing — all idempotent and audit-logged.
39 unique TTPs across Enterprise + ICS matrices seeded as sparring samples — simulates real nation-state TTPs against AETHER's detection engine. Results feed posture scoring in real-time. Re-run anytime: POST /api/bigfour/sparring/run
Six new enterprise-grade modules added in Phase 2 — each independently comparable to dedicated standalone products.
End-to-end MITRE-aligned kill chain detection across 6 phases. Each phase has priority technique sets mapped directly to AETHER's swarm and dome modules.
AETHER leads or matches enterprise platforms costing 10× more — and uniquely combines offence simulation, automated hardening, and compliance in one deployable package.
| CAPABILITY | AETHER | CrowdStrike | SentinelOne | Darktrace | Palo Alto |
|---|---|---|---|---|---|
| Nation-State Intelligence | ✓ 100% automated | ✓ Intel only | ◑ Partial | ✗ | ◑ Partial |
| AI/ML Detection Engine | ✓ LSTM + z-score | ✓ | ✓ | ✓ Industry leader | ✓ |
| SOAR Automation | ✓ Built-in | ◑ Add-on cost | ◑ Add-on | ◑ Limited | ✓ XSOAR |
| Deception / Honeytokens | ✓ Built-in | ✗ | ◑ Add-on | ✗ | ✗ |
| Attack Surface Management | ✓ Built-in | ◑ Recon (premium) | ◑ Add-on | ✗ | ◑ Cortex XPANSE |
| Compliance Mapping | ✓ 4 frameworks | ◑ Limited | ◑ Basic | ✗ | ◑ Prisma |
| Purple Team / BAS | ✓ Automated scheduler | ◑ Premium tier | ✗ | ✗ | ◑ Add-on |
| ICS / OT Coverage | ✓ T0xxx TTPs | ◑ Limited | ✗ | ✓ | ◑ IoT module |
| Open / Self-hosted | ✓ Your infrastructure | ✗ SaaS only | ✗ SaaS only | ✗ SaaS only | ✗ SaaS only |
AETHER ships as a single directory. The installer handles everything — Python, venv, dependencies, service registration, firewall, and health check.
UPLOAD_PACKAGE/ to your server or git clone the repopowershell AETHER_INSTALLER.ps1.env (VT, AbuseIPDB, Slack webhook)http://localhost:8900 — dashboard live| Python | 3.11+ (3.14 tested) |
| OS | Windows 10/11, Windows Server 2019+, Ubuntu 22+ |
| RAM | 2GB minimum, 4GB recommended |
| Disk | 500MB + log storage |
| Port | 8900 (configurable via AETHER_PORT) |
| Network | Outbound HTTPS for CTI feeds (optional) |
| AWS | boto3 credentials optional (enables EC2/IAM actions) |
Deploy one AETHER node per site/segment. Each node runs its own swarm and reports to a central dashboard. WinRM-based multi-node push deployment included in AETHER_INSTALLER.ps1 -Nodes.
Click any feature to expand full technical specifications, competitive parity ratings, and API reference.
AETHER installs in under 60 seconds. No SaaS. No per-seat licensing. No vendor lock-in. Your infrastructure, your data, your control.