Wiki source code of Foxy-Corp
Version 1.1 by Admin Admin on 2026/05/21 08:19
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{html}} | ||
| 2 | |||
| 3 | <style> | ||
| 4 | body { | ||
| 5 | font-family: Arial, sans-serif; | ||
| 6 | } | ||
| 7 | |||
| 8 | .foxy-wrapper { | ||
| 9 | max-width: 1100px; | ||
| 10 | margin: auto; | ||
| 11 | color: #e5e7eb; | ||
| 12 | } | ||
| 13 | |||
| 14 | .foxy-hero { | ||
| 15 | background: linear-gradient(135deg, #111827, #1f2937); | ||
| 16 | border-radius: 18px; | ||
| 17 | padding: 60px; | ||
| 18 | margin-bottom: 30px; | ||
| 19 | box-shadow: 0 0 25px rgba(0,0,0,0.4); | ||
| 20 | } | ||
| 21 | |||
| 22 | .foxy-hero h1 { | ||
| 23 | font-size: 48px; | ||
| 24 | margin-bottom: 10px; | ||
| 25 | color: #f97316; | ||
| 26 | } | ||
| 27 | |||
| 28 | .foxy-hero p { | ||
| 29 | font-size: 20px; | ||
| 30 | color: #d1d5db; | ||
| 31 | } | ||
| 32 | |||
| 33 | .foxy-grid { | ||
| 34 | display: grid; | ||
| 35 | grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); | ||
| 36 | gap: 20px; | ||
| 37 | margin-bottom: 30px; | ||
| 38 | } | ||
| 39 | |||
| 40 | .foxy-card { | ||
| 41 | background: #1f2937; | ||
| 42 | padding: 25px; | ||
| 43 | border-radius: 16px; | ||
| 44 | box-shadow: 0 0 12px rgba(0,0,0,0.25); | ||
| 45 | transition: transform 0.2s ease; | ||
| 46 | } | ||
| 47 | |||
| 48 | .foxy-card:hover { | ||
| 49 | transform: translateY(-4px); | ||
| 50 | } | ||
| 51 | |||
| 52 | .foxy-card h2 { | ||
| 53 | color: #f97316; | ||
| 54 | margin-bottom: 15px; | ||
| 55 | } | ||
| 56 | |||
| 57 | .foxy-card ul { | ||
| 58 | padding-left: 20px; | ||
| 59 | } | ||
| 60 | |||
| 61 | .foxy-card li { | ||
| 62 | margin-bottom: 8px; | ||
| 63 | } | ||
| 64 | |||
| 65 | .foxy-section { | ||
| 66 | background: #111827; | ||
| 67 | padding: 35px; | ||
| 68 | border-radius: 16px; | ||
| 69 | margin-bottom: 25px; | ||
| 70 | } | ||
| 71 | |||
| 72 | .foxy-section h2 { | ||
| 73 | color: #f97316; | ||
| 74 | margin-bottom: 20px; | ||
| 75 | } | ||
| 76 | |||
| 77 | .foxy-badge { | ||
| 78 | display: inline-block; | ||
| 79 | background: #f97316; | ||
| 80 | color: white; | ||
| 81 | padding: 6px 14px; | ||
| 82 | border-radius: 999px; | ||
| 83 | font-size: 13px; | ||
| 84 | margin-right: 10px; | ||
| 85 | } | ||
| 86 | |||
| 87 | .foxy-footer { | ||
| 88 | text-align: center; | ||
| 89 | padding: 30px; | ||
| 90 | color: #9ca3af; | ||
| 91 | font-size: 14px; | ||
| 92 | } | ||
| 93 | </style> | ||
| 94 | |||
| 95 | <div class="foxy-wrapper"> | ||
| 96 | |||
| 97 | ``` | ||
| 98 | <div class="foxy-hero"> | ||
| 99 | <div style="display:flex;align-items:center;gap:20px;flex-wrap:wrap;"> | ||
| 100 | <img src="https://cdn-icons-png.flaticon.com/512/1048/1048941.png" | ||
| 101 | width="90"> | ||
| 102 | |||
| 103 | <div> | ||
| 104 | <h1>FoxyCorp Security Solutions</h1> | ||
| 105 | <p>Sécuriser aujourd’hui. Anticiper demain.</p> | ||
| 106 | |||
| 107 | <div style="margin-top:15px;"> | ||
| 108 | <span class="foxy-badge">Cybersecurity</span> | ||
| 109 | <span class="foxy-badge">SOC Operations</span> | ||
| 110 | <span class="foxy-badge">Endpoint Protection</span> | ||
| 111 | </div> | ||
| 112 | </div> | ||
| 113 | </div> | ||
| 114 | </div> | ||
| 115 | |||
| 116 | <div class="foxy-grid"> | ||
| 117 | |||
| 118 | <div class="foxy-card"> | ||
| 119 | <h2>🛡️ Protection Endpoint</h2> | ||
| 120 | <p> | ||
| 121 | La suite <b>FoxyDefender™</b> protège plus de | ||
| 122 | 250 000 endpoints grâce à une détection comportementale avancée. | ||
| 123 | </p> | ||
| 124 | |||
| 125 | <ul> | ||
| 126 | <li>Analyse heuristique</li> | ||
| 127 | <li>Protection ransomware</li> | ||
| 128 | <li>EDR centralisé</li> | ||
| 129 | <li>Alerting temps réel</li> | ||
| 130 | </ul> | ||
| 131 | </div> | ||
| 132 | |||
| 133 | <div class="foxy-card"> | ||
| 134 | <h2>📡 Supervision & Monitoring</h2> | ||
| 135 | |||
| 136 | <p> | ||
| 137 | Notre infrastructure de monitoring assure | ||
| 138 | une supervision continue des systèmes critiques. | ||
| 139 | </p> | ||
| 140 | |||
| 141 | <ul> | ||
| 142 | <li>Monitoring Linux & Windows</li> | ||
| 143 | <li>Inventaire automatisé</li> | ||
| 144 | <li>Alertes SOC</li> | ||
| 145 | <li>Gestion des incidents</li> | ||
| 146 | </ul> | ||
| 147 | </div> | ||
| 148 | |||
| 149 | <div class="foxy-card"> | ||
| 150 | <h2>☁️ Services Managés</h2> | ||
| 151 | |||
| 152 | <p> | ||
| 153 | FoxyCorp accompagne les entreprises dans | ||
| 154 | la sécurisation de leurs environnements hybrides. | ||
| 155 | </p> | ||
| 156 | |||
| 157 | <ul> | ||
| 158 | <li>Audit sécurité</li> | ||
| 159 | <li>Hardening Linux</li> | ||
| 160 | <li>Gestion cloud</li> | ||
| 161 | <li>Support 24/7</li> | ||
| 162 | </ul> | ||
| 163 | </div> | ||
| 164 | |||
| 165 | </div> | ||
| 166 | |||
| 167 | <div class="foxy-section"> | ||
| 168 | <h2>🏢 Infrastructure interne</h2> | ||
| 169 | |||
| 170 | <p> | ||
| 171 | Le datacenter principal FoxyCorp est hébergé | ||
| 172 | en Europe de l’Ouest avec une disponibilité cible de 99.95%. | ||
| 173 | </p> | ||
| 174 | |||
| 175 | <div style="margin-top:20px;display:flex;gap:15px;flex-wrap:wrap;"> | ||
| 176 | <div class="foxy-badge">PostgreSQL</div> | ||
| 177 | <div class="foxy-badge">Linux Servers</div> | ||
| 178 | <div class="foxy-badge">XWiki Enterprise</div> | ||
| 179 | <div class="foxy-badge">Monitoring Platform</div> | ||
| 180 | <div class="foxy-badge">Backup Services</div> | ||
| 181 | </div> | ||
| 182 | </div> | ||
| 183 | |||
| 184 | <div class="foxy-grid"> | ||
| 185 | |||
| 186 | <div class="foxy-card"> | ||
| 187 | <h2>👨💻 Département Infrastructure</h2> | ||
| 188 | |||
| 189 | <p> | ||
| 190 | Responsable des serveurs Linux, | ||
| 191 | des sauvegardes et de la supervision réseau. | ||
| 192 | </p> | ||
| 193 | |||
| 194 | <ul> | ||
| 195 | <li>Administration systèmes</li> | ||
| 196 | <li>Gestion des accès</li> | ||
| 197 | <li>Maintenance des serveurs</li> | ||
| 198 | <li>Automatisation des tâches</li> | ||
| 199 | </ul> | ||
| 200 | </div> | ||
| 201 | |||
| 202 | <div class="foxy-card"> | ||
| 203 | <h2>🚨 Security Operations Center</h2> | ||
| 204 | |||
| 205 | <p> | ||
| 206 | Le SOC FoxyCorp assure la détection et | ||
| 207 | l’investigation des incidents de sécurité. | ||
| 208 | </p> | ||
| 209 | |||
| 210 | <ul> | ||
| 211 | <li>Threat Intelligence</li> | ||
| 212 | <li>Analyse malware</li> | ||
| 213 | <li>Incident response</li> | ||
| 214 | <li>Veille sécurité</li> | ||
| 215 | </ul> | ||
| 216 | </div> | ||
| 217 | |||
| 218 | </div> | ||
| 219 | |||
| 220 | <div class="foxy-section"> | ||
| 221 | <h2>📄 Documentation récente</h2> | ||
| 222 | |||
| 223 | <ul> | ||
| 224 | <li>Migration plateforme monitoring</li> | ||
| 225 | <li>Rotation des credentials de supervision</li> | ||
| 226 | <li>Procédure de sauvegarde Linux</li> | ||
| 227 | <li>Audit sécurité T1 2026</li> | ||
| 228 | <li>Mise à jour des serveurs internes</li> | ||
| 229 | </ul> | ||
| 230 | </div> | ||
| 231 | |||
| 232 | <div class="foxy-section"> | ||
| 233 | <h2>📞 Support interne</h2> | ||
| 234 | |||
| 235 | <p> | ||
| 236 | <b>Support Infrastructure :</b><br> | ||
| 237 | infra-support@foxycorp.local | ||
| 238 | </p> | ||
| 239 | |||
| 240 | <p> | ||
| 241 | Disponibilité : <b>24/7</b><br> | ||
| 242 | Escalade SOC : <b>Niveau 3 uniquement</b> | ||
| 243 | </p> | ||
| 244 | </div> | ||
| 245 | |||
| 246 | <div class="foxy-footer"> | ||
| 247 | © 2026 FoxyCorp Security Solutions — Internal Documentation Portal | ||
| 248 | </div> | ||
| 249 | ``` | ||
| 250 | |||
| 251 | </div> | ||
| 252 | {{/html}} |