Files
Malin 1aa164263f feat: initial T-Pot attack map with Spanish UI and Docker support
- Full Spanish interface (all UI text, popups, charts, tables)
- Dark and light mode support
- Disclaimer banner: no data logged, public European service
- Footer: Servicio ofrecido por Cloud Host (cloudhost.es)
- Docker: single container (Redis + DataServer + AttackMapServer)
- Remote T-Pot support via ELASTICSEARCH_URL env var (direct or SSH tunnel)
- Based on telekom-security/t-pot-attack-map (Apache 2.0)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 21:23:28 +01:00

16 lines
574 B
XML

<svg width="32" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="a" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="24">
<path fill="#fff" d="M0 0h32v24H0z"/>
</mask>
<g mask="url(#a)" fill-rule="evenodd" clip-rule="evenodd">
<path d="M0 0h32v24H0V0z" fill="#F7FCFF"/>
<path d="M0 0v8h32V0H0z" fill="#272727"/>
<path d="M0 16v8h32v-8H0z" fill="#5EAA22"/>
<path d="M0 2l16 10L0 22V2z" fill="#E31D1C"/>
</g>
<defs>
<clipPath id="clip0_270_67477">
<rect width="32" height="24" fill="white"/>
</clipPath>
</defs>
</svg>