42 lines
2.4 KiB
PHP
42 lines
2.4 KiB
PHP
<?php
|
|
// V123 - Intent dev_security : tech domain business project routing
|
|
// V121 disparition investigated V122 - NO reaper cron found
|
|
// V123 recreated with anti-collision Resolver T0 triggers
|
|
return array (
|
|
'name' => 'dev_security',
|
|
'triggers' => array (
|
|
0 => 'projet cybersecurite',
|
|
1 => 'projet SOC 24/7',
|
|
2 => 'deployer un SIEM',
|
|
3 => 'certification ISO 27001 projet',
|
|
4 => 'certification SOC 2 projet',
|
|
5 => 'hardening serveur projet',
|
|
6 => 'pentest web app projet',
|
|
7 => 'pentest application projet',
|
|
8 => 'vulnerability assessment projet',
|
|
9 => 'je veux un SOC dedie',
|
|
10 => 'je veux un pentest',
|
|
11 => 'je veux certification ISO 27001',
|
|
12 => 'je veux certification SOC 2',
|
|
13 => 'je veux deployer un SIEM',
|
|
14 => 'deployer Wazuh SIEM projet',
|
|
15 => 'OWASP audit projet',
|
|
16 => 'CIS benchmark projet',
|
|
17 => 'threat intelligence projet',
|
|
18 => 'defensive security projet',
|
|
19 => 'blue team project',
|
|
20 => 'comment deployer un SIEM',
|
|
21 => 'comment mettre en place un SOC',
|
|
22 => 'comment faire un pentest',
|
|
23 => 'quelle meilleure facon proteger infrastructure',
|
|
24 => 'how to deploy a SIEM',
|
|
20 => 'red team exercise'
|
|
),
|
|
'cmd' => 'echo "=== WEVIA propose un scope SECURITY ==="; echo ""; echo "Stack options WEVAL-ready:"; echo "1. CrowdSec + fail2ban (deja deploye S204, IP threat intelligence)\n2. OWASP ZAP + Burp Suite (pentesting web apps)\n3. Wazuh SIEM (open-source SOC, log aggregation)\n4. HashiCorp Vault (secrets management centralise)\n5. GPG/age + immutable file flag (WEVAL pattern secrets.env protection)"; echo ""; echo "Agents WEVIA mobilisables:"; echo "- CrowdSec deja deploye S204 (whitelist auto pattern V9.63)\n- WEVIA Master pour audit posture\n- Paperclip pour pilotage remediation findings"; echo ""; echo "Pour avancer:"; echo "1. Scope (app web, infra, SOC 24/7, compliance cible)\n2. Audit initial (OWASP Top 10, CIS benchmarks, nmap)\n3. POC 1 scope 2sem / MVP complet 2mois / Enterprise 3-6mois\n4. Certification audit externe si compliance ISO 27001 / SOC 2"; echo ""; echo "Quel est ton risque principal? App publique, data sensitive, ou compliance?"',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-21T12:30:00+00:00',
|
|
'source' => 'opus-v123-tech-domains-recreated',
|
|
'description' => 'V123 tech domain intent SECURITY recreated post-V121 investigation',
|
|
'role' => 'business',
|
|
);
|