Documentation NaySense

Plateforme d'analyse de malware avec sandbox Windows, règles Sigma, mapping MITRE ATT&CK et dashboard SOC multi-tenant.

Quickstart

1

Installer les agents Windows

Déployer naysense-agent, naysense-analyzer et naysense-service sur la VM sandbox.

sc create NaysenseService binPath= "C:\naysense\naysense-service.exe"
2

Configurer l'Analyzer

Définir les variables d'environnement et démarrer le serveur Go.

SANDBOX_URL=http://192.168.1.100:8081 ./analyzer
3

Lancer le Dashboard

Démarrer le frontend Next.js et se connecter.

npm run dev

Architecture


┌─────────────────────────────────────────────────────────────────────────────┐
│                              NAYSENSE PLATFORM                              │
├─────────────────────────────────────────────────────────────────────────────┤
│                                                                             │
│   ┌─────────────┐         ┌─────────────┐         ┌─────────────┐           │
│   │  Frontend   ◀────────▶   API REST  ◀────────▶  Analyzer   │           │
│   │  Next.js    │         │  Next.js    │         │    Go       │           │
│   └─────────────┘         └──────┬──────┘         └──────┬──────┘           │
│                                  │                       │                  │
│                                  ▼                       ▼                  │
│                           ┌──────────────┐        ┌──────────────┐          │
│                           │   MongoDB    │        │   Sandbox    │          │
│                           │   (shared)   │        │  Windows VM  │          │
│                           └──────────────┘        └──────┬───────┘          │
│                                                          │                  │
│                                           ┌──────────────┼──────────────┐   │
│                                           │              │              │   │
│                                           ▼              ▼              ▼   │
│                                    ┌──────────┐  ┌──────────┐  ┌──────────┐ │
│                                    │  agent   │  │ analyzer │  │ service  │ │
│                                    │ (Sysmon) │  │ (storage)│  │ (orchestr│ │
│                                    └──────────┘  └──────────┘  └──────────┘ │
│                                                                             │
└─────────────────────────────────────────────────────────────────────────────┘