Commits vergleichen
4 Commits
develop
...
cad1e07813
| Autor | SHA1 | Datum | |
|---|---|---|---|
| cad1e07813 | |||
| f7f375bb32 | |||
| d41bd9d41d | |||
| 03b18e145c |
16
CLAUDE.md
16
CLAUDE.md
@@ -176,18 +176,6 @@ SERVICES:
|
||||
übersetzung: claude-haiku-4-5 (Title, Description, Summary, Latest-Developments, Faktenchecks Batches à 30)
|
||||
cache: data/{slug}/translation_cache.json (md5(text) als key)
|
||||
lagen_konfiguriert: iran-konflikt (incident_id 6, legacy_endpoint), deepfakes (55), cyberangriffe (58)
|
||||
ssr_patch: |
|
||||
Modul /opt/v2-Docker/aegis-website/ssr_patch.py (NICHT im Repo).
|
||||
Wird am Ende von sync_lage() aufgerufen und patcht die statischen
|
||||
Lagen-HTML-Files DE+EN mit aktuellen Live-Daten:
|
||||
- <p id="incident-title">: Topic + Stand-Datum (lokalisiert DE/EN)
|
||||
- <div id="hero-stats">: 3 Stat-Cards (Artikel/Quellen/Faktenchecks)
|
||||
- Schema.org dateModified: aktuelles Datum
|
||||
Patches sind ID-basiert und idempotent.
|
||||
WICHTIG: Auto-Deploy (git reset --hard) ueberschreibt die SSR-Patches
|
||||
im html-Verzeichnis. Nach jedem Promote dauert es bis zum naechsten
|
||||
5-min-Sync, bis Crawler wieder den SSR-Content sehen. Fuer Nutzer
|
||||
mit JavaScript ist das egal (lagebild.js rendert sowieso identisch).
|
||||
|
||||
insights:
|
||||
container: aegis-php-fpm (172.18.0.6)
|
||||
@@ -224,10 +212,6 @@ CHANGE_LOG:
|
||||
- "Lagen-Layout: cyberangriffe und deepfakes binden Lagebild-CSS/JS aus iran-konflikt ein (zentrale Assets)"
|
||||
- "SERVICES: sync-lagebild und insights ergänzt"
|
||||
- "SEO Quick-Wins: Title-Konsistenz Iran-Konflikt; Meta-Hygiene auf 12 Seiten (robots index/follow + max-image-preview:large, theme-color, author)"
|
||||
- "SEO Stufe 2: SSR-Patches der Lagen-HTMLs alle 5 min (sync-lagebild.py + neues ssr_patch.py-Modul). Crawler sehen Topic + Stats + Stand-Datum im HTML statt JS-Shell"
|
||||
- "Tech: Self-Hosting Leaflet 1.9.4 + Markercluster 1.5.3 nach assets/vendor/leaflet/ (kein Third-Party-Call mehr); image-Sitemap mit og-image + Logo pro URL"
|
||||
- "Performance: Logo PNG -> SVG mit width/height (CLS), loading=lazy auf 25 unter-Fold-Bilder, preconnect zu unpkg (jetzt obsolet, durch Self-Hosting ersetzt)"
|
||||
- "3 Lagen-Descriptions auf <=160 Zeichen gekuerzt"
|
||||
- "Sitemap mit lastmod-Tag pro URL"
|
||||
- "Hauptseite Schema.org erweitert: WebSite + SoftwareApplication (mit featureList und offers)"
|
||||
- "Lagen-Seiten Schema.org BreadcrumbList ergänzt (Home -> Topic)"
|
||||
|
||||
@@ -531,7 +531,7 @@
|
||||
</a>
|
||||
|
||||
<div class="video-header">
|
||||
<img loading="lazy" src="assets/images/logos/AegisSightLogo_NavyGold.svg" alt="AegisSight" style="height: 48px; margin-bottom: 1rem;">
|
||||
<img src="assets/images/logos/AegisSightLogo_NavyGold.svg" alt="AegisSight" style="height: 48px; margin-bottom: 1rem;">
|
||||
<h1>AccountForger</h1>
|
||||
<p>Video-Demo</p>
|
||||
</div>
|
||||
|
||||
60
assets/vendor/leaflet/MarkerCluster.Default.css
vendored
60
assets/vendor/leaflet/MarkerCluster.Default.css
vendored
@@ -1,60 +0,0 @@
|
||||
.marker-cluster-small {
|
||||
background-color: rgba(181, 226, 140, 0.6);
|
||||
}
|
||||
.marker-cluster-small div {
|
||||
background-color: rgba(110, 204, 57, 0.6);
|
||||
}
|
||||
|
||||
.marker-cluster-medium {
|
||||
background-color: rgba(241, 211, 87, 0.6);
|
||||
}
|
||||
.marker-cluster-medium div {
|
||||
background-color: rgba(240, 194, 12, 0.6);
|
||||
}
|
||||
|
||||
.marker-cluster-large {
|
||||
background-color: rgba(253, 156, 115, 0.6);
|
||||
}
|
||||
.marker-cluster-large div {
|
||||
background-color: rgba(241, 128, 23, 0.6);
|
||||
}
|
||||
|
||||
/* IE 6-8 fallback colors */
|
||||
.leaflet-oldie .marker-cluster-small {
|
||||
background-color: rgb(181, 226, 140);
|
||||
}
|
||||
.leaflet-oldie .marker-cluster-small div {
|
||||
background-color: rgb(110, 204, 57);
|
||||
}
|
||||
|
||||
.leaflet-oldie .marker-cluster-medium {
|
||||
background-color: rgb(241, 211, 87);
|
||||
}
|
||||
.leaflet-oldie .marker-cluster-medium div {
|
||||
background-color: rgb(240, 194, 12);
|
||||
}
|
||||
|
||||
.leaflet-oldie .marker-cluster-large {
|
||||
background-color: rgb(253, 156, 115);
|
||||
}
|
||||
.leaflet-oldie .marker-cluster-large div {
|
||||
background-color: rgb(241, 128, 23);
|
||||
}
|
||||
|
||||
.marker-cluster {
|
||||
background-clip: padding-box;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.marker-cluster div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
|
||||
text-align: center;
|
||||
border-radius: 15px;
|
||||
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.marker-cluster span {
|
||||
line-height: 30px;
|
||||
}
|
||||
14
assets/vendor/leaflet/MarkerCluster.css
vendored
14
assets/vendor/leaflet/MarkerCluster.css
vendored
@@ -1,14 +0,0 @@
|
||||
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
|
||||
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
|
||||
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
|
||||
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
|
||||
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
|
||||
}
|
||||
|
||||
.leaflet-cluster-spider-leg {
|
||||
/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
|
||||
-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
|
||||
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
|
||||
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
|
||||
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
|
||||
}
|
||||
BIN
assets/vendor/leaflet/images/layers-2x.png
vendored
BIN
assets/vendor/leaflet/images/layers-2x.png
vendored
Binäre Datei nicht angezeigt.
|
Vorher Breite: | Höhe: | Größe: 1.2 KiB |
BIN
assets/vendor/leaflet/images/layers.png
vendored
BIN
assets/vendor/leaflet/images/layers.png
vendored
Binäre Datei nicht angezeigt.
|
Vorher Breite: | Höhe: | Größe: 696 B |
BIN
assets/vendor/leaflet/images/marker-icon-2x.png
vendored
BIN
assets/vendor/leaflet/images/marker-icon-2x.png
vendored
Binäre Datei nicht angezeigt.
|
Vorher Breite: | Höhe: | Größe: 2.4 KiB |
BIN
assets/vendor/leaflet/images/marker-icon.png
vendored
BIN
assets/vendor/leaflet/images/marker-icon.png
vendored
Binäre Datei nicht angezeigt.
|
Vorher Breite: | Höhe: | Größe: 1.4 KiB |
BIN
assets/vendor/leaflet/images/marker-shadow.png
vendored
BIN
assets/vendor/leaflet/images/marker-shadow.png
vendored
Binäre Datei nicht angezeigt.
|
Vorher Breite: | Höhe: | Größe: 618 B |
661
assets/vendor/leaflet/leaflet.css
vendored
661
assets/vendor/leaflet/leaflet.css
vendored
@@ -1,661 +0,0 @@
|
||||
/* required styles */
|
||||
|
||||
.leaflet-pane,
|
||||
.leaflet-tile,
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow,
|
||||
.leaflet-tile-container,
|
||||
.leaflet-pane > svg,
|
||||
.leaflet-pane > canvas,
|
||||
.leaflet-zoom-box,
|
||||
.leaflet-image-layer,
|
||||
.leaflet-layer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.leaflet-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
.leaflet-tile,
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
/* Prevents IE11 from highlighting tiles in blue */
|
||||
.leaflet-tile::selection {
|
||||
background: transparent;
|
||||
}
|
||||
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
|
||||
.leaflet-safari .leaflet-tile {
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
}
|
||||
/* hack that prevents hw layers "stretching" when loading new tiles */
|
||||
.leaflet-safari .leaflet-tile-container {
|
||||
width: 1600px;
|
||||
height: 1600px;
|
||||
-webkit-transform-origin: 0 0;
|
||||
}
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow {
|
||||
display: block;
|
||||
}
|
||||
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
||||
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
||||
.leaflet-container .leaflet-overlay-pane svg {
|
||||
max-width: none !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
.leaflet-container .leaflet-marker-pane img,
|
||||
.leaflet-container .leaflet-shadow-pane img,
|
||||
.leaflet-container .leaflet-tile-pane img,
|
||||
.leaflet-container img.leaflet-image-layer,
|
||||
.leaflet-container .leaflet-tile {
|
||||
max-width: none !important;
|
||||
max-height: none !important;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.leaflet-container img.leaflet-tile {
|
||||
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
|
||||
mix-blend-mode: plus-lighter;
|
||||
}
|
||||
|
||||
.leaflet-container.leaflet-touch-zoom {
|
||||
-ms-touch-action: pan-x pan-y;
|
||||
touch-action: pan-x pan-y;
|
||||
}
|
||||
.leaflet-container.leaflet-touch-drag {
|
||||
-ms-touch-action: pinch-zoom;
|
||||
/* Fallback for FF which doesn't support pinch-zoom */
|
||||
touch-action: none;
|
||||
touch-action: pinch-zoom;
|
||||
}
|
||||
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.leaflet-container {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.leaflet-container a {
|
||||
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
|
||||
}
|
||||
.leaflet-tile {
|
||||
filter: inherit;
|
||||
visibility: hidden;
|
||||
}
|
||||
.leaflet-tile-loaded {
|
||||
visibility: inherit;
|
||||
}
|
||||
.leaflet-zoom-box {
|
||||
width: 0;
|
||||
height: 0;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
z-index: 800;
|
||||
}
|
||||
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
||||
.leaflet-overlay-pane svg {
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.leaflet-pane { z-index: 400; }
|
||||
|
||||
.leaflet-tile-pane { z-index: 200; }
|
||||
.leaflet-overlay-pane { z-index: 400; }
|
||||
.leaflet-shadow-pane { z-index: 500; }
|
||||
.leaflet-marker-pane { z-index: 600; }
|
||||
.leaflet-tooltip-pane { z-index: 650; }
|
||||
.leaflet-popup-pane { z-index: 700; }
|
||||
|
||||
.leaflet-map-pane canvas { z-index: 100; }
|
||||
.leaflet-map-pane svg { z-index: 200; }
|
||||
|
||||
.leaflet-vml-shape {
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
}
|
||||
.lvml {
|
||||
behavior: url(#default#VML);
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
/* control positioning */
|
||||
|
||||
.leaflet-control {
|
||||
position: relative;
|
||||
z-index: 800;
|
||||
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
|
||||
pointer-events: auto;
|
||||
}
|
||||
.leaflet-top,
|
||||
.leaflet-bottom {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
}
|
||||
.leaflet-top {
|
||||
top: 0;
|
||||
}
|
||||
.leaflet-right {
|
||||
right: 0;
|
||||
}
|
||||
.leaflet-bottom {
|
||||
bottom: 0;
|
||||
}
|
||||
.leaflet-left {
|
||||
left: 0;
|
||||
}
|
||||
.leaflet-control {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
.leaflet-right .leaflet-control {
|
||||
float: right;
|
||||
}
|
||||
.leaflet-top .leaflet-control {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.leaflet-bottom .leaflet-control {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.leaflet-left .leaflet-control {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.leaflet-right .leaflet-control {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* zoom and fade animations */
|
||||
|
||||
.leaflet-fade-anim .leaflet-popup {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.2s linear;
|
||||
-moz-transition: opacity 0.2s linear;
|
||||
transition: opacity 0.2s linear;
|
||||
}
|
||||
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
||||
opacity: 1;
|
||||
}
|
||||
.leaflet-zoom-animated {
|
||||
-webkit-transform-origin: 0 0;
|
||||
-ms-transform-origin: 0 0;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
svg.leaflet-zoom-animated {
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
.leaflet-zoom-anim .leaflet-zoom-animated {
|
||||
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
}
|
||||
.leaflet-zoom-anim .leaflet-tile,
|
||||
.leaflet-pan-anim .leaflet-tile {
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.leaflet-zoom-anim .leaflet-zoom-hide {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* cursors */
|
||||
|
||||
.leaflet-interactive {
|
||||
cursor: pointer;
|
||||
}
|
||||
.leaflet-grab {
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
.leaflet-crosshair,
|
||||
.leaflet-crosshair .leaflet-interactive {
|
||||
cursor: crosshair;
|
||||
}
|
||||
.leaflet-popup-pane,
|
||||
.leaflet-control {
|
||||
cursor: auto;
|
||||
}
|
||||
.leaflet-dragging .leaflet-grab,
|
||||
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
||||
.leaflet-dragging .leaflet-marker-draggable {
|
||||
cursor: move;
|
||||
cursor: -webkit-grabbing;
|
||||
cursor: -moz-grabbing;
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
/* marker & overlays interactivity */
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow,
|
||||
.leaflet-image-layer,
|
||||
.leaflet-pane > svg path,
|
||||
.leaflet-tile-container {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.leaflet-marker-icon.leaflet-interactive,
|
||||
.leaflet-image-layer.leaflet-interactive,
|
||||
.leaflet-pane > svg path.leaflet-interactive,
|
||||
svg.leaflet-image-layer.leaflet-interactive path {
|
||||
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
/* visual tweaks */
|
||||
|
||||
.leaflet-container {
|
||||
background: #ddd;
|
||||
outline-offset: 1px;
|
||||
}
|
||||
.leaflet-container a {
|
||||
color: #0078A8;
|
||||
}
|
||||
.leaflet-zoom-box {
|
||||
border: 2px dotted #38f;
|
||||
background: rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
|
||||
/* general typography */
|
||||
.leaflet-container {
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
/* general toolbar styles */
|
||||
|
||||
.leaflet-bar {
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.leaflet-bar a {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ccc;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.leaflet-bar a,
|
||||
.leaflet-control-layers-toggle {
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
}
|
||||
.leaflet-bar a:hover,
|
||||
.leaflet-bar a:focus {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.leaflet-bar a:first-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.leaflet-bar a:last-child {
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom: none;
|
||||
}
|
||||
.leaflet-bar a.leaflet-disabled {
|
||||
cursor: default;
|
||||
background-color: #f4f4f4;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-bar a {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.leaflet-touch .leaflet-bar a:first-child {
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
.leaflet-touch .leaflet-bar a:last-child {
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
/* zoom control */
|
||||
|
||||
.leaflet-control-zoom-in,
|
||||
.leaflet-control-zoom-out {
|
||||
font: bold 18px 'Lucida Console', Monaco, monospace;
|
||||
text-indent: 1px;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
|
||||
/* layers control */
|
||||
|
||||
.leaflet-control-layers {
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.leaflet-control-layers-toggle {
|
||||
background-image: url(images/layers.png);
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
.leaflet-retina .leaflet-control-layers-toggle {
|
||||
background-image: url(images/layers-2x.png);
|
||||
background-size: 26px 26px;
|
||||
}
|
||||
.leaflet-touch .leaflet-control-layers-toggle {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
.leaflet-control-layers .leaflet-control-layers-list,
|
||||
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
|
||||
display: none;
|
||||
}
|
||||
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.leaflet-control-layers-expanded {
|
||||
padding: 6px 10px 6px 6px;
|
||||
color: #333;
|
||||
background: #fff;
|
||||
}
|
||||
.leaflet-control-layers-scrollbar {
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.leaflet-control-layers-selector {
|
||||
margin-top: 2px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
.leaflet-control-layers label {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
font-size: 1.08333em;
|
||||
}
|
||||
.leaflet-control-layers-separator {
|
||||
height: 0;
|
||||
border-top: 1px solid #ddd;
|
||||
margin: 5px -10px 5px -6px;
|
||||
}
|
||||
|
||||
/* Default icon URLs */
|
||||
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
|
||||
background-image: url(images/marker-icon.png);
|
||||
}
|
||||
|
||||
|
||||
/* attribution and scale controls */
|
||||
|
||||
.leaflet-container .leaflet-control-attribution {
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
margin: 0;
|
||||
}
|
||||
.leaflet-control-attribution,
|
||||
.leaflet-control-scale-line {
|
||||
padding: 0 5px;
|
||||
color: #333;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.leaflet-control-attribution a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.leaflet-control-attribution a:hover,
|
||||
.leaflet-control-attribution a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.leaflet-attribution-flag {
|
||||
display: inline !important;
|
||||
vertical-align: baseline !important;
|
||||
width: 1em;
|
||||
height: 0.6669em;
|
||||
}
|
||||
.leaflet-left .leaflet-control-scale {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.leaflet-bottom .leaflet-control-scale {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.leaflet-control-scale-line {
|
||||
border: 2px solid #777;
|
||||
border-top: none;
|
||||
line-height: 1.1;
|
||||
padding: 2px 5px 1px;
|
||||
white-space: nowrap;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
text-shadow: 1px 1px #fff;
|
||||
}
|
||||
.leaflet-control-scale-line:not(:first-child) {
|
||||
border-top: 2px solid #777;
|
||||
border-bottom: none;
|
||||
margin-top: -2px;
|
||||
}
|
||||
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
||||
border-bottom: 2px solid #777;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-attribution,
|
||||
.leaflet-touch .leaflet-control-layers,
|
||||
.leaflet-touch .leaflet-bar {
|
||||
box-shadow: none;
|
||||
}
|
||||
.leaflet-touch .leaflet-control-layers,
|
||||
.leaflet-touch .leaflet-bar {
|
||||
border: 2px solid rgba(0,0,0,0.2);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
|
||||
/* popup */
|
||||
|
||||
.leaflet-popup {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.leaflet-popup-content-wrapper {
|
||||
padding: 1px;
|
||||
text-align: left;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.leaflet-popup-content {
|
||||
margin: 13px 24px 13px 20px;
|
||||
line-height: 1.3;
|
||||
font-size: 13px;
|
||||
font-size: 1.08333em;
|
||||
min-height: 1px;
|
||||
}
|
||||
.leaflet-popup-content p {
|
||||
margin: 17px 0;
|
||||
margin: 1.3em 0;
|
||||
}
|
||||
.leaflet-popup-tip-container {
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-top: -1px;
|
||||
margin-left: -20px;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
.leaflet-popup-tip {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
padding: 1px;
|
||||
|
||||
margin: -10px auto 0;
|
||||
pointer-events: auto;
|
||||
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
.leaflet-popup-content-wrapper,
|
||||
.leaflet-popup-tip {
|
||||
background: white;
|
||||
color: #333;
|
||||
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
|
||||
}
|
||||
.leaflet-container a.leaflet-popup-close-button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: none;
|
||||
text-align: center;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font: 16px/24px Tahoma, Verdana, sans-serif;
|
||||
color: #757575;
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
}
|
||||
.leaflet-container a.leaflet-popup-close-button:hover,
|
||||
.leaflet-container a.leaflet-popup-close-button:focus {
|
||||
color: #585858;
|
||||
}
|
||||
.leaflet-popup-scrolled {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-popup-content-wrapper {
|
||||
-ms-zoom: 1;
|
||||
}
|
||||
.leaflet-oldie .leaflet-popup-tip {
|
||||
width: 24px;
|
||||
margin: 0 auto;
|
||||
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
||||
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-control-zoom,
|
||||
.leaflet-oldie .leaflet-control-layers,
|
||||
.leaflet-oldie .leaflet-popup-content-wrapper,
|
||||
.leaflet-oldie .leaflet-popup-tip {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
|
||||
/* div icon */
|
||||
|
||||
.leaflet-div-icon {
|
||||
background: #fff;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
|
||||
/* Tooltip */
|
||||
/* Base styles for the element that has a tooltip */
|
||||
.leaflet-tooltip {
|
||||
position: absolute;
|
||||
padding: 6px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 3px;
|
||||
color: #222;
|
||||
white-space: nowrap;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
|
||||
}
|
||||
.leaflet-tooltip.leaflet-interactive {
|
||||
cursor: pointer;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.leaflet-tooltip-top:before,
|
||||
.leaflet-tooltip-bottom:before,
|
||||
.leaflet-tooltip-left:before,
|
||||
.leaflet-tooltip-right:before {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
border: 6px solid transparent;
|
||||
background: transparent;
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* Directions */
|
||||
|
||||
.leaflet-tooltip-bottom {
|
||||
margin-top: 6px;
|
||||
}
|
||||
.leaflet-tooltip-top {
|
||||
margin-top: -6px;
|
||||
}
|
||||
.leaflet-tooltip-bottom:before,
|
||||
.leaflet-tooltip-top:before {
|
||||
left: 50%;
|
||||
margin-left: -6px;
|
||||
}
|
||||
.leaflet-tooltip-top:before {
|
||||
bottom: 0;
|
||||
margin-bottom: -12px;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
.leaflet-tooltip-bottom:before {
|
||||
top: 0;
|
||||
margin-top: -12px;
|
||||
margin-left: -6px;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
.leaflet-tooltip-left {
|
||||
margin-left: -6px;
|
||||
}
|
||||
.leaflet-tooltip-right {
|
||||
margin-left: 6px;
|
||||
}
|
||||
.leaflet-tooltip-left:before,
|
||||
.leaflet-tooltip-right:before {
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
}
|
||||
.leaflet-tooltip-left:before {
|
||||
right: 0;
|
||||
margin-right: -12px;
|
||||
border-left-color: #fff;
|
||||
}
|
||||
.leaflet-tooltip-right:before {
|
||||
left: 0;
|
||||
margin-left: -12px;
|
||||
border-right-color: #fff;
|
||||
}
|
||||
|
||||
/* Printing */
|
||||
|
||||
@media print {
|
||||
/* Prevent printers from removing background-images of controls. */
|
||||
.leaflet-control {
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
}
|
||||
6
assets/vendor/leaflet/leaflet.js
vendored
6
assets/vendor/leaflet/leaflet.js
vendored
Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist
Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist
@@ -47,9 +47,13 @@ main {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
/* Demo-Page-Reststyles: nackter footer-Selector entfernt, weil er sonst
|
||||
ueber alle Seiten den Site-Footer mit fremdem Margin/Background ueberlagert.
|
||||
Cookie-Consent-Banner-Styles bleiben unten unveraendert. */
|
||||
footer {
|
||||
background: var(--consent-text-dark);
|
||||
color: white;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
footer nav {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Datenschutz – AegisSight</title>
|
||||
@@ -58,7 +58,7 @@
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
|
||||
315
en/index.html
315
en/index.html
@@ -6,7 +6,7 @@
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>OSINT Monitoring Software from Germany – AegisSight Monitor</title>
|
||||
<title>AegisSight Monitor – Real-time situation reports from open sources</title>
|
||||
<meta name="description" content="OSINT monitoring software from Germany: AI-powered real-time situation reports from open sources. For government agencies, newsrooms, and security services.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/">
|
||||
@@ -32,39 +32,15 @@
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org Organization -->
|
||||
<!-- TODO AEO/GEO: once LinkedIn company page and founder profiles exist,
|
||||
add the URLs to "sameAs" (organisation and both Person entries).
|
||||
This is the central place where GEO signals for AI search are created. -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"@id": "https://aegis-sight.de/#organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"alternateName": "AegisSight",
|
||||
"url": "https://aegis-sight.de",
|
||||
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
||||
"email": "info@aegis-sight.de",
|
||||
"slogan": "AI-powered real-time situation reports from open sources.",
|
||||
"description": "AegisSight is a German OSINT monitoring software that continuously evaluates hundreds of open sources and generates structured real-time situation reports with automatic fact-checking.",
|
||||
"knowsAbout": [
|
||||
"Open Source Intelligence (OSINT)",
|
||||
"OSINT monitoring",
|
||||
"real-time situation reports from open sources",
|
||||
"automated situational analysis",
|
||||
"automatic fact-checking",
|
||||
"social media monitoring for government agencies",
|
||||
"crisis monitoring",
|
||||
"disinformation analysis",
|
||||
"situational awareness"
|
||||
],
|
||||
"keywords": "OSINT software Germany, OSINT monitoring software, situational awareness software, automated situation reports, social media monitoring government, crisis monitoring software, GDPR-compliant OSINT tool, open source intelligence Germany",
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Country", "name": "Austria" },
|
||||
{ "@type": "Country", "name": "Switzerland" },
|
||||
{ "@type": "AdministrativeArea", "name": "European Union" }
|
||||
],
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Gladbacher Straße 3-5",
|
||||
@@ -72,68 +48,36 @@
|
||||
"addressLocality": "Langenfeld",
|
||||
"addressRegion": "Nordrhein-Westfalen",
|
||||
"addressCountry": "DE"
|
||||
},
|
||||
"founder": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Hendrik Gebhardt",
|
||||
"jobTitle": "Founder & Managing Director",
|
||||
"worksFor": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"sameAs": []
|
||||
},
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Monami Homma",
|
||||
"jobTitle": "Founder & Managing Director",
|
||||
"worksFor": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"sameAs": []
|
||||
}
|
||||
],
|
||||
"sameAs": []
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
|
||||
<!-- FAQ-Section Styles (AEO/GEO) -->
|
||||
<style>
|
||||
.footer { margin-top: 0; }
|
||||
.faq-section { background: #0F2240; color: #E6ECF5; padding: 4rem 0; margin: 0; display: block; }
|
||||
.faq-section .container { max-width: 880px; }
|
||||
.faq-section h2 { color: #E6C77E; text-align: center; margin: 0 0 0.5rem; }
|
||||
.faq-section .faq-intro { text-align: center; color: #B8C4D8; margin: 0 0 2.5rem; }
|
||||
.faq-section details.faq-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(230,199,126,0.18); border-radius: 8px; margin: 0 0 0.75rem; padding: 0; overflow: hidden; }
|
||||
.faq-section details.faq-item:last-of-type { margin-bottom: 0; }
|
||||
.faq-section details.faq-item summary { padding: 1.1rem 3rem 1.1rem 1.4rem; cursor: pointer; font-weight: 600; font-size: 1.05rem; color: #FFFFFF; list-style: none; position: relative; }
|
||||
.faq-section details.faq-item summary::-webkit-details-marker { display: none; }
|
||||
.faq-section details.faq-item summary::after { content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #E6C77E; font-weight: 300; }
|
||||
.faq-section details.faq-item[open] summary::after { content: "−"; }
|
||||
.faq-section details.faq-item summary:hover { background: rgba(230,199,126,0.06); }
|
||||
.faq-section details.faq-item .faq-answer { margin: 0; padding: 0 1.4rem 1.2rem; color: #D5DCE8; line-height: 1.65; font-size: 0.98rem; }
|
||||
.faq-section details.faq-item .faq-answer a { color: #E6C77E; }
|
||||
</style>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"@id": "https://aegis-sight.de/en/#website",
|
||||
"name": "AegisSight",
|
||||
"alternateName": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/en/",
|
||||
"inLanguage": "en-GB",
|
||||
"description": "OSINT monitoring from Germany: AI-powered real-time situation reports from open sources, with automated fact-checking and source attribution.",
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": [".hero-tagline", ".feature-statement-text", ".faq-answer"]
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -141,13 +85,11 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"@id": "https://aegis-sight.de/en/#software",
|
||||
"name": "AegisSight Monitor",
|
||||
"applicationCategory": "BusinessApplication",
|
||||
"applicationSubCategory": "OSINT Monitoring Software",
|
||||
"keywords": "OSINT software, OSINT monitoring software, situational awareness software, automated situation reports, social media monitoring government, crisis monitoring, GDPR-compliant OSINT tool, open source intelligence",
|
||||
"operatingSystem": "Web",
|
||||
"url": "https://aegis-sight.de/en/",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"description": "AI-powered real-time situation reports from open sources. Aggregation, deduplication, geographic mapping, automated fact-checking and multilingual analysis. For government agencies, newsrooms, and security services.",
|
||||
"inLanguage": "en-GB",
|
||||
@@ -159,118 +101,25 @@
|
||||
"Automated fact-checking against independent sources",
|
||||
"Structured situation reports with source attribution and timeline"
|
||||
],
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
},
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"availability": "https://schema.org/InStock",
|
||||
"priceCurrency": "EUR",
|
||||
"price": "0",
|
||||
"url": "https://aegis-sight.de/en/#contact",
|
||||
"description": "Pricing on request"
|
||||
"url": "https://aegis-sight.de/#contact",
|
||||
"description": "Preise auf Anfrage"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Service (AEO/GEO: dedicated service entry for AI search) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/en/#osint-service",
|
||||
"name": "AegisSight Monitor",
|
||||
"serviceType": "OSINT monitoring",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Country", "name": "Austria" },
|
||||
{ "@type": "Country", "name": "Switzerland" },
|
||||
{ "@type": "AdministrativeArea", "name": "European Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Government agencies, newsrooms and security services"
|
||||
},
|
||||
"description": "AI-powered real-time situation reports from hundreds of open sources, with automated fact-checking, geographic mapping and multilingual analysis. Operated entirely on servers in Germany, GDPR-compliant.",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "AegisSight Monitor capabilities",
|
||||
"itemListElement": [
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Real-time monitoring of hundreds of open sources" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Automated fact-checking against independent sources" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Geographic mapping on an interactive map" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Multilingual analysis in Farsi, Arabic, Hebrew and further languages" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Structured situation reports with source attribution and timeline" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org FAQPage (AEO: quotable answers for AI search) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"@id": "https://aegis-sight.de/en/#faq",
|
||||
"inLanguage": "en-GB",
|
||||
"isPartOf": { "@id": "https://aegis-sight.de/en/#website" },
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is the AegisSight Monitor?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "The AegisSight Monitor is a German AI-driven OSINT monitoring software that continuously evaluates hundreds of open sources and generates structured real-time situation reports with automatic fact-checking."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is a situation report?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "A situation report is the structured summary of the current factual status of an event or conflict, compiled from multiple independent sources, with timeline, source references and geographic mapping."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Which sources does AegisSight evaluate?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "AegisSight evaluates hundreds of publicly accessible sources worldwide, including news agencies, specialist media, government statements and social media. Content in dozens of languages is automatically translated, including Farsi, Arabic and Hebrew."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How does the automatic fact-checking work?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Every central claim is automatically cross-checked against multiple independent sources. Agreements, contradictions and the trustworthiness of the sources feed into a transparent rating that is linked to the original sources in the situation report."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is AegisSight GDPR-compliant?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "AegisSight runs entirely on servers in Germany and processes only publicly accessible sources. No data is transferred to third countries."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Who is the AegisSight Monitor designed for?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "The AegisSight Monitor is designed for authorities, newsrooms and security services that need reliable real-time situation reports, including crisis response teams, investigative newsrooms, corporate security and physical-security operations."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How do I get access to the AegisSight Monitor?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Access is granted on individual request; pilot access is available for qualified organisations. Contact: info@aegis-sight.de."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -278,14 +127,12 @@
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="#hero" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#solutions">Solutions</a></li>
|
||||
<li><a href="#demos">Live Reports</a></li>
|
||||
<li><a href="#trust">About Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
@@ -305,10 +152,8 @@
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#solutions">Solutions</a></li>
|
||||
<li><a href="#demos">Live Reports</a></li>
|
||||
<li><a href="#trust">About Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
@@ -325,7 +170,7 @@
|
||||
<div class="hero-content">
|
||||
<div class="hero-brand">
|
||||
<h1 class="hero-title">AegisSight Monitor</h1>
|
||||
<p class="hero-tagline">The OSINT software for AI-powered real-time situation reports from open sources, <span class="gold">fully automated.</span></p>
|
||||
<p class="hero-tagline">AI-powered real-time situation reports from open sources, <span class="gold">fully automated.</span></p>
|
||||
</div>
|
||||
|
||||
<div class="hero-slider" role="region" aria-label="Product highlights" aria-live="polite">
|
||||
@@ -415,41 +260,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Solutions / Use cases -->
|
||||
<style>
|
||||
#solutions .loesungen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 8px; }
|
||||
#solutions .loesung-card { display: block; background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 26px 28px; text-decoration: none; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
|
||||
#solutions .loesung-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(10,24,50,0.12); }
|
||||
#solutions .loesung-card h3 { color: var(--navy); font-size: 1.2rem; margin: 0 0 10px; }
|
||||
#solutions .loesung-card p { color: var(--text-light); font-size: 0.97rem; line-height: 1.6; margin: 0 0 14px; }
|
||||
#solutions .loesung-more { color: var(--gold-dark); font-weight: 600; font-size: 0.95rem; }
|
||||
#solutions .loesung-card:hover .loesung-more { color: var(--gold); }
|
||||
#solutions .loesungen-intro { text-align: center; max-width: 680px; margin: 0 auto 2.5rem; color: var(--text-light); line-height: 1.7; }
|
||||
</style>
|
||||
<section class="section section-base" id="solutions">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Solutions for your field of use</h2>
|
||||
<p class="loesungen-intro">AegisSight covers different OSINT use cases – from automated situational analysis and disinformation monitoring to crisis monitoring for government.</p>
|
||||
<div class="loesungen-grid">
|
||||
<a class="loesung-card" href="/en/solutions/osint-situational-awareness-software/">
|
||||
<h3>OSINT & Situational Awareness Software</h3>
|
||||
<p>Automatically evaluate hundreds of open sources and turn them into structured real-time situation reports.</p>
|
||||
<span class="loesung-more">Learn more ›</span>
|
||||
</a>
|
||||
<a class="loesung-card" href="/en/solutions/disinformation-monitoring/">
|
||||
<h3>Disinformation Monitoring & FIMI</h3>
|
||||
<p>Detect manipulation and foreign interference early – with fact-checking and source assessment.</p>
|
||||
<span class="loesung-more">Learn more ›</span>
|
||||
</a>
|
||||
<a class="loesung-card" href="/en/solutions/social-media-monitoring-government/">
|
||||
<h3>Social Media & Crisis Monitoring</h3>
|
||||
<p>Provide crisis teams with an automatically updated situation report from social media and open sources.</p>
|
||||
<span class="loesung-more">Learn more ›</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Features -->
|
||||
<section class="section section-dark" id="features">
|
||||
<div class="container">
|
||||
@@ -463,7 +273,7 @@
|
||||
<div class="grid-3">
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/monitor.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/monitor.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Real-time monitoring</h3>
|
||||
<p>Continuous monitoring of your defined sources, around the clock.</p>
|
||||
@@ -471,28 +281,28 @@
|
||||
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/cube.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/cube.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Source analysis</h3>
|
||||
<p>Automatic aggregation and deduplication from hundreds of international sources.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/location.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/location.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Geographic mapping</h3>
|
||||
<p>Locations are recognised and shown on an interactive map.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/languages.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/languages.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Multilingual analysis</h3>
|
||||
<p>Sources in different languages are processed and merged automatically.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/document.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/document.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Structured situation reports</h3>
|
||||
<p>Concise summaries with source attribution and timeline.</p>
|
||||
@@ -512,21 +322,21 @@
|
||||
<div class="grid-3">
|
||||
<div class="problem-card">
|
||||
<div class="problem-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/world-globe.svg" alt="" width="40" height="40">
|
||||
<img src="/assets/images/icons/world-globe.svg" alt="" width="40" height="40">
|
||||
</div>
|
||||
<h3>Source diversity</h3>
|
||||
<p>Hundreds of news agencies, Telegram channels, and social media in dozens of languages. No analyst can monitor everything at once.</p>
|
||||
</div>
|
||||
<div class="problem-card">
|
||||
<div class="problem-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/clock.svg" alt="" width="40" height="40">
|
||||
<img src="/assets/images/icons/clock.svg" alt="" width="40" height="40">
|
||||
</div>
|
||||
<h3>Time pressure</h3>
|
||||
<p>New reports arrive by the minute. Manual analysis takes time you do not have.</p>
|
||||
</div>
|
||||
<div class="problem-card">
|
||||
<div class="problem-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/document.svg" alt="" width="40" height="40">
|
||||
<img src="/assets/images/icons/document.svg" alt="" width="40" height="40">
|
||||
</div>
|
||||
<h3>Information overload</h3>
|
||||
<p>Critical information disappears in the noise; connections remain invisible.</p>
|
||||
@@ -665,28 +475,28 @@
|
||||
<div class="grid-4 trust-grid">
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap">
|
||||
<img loading="lazy" src="/assets/images/icons/check-circle-filled.svg" alt="" width="48" height="48">
|
||||
<img src="/assets/images/icons/check-circle-filled.svg" alt="" width="48" height="48">
|
||||
</div>
|
||||
<h3>Close collaboration</h3>
|
||||
<p>We work hand in hand with our customers to deliver tailored solutions</p>
|
||||
</div>
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap trust-flag">
|
||||
<img loading="lazy" src="/assets/images/icons/german-flag.svg" alt="" width="60" height="36">
|
||||
<img src="/assets/images/icons/german-flag.svg" alt="" width="60" height="36">
|
||||
</div>
|
||||
<h3>Made in Germany</h3>
|
||||
<p>Clear, robust, and secure software built to German quality standards</p>
|
||||
</div>
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap">
|
||||
<img loading="lazy" src="/assets/handshake.svg" alt="" width="50" height="50">
|
||||
<img src="/assets/handshake.svg" alt="" width="50" height="50">
|
||||
</div>
|
||||
<h3>Reliable partnership</h3>
|
||||
<p>Based on shared values and long-term trust</p>
|
||||
</div>
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap">
|
||||
<img loading="lazy" src="/assets/images/icons/shield-check.svg" alt="" width="48" height="48">
|
||||
<img src="/assets/images/icons/shield-check.svg" alt="" width="48" height="48">
|
||||
</div>
|
||||
<h3>Sustainability</h3>
|
||||
<p>Focus on security, professionalism, and future-proof solutions</p>
|
||||
@@ -695,49 +505,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ-Section (AEO/GEO: quotable answers in DOM and FAQPage-JSON-LD) -->
|
||||
<section class="faq-section" id="faq" aria-labelledby="faq-title">
|
||||
<div class="container">
|
||||
<h2 class="section-title" id="faq-title">Frequently Asked Questions</h2>
|
||||
<p class="faq-intro">The key answers about AegisSight Monitor at a glance.</p>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>What is the AegisSight Monitor?</summary>
|
||||
<p class="faq-answer">The AegisSight Monitor is a German AI-driven OSINT monitoring software that continuously evaluates hundreds of open sources and generates structured real-time situation reports with automatic fact-checking.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>What is a situation report?</summary>
|
||||
<p class="faq-answer">A situation report is the structured summary of the current factual status of an event or conflict, compiled from multiple independent sources, with timeline, source references and geographic mapping. Examples are available in the <a href="#demos">live reports</a>.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Which sources does AegisSight evaluate?</summary>
|
||||
<p class="faq-answer">AegisSight evaluates hundreds of publicly accessible sources worldwide, including news agencies, specialist media, government statements and social media. Content in dozens of languages is automatically translated, including Farsi, Arabic and Hebrew.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>How does the automatic fact-checking work?</summary>
|
||||
<p class="faq-answer">Every central claim is automatically cross-checked against multiple independent sources. Agreements, contradictions and the trustworthiness of the sources feed into a transparent rating that is linked to the original sources in the situation report.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Is AegisSight GDPR-compliant?</summary>
|
||||
<p class="faq-answer">AegisSight runs entirely on servers in Germany and processes only publicly accessible sources. No data is transferred to third countries.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Who is the AegisSight Monitor designed for?</summary>
|
||||
<p class="faq-answer">The AegisSight Monitor is designed for authorities, newsrooms and security services that need reliable real-time situation reports, including crisis response teams, investigative newsrooms, corporate security and physical-security operations.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>How do I get access to the AegisSight Monitor?</summary>
|
||||
<p class="faq-answer">Access is granted on individual request; pilot access is available for qualified organisations. Contact: <a href="mailto:info@aegis-sight.de">info@aegis-sight.de</a>.</p>
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
@@ -791,8 +558,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Legal notice – AegisSight</title>
|
||||
@@ -59,7 +59,7 @@
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/en/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Privacy policy – AegisSight</title>
|
||||
@@ -59,7 +59,7 @@
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/en/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
|
||||
<meta name="description" content="Live situation report on cyberattacks against German infrastructure: AI-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta name="description" content="Live situation report on cyberattacks against German infrastructure: AI-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Situation report: Cyberattacks on German infrastructure - AegisSight">
|
||||
<meta property="og:description" content="Live situation report on cyberattacks against German infrastructure: AI-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta property="og:description" content="Live situation report on cyberattacks against German infrastructure: AI-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
@@ -29,66 +29,39 @@
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Situation report: Cyberattacks on German infrastructure - AegisSight">
|
||||
<meta name="twitter:description" content="Live situation report on cyberattacks against German infrastructure: AI-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta name="twitter:description" content="Live situation report on cyberattacks against German infrastructure: AI-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org NewsArticle (AEO/GEO: quotable live situation report) -->
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "NewsArticle",
|
||||
"@id": "https://aegis-sight.de/en/situations/cyber-attacks/#article",
|
||||
"@type": "Article",
|
||||
"headline": "Situation report: Cyberattacks on German infrastructure",
|
||||
"name": "Situation report: Cyberattacks on German infrastructure",
|
||||
"description": "Live situation report on cyberattacks against German infrastructure: AI-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.",
|
||||
"description": "Live situation report on cyberattacks against German infrastructure: AI-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.",
|
||||
"url": "https://aegis-sight.de/en/situations/cyber-attacks/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Cybersecurity",
|
||||
"temporalCoverage": "2024-01-01/..",
|
||||
"keywords": ["Cyberattack", "Germany", "Critical infrastructure", "KRITIS", "OSINT", "BSI", "Cybersecurity", "Real-time situation report"],
|
||||
"about": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Thing", "name": "Critical infrastructure" },
|
||||
{ "@type": "Thing", "name": "Cybersecurity" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/cyberangriffe/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
},
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Dataset (situation data as machine-readable set) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"@id": "https://aegis-sight.de/en/situations/cyber-attacks/#dataset",
|
||||
"name": "Cyberattacks on German infrastructure – situation data",
|
||||
"description": "Aggregated OSINT situation data on cyberattacks against German authorities, businesses and critical infrastructure. Continuously curated list with fact-checks, sources and geographic mapping. Updated every 5 minutes.",
|
||||
"url": "https://aegis-sight.de/en/situations/cyber-attacks/",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"temporalCoverage": "2024-01-01/..",
|
||||
"keywords": ["Cyberattack", "Germany", "KRITIS", "OSINT", "situation report", "real-time data"],
|
||||
"creator": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"isBasedOn": { "@id": "https://aegis-sight.de/#osint-service" },
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"encodingFormat": "application/json",
|
||||
"contentUrl": "https://aegis-sight.de/lagen/cyberangriffe/data/current.json"
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -98,9 +71,9 @@
|
||||
<link rel="stylesheet" href="/css/mobile.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/lagen/iran-konflikt/lagebild.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<script>window.LAGEBILD_DATA_BASE = '/lagen/cyberangriffe/';</script>
|
||||
|
||||
@@ -130,7 +103,7 @@
|
||||
<nav class="navbar" role="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/en/"><img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40"></a>
|
||||
<a href="/en/"><img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img"></a>
|
||||
</div>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/">Home</a></li>
|
||||
@@ -250,8 +223,8 @@
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/mobile-nav.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="/lagen/iran-konflikt/lagebild.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -32,12 +32,11 @@
|
||||
<meta name="twitter:description" content="Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org Article (AEO/GEO: quotable research briefing) -->
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@id": "https://aegis-sight.de/en/situations/deepfakes/#article",
|
||||
"headline": "Research briefing: Legal status of deepfakes in Germany",
|
||||
"name": "Research briefing: Legal status of deepfakes in Germany",
|
||||
"description": "Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.",
|
||||
@@ -46,23 +45,23 @@
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Law and Regulation",
|
||||
"temporalCoverage": "2023-01-01/..",
|
||||
"keywords": ["Deepfake", "Law", "Germany", "Case law", "Legislation", "AI regulation", "Digital Services Act", "Personality rights"],
|
||||
"about": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Thing", "name": "Deepfakes" },
|
||||
{ "@type": "Thing", "name": "Case law" },
|
||||
{ "@type": "Thing", "name": "AI regulation" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/deepfakes/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
},
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -72,9 +71,9 @@
|
||||
<link rel="stylesheet" href="/css/mobile.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/lagen/iran-konflikt/lagebild.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<script>window.LAGEBILD_DATA_BASE = '/lagen/deepfakes/';</script>
|
||||
|
||||
@@ -107,7 +106,7 @@
|
||||
<nav class="navbar" role="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/en/"><img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40"></a>
|
||||
<a href="/en/"><img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img"></a>
|
||||
</div>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/">Home</a></li>
|
||||
@@ -295,8 +294,8 @@
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/js/mobile-nav.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="/lagen/iran-konflikt/lagebild.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/iran-conflict/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/">
|
||||
|
||||
<meta name="description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta name="description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/situations/iran-conflict/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Situation report: Iran conflict - AegisSight">
|
||||
<meta property="og:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta property="og:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/situations/iran-conflict/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
@@ -29,65 +29,39 @@
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Situation report: Iran conflict - AegisSight">
|
||||
<meta name="twitter:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta name="twitter:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org NewsArticle (AEO/GEO: quotable live situation report) -->
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "NewsArticle",
|
||||
"@id": "https://aegis-sight.de/en/situations/iran-conflict/#article",
|
||||
"@type": "Article",
|
||||
"headline": "Situation report: Iran conflict",
|
||||
"name": "Situation report: Iran conflict",
|
||||
"description": "Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources, automated fact-checking, geographic mapping and timeline.",
|
||||
"description": "Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.",
|
||||
"url": "https://aegis-sight.de/en/situations/iran-conflict/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "International Security",
|
||||
"temporalCoverage": "2024-04-13/..",
|
||||
"keywords": ["Iran", "Iran conflict", "Middle East", "OSINT", "real-time situation report", "AI fact-checking", "security situation"],
|
||||
"about": [
|
||||
{ "@type": "Place", "name": "Iran" },
|
||||
{ "@type": "Thing", "name": "International security" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/iran-konflikt/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
},
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Dataset (situation data as machine-readable set) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"@id": "https://aegis-sight.de/en/situations/iran-conflict/#dataset",
|
||||
"name": "Iran conflict situation report – data",
|
||||
"description": "Aggregated OSINT situation data on the Iran conflict: continuously curated list of news items, fact-checks, sources and geographic mappings. Updated every 5 minutes.",
|
||||
"url": "https://aegis-sight.de/en/situations/iran-conflict/",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"temporalCoverage": "2024-04-13/..",
|
||||
"keywords": ["Iran", "OSINT", "situation report", "fact-checking", "real-time data"],
|
||||
"creator": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"isBasedOn": { "@id": "https://aegis-sight.de/#osint-service" },
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"encodingFormat": "application/json",
|
||||
"contentUrl": "https://aegis-sight.de/lagen/iran-konflikt/data/current.json"
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -97,9 +71,9 @@
|
||||
<link rel="stylesheet" href="/css/mobile.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/lagen/iran-konflikt/lagebild.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<script>window.LAGEBILD_DATA_BASE = '/lagen/iran-konflikt/';</script>
|
||||
|
||||
@@ -132,7 +106,7 @@
|
||||
<nav class="navbar" role="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/en/"><img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40"></a>
|
||||
<a href="/en/"><img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img"></a>
|
||||
</div>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/">Home</a></li>
|
||||
@@ -322,8 +296,8 @@
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/js/mobile-nav.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="/lagen/iran-konflikt/lagebild.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -1,280 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Disinformation Monitoring & FIMI Detection | AegisSight</title>
|
||||
<meta name="description" content="Disinformation monitoring with AegisSight: detect manipulation and FIMI in open sources early – through automatic fact-checking and transparent source assessment.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/solutions/disinformation-monitoring/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/disinformation-monitoring/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Disinformation Monitoring & FIMI Detection | AegisSight">
|
||||
<meta property="og:description" content="Detect disinformation and FIMI in open sources early – with automatic fact-checking and transparent source assessment.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/solutions/disinformation-monitoring/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Disinformation Monitoring & FIMI Detection | AegisSight">
|
||||
<meta name="twitter:description" content="Detect disinformation and FIMI in open sources early – with automatic fact-checking and transparent source assessment.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/en/solutions/disinformation-monitoring/#service",
|
||||
"name": "Disinformation Monitoring",
|
||||
"serviceType": "Disinformation monitoring and FIMI detection",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Country", "name": "Austria" },
|
||||
{ "@type": "Country", "name": "Switzerland" },
|
||||
{ "@type": "AdministrativeArea", "name": "European Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Government agencies, media regulators, newsrooms and strategic communications"
|
||||
},
|
||||
"description": "OSINT-based disinformation monitoring: continuous observation of open sources, automatic fact-checking against independent sources, and transparent source assessment using external signals such as IFCN and EUvsDisinfo. Supports the early detection of disinformation and foreign information manipulation and interference (FIMI)."
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/en/" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "Disinformation Monitoring & FIMI", "item": "https://aegis-sight.de/en/solutions/disinformation-monitoring/" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"inLanguage": "en-GB",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What does FIMI mean?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "FIMI stands for Foreign Information Manipulation and Interference. The term, coined by the EU, describes mostly non-illegal but manipulative and coordinated influence on the information environment by foreign actors." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Does AegisSight detect disinformation automatically?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "AegisSight supports detection: every central claim is automatically checked against several independent sources, and sources are assessed transparently. Contradictions and unsubstantiated claims become visible. The final judgement remains with the expert analysts." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Which external signals does the source assessment use?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "The source classification combines a four-axis assessment scheme (methodology, transparency, independence, track record) with external signals such as IFCN membership and the EUvsDisinfo database." }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<style>
|
||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
|
||||
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
|
||||
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
|
||||
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
|
||||
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
|
||||
.sol-breadcrumb a:hover { color: var(--gold-light); }
|
||||
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
|
||||
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
|
||||
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; }
|
||||
.sol-cta-btn:hover { background: var(--gold-light); }
|
||||
.sol-body { padding: 56px 0; }
|
||||
.sol-section { margin-bottom: 44px; }
|
||||
.sol-section:last-child { margin-bottom: 0; }
|
||||
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
|
||||
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
|
||||
.sol-section strong { color: var(--navy); font-weight: 600; }
|
||||
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
|
||||
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
|
||||
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
|
||||
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
|
||||
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
|
||||
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
|
||||
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
|
||||
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
|
||||
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
|
||||
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
|
||||
details.sol-faq summary::-webkit-details-marker { display: none; }
|
||||
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
|
||||
.sol-related { background: var(--base); border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 8px; }
|
||||
.sol-related h2 { border: none; padding: 0; margin: 0 0 14px; font-size: 1.3rem; }
|
||||
.sol-related a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 600; padding: 6px 0; }
|
||||
.sol-related a:hover { color: var(--gold); }
|
||||
.sol-final-cta { background: var(--navy); color: #E6ECF5; text-align: center; padding: 48px 24px; border-radius: var(--radius-lg); margin-top: 8px; }
|
||||
.sol-final-cta h2 { color: #FFFFFF; border: none; padding: 0; margin: 0 0 10px; }
|
||||
.sol-final-cta p { color: #C6D2E4; margin: 0 0 22px; }
|
||||
@media (max-width: 768px) {
|
||||
.sol-hero h1 { font-size: 1.85rem; }
|
||||
.sol-container { padding: 0 16px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/en/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
<li><a href="/en/#solutions">Solutions</a></li>
|
||||
<li><a href="/en/#demos">Live Reports</a></li>
|
||||
<li><a href="/en/#trust">About Us</a></li>
|
||||
<li><a href="/en/#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
<a class="lang-link" href="/loesungen/desinformationsmonitoring/" lang="de" hreflang="de" rel="alternate">DE</a>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<span class="lang-active" lang="en" aria-current="true">EN</span>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Open menu" aria-expanded="false">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Mobile Menu -->
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
<li><a href="/en/#solutions">Solutions</a></li>
|
||||
<li><a href="/en/#demos">Live Reports</a></li>
|
||||
<li><a href="/en/#trust">About Us</a></li>
|
||||
<li><a href="/en/#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
<a class="lang-link" href="/loesungen/desinformationsmonitoring/" lang="de" hreflang="de" rel="alternate">DE</a>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<span class="lang-active" lang="en" aria-current="true">EN</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mobile-overlay" id="mobile-overlay"></div>
|
||||
|
||||
<main>
|
||||
<header class="sol-hero">
|
||||
<div class="sol-container">
|
||||
<nav class="sol-breadcrumb" aria-label="Breadcrumb">
|
||||
<a href="/en/">Home</a> › Disinformation Monitoring & FIMI
|
||||
</nav>
|
||||
<h1>Disinformation Monitoring: Detect Manipulation in Open Sources Early</h1>
|
||||
<p class="sol-lead">AegisSight helps government agencies, media regulators and newsrooms detect disinformation and foreign information manipulation (FIMI) in open sources early – with automatic fact-checking and traceable source assessment.</p>
|
||||
<a class="sol-cta-btn" href="/en/#contact">Request access</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="sol-body">
|
||||
<div class="sol-container">
|
||||
<section class="sol-section">
|
||||
<h2>What is disinformation monitoring and FIMI?</h2>
|
||||
<p><strong>Disinformation monitoring</strong> is the continuous observation of the information environment for manipulative, misleading or coordinated content. The goal is to make problematic narratives visible early, before they spread.</p>
|
||||
<p><strong>FIMI</strong> (Foreign Information Manipulation and Interference) is a term coined by the EU for foreign information manipulation and interference – mostly non-illegal but manipulative and coordinated influence on the information environment by foreign actors.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>How AegisSight supports detection</h2>
|
||||
<p>AegisSight is not a black box that simply stamps content as "true" or "false". Instead, the software creates the evidence-backed basis on which experts can identify manipulation:</p>
|
||||
<ol class="step-list">
|
||||
<li><strong>Fact-checking</strong>Every central claim is automatically compared against several independent sources; matches and contradictions are shown transparently.</li>
|
||||
<li><strong>Source assessment</strong>Sources are classified by a four-axis scheme (methodology, transparency, independence, track record), complemented by external signals such as IFCN and EUvsDisinfo.</li>
|
||||
<li><strong>Tracking narratives</strong>Across hundreds of multilingual sources, it becomes visible where a claim originates and how it spreads.</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Key features at a glance</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card"><h3>Automatic fact-checking</h3><p>Central claims are checked against independent sources and rated transparently.</p></div>
|
||||
<div class="feature-card"><h3>Source classification</h3><p>Four-axis scheme: methodology, transparency, independence and track record.</p></div>
|
||||
<div class="feature-card"><h3>EUvsDisinfo & IFCN signals</h3><p>Established external signals feed into the source assessment.</p></div>
|
||||
<div class="feature-card"><h3>Multilingual analysis</h3><p>Manipulative narratives are often in foreign languages – AegisSight translates automatically.</p></div>
|
||||
<div class="feature-card"><h3>Evidence & timeline</h3><p>Every assessment is linked to original sources and traceable over time.</p></div>
|
||||
<div class="feature-card"><h3>Geographic mapping</h3><p>Reports and narratives are placed spatially.</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Who disinformation monitoring is for</h2>
|
||||
<p>The solution is built for <strong>security agencies</strong> and crisis teams, <strong>media regulators</strong>, investigative <strong>newsrooms</strong>, and teams in <strong>strategic communications</strong> and crisis communications who need to keep a reliable eye on the information environment.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Frequently asked questions</h2>
|
||||
<details class="sol-faq"><summary>What does FIMI mean?</summary><div class="a">FIMI stands for Foreign Information Manipulation and Interference. The term, coined by the EU, describes mostly non-illegal but manipulative and coordinated influence on the information environment by foreign actors.</div></details>
|
||||
<details class="sol-faq"><summary>Does AegisSight detect disinformation automatically?</summary><div class="a">AegisSight supports detection: every central claim is automatically checked against several independent sources, and sources are assessed transparently. Contradictions and unsubstantiated claims become visible. The final judgement remains with the expert analysts.</div></details>
|
||||
<details class="sol-faq"><summary>Which external signals does the source assessment use?</summary><div class="a">The source classification combines a four-axis assessment scheme (methodology, transparency, independence, track record) with external signals such as IFCN membership and the EUvsDisinfo database.</div></details>
|
||||
</section>
|
||||
|
||||
<section class="sol-section sol-related-wrap">
|
||||
<div class="sol-related">
|
||||
<h2>More solutions</h2>
|
||||
<a href="/en/solutions/osint-situational-awareness-software/">OSINT & Situational Awareness Software ›</a>
|
||||
<a href="/en/solutions/social-media-monitoring-government/">Social Media & Crisis Monitoring for Government ›</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<div class="sol-final-cta">
|
||||
<h2>Detect disinformation early – on an evidence-backed basis</h2>
|
||||
<p>Pilot access for qualified organisations is available.</p>
|
||||
<a class="sol-cta-btn" href="/en/#contact">Get in touch</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-info">
|
||||
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
|
||||
<p>Gladbacher Straße 3-5, 40764 Langenfeld, Germany</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/en/legal-notice.html">Legal notice</a>
|
||||
<a href="/en/privacy.html">Privacy policy</a>
|
||||
<a href="#" id="cookie-settings-link">Cookie settings</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-copyright">© <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,279 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>OSINT & Situational Awareness Software from Germany | AegisSight</title>
|
||||
<meta name="description" content="OSINT and situational awareness software from Germany: AegisSight automatically evaluates hundreds of open sources and produces structured real-time situation reports with fact-checking.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/solutions/osint-situational-awareness-software/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/osint-lagebild-software/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/osint-situational-awareness-software/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/osint-lagebild-software/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="OSINT & Situational Awareness Software from Germany | AegisSight">
|
||||
<meta property="og:description" content="OSINT and situational awareness software from Germany: hundreds of open sources evaluated automatically, structured real-time situation reports with fact-checking.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/solutions/osint-situational-awareness-software/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="OSINT & Situational Awareness Software from Germany | AegisSight">
|
||||
<meta name="twitter:description" content="OSINT and situational awareness software from Germany: hundreds of open sources evaluated automatically, structured real-time situation reports with fact-checking.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/en/solutions/osint-situational-awareness-software/#service",
|
||||
"name": "OSINT and Situational Awareness Software",
|
||||
"serviceType": "OSINT monitoring and situation report generation",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Country", "name": "Austria" },
|
||||
{ "@type": "Country", "name": "Switzerland" },
|
||||
{ "@type": "AdministrativeArea", "name": "European Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Government agencies, newsrooms and security services"
|
||||
},
|
||||
"description": "OSINT and situational awareness software that automatically evaluates hundreds of open sources and produces structured real-time situation reports with source references, geographic mapping and automatic fact-checking. Operated entirely on servers in Germany, GDPR-compliant."
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/en/" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "OSINT & Situational Awareness Software", "item": "https://aegis-sight.de/en/solutions/osint-situational-awareness-software/" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"inLanguage": "en-GB",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is OSINT and situational awareness software?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "OSINT software systematically evaluates publicly available sources such as news, specialist media, government communications and social media. Situational awareness software condenses this analysis into a structured, continuously updated summary of the factual situation with source references, timeline and geographic mapping. AegisSight combines both in one automated solution." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How does OSINT software differ from IT monitoring software?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "IT monitoring software watches servers, networks and system availability. OSINT software instead monitors public information sources to assess the security and information situation. AegisSight is OSINT situational awareness software, not IT infrastructure monitoring." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is the OSINT software GDPR-compliant?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Yes. AegisSight is operated entirely on servers in Germany, processes only publicly available sources and transfers no data to third countries." }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<style>
|
||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
|
||||
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
|
||||
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
|
||||
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
|
||||
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
|
||||
.sol-breadcrumb a:hover { color: var(--gold-light); }
|
||||
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
|
||||
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
|
||||
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; }
|
||||
.sol-cta-btn:hover { background: var(--gold-light); }
|
||||
.sol-body { padding: 56px 0; }
|
||||
.sol-section { margin-bottom: 44px; }
|
||||
.sol-section:last-child { margin-bottom: 0; }
|
||||
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
|
||||
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
|
||||
.sol-section strong { color: var(--navy); font-weight: 600; }
|
||||
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
|
||||
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
|
||||
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
|
||||
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
|
||||
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
|
||||
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
|
||||
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
|
||||
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
|
||||
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
|
||||
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
|
||||
details.sol-faq summary::-webkit-details-marker { display: none; }
|
||||
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
|
||||
.sol-related { background: var(--base); border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 8px; }
|
||||
.sol-related h2 { border: none; padding: 0; margin: 0 0 14px; font-size: 1.3rem; }
|
||||
.sol-related a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 600; padding: 6px 0; }
|
||||
.sol-related a:hover { color: var(--gold); }
|
||||
.sol-final-cta { background: var(--navy); color: #E6ECF5; text-align: center; padding: 48px 24px; border-radius: var(--radius-lg); margin-top: 8px; }
|
||||
.sol-final-cta h2 { color: #FFFFFF; border: none; padding: 0; margin: 0 0 10px; }
|
||||
.sol-final-cta p { color: #C6D2E4; margin: 0 0 22px; }
|
||||
@media (max-width: 768px) {
|
||||
.sol-hero h1 { font-size: 1.85rem; }
|
||||
.sol-container { padding: 0 16px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/en/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
<li><a href="/en/#solutions">Solutions</a></li>
|
||||
<li><a href="/en/#demos">Live Reports</a></li>
|
||||
<li><a href="/en/#trust">About Us</a></li>
|
||||
<li><a href="/en/#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
<a class="lang-link" href="/loesungen/osint-lagebild-software/" lang="de" hreflang="de" rel="alternate">DE</a>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<span class="lang-active" lang="en" aria-current="true">EN</span>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Open menu" aria-expanded="false">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Mobile Menu -->
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
<li><a href="/en/#solutions">Solutions</a></li>
|
||||
<li><a href="/en/#demos">Live Reports</a></li>
|
||||
<li><a href="/en/#trust">About Us</a></li>
|
||||
<li><a href="/en/#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
<a class="lang-link" href="/loesungen/osint-lagebild-software/" lang="de" hreflang="de" rel="alternate">DE</a>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<span class="lang-active" lang="en" aria-current="true">EN</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mobile-overlay" id="mobile-overlay"></div>
|
||||
|
||||
<main>
|
||||
<header class="sol-hero">
|
||||
<div class="sol-container">
|
||||
<nav class="sol-breadcrumb" aria-label="Breadcrumb">
|
||||
<a href="/en/">Home</a> › OSINT & Situational Awareness Software
|
||||
</nav>
|
||||
<h1>OSINT and Situational Awareness Software for Automated Analysis</h1>
|
||||
<p class="sol-lead">AegisSight Monitor is OSINT software from Germany that evaluates hundreds of open sources around the clock and automatically produces structured real-time situation reports – with source references, geographic mapping and automatic fact-checking.</p>
|
||||
<a class="sol-cta-btn" href="/en/#contact">Request access</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="sol-body">
|
||||
<div class="sol-container">
|
||||
<section class="sol-section">
|
||||
<h2>What is OSINT and situational awareness software?</h2>
|
||||
<p><strong>OSINT software</strong> (Open Source Intelligence) systematically evaluates publicly available sources such as news agencies, specialist media, government communications and social media. <strong>Situational awareness software</strong> condenses this analysis into a structured, continuously updated summary of the factual situation – with source references, timeline and geographic mapping.</p>
|
||||
<p>AegisSight combines both in one automated solution: instead of reviewing sources manually, analysts receive a finished, evidence-backed situation report that keeps updating itself.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>From raw signal to situation report – fully automated</h2>
|
||||
<ol class="step-list">
|
||||
<li><strong>Collect</strong>Hundreds of open sources are ingested around the clock; posts in dozens of languages are translated automatically.</li>
|
||||
<li><strong>Analyse</strong>Reports are aggregated, deduplicated, geographically located, and every central claim is automatically checked against independent sources.</li>
|
||||
<li><strong>Report</strong>The result is a structured situation report with timeline, source references and map – updated every five minutes.</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Key features at a glance</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card"><h3>Automated source analysis</h3><p>Hundreds of open sources are continuously captured, aggregated and deduplicated.</p></div>
|
||||
<div class="feature-card"><h3>Geographic mapping</h3><p>Reports are placed spatially on an interactive map.</p></div>
|
||||
<div class="feature-card"><h3>Multilingual analysis</h3><p>Posts in dozens of languages, including Farsi, Arabic and Hebrew, are translated automatically.</p></div>
|
||||
<div class="feature-card"><h3>Automatic fact-checking</h3><p>Central claims are checked against several independent sources and rated transparently.</p></div>
|
||||
<div class="feature-card"><h3>Structured situation reports</h3><p>The factual situation with timeline, source references and mapping – in one clear view.</p></div>
|
||||
<div class="feature-card"><h3>Real-time updates</h3><p>Situation reports are automatically refreshed every five minutes.</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Who the software is for</h2>
|
||||
<p>AegisSight is built for organisations that need reliable situation reports in real time: <strong>government agencies</strong> and crisis teams, investigative <strong>newsrooms</strong>, as well as <strong>security services</strong>, plant security and corporate security. Wherever manual OSINT analysis fails due to source diversity, time pressure and information overload, the software delivers a traceable, automatically maintained situation report.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Frequently asked questions</h2>
|
||||
<details class="sol-faq"><summary>How does OSINT software differ from IT monitoring software?</summary><div class="a">IT monitoring software watches servers, networks and system availability. OSINT software instead monitors public information sources to assess the security and information situation. AegisSight is OSINT situational awareness software, not IT infrastructure monitoring.</div></details>
|
||||
<details class="sol-faq"><summary>Is the OSINT software GDPR-compliant?</summary><div class="a">Yes. AegisSight is operated entirely on servers in Germany, processes only publicly available sources and transfers no data to third countries.</div></details>
|
||||
<details class="sol-faq"><summary>How up to date are the situation reports?</summary><div class="a">Situation reports are automatically updated every five minutes, so the factual situation is available almost in real time.</div></details>
|
||||
</section>
|
||||
|
||||
<section class="sol-section sol-related-wrap">
|
||||
<div class="sol-related">
|
||||
<h2>More solutions</h2>
|
||||
<a href="/en/solutions/disinformation-monitoring/">Disinformation Monitoring & FIMI ›</a>
|
||||
<a href="/en/solutions/social-media-monitoring-government/">Social Media & Crisis Monitoring for Government ›</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<div class="sol-final-cta">
|
||||
<h2>Situation reports in real time – instead of manual research</h2>
|
||||
<p>Pilot access for qualified organisations is available.</p>
|
||||
<a class="sol-cta-btn" href="/en/#contact">Get in touch</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-info">
|
||||
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
|
||||
<p>Gladbacher Straße 3-5, 40764 Langenfeld, Germany</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/en/legal-notice.html">Legal notice</a>
|
||||
<a href="/en/privacy.html">Privacy policy</a>
|
||||
<a href="#" id="cookie-settings-link">Cookie settings</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-copyright">© <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,279 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Social Media & Crisis Monitoring for Government | AegisSight</title>
|
||||
<meta name="description" content="Social media and crisis monitoring for government: AegisSight gives crisis teams an automatically updated situation report from open sources – GDPR-compliant, with fact-checking.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/solutions/social-media-monitoring-government/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/social-media-monitoring-government/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Social Media & Crisis Monitoring for Government | AegisSight">
|
||||
<meta property="og:description" content="An automatically updated situation report from social media and open sources for crisis teams – GDPR-compliant, with fact-checking and early warning.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/solutions/social-media-monitoring-government/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Social Media & Crisis Monitoring for Government | AegisSight">
|
||||
<meta name="twitter:description" content="An automatically updated situation report from social media and open sources for crisis teams – GDPR-compliant, with fact-checking and early warning.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/en/solutions/social-media-monitoring-government/#service",
|
||||
"name": "Social Media and Crisis Monitoring for Government",
|
||||
"serviceType": "Social media monitoring and crisis monitoring",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Country", "name": "Austria" },
|
||||
{ "@type": "Country", "name": "Switzerland" },
|
||||
{ "@type": "AdministrativeArea", "name": "European Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Government agencies, crisis teams, civil protection and corporate security"
|
||||
},
|
||||
"description": "OSINT-based social media and crisis monitoring: crisis teams and security agencies receive an automatically updated real-time situation report from social media and other open sources, with automatic fact-checking and geographic mapping. Operated entirely on servers in Germany, GDPR-compliant."
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/en/" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "Social Media & Crisis Monitoring for Government", "item": "https://aegis-sight.de/en/solutions/social-media-monitoring-government/" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"inLanguage": "en-GB",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is social media monitoring for government?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Social media monitoring for government is the structured, continuous analysis of public social media content for situational assessment, for example for crisis teams or security agencies. AegisSight integrates social media sources into its OSINT situation reports and automatically checks central claims against independent sources." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is the monitoring GDPR-compliant?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Yes. AegisSight is operated entirely on servers in Germany, processes only publicly available sources and transfers no data to third countries." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is AegisSight suitable for crisis teams and early warning?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Yes. Situation reports are automatically updated every five minutes, giving crisis teams an almost real-time, evidence-backed situation report to detect developing situations early." }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<style>
|
||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
|
||||
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
|
||||
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
|
||||
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
|
||||
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
|
||||
.sol-breadcrumb a:hover { color: var(--gold-light); }
|
||||
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
|
||||
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
|
||||
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; }
|
||||
.sol-cta-btn:hover { background: var(--gold-light); }
|
||||
.sol-body { padding: 56px 0; }
|
||||
.sol-section { margin-bottom: 44px; }
|
||||
.sol-section:last-child { margin-bottom: 0; }
|
||||
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
|
||||
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
|
||||
.sol-section strong { color: var(--navy); font-weight: 600; }
|
||||
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
|
||||
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
|
||||
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
|
||||
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
|
||||
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
|
||||
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
|
||||
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
|
||||
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
|
||||
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
|
||||
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
|
||||
details.sol-faq summary::-webkit-details-marker { display: none; }
|
||||
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
|
||||
.sol-related { background: var(--base); border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 8px; }
|
||||
.sol-related h2 { border: none; padding: 0; margin: 0 0 14px; font-size: 1.3rem; }
|
||||
.sol-related a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 600; padding: 6px 0; }
|
||||
.sol-related a:hover { color: var(--gold); }
|
||||
.sol-final-cta { background: var(--navy); color: #E6ECF5; text-align: center; padding: 48px 24px; border-radius: var(--radius-lg); margin-top: 8px; }
|
||||
.sol-final-cta h2 { color: #FFFFFF; border: none; padding: 0; margin: 0 0 10px; }
|
||||
.sol-final-cta p { color: #C6D2E4; margin: 0 0 22px; }
|
||||
@media (max-width: 768px) {
|
||||
.sol-hero h1 { font-size: 1.85rem; }
|
||||
.sol-container { padding: 0 16px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/en/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
<li><a href="/en/#solutions">Solutions</a></li>
|
||||
<li><a href="/en/#demos">Live Reports</a></li>
|
||||
<li><a href="/en/#trust">About Us</a></li>
|
||||
<li><a href="/en/#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
<a class="lang-link" href="/loesungen/social-media-monitoring-behoerden/" lang="de" hreflang="de" rel="alternate">DE</a>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<span class="lang-active" lang="en" aria-current="true">EN</span>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Open menu" aria-expanded="false">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Mobile Menu -->
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="/en/#features">Features</a></li>
|
||||
<li><a href="/en/#solutions">Solutions</a></li>
|
||||
<li><a href="/en/#demos">Live Reports</a></li>
|
||||
<li><a href="/en/#trust">About Us</a></li>
|
||||
<li><a href="/en/#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
<a class="lang-link" href="/loesungen/social-media-monitoring-behoerden/" lang="de" hreflang="de" rel="alternate">DE</a>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<span class="lang-active" lang="en" aria-current="true">EN</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mobile-overlay" id="mobile-overlay"></div>
|
||||
|
||||
<main>
|
||||
<header class="sol-hero">
|
||||
<div class="sol-container">
|
||||
<nav class="sol-breadcrumb" aria-label="Breadcrumb">
|
||||
<a href="/en/">Home</a> › Social Media & Crisis Monitoring for Government
|
||||
</nav>
|
||||
<h1>Social Media and Crisis Monitoring for Government</h1>
|
||||
<p class="sol-lead">AegisSight gives government agencies and crisis teams an automatically updated situation report from social media and other open sources – GDPR-compliant, with automatic fact-checking and geographic mapping.</p>
|
||||
<a class="sol-cta-btn" href="/en/#contact">Request access</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="sol-body">
|
||||
<div class="sol-container">
|
||||
<section class="sol-section">
|
||||
<h2>What is social media and crisis monitoring for government?</h2>
|
||||
<p><strong>Social media monitoring for government</strong> is the structured, continuous analysis of public social media content for situational assessment. <strong>Crisis monitoring</strong> observes a situation in real time to provide crisis teams and decision-makers with a current, evidence-backed situation report.</p>
|
||||
<p>AegisSight combines both: social media sources are analysed together with news, specialist media and government communications and condensed into a traceable situation report.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>How AegisSight supports crisis teams</h2>
|
||||
<ol class="step-list">
|
||||
<li><strong>Collect</strong>Public social media posts and hundreds of other open sources are ingested and translated around the clock.</li>
|
||||
<li><strong>Verify</strong>Central claims are automatically checked against independent sources – rumours and false reports become apparent early.</li>
|
||||
<li><strong>Deliver</strong>Crisis teams receive a situation report updated every five minutes, with map, timeline and source references.</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Key features at a glance</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card"><h3>Social media analysis</h3><p>Public social media sources feed into the situation report.</p></div>
|
||||
<div class="feature-card"><h3>Real-time situation report</h3><p>Automatically updated every five minutes – a basis for fast decisions.</p></div>
|
||||
<div class="feature-card"><h3>Automatic fact-checking</h3><p>Rumours and false reports are checked against independent sources.</p></div>
|
||||
<div class="feature-card"><h3>Geographic mapping</h3><p>Reports are placed spatially on an interactive map.</p></div>
|
||||
<div class="feature-card"><h3>GDPR-compliant</h3><p>Operated on servers in Germany, using only public sources.</p></div>
|
||||
<div class="feature-card"><h3>Multilingual analysis</h3><p>Posts in dozens of languages are translated automatically.</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Who the monitoring is for</h2>
|
||||
<p>The solution is built for <strong>security agencies</strong> and crisis teams, <strong>civil protection</strong>, as well as <strong>plant security</strong> and <strong>corporate security</strong> – wherever developing situations need to be detected early and assessed reliably.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Frequently asked questions</h2>
|
||||
<details class="sol-faq"><summary>What is social media monitoring for government?</summary><div class="a">Social media monitoring for government is the structured, continuous analysis of public social media content for situational assessment, for example for crisis teams or security agencies. AegisSight integrates social media sources into its OSINT situation reports and automatically checks central claims against independent sources.</div></details>
|
||||
<details class="sol-faq"><summary>Is the monitoring GDPR-compliant?</summary><div class="a">Yes. AegisSight is operated entirely on servers in Germany, processes only publicly available sources and transfers no data to third countries.</div></details>
|
||||
<details class="sol-faq"><summary>Is AegisSight suitable for crisis teams and early warning?</summary><div class="a">Yes. Situation reports are automatically updated every five minutes, giving crisis teams an almost real-time, evidence-backed situation report to detect developing situations early.</div></details>
|
||||
</section>
|
||||
|
||||
<section class="sol-section sol-related-wrap">
|
||||
<div class="sol-related">
|
||||
<h2>More solutions</h2>
|
||||
<a href="/en/solutions/osint-situational-awareness-software/">OSINT & Situational Awareness Software ›</a>
|
||||
<a href="/en/solutions/disinformation-monitoring/">Disinformation Monitoring & FIMI ›</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<div class="sol-final-cta">
|
||||
<h2>A situation report for the crisis team – in real time</h2>
|
||||
<p>Pilot access for qualified organisations is available.</p>
|
||||
<a class="sol-cta-btn" href="/en/#contact">Get in touch</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-info">
|
||||
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
|
||||
<p>Gladbacher Straße 3-5, 40764 Langenfeld, Germany</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/en/legal-notice.html">Legal notice</a>
|
||||
<a href="/en/privacy.html">Privacy policy</a>
|
||||
<a href="#" id="cookie-settings-link">Cookie settings</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-copyright">© <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Impressum – AegisSight</title>
|
||||
@@ -58,7 +58,7 @@
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
|
||||
309
index.html
309
index.html
@@ -6,7 +6,7 @@
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>OSINT-Monitoring Software aus Deutschland – AegisSight Monitor</title>
|
||||
<title>AegisSight Monitor – Echtzeit-Lagebilder aus offenen Quellen</title>
|
||||
<meta name="description" content="OSINT-Monitoring Software aus Deutschland: KI-gestützte Echtzeit-Lagebilder aus offenen Quellen. Für Behörden, Redaktionen und Sicherheitsdienste.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/">
|
||||
@@ -32,39 +32,15 @@
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org Organization -->
|
||||
<!-- TODO AEO/GEO: sobald LinkedIn-Company-Page und Founder-Profile existieren,
|
||||
die URLs in "sameAs" (Organization und beide Person-Einträge) eintragen.
|
||||
Das ist die zentrale Stelle, an der GEO-Signale für KI-Suche entstehen. -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"@id": "https://aegis-sight.de/#organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"alternateName": "AegisSight",
|
||||
"url": "https://aegis-sight.de",
|
||||
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
||||
"email": "info@aegis-sight.de",
|
||||
"slogan": "KI-gestützte Echtzeit-Lagebilder aus offenen Quellen, vollautomatisch.",
|
||||
"description": "AegisSight ist eine deutsche OSINT-Monitoring-Software, die hunderte offene Quellen kontinuierlich auswertet und daraus strukturierte Echtzeit-Lagebilder mit automatischer Faktenprüfung erzeugt.",
|
||||
"knowsAbout": [
|
||||
"Open Source Intelligence (OSINT)",
|
||||
"OSINT-Monitoring",
|
||||
"Echtzeit-Lagebilder aus offenen Quellen",
|
||||
"automatisierte Lageanalyse",
|
||||
"automatische Faktenprüfung",
|
||||
"Social-Media-Monitoring für Behörden",
|
||||
"Krisenmonitoring",
|
||||
"Desinformationsanalyse",
|
||||
"Situational Awareness"
|
||||
],
|
||||
"keywords": "OSINT Software Deutschland, OSINT-Monitoring Software, Lagebild Software, automatisierte Lageanalyse, Social-Media-Monitoring Behörden, Krisenmonitoring Software, OSINT Tool DSGVO-konform, Open Source Intelligence Deutschland",
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Country", "name": "Österreich" },
|
||||
{ "@type": "Country", "name": "Schweiz" },
|
||||
{ "@type": "AdministrativeArea", "name": "Europäische Union" }
|
||||
],
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Gladbacher Straße 3-5",
|
||||
@@ -72,68 +48,36 @@
|
||||
"addressLocality": "Langenfeld",
|
||||
"addressRegion": "Nordrhein-Westfalen",
|
||||
"addressCountry": "DE"
|
||||
},
|
||||
"founder": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Hendrik Gebhardt",
|
||||
"jobTitle": "Gründer & Geschäftsführer",
|
||||
"worksFor": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"sameAs": []
|
||||
},
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Monami Homma",
|
||||
"jobTitle": "Gründer & Geschäftsführer",
|
||||
"worksFor": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"sameAs": []
|
||||
}
|
||||
],
|
||||
"sameAs": []
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
|
||||
<!-- FAQ-Section Styles (AEO/GEO) -->
|
||||
<style>
|
||||
.footer { margin-top: 0; }
|
||||
.faq-section { background: #0F2240; color: #E6ECF5; padding: 4rem 0; margin: 0; display: block; }
|
||||
.faq-section .container { max-width: 880px; }
|
||||
.faq-section h2 { color: #E6C77E; text-align: center; margin: 0 0 0.5rem; }
|
||||
.faq-section .faq-intro { text-align: center; color: #B8C4D8; margin: 0 0 2.5rem; }
|
||||
.faq-section details.faq-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(230,199,126,0.18); border-radius: 8px; margin: 0 0 0.75rem; padding: 0; overflow: hidden; }
|
||||
.faq-section details.faq-item:last-of-type { margin-bottom: 0; }
|
||||
.faq-section details.faq-item summary { padding: 1.1rem 3rem 1.1rem 1.4rem; cursor: pointer; font-weight: 600; font-size: 1.05rem; color: #FFFFFF; list-style: none; position: relative; }
|
||||
.faq-section details.faq-item summary::-webkit-details-marker { display: none; }
|
||||
.faq-section details.faq-item summary::after { content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #E6C77E; font-weight: 300; }
|
||||
.faq-section details.faq-item[open] summary::after { content: "−"; }
|
||||
.faq-section details.faq-item summary:hover { background: rgba(230,199,126,0.06); }
|
||||
.faq-section details.faq-item .faq-answer { margin: 0; padding: 0 1.4rem 1.2rem; color: #D5DCE8; line-height: 1.65; font-size: 0.98rem; }
|
||||
.faq-section details.faq-item .faq-answer a { color: #E6C77E; }
|
||||
</style>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"@id": "https://aegis-sight.de/#website",
|
||||
"name": "AegisSight",
|
||||
"alternateName": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"inLanguage": "de-DE",
|
||||
"description": "OSINT-Monitoring aus Deutschland: KI-gestützte Echtzeit-Lagebilder aus offenen Quellen, mit automatischer Faktenprüfung und Quellenbelegen.",
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": [".hero-tagline", ".feature-statement-text", ".faq-answer"]
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -141,11 +85,9 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"@id": "https://aegis-sight.de/#software",
|
||||
"name": "AegisSight Monitor",
|
||||
"applicationCategory": "BusinessApplication",
|
||||
"applicationSubCategory": "OSINT Monitoring Software",
|
||||
"keywords": "OSINT Software, OSINT-Monitoring Software, Lagebild Software, automatisierte Lageanalyse, Social-Media-Monitoring Behörden, Krisenmonitoring, OSINT Tool DSGVO-konform, Open Source Intelligence",
|
||||
"operatingSystem": "Web",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
@@ -159,7 +101,15 @@
|
||||
"Automatische Faktenprüfung gegen unabhängige Quellen",
|
||||
"Strukturierte Lagebilder mit Quellenbelegen und Zeitverlauf"
|
||||
],
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
},
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"availability": "https://schema.org/InStock",
|
||||
@@ -170,107 +120,6 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Service (AEO/GEO: dedizierter Service-Eintrag für KI-Suche) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/#osint-service",
|
||||
"name": "AegisSight Monitor",
|
||||
"serviceType": "OSINT-Monitoring",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Country", "name": "Österreich" },
|
||||
{ "@type": "Country", "name": "Schweiz" },
|
||||
{ "@type": "AdministrativeArea", "name": "Europäische Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Behörden, Redaktionen und Sicherheitsdienste"
|
||||
},
|
||||
"description": "KI-gestützte Echtzeit-Lagebilder aus hunderten offenen Quellen, mit automatischer Faktenprüfung, geografischer Verortung und mehrsprachiger Auswertung. Vollständig auf Servern in Deutschland betrieben, DSGVO-konform.",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Funktionen des AegisSight Monitor",
|
||||
"itemListElement": [
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Echtzeit-Monitoring hunderter offener Quellen" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Automatische Faktenprüfung gegen unabhängige Quellen" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Geografische Verortung auf interaktiver Karte" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Mehrsprachige Auswertung in Farsi, Arabisch, Hebräisch und weiteren Sprachen" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Strukturierte Lagebilder mit Quellenbelegen und Zeitverlauf" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org FAQPage (AEO: zitierfähige Antworten für KI-Suche) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"@id": "https://aegis-sight.de/#faq",
|
||||
"inLanguage": "de-DE",
|
||||
"isPartOf": { "@id": "https://aegis-sight.de/#website" },
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Was ist der AegisSight Monitor?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Der AegisSight Monitor ist eine KI-gestützte OSINT-Monitoring-Software aus Deutschland, die hunderte offene Quellen rund um die Uhr auswertet und daraus strukturierte Echtzeit-Lagebilder mit automatischer Faktenprüfung erzeugt."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Was ist ein Lagebild?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Ein Lagebild ist die strukturierte Zusammenfassung der aktuellen Faktenlage zu einem Ereignis oder Konflikt, aufbereitet aus mehreren unabhängigen Quellen, mit Zeitverlauf, Quellenbelegen und geografischer Verortung."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Welche Quellen wertet AegisSight aus?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "AegisSight wertet hunderte öffentlich zugängliche Quellen weltweit aus, darunter Nachrichtenagenturen, Fachmedien, Behördenmeldungen und Social Media. Beiträge in dutzenden Sprachen werden automatisch übersetzt, darunter Farsi, Arabisch und Hebräisch."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Wie funktioniert die automatische Faktenprüfung?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Jede zentrale Behauptung wird automatisch gegen mehrere unabhängige Quellen abgeglichen. Übereinstimmungen, Widersprüche und die Vertrauenswürdigkeit der Quellen fließen in eine transparente Bewertung ein, die im Lagebild mit den Originalquellen verlinkt ist."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Ist AegisSight DSGVO-konform?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "AegisSight wird vollständig auf Servern in Deutschland betrieben und verarbeitet ausschließlich öffentlich zugängliche Quellen. Es werden keine Daten an Drittländer übermittelt."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Für wen ist der AegisSight Monitor gedacht?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Der AegisSight Monitor richtet sich an Behörden, Redaktionen und Sicherheitsdienste, die belastbare Lagebilder in Echtzeit benötigen, etwa Krisenstäbe, investigative Newsrooms, Werkschutz und Corporate Security."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Wie bekomme ich Zugang zum AegisSight Monitor?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Zugang erfolgt nach individueller Anfrage; Pilotzugänge für qualifizierte Organisationen sind möglich. Kontakt: info@aegis-sight.de."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -278,14 +127,12 @@
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="#hero" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="#features">Funktionen</a></li>
|
||||
<li><a href="#loesungen">Lösungen</a></li>
|
||||
<li><a href="#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="#trust">Über uns</a></li>
|
||||
<li><a href="#faq">Fragen</a></li>
|
||||
<li><a href="#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
@@ -305,10 +152,8 @@
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="#features">Funktionen</a></li>
|
||||
<li><a href="#loesungen">Lösungen</a></li>
|
||||
<li><a href="#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="#trust">Über uns</a></li>
|
||||
<li><a href="#faq">Fragen</a></li>
|
||||
<li><a href="#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
@@ -325,7 +170,7 @@
|
||||
<div class="hero-content">
|
||||
<div class="hero-brand">
|
||||
<h1 class="hero-title">AegisSight Monitor</h1>
|
||||
<p class="hero-tagline">Die OSINT-Software für KI-gestützte Echtzeit-Lagebilder aus offenen Quellen, <span class="gold">vollautomatisch.</span></p>
|
||||
<p class="hero-tagline">KI-gestützte Echtzeit-Lagebilder aus offenen Quellen, <span class="gold">vollautomatisch.</span></p>
|
||||
</div>
|
||||
|
||||
<div class="hero-slider" role="region" aria-label="Produktvorteile" aria-live="polite">
|
||||
@@ -415,41 +260,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Lösungen / Anwendungsfälle -->
|
||||
<style>
|
||||
#loesungen .loesungen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 8px; }
|
||||
#loesungen .loesung-card { display: block; background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 26px 28px; text-decoration: none; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
|
||||
#loesungen .loesung-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(10,24,50,0.12); }
|
||||
#loesungen .loesung-card h3 { color: var(--navy); font-size: 1.2rem; margin: 0 0 10px; }
|
||||
#loesungen .loesung-card p { color: var(--text-light); font-size: 0.97rem; line-height: 1.6; margin: 0 0 14px; }
|
||||
#loesungen .loesung-more { color: var(--gold-dark); font-weight: 600; font-size: 0.95rem; }
|
||||
#loesungen .loesung-card:hover .loesung-more { color: var(--gold); }
|
||||
#loesungen .loesungen-intro { text-align: center; max-width: 680px; margin: 0 auto 2.5rem; color: var(--text-light); line-height: 1.7; }
|
||||
</style>
|
||||
<section class="section section-base" id="loesungen">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Lösungen für Ihren Einsatzbereich</h2>
|
||||
<p class="loesungen-intro">AegisSight deckt unterschiedliche OSINT-Anwendungsfälle ab – von der automatisierten Lageanalyse über das Desinformationsmonitoring bis zum Krisenmonitoring für Behörden.</p>
|
||||
<div class="loesungen-grid">
|
||||
<a class="loesung-card" href="/loesungen/osint-lagebild-software/">
|
||||
<h3>OSINT- & Lagebild-Software</h3>
|
||||
<p>Hunderte offene Quellen automatisiert auswerten und daraus strukturierte Echtzeit-Lagebilder erstellen.</p>
|
||||
<span class="loesung-more">Mehr erfahren ›</span>
|
||||
</a>
|
||||
<a class="loesung-card" href="/loesungen/desinformationsmonitoring/">
|
||||
<h3>Desinformationsmonitoring & FIMI</h3>
|
||||
<p>Manipulation und ausländische Einflussnahme früh erkennen – mit Faktenprüfung und Quellenbewertung.</p>
|
||||
<span class="loesung-more">Mehr erfahren ›</span>
|
||||
</a>
|
||||
<a class="loesung-card" href="/loesungen/social-media-monitoring-behoerden/">
|
||||
<h3>Social-Media- & Krisenmonitoring</h3>
|
||||
<p>Krisenstäbe mit einem automatisch aktualisierten Lagebild aus Social Media und offenen Quellen versorgen.</p>
|
||||
<span class="loesung-more">Mehr erfahren ›</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Features -->
|
||||
<section class="section section-dark" id="features">
|
||||
<div class="container">
|
||||
@@ -463,7 +273,7 @@
|
||||
<div class="grid-3">
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/monitor.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/monitor.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Echtzeit-Monitoring</h3>
|
||||
<p>Kontinuierliche Überwachung Ihrer definierten Quellen, rund um die Uhr.</p>
|
||||
@@ -471,28 +281,28 @@
|
||||
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/cube.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/cube.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Quellenanalyse</h3>
|
||||
<p>Automatische Aggregation und Deduplizierung aus hunderten internationalen Quellen.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/location.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/location.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Geografische Verortung</h3>
|
||||
<p>Orte werden erkannt und auf einer interaktiven Karte dargestellt.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/languages.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/languages.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Mehrsprachige Auswertung</h3>
|
||||
<p>Quellen in verschiedenen Sprachen werden automatisch verarbeitet und zusammengeführt.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/document.svg" alt="" width="36" height="36">
|
||||
<img src="/assets/images/icons/document.svg" alt="" width="36" height="36">
|
||||
</div>
|
||||
<h3>Strukturierte Lagebilder</h3>
|
||||
<p>Übersichtliche Zusammenfassungen mit Quellenbelegen und Zeitverläufen.</p>
|
||||
@@ -512,21 +322,21 @@
|
||||
<div class="grid-3">
|
||||
<div class="problem-card">
|
||||
<div class="problem-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/world-globe.svg" alt="" width="40" height="40">
|
||||
<img src="/assets/images/icons/world-globe.svg" alt="" width="40" height="40">
|
||||
</div>
|
||||
<h3>Quellenvielfalt</h3>
|
||||
<p>Hunderte Nachrichtenagenturen, Telegram-Kanäle und soziale Medien in dutzenden Sprachen. Kein Analyst überblickt alles gleichzeitig.</p>
|
||||
</div>
|
||||
<div class="problem-card">
|
||||
<div class="problem-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/clock.svg" alt="" width="40" height="40">
|
||||
<img src="/assets/images/icons/clock.svg" alt="" width="40" height="40">
|
||||
</div>
|
||||
<h3>Zeitdruck</h3>
|
||||
<p>Neue Meldungen im Minutentakt. Manuelle Auswertung kostet Zeit, die Sie nicht haben.</p>
|
||||
</div>
|
||||
<div class="problem-card">
|
||||
<div class="problem-icon">
|
||||
<img loading="lazy" src="/assets/images/icons/document.svg" alt="" width="40" height="40">
|
||||
<img src="/assets/images/icons/document.svg" alt="" width="40" height="40">
|
||||
</div>
|
||||
<h3>Informationsflut</h3>
|
||||
<p>Kritische Informationen gehen in der Masse unter, Zusammenhänge bleiben unsichtbar.</p>
|
||||
@@ -665,28 +475,28 @@
|
||||
<div class="grid-4 trust-grid">
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap">
|
||||
<img loading="lazy" src="/assets/images/icons/check-circle-filled.svg" alt="" width="48" height="48">
|
||||
<img src="/assets/images/icons/check-circle-filled.svg" alt="" width="48" height="48">
|
||||
</div>
|
||||
<h3>Enge Zusammenarbeit</h3>
|
||||
<p>Wir arbeiten Hand in Hand mit unseren Kunden für maßgeschneiderte Lösungen</p>
|
||||
</div>
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap trust-flag">
|
||||
<img loading="lazy" src="/assets/images/icons/german-flag.svg" alt="" width="60" height="36">
|
||||
<img src="/assets/images/icons/german-flag.svg" alt="" width="60" height="36">
|
||||
</div>
|
||||
<h3>Made in Germany</h3>
|
||||
<p>Klare, robuste und sichere Software nach deutschen Qualitätsstandards</p>
|
||||
</div>
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap">
|
||||
<img loading="lazy" src="/assets/handshake.svg" alt="" width="50" height="50">
|
||||
<img src="/assets/handshake.svg" alt="" width="50" height="50">
|
||||
</div>
|
||||
<h3>Verlässliche Partnerschaft</h3>
|
||||
<p>Basierend auf gemeinsamen Werten und langfristigem Vertrauen</p>
|
||||
</div>
|
||||
<div class="trust-card">
|
||||
<div class="trust-icon-wrap">
|
||||
<img loading="lazy" src="/assets/images/icons/shield-check.svg" alt="" width="48" height="48">
|
||||
<img src="/assets/images/icons/shield-check.svg" alt="" width="48" height="48">
|
||||
</div>
|
||||
<h3>Nachhaltigkeit</h3>
|
||||
<p>Fokus auf Sicherheit, Professionalität und zukunftssichere Lösungen</p>
|
||||
@@ -695,49 +505,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ-Section (AEO/GEO: zitierfähige Antworten, doppelt im DOM und in FAQPage-JSON-LD) -->
|
||||
<section class="faq-section" id="faq" aria-labelledby="faq-title">
|
||||
<div class="container">
|
||||
<h2 class="section-title" id="faq-title">Häufige Fragen</h2>
|
||||
<p class="faq-intro">Die wichtigsten Antworten zum AegisSight Monitor auf einen Blick.</p>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Was ist der AegisSight Monitor?</summary>
|
||||
<p class="faq-answer">Der AegisSight Monitor ist eine KI-gestützte OSINT-Monitoring-Software aus Deutschland, die hunderte offene Quellen rund um die Uhr auswertet und daraus strukturierte Echtzeit-Lagebilder mit automatischer Faktenprüfung erzeugt.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Was ist ein Lagebild?</summary>
|
||||
<p class="faq-answer">Ein Lagebild ist die strukturierte Zusammenfassung der aktuellen Faktenlage zu einem Ereignis oder Konflikt, aufbereitet aus mehreren unabhängigen Quellen, mit Zeitverlauf, Quellenbelegen und geografischer Verortung. Beispiele finden sich in den <a href="#demos">Live-Lagebildern</a>.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Welche Quellen wertet AegisSight aus?</summary>
|
||||
<p class="faq-answer">AegisSight wertet hunderte öffentlich zugängliche Quellen weltweit aus, darunter Nachrichtenagenturen, Fachmedien, Behördenmeldungen und Social Media. Beiträge in dutzenden Sprachen werden automatisch übersetzt, darunter Farsi, Arabisch und Hebräisch.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Wie funktioniert die automatische Faktenprüfung?</summary>
|
||||
<p class="faq-answer">Jede zentrale Behauptung wird automatisch gegen mehrere unabhängige Quellen abgeglichen. Übereinstimmungen, Widersprüche und die Vertrauenswürdigkeit der Quellen fließen in eine transparente Bewertung ein, die im Lagebild mit den Originalquellen verlinkt ist.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Ist AegisSight DSGVO-konform?</summary>
|
||||
<p class="faq-answer">AegisSight wird vollständig auf Servern in Deutschland betrieben und verarbeitet ausschließlich öffentlich zugängliche Quellen. Es werden keine Daten an Drittländer übermittelt.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Für wen ist der AegisSight Monitor gedacht?</summary>
|
||||
<p class="faq-answer">Der AegisSight Monitor richtet sich an Behörden, Redaktionen und Sicherheitsdienste, die belastbare Lagebilder in Echtzeit benötigen, etwa Krisenstäbe, investigative Newsrooms, Werkschutz und Corporate Security.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Wie bekomme ich Zugang zum AegisSight Monitor?</summary>
|
||||
<p class="faq-answer">Zugang erfolgt nach individueller Anfrage; Pilotzugänge für qualifizierte Organisationen sind möglich. Kontakt: <a href="mailto:info@aegis-sight.de">info@aegis-sight.de</a>.</p>
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
@@ -791,8 +558,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
|
||||
<meta name="description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta name="description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Lagebild Cyberangriffe auf deutsche Infrastruktur - AegisSight">
|
||||
<meta property="og:description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta property="og:description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
@@ -29,66 +29,39 @@
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Lagebild Cyberangriffe auf deutsche Infrastruktur - AegisSight">
|
||||
<meta name="twitter:description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta name="twitter:description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org NewsArticle (AEO/GEO: zitierfähige Live-Lage) -->
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "NewsArticle",
|
||||
"@id": "https://aegis-sight.de/lagen/cyberangriffe/#article",
|
||||
"@type": "Article",
|
||||
"headline": "Lagebild Cyberangriffe auf deutsche Infrastruktur",
|
||||
"name": "Lagebild Cyberangriffe auf deutsche Infrastruktur",
|
||||
"description": "Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.",
|
||||
"description": "Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.",
|
||||
"url": "https://aegis-sight.de/lagen/cyberangriffe/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Cybersicherheit",
|
||||
"temporalCoverage": "2024-01-01/..",
|
||||
"keywords": ["Cyberangriff", "Deutschland", "Kritische Infrastruktur", "KRITIS", "OSINT", "BSI", "Cybersicherheit", "Echtzeit-Lagebild"],
|
||||
"about": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Thing", "name": "Kritische Infrastruktur" },
|
||||
{ "@type": "Thing", "name": "Cybersicherheit" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/cyberangriffe/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
},
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Dataset (Lagebild-Daten als maschinenlesbares Set) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"@id": "https://aegis-sight.de/lagen/cyberangriffe/#dataset",
|
||||
"name": "Lagebild Cyberangriffe auf deutsche Infrastruktur – Lagedaten",
|
||||
"description": "Aggregierte OSINT-Lagedaten zu Cyberangriffen gegen deutsche Behörden, Unternehmen und kritische Infrastruktur. Laufend gepflegte Liste mit Faktenchecks, Quellen und geografischer Verortung. Aktualisierung alle 5 Minuten.",
|
||||
"url": "https://aegis-sight.de/lagen/cyberangriffe/",
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"temporalCoverage": "2024-01-01/..",
|
||||
"keywords": ["Cyberangriff", "Deutschland", "KRITIS", "OSINT", "Lagebild", "Echtzeitdaten"],
|
||||
"creator": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"isBasedOn": { "@id": "https://aegis-sight.de/#osint-service" },
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"encodingFormat": "application/json",
|
||||
"contentUrl": "https://aegis-sight.de/lagen/cyberangriffe/data/current.json"
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -98,9 +71,9 @@
|
||||
<link rel="stylesheet" href="/css/mobile.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/lagen/iran-konflikt/lagebild.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
|
||||
<script type="application/ld+json">
|
||||
@@ -129,7 +102,7 @@
|
||||
<nav class="navbar" role="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/"><img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40"></a>
|
||||
<a href="/"><img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img"></a>
|
||||
</div>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/">Startseite</a></li>
|
||||
@@ -250,8 +223,8 @@
|
||||
</footer>
|
||||
<script src="/js/config.js"></script>
|
||||
<script src="/js/mobile-nav.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="/lagen/iran-konflikt/lagebild.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -32,12 +32,11 @@
|
||||
<meta name="twitter:description" content="Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org Article (AEO/GEO: zitierfähiges Recherche-Briefing) -->
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@id": "https://aegis-sight.de/lagen/deepfakes/#article",
|
||||
"headline": "Recherche: Rechtliche Lage von Deepfakes in Deutschland",
|
||||
"name": "Recherche: Rechtliche Lage von Deepfakes in Deutschland",
|
||||
"description": "Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.",
|
||||
@@ -46,23 +45,23 @@
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Recht und Regulierung",
|
||||
"temporalCoverage": "2023-01-01/..",
|
||||
"keywords": ["Deepfake", "Recht", "Deutschland", "Rechtsprechung", "Gesetzgebung", "KI-Regulierung", "Digital Services Act", "Persönlichkeitsrechte"],
|
||||
"about": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Thing", "name": "Deepfakes" },
|
||||
{ "@type": "Thing", "name": "Rechtsprechung" },
|
||||
{ "@type": "Thing", "name": "KI-Regulierung" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/deepfakes/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
},
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -72,9 +71,9 @@
|
||||
<link rel="stylesheet" href="/css/mobile.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/lagen/iran-konflikt/lagebild.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
|
||||
<script type="application/ld+json">
|
||||
@@ -106,7 +105,7 @@
|
||||
<nav class="navbar" role="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/"><img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40"></a>
|
||||
<a href="/"><img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img"></a>
|
||||
</div>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/">Startseite</a></li>
|
||||
@@ -295,8 +294,8 @@
|
||||
<!-- Scripts -->
|
||||
<script src="/js/config.js"></script>
|
||||
<script src="/js/mobile-nav.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="/lagen/iran-konflikt/lagebild.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -32,12 +32,11 @@
|
||||
<meta name="twitter:description" content="Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org NewsArticle (AEO/GEO: zitierfähige Live-Lage) -->
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "NewsArticle",
|
||||
"@id": "https://aegis-sight.de/lagen/iran-konflikt/#article",
|
||||
"@type": "Article",
|
||||
"headline": "Lagebild Iran-Konflikt",
|
||||
"name": "Lagebild Iran-Konflikt",
|
||||
"description": "Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.",
|
||||
@@ -46,48 +45,23 @@
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Internationale Sicherheitslage",
|
||||
"temporalCoverage": "2024-04-13/..",
|
||||
"keywords": ["Iran", "Iran-Konflikt", "Naher Osten", "OSINT", "Echtzeit-Lagebild", "KI-Faktencheck", "Sicherheitslage"],
|
||||
"about": [
|
||||
{ "@type": "Place", "name": "Iran" },
|
||||
{ "@type": "Thing", "name": "Internationale Sicherheitslage" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/iran-konflikt/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
},
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Dataset (Lagebild-Daten als maschinenlesbares Set) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"@id": "https://aegis-sight.de/lagen/iran-konflikt/#dataset",
|
||||
"name": "Lagebild Iran-Konflikt – Lagedaten",
|
||||
"description": "Aggregierte OSINT-Lagedaten zum Iran-Konflikt: laufend gepflegte Liste von Meldungen, Faktenchecks, Quellen und geografischen Verortungen. Aktualisierung alle 5 Minuten.",
|
||||
"url": "https://aegis-sight.de/lagen/iran-konflikt/",
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"temporalCoverage": "2024-04-13/..",
|
||||
"keywords": ["Iran", "OSINT", "Lagebild", "Faktencheck", "Echtzeitdaten"],
|
||||
"creator": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"isBasedOn": { "@id": "https://aegis-sight.de/#osint-service" },
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"encodingFormat": "application/json",
|
||||
"contentUrl": "https://aegis-sight.de/lagen/iran-konflikt/data/current.json"
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -97,9 +71,9 @@
|
||||
<link rel="stylesheet" href="/css/mobile.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="lagebild.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="/assets/vendor/leaflet/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
|
||||
<script type="application/ld+json">
|
||||
@@ -131,7 +105,7 @@
|
||||
<nav class="navbar" role="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/"><img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40"></a>
|
||||
<a href="/"><img src="/assets/images/logos/Logo+Schrift_Rechts.png" alt="AegisSight" class="logo-img"></a>
|
||||
</div>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/">Startseite</a></li>
|
||||
@@ -326,8 +300,8 @@
|
||||
<!-- Scripts -->
|
||||
<script src="/js/config.js"></script>
|
||||
<script src="/js/mobile-nav.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.js"></script>
|
||||
<script src="/assets/vendor/leaflet/leaflet.markercluster.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
|
||||
<script src="lagebild.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
|
||||
100
llms.txt
100
llms.txt
@@ -1,72 +1,16 @@
|
||||
# AegisSight – OSINT-Monitoring aus Deutschland
|
||||
# AegisSight - OSINT-Monitoring aus Deutschland
|
||||
|
||||
> AegisSight Monitor ist eine KI-gestützte OSINT-Monitoring-Software aus
|
||||
> Deutschland, die hunderte offene Quellen rund um die Uhr auswertet und
|
||||
> daraus strukturierte Echtzeit-Lagebilder mit automatischer Faktenprüfung
|
||||
> erzeugt. Anbieter: AegisSight UG (haftungsbeschränkt), Langenfeld (NRW).
|
||||
> Kontakt: info@aegis-sight.de.
|
||||
> AegisSight Monitor liefert KI-gestuetzte Echtzeit-Lagebilder aus offenen
|
||||
> Quellen. Hunderte Quellen werden kontinuierlich ueberwacht, jede zentrale
|
||||
> Behauptung wird automatisch gegen unabhaengige Quellen geprueft. Die
|
||||
> Lagen-Daten der Live-Lagebilder werden alle 5 Minuten aktualisiert.
|
||||
|
||||
Sprachen der Inhalte: Deutsch und Englisch.
|
||||
Datenstand der Lagebilder: Aktualisierung alle 5 Minuten.
|
||||
Bei Zitaten bitte URL und das Stand-Datum aus dem jeweiligen Lagebild angeben.
|
||||
|
||||
## Häufige Fragen mit Antworten
|
||||
|
||||
### Was ist der AegisSight Monitor?
|
||||
Der AegisSight Monitor ist eine KI-gestützte OSINT-Monitoring-Software aus Deutschland, die hunderte offene Quellen rund um die Uhr auswertet und daraus strukturierte Echtzeit-Lagebilder mit automatischer Faktenprüfung erzeugt.
|
||||
|
||||
### Was ist ein Lagebild?
|
||||
Ein Lagebild ist die strukturierte Zusammenfassung der aktuellen Faktenlage zu einem Ereignis oder Konflikt, aufbereitet aus mehreren unabhängigen Quellen, mit Zeitverlauf, Quellenbelegen und geografischer Verortung.
|
||||
|
||||
### Welche Quellen wertet AegisSight aus?
|
||||
AegisSight wertet hunderte öffentlich zugängliche Quellen weltweit aus, darunter Nachrichtenagenturen, Fachmedien, Behördenmeldungen und Social Media. Beiträge in dutzenden Sprachen werden automatisch übersetzt, darunter Farsi, Arabisch und Hebräisch.
|
||||
|
||||
### Wie funktioniert die automatische Faktenprüfung?
|
||||
Jede zentrale Behauptung wird automatisch gegen mehrere unabhängige Quellen abgeglichen. Übereinstimmungen, Widersprüche und die Vertrauenswürdigkeit der Quellen fließen in eine transparente Bewertung ein, die im Lagebild mit den Originalquellen verlinkt ist.
|
||||
|
||||
### Ist AegisSight DSGVO-konform?
|
||||
AegisSight wird vollständig auf Servern in Deutschland betrieben und verarbeitet ausschließlich öffentlich zugängliche Quellen. Es werden keine Daten an Drittländer übermittelt.
|
||||
|
||||
### Für wen ist der AegisSight Monitor gedacht?
|
||||
Der AegisSight Monitor richtet sich an Behörden, Redaktionen und Sicherheitsdienste, die belastbare Lagebilder in Echtzeit benötigen, etwa Krisenstäbe, investigative Newsrooms, Werkschutz und Corporate Security.
|
||||
|
||||
### Wie bekomme ich Zugang zum AegisSight Monitor?
|
||||
Zugang erfolgt nach individueller Anfrage; Pilotzugänge für qualifizierte Organisationen sind möglich. Kontakt: info@aegis-sight.de.
|
||||
|
||||
### Ist AegisSight eine Monitoring-Software wie PRTG, Checkmk oder Nagios?
|
||||
Nein. AegisSight ist keine IT- oder Netzwerk-Monitoring-Software zur Überwachung von Servern, Systemen oder Verfügbarkeiten. AegisSight ist OSINT-Monitoring-Software: Überwacht werden öffentliche Informationsquellen wie Nachrichten, Fachmedien, Behördenmeldungen und Social Media, nicht die eigene IT-Infrastruktur. Ergebnis sind strukturierte Lagebilder zur Sicherheits- und Informationslage.
|
||||
|
||||
### Gibt es eine OSINT-Software aus Deutschland für Behörden?
|
||||
Ja. Der AegisSight Monitor ist eine OSINT-Software aus Deutschland (Anbieter: AegisSight UG, Langenfeld, Nordrhein-Westfalen). Sie wird vollständig auf Servern in Deutschland betrieben, ist DSGVO-konform und richtet sich unter anderem an Behörden, Sicherheitsdienste und Krisenstäbe.
|
||||
|
||||
### Welche OSINT-Software ist DSGVO-konform?
|
||||
Der AegisSight Monitor ist DSGVO-konform: Die Software läuft ausschließlich auf Servern in Deutschland, verarbeitet nur öffentlich zugängliche Quellen und übermittelt keine Daten in Drittländer. Damit ist sie eine europäische, souveräne Alternative zu außereuropäischen OSINT-Plattformen.
|
||||
|
||||
### Was kostet der AegisSight Monitor?
|
||||
Die Preise richten sich nach Umfang und Organisation und werden auf Anfrage genannt. Für qualifizierte Organisationen sind Pilotzugänge möglich. Kontakt: info@aegis-sight.de.
|
||||
|
||||
### Was ist Social-Media-Monitoring für Behörden?
|
||||
Social-Media-Monitoring für Behörden bezeichnet die strukturierte, kontinuierliche Auswertung öffentlicher Social-Media-Inhalte zur Lagebeurteilung, etwa für Krisenstäbe oder Sicherheitsbehörden. AegisSight integriert Social-Media-Quellen in seine OSINT-Lagebilder und prüft zentrale Behauptungen automatisch gegen unabhängige Quellen.
|
||||
|
||||
### Was ist Krisenmonitoring?
|
||||
Krisenmonitoring ist die fortlaufende Beobachtung einer Lage in Echtzeit, um Krisenstäbe und Entscheider mit einem aktuellen, belegten Lagebild zu versorgen. AegisSight liefert dafür automatisch aktualisierte Lagebilder mit Faktenprüfung, geografischer Verortung und Zeitverlauf.
|
||||
|
||||
## Glossar
|
||||
|
||||
- **OSINT** (Open Source Intelligence): Auswertung öffentlich zugänglicher Quellen wie Nachrichtenmedien, Behördenkommunikation, Fachpublikationen und Social Media zur Lagebeurteilung.
|
||||
- **Lagebild**: Strukturierte, aktuell gehaltene Zusammenfassung der Faktenlage zu einem Ereignis oder Themenkomplex, basierend auf mehreren unabhängigen Quellen, mit Zeitverlauf und Quellenbelegen.
|
||||
- **Faktencheck**: Automatischer Abgleich einer Behauptung gegen unabhängige Quellen mit nachvollziehbarer Belegliste und Evidenzstatus.
|
||||
- **Quellen-Klassifikation (AegisSight)**: Vierachsiges Bewertungsschema (Methodik, Transparenz, Unabhängigkeit, Track-Record), ergänzt um externe Signale wie IFCN und EUvsDisinfo.
|
||||
- **IFCN** (International Fact-Checking Network): Internationaler Verband zertifizierter Faktenprüfer, dessen Mitgliedschaft als Qualitätssignal in die AegisSight-Klassifikation einfließt.
|
||||
- **EUvsDisinfo**: Datenbank der EU-Auswärtigen-Dienst-Taskforce zu prorussischen Desinformationsnarrativen, von AegisSight als externes Signal für Quellenbewertung genutzt.
|
||||
- **Social-Media-Monitoring**: Strukturierte, fortlaufende Auswertung öffentlicher Social-Media-Inhalte zur Lagebeurteilung; bei AegisSight Teil der OSINT-Auswertung mit automatischem Faktencheck.
|
||||
- **Krisenmonitoring**: Echtzeit-Beobachtung einer Lage zur Versorgung von Krisenstäben und Entscheidern mit einem aktuellen, belegten Lagebild.
|
||||
- **SOCMINT** (Social Media Intelligence): Teilbereich von OSINT, der sich auf die Auswertung öffentlich zugänglicher Social-Media-Quellen konzentriert.
|
||||
- **Situational Awareness (Lagebewusstsein)**: Aktuelles, belastbares Verständnis einer Lage als Entscheidungsgrundlage; bei AegisSight das Ziel jedes Lagebilds.
|
||||
Anbieter: AegisSight UG (haftungsbeschraenkt), Langenfeld, Deutschland.
|
||||
Kontakt: info@aegis-sight.de
|
||||
|
||||
## Hauptseiten
|
||||
|
||||
- [Startseite (DE)](https://aegis-sight.de/): Produktübersicht, FAQ, Live-Demos der Lagebilder
|
||||
- [Startseite (DE)](https://aegis-sight.de/): Produktuebersicht, Hero-Video-Slider, Live-Demos der Lagebilder
|
||||
- [Startseite (EN)](https://aegis-sight.de/en/): Same content, English version
|
||||
- [Impressum (DE)](https://aegis-sight.de/impressum.html)
|
||||
- [Legal notice (EN)](https://aegis-sight.de/en/legal-notice.html)
|
||||
@@ -75,29 +19,25 @@ Krisenmonitoring ist die fortlaufende Beobachtung einer Lage in Echtzeit, um Kri
|
||||
|
||||
## Live-Lagebilder
|
||||
|
||||
- [Iran-Konflikt (DE)](https://aegis-sight.de/lagen/iran-konflikt/): Live-Lagebild mit Faktencheck-Liste, Quellenliste, geografischer Verortung und Timeline. Auswertung hunderter Quellen, Updates alle 5 Minuten.
|
||||
- [Iran-Konflikt (DE)](https://aegis-sight.de/lagen/iran-konflikt/): Live-Lagebild mit Faktencheck-Liste, Quellenliste, geografischer Verortung und Timeline. Daten ueber hunderte Quellen, Updates alle 5 Minuten.
|
||||
- [Iran Conflict (EN)](https://aegis-sight.de/en/situations/iran-conflict/)
|
||||
- [Cyberangriffe auf deutsche Infrastruktur (DE)](https://aegis-sight.de/lagen/cyberangriffe/): Live-Lagebild zu Cyberangriffen gegen deutsche Behörden, Unternehmen und kritische Infrastruktur.
|
||||
- [Cyberangriffe auf deutsche Infrastruktur (DE)](https://aegis-sight.de/lagen/cyberangriffe/): Live-Lagebild zu Cyberangriffen gegen deutsche Behoerden, Unternehmen und kritische Infrastruktur
|
||||
- [Cyberattacks (EN)](https://aegis-sight.de/en/situations/cyber-attacks/)
|
||||
- [Rechtliche Lage von Deepfakes in Deutschland (DE)](https://aegis-sight.de/lagen/deepfakes/): Recherche-Briefing zu Rechtsprechung, Gesetzgebung und Medienberichterstattung.
|
||||
- [Rechtliche Lage von Deepfakes in Deutschland (DE)](https://aegis-sight.de/lagen/deepfakes/): Recherche-Briefing zu Rechtsprechung, Gesetzgebung und Medienberichterstattung
|
||||
- [Legal status of deepfakes in Germany (EN)](https://aegis-sight.de/en/situations/deepfakes/)
|
||||
|
||||
## Lösungen
|
||||
|
||||
- [OSINT- & Lagebild-Software (DE)](https://aegis-sight.de/loesungen/osint-lagebild-software/): OSINT- und Lagebild-Software für automatisierte Lageanalyse aus offenen Quellen.
|
||||
- [OSINT & Situational Awareness Software (EN)](https://aegis-sight.de/en/solutions/osint-situational-awareness-software/)
|
||||
- [Desinformationsmonitoring & FIMI (DE)](https://aegis-sight.de/loesungen/desinformationsmonitoring/): Desinformation und ausländische Informationsmanipulation (FIMI) früh erkennen, mit automatischer Faktenprüfung und transparenter Quellenbewertung.
|
||||
- [Disinformation Monitoring & FIMI (EN)](https://aegis-sight.de/en/solutions/disinformation-monitoring/)
|
||||
- [Social-Media- & Krisenmonitoring für Behörden (DE)](https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/): Social-Media- und Krisenmonitoring für Behörden und Krisenstäbe, DSGVO-konform.
|
||||
- [Social Media & Crisis Monitoring for Government (EN)](https://aegis-sight.de/en/solutions/social-media-monitoring-government/)
|
||||
|
||||
## Maschinen-Indizes
|
||||
|
||||
- [Sitemap (XML)](https://aegis-sight.de/sitemap.xml)
|
||||
- [robots.txt](https://aegis-sight.de/robots.txt)
|
||||
|
||||
## Hinweis für KI-Crawler
|
||||
## Optional
|
||||
|
||||
- Live-Search-Bots (OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot) sind in robots.txt erlaubt. Die Lagen dürfen also live in KI-Antworten zitiert werden.
|
||||
- Training-Bots (GPTBot, CCBot, anthropic-ai, Google-Extended, ...) sind geblockt: AegisSight-Inhalte sollen nicht in Trainingsdaten von LLM-Anbietern landen.
|
||||
- Beim Zitieren bitte URL und Stand-Datum (aus dem jeweiligen Lagebild) mit angeben.
|
||||
Hinweis fuer KI-Crawler:
|
||||
- Live-Search-Bots (OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot)
|
||||
sind in robots.txt erlaubt - die Lagen koennen also live in KI-Antworten
|
||||
zitiert werden.
|
||||
- Training-Bots (GPTBot, CCBot, anthropic-ai, Google-Extended, ...) sind
|
||||
geblockt: AegisSight-Inhalte sollen nicht in Trainingsdaten von
|
||||
LLM-Anbietern landen.
|
||||
- Beim Zitieren bitte URL und Stand-Datum (aus dem Lagebild) mit angeben.
|
||||
|
||||
@@ -1,280 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Desinformationsmonitoring & FIMI-Erkennung | AegisSight</title>
|
||||
<meta name="description" content="Desinformationsmonitoring mit AegisSight: Manipulation und FIMI in offenen Quellen früh erkennen – durch automatische Faktenprüfung und transparente Quellenbewertung.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/disinformation-monitoring/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Desinformationsmonitoring & FIMI-Erkennung | AegisSight">
|
||||
<meta property="og:description" content="Desinformation und FIMI in offenen Quellen früh erkennen – mit automatischer Faktenprüfung und transparenter Quellenbewertung.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/loesungen/desinformationsmonitoring/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:locale:alternate" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Desinformationsmonitoring & FIMI-Erkennung | AegisSight">
|
||||
<meta name="twitter:description" content="Desinformation und FIMI in offenen Quellen früh erkennen – mit automatischer Faktenprüfung und transparenter Quellenbewertung.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/loesungen/desinformationsmonitoring/#service",
|
||||
"name": "Desinformationsmonitoring",
|
||||
"serviceType": "Desinformationsmonitoring und FIMI-Erkennung",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Country", "name": "Österreich" },
|
||||
{ "@type": "Country", "name": "Schweiz" },
|
||||
{ "@type": "AdministrativeArea", "name": "Europäische Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Behörden, Medienaufsicht, Redaktionen und strategische Kommunikation"
|
||||
},
|
||||
"description": "Desinformationsmonitoring auf Basis von OSINT: kontinuierliche Beobachtung offener Quellen, automatische Faktenprüfung gegen unabhängige Quellen und transparente Quellenbewertung mit externen Signalen wie IFCN und EUvsDisinfo. Unterstützt die frühe Erkennung von Desinformation und ausländischer Informationsmanipulation (FIMI)."
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "Desinformationsmonitoring & FIMI", "item": "https://aegis-sight.de/loesungen/desinformationsmonitoring/" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"inLanguage": "de-DE",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Was bedeutet FIMI?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "FIMI steht für Foreign Information Manipulation and Interference, also ausländische Informationsmanipulation und Einflussnahme. Der von der EU geprägte Begriff beschreibt überwiegend nicht-illegale, aber manipulative und koordinierte Beeinflussung des Informationsraums durch ausländische Akteure." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Erkennt AegisSight Desinformation automatisch?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "AegisSight unterstützt die Erkennung: Jede zentrale Behauptung wird automatisch gegen mehrere unabhängige Quellen geprüft, und Quellen werden transparent bewertet. Widersprüche und unbelegte Behauptungen werden so sichtbar. Die abschließende Einordnung und Bewertung bleibt bei den Fachanalystinnen und -analysten." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Welche externen Signale nutzt die Quellenbewertung?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Die Quellen-Klassifikation von AegisSight kombiniert ein vierachsiges Bewertungsschema (Methodik, Transparenz, Unabhängigkeit, Track-Record) mit externen Signalen wie der IFCN-Mitgliedschaft und der EUvsDisinfo-Datenbank." }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<style>
|
||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
|
||||
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
|
||||
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
|
||||
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
|
||||
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
|
||||
.sol-breadcrumb a:hover { color: var(--gold-light); }
|
||||
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
|
||||
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
|
||||
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; }
|
||||
.sol-cta-btn:hover { background: var(--gold-light); }
|
||||
.sol-body { padding: 56px 0; }
|
||||
.sol-section { margin-bottom: 44px; }
|
||||
.sol-section:last-child { margin-bottom: 0; }
|
||||
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
|
||||
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
|
||||
.sol-section strong { color: var(--navy); font-weight: 600; }
|
||||
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
|
||||
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
|
||||
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
|
||||
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
|
||||
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
|
||||
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
|
||||
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
|
||||
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
|
||||
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
|
||||
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
|
||||
details.sol-faq summary::-webkit-details-marker { display: none; }
|
||||
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
|
||||
.sol-related { background: var(--base); border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 8px; }
|
||||
.sol-related h2 { border: none; padding: 0; margin: 0 0 14px; font-size: 1.3rem; }
|
||||
.sol-related a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 600; padding: 6px 0; }
|
||||
.sol-related a:hover { color: var(--gold); }
|
||||
.sol-final-cta { background: var(--navy); color: #E6ECF5; text-align: center; padding: 48px 24px; border-radius: var(--radius-lg); margin-top: 8px; }
|
||||
.sol-final-cta h2 { color: #FFFFFF; border: none; padding: 0; margin: 0 0 10px; }
|
||||
.sol-final-cta p { color: #C6D2E4; margin: 0 0 22px; }
|
||||
@media (max-width: 768px) {
|
||||
.sol-hero h1 { font-size: 1.85rem; }
|
||||
.sol-container { padding: 0 16px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
<li><a href="/#loesungen">Lösungen</a></li>
|
||||
<li><a href="/#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="/#trust">Über uns</a></li>
|
||||
<li><a href="/#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
<span class="lang-active" lang="de" aria-current="true">DE</span>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<a class="lang-link" href="/en/solutions/disinformation-monitoring/" lang="en" hreflang="en" rel="alternate">EN</a>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Menü öffnen" aria-expanded="false">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Mobile Menu -->
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
<li><a href="/#loesungen">Lösungen</a></li>
|
||||
<li><a href="/#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="/#trust">Über uns</a></li>
|
||||
<li><a href="/#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
<span class="lang-active" lang="de" aria-current="true">DE</span>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<a class="lang-link" href="/en/solutions/disinformation-monitoring/" lang="en" hreflang="en" rel="alternate">EN</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mobile-overlay" id="mobile-overlay"></div>
|
||||
|
||||
<main>
|
||||
<header class="sol-hero">
|
||||
<div class="sol-container">
|
||||
<nav class="sol-breadcrumb" aria-label="Brotkrumen">
|
||||
<a href="/">Start</a> › Desinformationsmonitoring & FIMI
|
||||
</nav>
|
||||
<h1>Desinformationsmonitoring: Manipulation in offenen Quellen früh erkennen</h1>
|
||||
<p class="sol-lead">AegisSight unterstützt Behörden, Medienaufsicht und Redaktionen dabei, Desinformation und ausländische Informationsmanipulation (FIMI) in offenen Quellen früh zu erkennen – mit automatischer Faktenprüfung und nachvollziehbarer Quellenbewertung.</p>
|
||||
<a class="sol-cta-btn" href="/#contact">Zugang anfragen</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="sol-body">
|
||||
<div class="sol-container">
|
||||
<section class="sol-section">
|
||||
<h2>Was ist Desinformationsmonitoring und FIMI?</h2>
|
||||
<p><strong>Desinformationsmonitoring</strong> ist die kontinuierliche Beobachtung des Informationsraums auf manipulative, irreführende oder koordiniert verbreitete Inhalte. Ziel ist es, problematische Narrative früh sichtbar zu machen, bevor sie sich verbreiten.</p>
|
||||
<p><strong>FIMI</strong> (Foreign Information Manipulation and Interference) ist ein von der EU geprägter Begriff für ausländische Informationsmanipulation und Einflussnahme – überwiegend nicht-illegale, aber manipulative und koordinierte Beeinflussung des Informationsraums durch ausländische Akteure.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Wie AegisSight bei der Erkennung unterstützt</h2>
|
||||
<p>AegisSight ist keine Blackbox, die Inhalte einfach als „wahr" oder „falsch" stempelt. Stattdessen schafft die Software die belegte Grundlage, auf der Fachleute Manipulation erkennen:</p>
|
||||
<ol class="step-list">
|
||||
<li><strong>Faktenprüfung</strong>Jede zentrale Behauptung wird automatisch gegen mehrere unabhängige Quellen abgeglichen; Übereinstimmungen und Widersprüche werden transparent ausgewiesen.</li>
|
||||
<li><strong>Quellenbewertung</strong>Quellen werden nach einem vierachsigen Schema (Methodik, Transparenz, Unabhängigkeit, Track-Record) klassifiziert, ergänzt um externe Signale wie IFCN und EUvsDisinfo.</li>
|
||||
<li><strong>Narrative verfolgen</strong>Über hunderte mehrsprachige Quellen hinweg wird sichtbar, wo eine Behauptung herkommt und wie sie sich ausbreitet.</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Funktionen im Überblick</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card"><h3>Automatische Faktenprüfung</h3><p>Zentrale Behauptungen werden gegen unabhängige Quellen abgeglichen und transparent bewertet.</p></div>
|
||||
<div class="feature-card"><h3>Quellen-Klassifikation</h3><p>Vierachsiges Schema: Methodik, Transparenz, Unabhängigkeit und Track-Record.</p></div>
|
||||
<div class="feature-card"><h3>EUvsDisinfo- & IFCN-Signale</h3><p>Etablierte externe Signale fließen in die Quellenbewertung ein.</p></div>
|
||||
<div class="feature-card"><h3>Mehrsprachige Auswertung</h3><p>Manipulative Narrative sind oft fremdsprachig – AegisSight übersetzt automatisch.</p></div>
|
||||
<div class="feature-card"><h3>Belege & Zeitverlauf</h3><p>Jede Bewertung ist mit Originalquellen verlinkt und zeitlich nachvollziehbar.</p></div>
|
||||
<div class="feature-card"><h3>Geografische Verortung</h3><p>Meldungen und Narrative werden räumlich eingeordnet.</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Für wen sich das Desinformationsmonitoring eignet</h2>
|
||||
<p>Die Lösung richtet sich an <strong>Sicherheitsbehörden</strong> und Krisenstäbe, an die <strong>Medienaufsicht</strong> im Rahmen des Medienstaatsvertrags, an investigative <strong>Redaktionen</strong> sowie an Teams in <strong>strategischer Kommunikation</strong> und Krisenkommunikation, die den Informationsraum belastbar im Blick behalten müssen.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Häufige Fragen</h2>
|
||||
<details class="sol-faq"><summary>Was bedeutet FIMI?</summary><div class="a">FIMI steht für Foreign Information Manipulation and Interference, also ausländische Informationsmanipulation und Einflussnahme. Der von der EU geprägte Begriff beschreibt überwiegend nicht-illegale, aber manipulative und koordinierte Beeinflussung des Informationsraums durch ausländische Akteure.</div></details>
|
||||
<details class="sol-faq"><summary>Erkennt AegisSight Desinformation automatisch?</summary><div class="a">AegisSight unterstützt die Erkennung: Jede zentrale Behauptung wird automatisch gegen mehrere unabhängige Quellen geprüft, und Quellen werden transparent bewertet. Widersprüche und unbelegte Behauptungen werden so sichtbar. Die abschließende Einordnung bleibt bei den Fachanalystinnen und -analysten.</div></details>
|
||||
<details class="sol-faq"><summary>Welche externen Signale nutzt die Quellenbewertung?</summary><div class="a">Die Quellen-Klassifikation kombiniert ein vierachsiges Bewertungsschema (Methodik, Transparenz, Unabhängigkeit, Track-Record) mit externen Signalen wie der IFCN-Mitgliedschaft und der EUvsDisinfo-Datenbank.</div></details>
|
||||
</section>
|
||||
|
||||
<section class="sol-section sol-related-wrap">
|
||||
<div class="sol-related">
|
||||
<h2>Weitere Lösungen</h2>
|
||||
<a href="/loesungen/osint-lagebild-software/">OSINT- & Lagebild-Software ›</a>
|
||||
<a href="/loesungen/social-media-monitoring-behoerden/">Social-Media- & Krisenmonitoring für Behörden ›</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<div class="sol-final-cta">
|
||||
<h2>Desinformation früh erkennen – auf belegter Grundlage</h2>
|
||||
<p>Pilotzugänge für qualifizierte Organisationen sind möglich.</p>
|
||||
<a class="sol-cta-btn" href="/#contact">Kontakt aufnehmen</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-info">
|
||||
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
|
||||
<p>Gladbacher Straße 3-5, 40764 Langenfeld</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/impressum.html">Impressum</a>
|
||||
<a href="/datenschutz.html">Datenschutz</a>
|
||||
<a href="#" id="cookie-settings-link">Cookie-Einstellungen</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-copyright">© <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). Alle Rechte vorbehalten.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,279 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>OSINT- & Lagebild-Software aus Deutschland | AegisSight</title>
|
||||
<meta name="description" content="OSINT- und Lagebild-Software aus Deutschland: AegisSight wertet hunderte offene Quellen automatisiert aus und erstellt strukturierte Echtzeit-Lagebilder mit Faktenprüfung.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/loesungen/osint-lagebild-software/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/osint-lagebild-software/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/osint-situational-awareness-software/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/osint-lagebild-software/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="OSINT- & Lagebild-Software aus Deutschland | AegisSight">
|
||||
<meta property="og:description" content="OSINT- und Lagebild-Software aus Deutschland: hunderte offene Quellen automatisiert ausgewertet, strukturierte Echtzeit-Lagebilder mit Faktenprüfung.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/loesungen/osint-lagebild-software/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:locale:alternate" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="OSINT- & Lagebild-Software aus Deutschland | AegisSight">
|
||||
<meta name="twitter:description" content="OSINT- und Lagebild-Software aus Deutschland: hunderte offene Quellen automatisiert ausgewertet, strukturierte Echtzeit-Lagebilder mit Faktenprüfung.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/loesungen/osint-lagebild-software/#service",
|
||||
"name": "OSINT- und Lagebild-Software",
|
||||
"serviceType": "OSINT-Monitoring und Lagebild-Erstellung",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Country", "name": "Österreich" },
|
||||
{ "@type": "Country", "name": "Schweiz" },
|
||||
{ "@type": "AdministrativeArea", "name": "Europäische Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Behörden, Redaktionen und Sicherheitsdienste"
|
||||
},
|
||||
"description": "OSINT- und Lagebild-Software, die hunderte offene Quellen automatisiert auswertet und daraus strukturierte Echtzeit-Lagebilder mit Quellenbelegen, geografischer Verortung und automatischer Faktenprüfung erzeugt. Vollständig auf Servern in Deutschland betrieben, DSGVO-konform."
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "OSINT- & Lagebild-Software", "item": "https://aegis-sight.de/loesungen/osint-lagebild-software/" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"inLanguage": "de-DE",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Was ist eine OSINT- bzw. Lagebild-Software?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Eine OSINT-Software wertet öffentlich zugängliche Quellen wie Nachrichten, Fachmedien, Behördenmeldungen und Social Media systematisch aus. Eine Lagebild-Software verdichtet diese Auswertung zu einer strukturierten, laufend aktualisierten Zusammenfassung der Faktenlage mit Quellenbelegen, Zeitverlauf und geografischer Verortung. AegisSight vereint beides in einer automatisierten Lösung." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Worin unterscheidet sich OSINT-Software von IT-Monitoring-Software?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "IT-Monitoring-Software überwacht Server, Netzwerke und Systemverfügbarkeit. OSINT-Software überwacht dagegen öffentliche Informationsquellen, um die Sicherheits- und Informationslage zu beurteilen. AegisSight ist eine OSINT-Lagebild-Software, keine IT-Infrastruktur-Überwachung." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Ist die OSINT-Software DSGVO-konform?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Ja. AegisSight wird vollständig auf Servern in Deutschland betrieben, verarbeitet ausschließlich öffentlich zugängliche Quellen und übermittelt keine Daten in Drittländer." }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<style>
|
||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
|
||||
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
|
||||
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
|
||||
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
|
||||
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
|
||||
.sol-breadcrumb a:hover { color: var(--gold-light); }
|
||||
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
|
||||
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
|
||||
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; }
|
||||
.sol-cta-btn:hover { background: var(--gold-light); }
|
||||
.sol-body { padding: 56px 0; }
|
||||
.sol-section { margin-bottom: 44px; }
|
||||
.sol-section:last-child { margin-bottom: 0; }
|
||||
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
|
||||
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
|
||||
.sol-section strong { color: var(--navy); font-weight: 600; }
|
||||
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
|
||||
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
|
||||
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
|
||||
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
|
||||
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
|
||||
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
|
||||
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
|
||||
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
|
||||
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
|
||||
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
|
||||
details.sol-faq summary::-webkit-details-marker { display: none; }
|
||||
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
|
||||
.sol-related { background: var(--base); border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 8px; }
|
||||
.sol-related h2 { border: none; padding: 0; margin: 0 0 14px; font-size: 1.3rem; }
|
||||
.sol-related a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 600; padding: 6px 0; }
|
||||
.sol-related a:hover { color: var(--gold); }
|
||||
.sol-final-cta { background: var(--navy); color: #E6ECF5; text-align: center; padding: 48px 24px; border-radius: var(--radius-lg); margin-top: 8px; }
|
||||
.sol-final-cta h2 { color: #FFFFFF; border: none; padding: 0; margin: 0 0 10px; }
|
||||
.sol-final-cta p { color: #C6D2E4; margin: 0 0 22px; }
|
||||
@media (max-width: 768px) {
|
||||
.sol-hero h1 { font-size: 1.85rem; }
|
||||
.sol-container { padding: 0 16px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
<li><a href="/#loesungen">Lösungen</a></li>
|
||||
<li><a href="/#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="/#trust">Über uns</a></li>
|
||||
<li><a href="/#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
<span class="lang-active" lang="de" aria-current="true">DE</span>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<a class="lang-link" href="/en/solutions/osint-situational-awareness-software/" lang="en" hreflang="en" rel="alternate">EN</a>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Menü öffnen" aria-expanded="false">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Mobile Menu -->
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
<li><a href="/#loesungen">Lösungen</a></li>
|
||||
<li><a href="/#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="/#trust">Über uns</a></li>
|
||||
<li><a href="/#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
<span class="lang-active" lang="de" aria-current="true">DE</span>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<a class="lang-link" href="/en/solutions/osint-situational-awareness-software/" lang="en" hreflang="en" rel="alternate">EN</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mobile-overlay" id="mobile-overlay"></div>
|
||||
|
||||
<main>
|
||||
<header class="sol-hero">
|
||||
<div class="sol-container">
|
||||
<nav class="sol-breadcrumb" aria-label="Brotkrumen">
|
||||
<a href="/">Start</a> › OSINT- & Lagebild-Software
|
||||
</nav>
|
||||
<h1>OSINT- und Lagebild-Software für automatisierte Lageanalyse</h1>
|
||||
<p class="sol-lead">AegisSight Monitor ist eine OSINT-Software aus Deutschland, die hunderte offene Quellen rund um die Uhr auswertet und daraus automatisiert strukturierte Echtzeit-Lagebilder erstellt – mit Quellenbelegen, geografischer Verortung und automatischer Faktenprüfung.</p>
|
||||
<a class="sol-cta-btn" href="/#contact">Zugang anfragen</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="sol-body">
|
||||
<div class="sol-container">
|
||||
<section class="sol-section">
|
||||
<h2>Was ist eine OSINT- und Lagebild-Software?</h2>
|
||||
<p>Eine <strong>OSINT-Software</strong> (Open Source Intelligence) wertet öffentlich zugängliche Quellen wie Nachrichtenagenturen, Fachmedien, Behördenmeldungen und Social Media systematisch aus. Eine <strong>Lagebild-Software</strong> verdichtet diese Auswertung zu einer strukturierten, laufend aktualisierten Zusammenfassung der Faktenlage – mit Quellenbelegen, Zeitverlauf und geografischer Verortung.</p>
|
||||
<p>AegisSight vereint beides in einer automatisierten Lösung: Statt Quellen manuell zu sichten, erhalten Analystinnen und Analysten ein fertiges, belegtes Lagebild, das sich kontinuierlich selbst aktualisiert.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Vom Rohsignal zum Lagebild – vollautomatisch</h2>
|
||||
<ol class="step-list">
|
||||
<li><strong>Erfassen</strong>Hunderte offene Quellen werden rund um die Uhr eingelesen, Beiträge in dutzenden Sprachen automatisch übersetzt.</li>
|
||||
<li><strong>Analysieren</strong>Meldungen werden aggregiert, dedupliziert, geografisch verortet und jede zentrale Behauptung automatisch gegen unabhängige Quellen geprüft.</li>
|
||||
<li><strong>Berichten</strong>Das Ergebnis ist ein strukturiertes Lagebild mit Zeitverlauf, Quellenbelegen und Karte – aktualisiert alle fünf Minuten.</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Funktionen der Lagebild-Software im Überblick</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card"><h3>Automatisierte Quellenauswertung</h3><p>Hunderte offene Quellen werden kontinuierlich erfasst, aggregiert und dedupliziert.</p></div>
|
||||
<div class="feature-card"><h3>Geografische Verortung</h3><p>Meldungen werden auf einer interaktiven Karte räumlich eingeordnet.</p></div>
|
||||
<div class="feature-card"><h3>Mehrsprachige Auswertung</h3><p>Beiträge in dutzenden Sprachen, darunter Farsi, Arabisch und Hebräisch, werden automatisch übersetzt.</p></div>
|
||||
<div class="feature-card"><h3>Automatische Faktenprüfung</h3><p>Zentrale Behauptungen werden gegen mehrere unabhängige Quellen abgeglichen und transparent bewertet.</p></div>
|
||||
<div class="feature-card"><h3>Strukturierte Lagebilder</h3><p>Faktenlage mit Zeitverlauf, Quellenbelegen und Verortung – in einer übersichtlichen Ansicht.</p></div>
|
||||
<div class="feature-card"><h3>Echtzeit-Aktualisierung</h3><p>Die Lagebilder werden alle fünf Minuten automatisch auf den neuesten Stand gebracht.</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Für wen sich die Software eignet</h2>
|
||||
<p>AegisSight richtet sich an Organisationen, die belastbare Lagebilder in Echtzeit benötigen: <strong>Behörden</strong> und Krisenstäbe, investigative <strong>Redaktionen</strong> sowie <strong>Sicherheitsdienste</strong>, Werkschutz und Corporate Security. Überall dort, wo manuelle OSINT-Auswertung an Quellenvielfalt, Zeitdruck und Informationsflut scheitert, liefert die Software ein nachvollziehbares, automatisiert gepflegtes Lagebild.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Häufige Fragen</h2>
|
||||
<details class="sol-faq"><summary>Worin unterscheidet sich OSINT-Software von IT-Monitoring-Software?</summary><div class="a">IT-Monitoring-Software überwacht Server, Netzwerke und Systemverfügbarkeit. OSINT-Software überwacht dagegen öffentliche Informationsquellen, um die Sicherheits- und Informationslage zu beurteilen. AegisSight ist eine OSINT-Lagebild-Software, keine IT-Infrastruktur-Überwachung.</div></details>
|
||||
<details class="sol-faq"><summary>Ist die OSINT-Software DSGVO-konform?</summary><div class="a">Ja. AegisSight wird vollständig auf Servern in Deutschland betrieben, verarbeitet ausschließlich öffentlich zugängliche Quellen und übermittelt keine Daten in Drittländer.</div></details>
|
||||
<details class="sol-faq"><summary>Wie aktuell sind die Lagebilder?</summary><div class="a">Die Lagebilder werden alle fünf Minuten automatisch aktualisiert, sodass die Faktenlage nahezu in Echtzeit verfügbar ist.</div></details>
|
||||
</section>
|
||||
|
||||
<section class="sol-section sol-related-wrap">
|
||||
<div class="sol-related">
|
||||
<h2>Weitere Lösungen</h2>
|
||||
<a href="/loesungen/desinformationsmonitoring/">Desinformationsmonitoring & FIMI ›</a>
|
||||
<a href="/loesungen/social-media-monitoring-behoerden/">Social-Media- & Krisenmonitoring für Behörden ›</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<div class="sol-final-cta">
|
||||
<h2>Lagebilder in Echtzeit – statt manueller Recherche</h2>
|
||||
<p>Pilotzugänge für qualifizierte Organisationen sind möglich.</p>
|
||||
<a class="sol-cta-btn" href="/#contact">Kontakt aufnehmen</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-info">
|
||||
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
|
||||
<p>Gladbacher Straße 3-5, 40764 Langenfeld</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/impressum.html">Impressum</a>
|
||||
<a href="/datenschutz.html">Datenschutz</a>
|
||||
<a href="#" id="cookie-settings-link">Cookie-Einstellungen</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-copyright">© <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). Alle Rechte vorbehalten.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,279 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<meta name="theme-color" content="#0A1832">
|
||||
<meta name="author" content="AegisSight UG">
|
||||
<title>Social-Media- & Krisenmonitoring für Behörden | AegisSight</title>
|
||||
<meta name="description" content="Social-Media- und Krisenmonitoring für Behörden: AegisSight liefert Krisenstäben ein automatisch aktualisiertes Lagebild aus offenen Quellen – DSGVO-konform, mit Faktenprüfung.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/social-media-monitoring-government/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Social-Media- & Krisenmonitoring für Behörden | AegisSight">
|
||||
<meta property="og:description" content="Automatisch aktualisiertes Lagebild aus Social Media und offenen Quellen für Krisenstäbe – DSGVO-konform, mit Faktenprüfung und Frühwarnung.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:locale:alternate" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Social-Media- & Krisenmonitoring für Behörden | AegisSight">
|
||||
<meta name="twitter:description" content="Automatisch aktualisiertes Lagebild aus Social Media und offenen Quellen für Krisenstäbe – DSGVO-konform, mit Faktenprüfung und Frühwarnung.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/#service",
|
||||
"name": "Social-Media- und Krisenmonitoring für Behörden",
|
||||
"serviceType": "Social-Media-Monitoring und Krisenmonitoring",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Deutschland" },
|
||||
{ "@type": "Country", "name": "Österreich" },
|
||||
{ "@type": "Country", "name": "Schweiz" },
|
||||
{ "@type": "AdministrativeArea", "name": "Europäische Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Behörden, Krisenstäbe, Bevölkerungsschutz und Corporate Security"
|
||||
},
|
||||
"description": "Social-Media- und Krisenmonitoring auf OSINT-Basis: Krisenstäbe und Sicherheitsbehörden erhalten ein automatisch aktualisiertes Echtzeit-Lagebild aus Social Media und weiteren offenen Quellen, mit automatischer Faktenprüfung und geografischer Verortung. Vollständig auf Servern in Deutschland betrieben, DSGVO-konform."
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "AegisSight", "item": "https://aegis-sight.de/" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "Social-Media- & Krisenmonitoring für Behörden", "item": "https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"inLanguage": "de-DE",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Was ist Social-Media-Monitoring für Behörden?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Social-Media-Monitoring für Behörden ist die strukturierte, fortlaufende Auswertung öffentlicher Social-Media-Inhalte zur Lagebeurteilung, etwa für Krisenstäbe oder Sicherheitsbehörden. AegisSight integriert Social-Media-Quellen in seine OSINT-Lagebilder und prüft zentrale Behauptungen automatisch gegen unabhängige Quellen." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Ist das Monitoring DSGVO-konform?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Ja. AegisSight wird vollständig auf Servern in Deutschland betrieben, verarbeitet ausschließlich öffentlich zugängliche Quellen und übermittelt keine Daten in Drittländer." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Eignet sich AegisSight für Krisenstäbe und Frühwarnung?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Ja. Die Lagebilder werden alle fünf Minuten automatisch aktualisiert. Krisenstäbe erhalten so ein nahezu in Echtzeit gepflegtes, belegtes Lagebild, um sich entwickelnde Lagen früh zu erkennen." }
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="apple-touch-icon" href="/assets/images/logos/AegisSightLogo_NavyGold.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<style>
|
||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--white); margin: 0; }
|
||||
.sol-hero { background: var(--navy); color: #E6ECF5; padding: calc(var(--nav-height) + 64px) 0 64px; }
|
||||
.sol-container { max-width: 880px; margin: 0 auto; padding: 0 24px; }
|
||||
.sol-breadcrumb { font-size: 0.85rem; color: #9FB0C8; margin: 0 0 18px; }
|
||||
.sol-breadcrumb a { color: #9FB0C8; text-decoration: none; }
|
||||
.sol-breadcrumb a:hover { color: var(--gold-light); }
|
||||
.sol-hero h1 { font-size: 2.4rem; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; line-height: 1.2; }
|
||||
.sol-hero .sol-lead { font-size: 1.15rem; line-height: 1.7; color: #C6D2E4; margin: 0 0 28px; }
|
||||
.sol-cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 8px; transition: background .2s; }
|
||||
.sol-cta-btn:hover { background: var(--gold-light); }
|
||||
.sol-body { padding: 56px 0; }
|
||||
.sol-section { margin-bottom: 44px; }
|
||||
.sol-section:last-child { margin-bottom: 0; }
|
||||
.sol-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
|
||||
.sol-section p { margin: 0 0 14px; line-height: 1.75; color: var(--text); font-size: 1rem; }
|
||||
.sol-section strong { color: var(--navy); font-weight: 600; }
|
||||
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 8px; }
|
||||
.feature-card { background: var(--base); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 22px 24px; }
|
||||
.feature-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
|
||||
.feature-card p { font-size: 0.95rem; margin: 0; color: var(--text-light); line-height: 1.65; }
|
||||
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
|
||||
.step-list li { position: relative; padding: 0 0 18px 52px; line-height: 1.7; color: var(--text); }
|
||||
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
|
||||
.step-list li strong { display: block; color: var(--navy); margin-bottom: 2px; }
|
||||
details.sol-faq { border: 1px solid var(--gray-100); border-radius: 8px; margin-bottom: 10px; padding: 0; background: var(--base); }
|
||||
details.sol-faq summary { padding: 16px 20px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; }
|
||||
details.sol-faq summary::-webkit-details-marker { display: none; }
|
||||
details.sol-faq .a { padding: 0 20px 16px; color: var(--text); line-height: 1.7; font-size: 0.97rem; }
|
||||
.sol-related { background: var(--base); border-radius: var(--radius-lg); padding: 28px 30px; margin-top: 8px; }
|
||||
.sol-related h2 { border: none; padding: 0; margin: 0 0 14px; font-size: 1.3rem; }
|
||||
.sol-related a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 600; padding: 6px 0; }
|
||||
.sol-related a:hover { color: var(--gold); }
|
||||
.sol-final-cta { background: var(--navy); color: #E6ECF5; text-align: center; padding: 48px 24px; border-radius: var(--radius-lg); margin-top: 8px; }
|
||||
.sol-final-cta h2 { color: #FFFFFF; border: none; padding: 0; margin: 0 0 10px; }
|
||||
.sol-final-cta p { color: #C6D2E4; margin: 0 0 22px; }
|
||||
@media (max-width: 768px) {
|
||||
.sol-hero h1 { font-size: 1.85rem; }
|
||||
.sol-container { padding: 0 16px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="nav-container">
|
||||
<a href="/" class="nav-logo">
|
||||
<img src="/assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img" width="200" height="40">
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
<li><a href="/#loesungen">Lösungen</a></li>
|
||||
<li><a href="/#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="/#trust">Über uns</a></li>
|
||||
<li><a href="/#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
<span class="lang-active" lang="de" aria-current="true">DE</span>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<a class="lang-link" href="/en/solutions/social-media-monitoring-government/" lang="en" hreflang="en" rel="alternate">EN</a>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Menü öffnen" aria-expanded="false">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Mobile Menu -->
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="/#features">Funktionen</a></li>
|
||||
<li><a href="/#loesungen">Lösungen</a></li>
|
||||
<li><a href="/#demos">Live-Lagebilder</a></li>
|
||||
<li><a href="/#trust">Über uns</a></li>
|
||||
<li><a href="/#contact">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||
<span class="lang-active" lang="de" aria-current="true">DE</span>
|
||||
<span class="lang-sep" aria-hidden="true">|</span>
|
||||
<a class="lang-link" href="/en/solutions/social-media-monitoring-government/" lang="en" hreflang="en" rel="alternate">EN</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mobile-overlay" id="mobile-overlay"></div>
|
||||
|
||||
<main>
|
||||
<header class="sol-hero">
|
||||
<div class="sol-container">
|
||||
<nav class="sol-breadcrumb" aria-label="Brotkrumen">
|
||||
<a href="/">Start</a> › Social-Media- & Krisenmonitoring für Behörden
|
||||
</nav>
|
||||
<h1>Social-Media- und Krisenmonitoring für Behörden</h1>
|
||||
<p class="sol-lead">AegisSight liefert Behörden und Krisenstäben ein automatisch aktualisiertes Lagebild aus Social Media und weiteren offenen Quellen – DSGVO-konform, mit automatischer Faktenprüfung und geografischer Verortung.</p>
|
||||
<a class="sol-cta-btn" href="/#contact">Zugang anfragen</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="sol-body">
|
||||
<div class="sol-container">
|
||||
<section class="sol-section">
|
||||
<h2>Was ist Social-Media- und Krisenmonitoring für Behörden?</h2>
|
||||
<p><strong>Social-Media-Monitoring für Behörden</strong> ist die strukturierte, fortlaufende Auswertung öffentlicher Social-Media-Inhalte zur Lagebeurteilung. <strong>Krisenmonitoring</strong> beobachtet eine Lage in Echtzeit, um Krisenstäbe und Entscheider mit einem aktuellen, belegten Lagebild zu versorgen.</p>
|
||||
<p>AegisSight verbindet beides: Social-Media-Quellen werden gemeinsam mit Nachrichten, Fachmedien und Behördenmeldungen ausgewertet und zu einem nachvollziehbaren Lagebild verdichtet.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Wie AegisSight Krisenstäbe versorgt</h2>
|
||||
<ol class="step-list">
|
||||
<li><strong>Erfassen</strong>Öffentliche Social-Media-Beiträge und hunderte weitere offene Quellen werden rund um die Uhr eingelesen und übersetzt.</li>
|
||||
<li><strong>Prüfen</strong>Zentrale Behauptungen werden automatisch gegen unabhängige Quellen abgeglichen – Gerüchte und Falschmeldungen werden so früh erkennbar.</li>
|
||||
<li><strong>Versorgen</strong>Krisenstäbe erhalten ein alle fünf Minuten aktualisiertes Lagebild mit Karte, Zeitverlauf und Quellenbelegen.</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Funktionen im Überblick</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card"><h3>Social-Media-Auswertung</h3><p>Öffentliche Social-Media-Quellen fließen in das Lagebild ein.</p></div>
|
||||
<div class="feature-card"><h3>Echtzeit-Lagebild</h3><p>Alle fünf Minuten automatisch aktualisiert – Grundlage für schnelle Entscheidungen.</p></div>
|
||||
<div class="feature-card"><h3>Automatische Faktenprüfung</h3><p>Gerüchte und Falschmeldungen werden gegen unabhängige Quellen abgeglichen.</p></div>
|
||||
<div class="feature-card"><h3>Geografische Verortung</h3><p>Meldungen werden auf einer interaktiven Karte räumlich eingeordnet.</p></div>
|
||||
<div class="feature-card"><h3>DSGVO-konform</h3><p>Betrieb auf Servern in Deutschland, ausschließlich öffentliche Quellen.</p></div>
|
||||
<div class="feature-card"><h3>Mehrsprachige Auswertung</h3><p>Beiträge in dutzenden Sprachen werden automatisch übersetzt.</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Für wen sich das Monitoring eignet</h2>
|
||||
<p>Die Lösung richtet sich an <strong>Sicherheitsbehörden</strong> und Krisenstäbe, an den <strong>Bevölkerungsschutz</strong> sowie an <strong>Werkschutz</strong> und <strong>Corporate Security</strong> – überall dort, wo sich entwickelnde Lagen früh erkannt und belastbar eingeordnet werden müssen.</p>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<h2>Häufige Fragen</h2>
|
||||
<details class="sol-faq"><summary>Was ist Social-Media-Monitoring für Behörden?</summary><div class="a">Social-Media-Monitoring für Behörden ist die strukturierte, fortlaufende Auswertung öffentlicher Social-Media-Inhalte zur Lagebeurteilung, etwa für Krisenstäbe oder Sicherheitsbehörden. AegisSight integriert Social-Media-Quellen in seine OSINT-Lagebilder und prüft zentrale Behauptungen automatisch gegen unabhängige Quellen.</div></details>
|
||||
<details class="sol-faq"><summary>Ist das Monitoring DSGVO-konform?</summary><div class="a">Ja. AegisSight wird vollständig auf Servern in Deutschland betrieben, verarbeitet ausschließlich öffentlich zugängliche Quellen und übermittelt keine Daten in Drittländer.</div></details>
|
||||
<details class="sol-faq"><summary>Eignet sich AegisSight für Krisenstäbe und Frühwarnung?</summary><div class="a">Ja. Die Lagebilder werden alle fünf Minuten automatisch aktualisiert. Krisenstäbe erhalten so ein nahezu in Echtzeit gepflegtes, belegtes Lagebild, um sich entwickelnde Lagen früh zu erkennen.</div></details>
|
||||
</section>
|
||||
|
||||
<section class="sol-section sol-related-wrap">
|
||||
<div class="sol-related">
|
||||
<h2>Weitere Lösungen</h2>
|
||||
<a href="/loesungen/osint-lagebild-software/">OSINT- & Lagebild-Software ›</a>
|
||||
<a href="/loesungen/desinformationsmonitoring/">Desinformationsmonitoring & FIMI ›</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="sol-section">
|
||||
<div class="sol-final-cta">
|
||||
<h2>Lagebild für den Krisenstab – in Echtzeit</h2>
|
||||
<p>Pilotzugänge für qualifizierte Organisationen sind möglich.</p>
|
||||
<a class="sol-cta-btn" href="/#contact">Kontakt aufnehmen</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-info">
|
||||
<p class="footer-company">AegisSight UG (haftungsbeschränkt)</p>
|
||||
<p>Gladbacher Straße 3-5, 40764 Langenfeld</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/impressum.html">Impressum</a>
|
||||
<a href="/datenschutz.html">Datenschutz</a>
|
||||
<a href="#" id="cookie-settings-link">Cookie-Einstellungen</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-copyright">© <span id="footer-year">2026</span> AegisSight UG (haftungsbeschränkt). Alle Rechte vorbehalten.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>document.getElementById('footer-year').textContent=new Date().getFullYear();</script>
|
||||
<script src="/js/app.js"></script>
|
||||
<script src="/cookie-consent.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
168
sitemap.xml
168
sitemap.xml
@@ -1,206 +1,112 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml"
|
||||
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>AegisSight Monitor</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/handshake.svg</image:loc>
|
||||
<image:title>Verlässliche Partnerschaft</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>AegisSight Monitor</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/handshake.svg</image:loc>
|
||||
<image:title>Reliable Partnership</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/lagen/iran-konflikt/</loc>
|
||||
<lastmod>2026-05-17</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>Lagebild Iran-Konflikt</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/iran-conflict/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/situations/iran-conflict/</loc>
|
||||
<lastmod>2026-05-17</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>Situation Report Iran Conflict</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/iran-conflict/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/lagen/cyberangriffe/</loc>
|
||||
<lastmod>2026-05-17</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>Lagebild Cyberangriffe auf deutsche Infrastruktur</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/situations/cyber-attacks/</loc>
|
||||
<lastmod>2026-05-17</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>Situation Report Cyberattacks on German Infrastructure</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/lagen/deepfakes/</loc>
|
||||
<lastmod>2026-05-17</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>Recherche Rechtliche Lage von Deepfakes in Deutschland</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/situations/deepfakes/</loc>
|
||||
<lastmod>2026-05-17</lastmod>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/og-image.png</image:loc>
|
||||
<image:title>Research Legal Status of Deepfakes in Germany</image:title>
|
||||
</image:image>
|
||||
<image:image>
|
||||
<image:loc>https://aegis-sight.de/assets/images/logos/Logo+Schrift_Rechts.svg</image:loc>
|
||||
<image:title>AegisSight Logo</image:title>
|
||||
</image:image>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/loesungen/osint-lagebild-software/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/osint-lagebild-software/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/osint-situational-awareness-software/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/osint-lagebild-software/"/>
|
||||
<loc>https://aegis-sight.de/impressum.html</loc>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/legal-notice.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/impressum.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/solutions/osint-situational-awareness-software/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/osint-lagebild-software/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/osint-situational-awareness-software/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/osint-lagebild-software/"/>
|
||||
<loc>https://aegis-sight.de/en/legal-notice.html</loc>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/legal-notice.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/impressum.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/loesungen/desinformationsmonitoring/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/disinformation-monitoring/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/"/>
|
||||
<loc>https://aegis-sight.de/datenschutz.html</loc>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/privacy.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/solutions/disinformation-monitoring/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/disinformation-monitoring/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/desinformationsmonitoring/"/>
|
||||
<loc>https://aegis-sight.de/en/privacy.html</loc>
|
||||
<lastmod>2026-05-10</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/privacy.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/social-media-monitoring-government/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/solutions/social-media-monitoring-government/</loc>
|
||||
<lastmod>2026-06-19</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/solutions/social-media-monitoring-government/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/loesungen/social-media-monitoring-behoerden/"/>
|
||||
</url>
|
||||
<!-- Rechtliche Seiten (Impressum/Datenschutz, DE+EN) sind bewusst noindex
|
||||
und daher nicht Teil der Sitemap. Sie bleiben über die Website verlinkt
|
||||
und erreichbar (Impressumspflicht erfüllt), aber ohne Suchindex-Eintrag. -->
|
||||
</urlset>
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren