Commits vergleichen
5 Commits
9af0b0404f
...
dfb64e6e4f
| Autor | SHA1 | Datum | |
|---|---|---|---|
| dfb64e6e4f | |||
|
|
e292735a50 | ||
|
|
318b74d640 | ||
|
|
65965135ca | ||
|
|
22b4d1a769 |
@@ -47,13 +47,9 @@ main {
|
|||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
/* Demo-Page-Reststyles: nackter footer-Selector entfernt, weil er sonst
|
||||||
background: var(--consent-text-dark);
|
ueber alle Seiten den Site-Footer mit fremdem Margin/Background ueberlagert.
|
||||||
color: white;
|
Cookie-Consent-Banner-Styles bleiben unten unveraendert. */
|
||||||
padding: 2rem;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer nav {
|
footer nav {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|||||||
219
en/index.html
219
en/index.html
@@ -32,15 +32,21 @@
|
|||||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org Organization -->
|
<!-- 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">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
|
"@id": "https://aegis-sight.de/#organization",
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||||
"alternateName": "AegisSight",
|
"alternateName": "AegisSight",
|
||||||
"url": "https://aegis-sight.de",
|
"url": "https://aegis-sight.de",
|
||||||
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
||||||
"email": "info@aegis-sight.de",
|
"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.",
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"streetAddress": "Gladbacher Straße 3-5",
|
"streetAddress": "Gladbacher Straße 3-5",
|
||||||
@@ -48,7 +54,24 @@
|
|||||||
"addressLocality": "Langenfeld",
|
"addressLocality": "Langenfeld",
|
||||||
"addressRegion": "Nordrhein-Westfalen",
|
"addressRegion": "Nordrhein-Westfalen",
|
||||||
"addressCountry": "DE"
|
"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>
|
</script>
|
||||||
|
|
||||||
@@ -61,23 +84,38 @@
|
|||||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||||
<link rel="stylesheet" href="/cookie-consent.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">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
|
"@id": "https://aegis-sight.de/en/#website",
|
||||||
"name": "AegisSight",
|
"name": "AegisSight",
|
||||||
"alternateName": "AegisSight Monitor",
|
"alternateName": "AegisSight Monitor",
|
||||||
"url": "https://aegis-sight.de/en/",
|
"url": "https://aegis-sight.de/en/",
|
||||||
"inLanguage": "en-GB",
|
"inLanguage": "en-GB",
|
||||||
"description": "OSINT monitoring from Germany: AI-powered real-time situation reports from open sources, with automated fact-checking and source attribution.",
|
"description": "OSINT monitoring from Germany: AI-powered real-time situation reports from open sources, with automated fact-checking and source attribution.",
|
||||||
"publisher": {
|
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"speakable": {
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
"@type": "SpeakableSpecification",
|
||||||
"url": "https://aegis-sight.de/",
|
"cssSelector": [".hero-tagline", ".feature-statement-text", ".faq-answer"]
|
||||||
"logo": {
|
|
||||||
"@type": "ImageObject",
|
|
||||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -85,11 +123,12 @@
|
|||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "SoftwareApplication",
|
"@type": "SoftwareApplication",
|
||||||
|
"@id": "https://aegis-sight.de/en/#software",
|
||||||
"name": "AegisSight Monitor",
|
"name": "AegisSight Monitor",
|
||||||
"applicationCategory": "BusinessApplication",
|
"applicationCategory": "BusinessApplication",
|
||||||
"applicationSubCategory": "OSINT Monitoring Software",
|
"applicationSubCategory": "OSINT Monitoring Software",
|
||||||
"operatingSystem": "Web",
|
"operatingSystem": "Web",
|
||||||
"url": "https://aegis-sight.de/",
|
"url": "https://aegis-sight.de/en/",
|
||||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
"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.",
|
"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",
|
"inLanguage": "en-GB",
|
||||||
@@ -101,25 +140,118 @@
|
|||||||
"Automated fact-checking against independent sources",
|
"Automated fact-checking against independent sources",
|
||||||
"Structured situation reports with source attribution and timeline"
|
"Structured situation reports with source attribution and timeline"
|
||||||
],
|
],
|
||||||
"publisher": {
|
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@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": {
|
"offers": {
|
||||||
"@type": "Offer",
|
"@type": "Offer",
|
||||||
"availability": "https://schema.org/InStock",
|
"availability": "https://schema.org/InStock",
|
||||||
"priceCurrency": "EUR",
|
"priceCurrency": "EUR",
|
||||||
"price": "0",
|
"price": "0",
|
||||||
"url": "https://aegis-sight.de/#contact",
|
"url": "https://aegis-sight.de/en/#contact",
|
||||||
"description": "Preise auf Anfrage"
|
"description": "Pricing on request"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -133,6 +265,7 @@
|
|||||||
<li><a href="#features">Features</a></li>
|
<li><a href="#features">Features</a></li>
|
||||||
<li><a href="#demos">Live Reports</a></li>
|
<li><a href="#demos">Live Reports</a></li>
|
||||||
<li><a href="#trust">About Us</a></li>
|
<li><a href="#trust">About Us</a></li>
|
||||||
|
<li><a href="#faq">FAQ</a></li>
|
||||||
<li><a href="#contact">Contact</a></li>
|
<li><a href="#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-extras">
|
<div class="nav-extras">
|
||||||
@@ -154,6 +287,7 @@
|
|||||||
<li><a href="#features">Features</a></li>
|
<li><a href="#features">Features</a></li>
|
||||||
<li><a href="#demos">Live Reports</a></li>
|
<li><a href="#demos">Live Reports</a></li>
|
||||||
<li><a href="#trust">About Us</a></li>
|
<li><a href="#trust">About Us</a></li>
|
||||||
|
<li><a href="#faq">FAQ</a></li>
|
||||||
<li><a href="#contact">Contact</a></li>
|
<li><a href="#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="lang-switcher" role="group" aria-label="Language">
|
<div class="lang-switcher" role="group" aria-label="Language">
|
||||||
@@ -505,6 +639,49 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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 -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -32,11 +32,12 @@
|
|||||||
<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-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org -->
|
<!-- Schema.org NewsArticle (AEO/GEO: quotable live situation report) -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Article",
|
"@type": "NewsArticle",
|
||||||
|
"@id": "https://aegis-sight.de/en/situations/cyber-attacks/#article",
|
||||||
"headline": "Situation report: Cyberattacks on German infrastructure",
|
"headline": "Situation report: Cyberattacks on German infrastructure",
|
||||||
"name": "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-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.",
|
||||||
@@ -45,23 +46,49 @@
|
|||||||
"inLanguage": "en-GB",
|
"inLanguage": "en-GB",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"datePublished": "2026-01-08",
|
"datePublished": "2026-01-08",
|
||||||
"dateModified": "2026-05-10",
|
"dateModified": "2026-05-17",
|
||||||
"articleSection": "Cybersecurity",
|
"articleSection": "Cybersecurity",
|
||||||
"author": {
|
"temporalCoverage": "2024-01-01/..",
|
||||||
"@type": "Organization",
|
"keywords": ["Cyberattack", "Germany", "Critical infrastructure", "KRITIS", "OSINT", "BSI", "Cybersecurity", "Real-time situation report"],
|
||||||
"name": "AegisSight Monitor",
|
"about": [
|
||||||
"url": "https://aegis-sight.de/",
|
{ "@type": "Country", "name": "Germany" },
|
||||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
{ "@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"]
|
||||||
},
|
},
|
||||||
"publisher": {
|
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
}
|
||||||
"url": "https://aegis-sight.de/",
|
</script>
|
||||||
"logo": {
|
<!-- Schema.org Dataset (situation data as machine-readable set) -->
|
||||||
"@type": "ImageObject",
|
<script type="application/ld+json">
|
||||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
{
|
||||||
|
"@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"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,12 @@
|
|||||||
<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: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">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org -->
|
<!-- Schema.org Article (AEO/GEO: quotable research briefing) -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Article",
|
"@type": "Article",
|
||||||
|
"@id": "https://aegis-sight.de/en/situations/deepfakes/#article",
|
||||||
"headline": "Research briefing: Legal status of deepfakes in Germany",
|
"headline": "Research briefing: Legal status of deepfakes in Germany",
|
||||||
"name": "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.",
|
"description": "Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.",
|
||||||
@@ -45,23 +46,23 @@
|
|||||||
"inLanguage": "en-GB",
|
"inLanguage": "en-GB",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"datePublished": "2026-01-08",
|
"datePublished": "2026-01-08",
|
||||||
"dateModified": "2026-05-10",
|
"dateModified": "2026-05-17",
|
||||||
"articleSection": "Law and Regulation",
|
"articleSection": "Law and Regulation",
|
||||||
"author": {
|
"temporalCoverage": "2023-01-01/..",
|
||||||
"@type": "Organization",
|
"keywords": ["Deepfake", "Law", "Germany", "Case law", "Legislation", "AI regulation", "Digital Services Act", "Personality rights"],
|
||||||
"name": "AegisSight Monitor",
|
"about": [
|
||||||
"url": "https://aegis-sight.de/",
|
{ "@type": "Country", "name": "Germany" },
|
||||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
{ "@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"]
|
||||||
},
|
},
|
||||||
"publisher": {
|
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"publisher": { "@id": "https://aegis-sight.de/#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>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,12 @@
|
|||||||
<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, automated fact-checking, geographic mapping and timeline.">
|
||||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org -->
|
<!-- Schema.org NewsArticle (AEO/GEO: quotable live situation report) -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Article",
|
"@type": "NewsArticle",
|
||||||
|
"@id": "https://aegis-sight.de/en/situations/iran-conflict/#article",
|
||||||
"headline": "Situation report: Iran conflict",
|
"headline": "Situation report: Iran conflict",
|
||||||
"name": "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, automated fact-checking, geographic mapping and timeline.",
|
||||||
@@ -45,23 +46,48 @@
|
|||||||
"inLanguage": "en-GB",
|
"inLanguage": "en-GB",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"datePublished": "2026-01-08",
|
"datePublished": "2026-01-08",
|
||||||
"dateModified": "2026-05-10",
|
"dateModified": "2026-05-17",
|
||||||
"articleSection": "International Security",
|
"articleSection": "International Security",
|
||||||
"author": {
|
"temporalCoverage": "2024-04-13/..",
|
||||||
"@type": "Organization",
|
"keywords": ["Iran", "Iran conflict", "Middle East", "OSINT", "real-time situation report", "AI fact-checking", "security situation"],
|
||||||
"name": "AegisSight Monitor",
|
"about": [
|
||||||
"url": "https://aegis-sight.de/",
|
{ "@type": "Place", "name": "Iran" },
|
||||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
{ "@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"]
|
||||||
},
|
},
|
||||||
"publisher": {
|
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
}
|
||||||
"url": "https://aegis-sight.de/",
|
</script>
|
||||||
"logo": {
|
<!-- Schema.org Dataset (situation data as machine-readable set) -->
|
||||||
"@type": "ImageObject",
|
<script type="application/ld+json">
|
||||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
{
|
||||||
|
"@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"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
213
index.html
213
index.html
@@ -32,15 +32,21 @@
|
|||||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org Organization -->
|
<!-- 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">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
|
"@id": "https://aegis-sight.de/#organization",
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||||
"alternateName": "AegisSight",
|
"alternateName": "AegisSight",
|
||||||
"url": "https://aegis-sight.de",
|
"url": "https://aegis-sight.de",
|
||||||
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
||||||
"email": "info@aegis-sight.de",
|
"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.",
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"streetAddress": "Gladbacher Straße 3-5",
|
"streetAddress": "Gladbacher Straße 3-5",
|
||||||
@@ -48,7 +54,24 @@
|
|||||||
"addressLocality": "Langenfeld",
|
"addressLocality": "Langenfeld",
|
||||||
"addressRegion": "Nordrhein-Westfalen",
|
"addressRegion": "Nordrhein-Westfalen",
|
||||||
"addressCountry": "DE"
|
"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>
|
</script>
|
||||||
|
|
||||||
@@ -61,23 +84,38 @@
|
|||||||
<link rel="stylesheet" href="/css/lang-switcher.css">
|
<link rel="stylesheet" href="/css/lang-switcher.css">
|
||||||
<link rel="stylesheet" href="/cookie-consent.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">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
|
"@id": "https://aegis-sight.de/#website",
|
||||||
"name": "AegisSight",
|
"name": "AegisSight",
|
||||||
"alternateName": "AegisSight Monitor",
|
"alternateName": "AegisSight Monitor",
|
||||||
"url": "https://aegis-sight.de/",
|
"url": "https://aegis-sight.de/",
|
||||||
"inLanguage": "de-DE",
|
"inLanguage": "de-DE",
|
||||||
"description": "OSINT-Monitoring aus Deutschland: KI-gestützte Echtzeit-Lagebilder aus offenen Quellen, mit automatischer Faktenprüfung und Quellenbelegen.",
|
"description": "OSINT-Monitoring aus Deutschland: KI-gestützte Echtzeit-Lagebilder aus offenen Quellen, mit automatischer Faktenprüfung und Quellenbelegen.",
|
||||||
"publisher": {
|
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"speakable": {
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
"@type": "SpeakableSpecification",
|
||||||
"url": "https://aegis-sight.de/",
|
"cssSelector": [".hero-tagline", ".feature-statement-text", ".faq-answer"]
|
||||||
"logo": {
|
|
||||||
"@type": "ImageObject",
|
|
||||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -85,6 +123,7 @@
|
|||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "SoftwareApplication",
|
"@type": "SoftwareApplication",
|
||||||
|
"@id": "https://aegis-sight.de/#software",
|
||||||
"name": "AegisSight Monitor",
|
"name": "AegisSight Monitor",
|
||||||
"applicationCategory": "BusinessApplication",
|
"applicationCategory": "BusinessApplication",
|
||||||
"applicationSubCategory": "OSINT Monitoring Software",
|
"applicationSubCategory": "OSINT Monitoring Software",
|
||||||
@@ -101,15 +140,7 @@
|
|||||||
"Automatische Faktenprüfung gegen unabhängige Quellen",
|
"Automatische Faktenprüfung gegen unabhängige Quellen",
|
||||||
"Strukturierte Lagebilder mit Quellenbelegen und Zeitverlauf"
|
"Strukturierte Lagebilder mit Quellenbelegen und Zeitverlauf"
|
||||||
],
|
],
|
||||||
"publisher": {
|
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@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": {
|
"offers": {
|
||||||
"@type": "Offer",
|
"@type": "Offer",
|
||||||
"availability": "https://schema.org/InStock",
|
"availability": "https://schema.org/InStock",
|
||||||
@@ -120,6 +151,107 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -133,6 +265,7 @@
|
|||||||
<li><a href="#features">Funktionen</a></li>
|
<li><a href="#features">Funktionen</a></li>
|
||||||
<li><a href="#demos">Live-Lagebilder</a></li>
|
<li><a href="#demos">Live-Lagebilder</a></li>
|
||||||
<li><a href="#trust">Über uns</a></li>
|
<li><a href="#trust">Über uns</a></li>
|
||||||
|
<li><a href="#faq">Fragen</a></li>
|
||||||
<li><a href="#contact">Kontakt</a></li>
|
<li><a href="#contact">Kontakt</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-extras">
|
<div class="nav-extras">
|
||||||
@@ -154,6 +287,7 @@
|
|||||||
<li><a href="#features">Funktionen</a></li>
|
<li><a href="#features">Funktionen</a></li>
|
||||||
<li><a href="#demos">Live-Lagebilder</a></li>
|
<li><a href="#demos">Live-Lagebilder</a></li>
|
||||||
<li><a href="#trust">Über uns</a></li>
|
<li><a href="#trust">Über uns</a></li>
|
||||||
|
<li><a href="#faq">Fragen</a></li>
|
||||||
<li><a href="#contact">Kontakt</a></li>
|
<li><a href="#contact">Kontakt</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="lang-switcher" role="group" aria-label="Sprache">
|
<div class="lang-switcher" role="group" aria-label="Sprache">
|
||||||
@@ -505,6 +639,49 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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 -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -32,11 +32,12 @@
|
|||||||
<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-OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org -->
|
<!-- Schema.org NewsArticle (AEO/GEO: zitierfähige Live-Lage) -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Article",
|
"@type": "NewsArticle",
|
||||||
|
"@id": "https://aegis-sight.de/lagen/cyberangriffe/#article",
|
||||||
"headline": "Lagebild Cyberangriffe auf deutsche Infrastruktur",
|
"headline": "Lagebild Cyberangriffe auf deutsche Infrastruktur",
|
||||||
"name": "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-OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.",
|
||||||
@@ -45,23 +46,49 @@
|
|||||||
"inLanguage": "de-DE",
|
"inLanguage": "de-DE",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"datePublished": "2026-01-08",
|
"datePublished": "2026-01-08",
|
||||||
"dateModified": "2026-05-10",
|
"dateModified": "2026-05-17",
|
||||||
"articleSection": "Cybersicherheit",
|
"articleSection": "Cybersicherheit",
|
||||||
"author": {
|
"temporalCoverage": "2024-01-01/..",
|
||||||
"@type": "Organization",
|
"keywords": ["Cyberangriff", "Deutschland", "Kritische Infrastruktur", "KRITIS", "OSINT", "BSI", "Cybersicherheit", "Echtzeit-Lagebild"],
|
||||||
"name": "AegisSight Monitor",
|
"about": [
|
||||||
"url": "https://aegis-sight.de/",
|
{ "@type": "Country", "name": "Deutschland" },
|
||||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
{ "@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"]
|
||||||
},
|
},
|
||||||
"publisher": {
|
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
}
|
||||||
"url": "https://aegis-sight.de/",
|
</script>
|
||||||
"logo": {
|
<!-- Schema.org Dataset (Lagebild-Daten als maschinenlesbares Set) -->
|
||||||
"@type": "ImageObject",
|
<script type="application/ld+json">
|
||||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
{
|
||||||
|
"@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"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,12 @@
|
|||||||
<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: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">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org -->
|
<!-- Schema.org Article (AEO/GEO: zitierfähiges Recherche-Briefing) -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Article",
|
"@type": "Article",
|
||||||
|
"@id": "https://aegis-sight.de/lagen/deepfakes/#article",
|
||||||
"headline": "Recherche: Rechtliche Lage von Deepfakes in Deutschland",
|
"headline": "Recherche: Rechtliche Lage von Deepfakes in Deutschland",
|
||||||
"name": "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.",
|
"description": "Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.",
|
||||||
@@ -45,23 +46,23 @@
|
|||||||
"inLanguage": "de-DE",
|
"inLanguage": "de-DE",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"datePublished": "2026-01-08",
|
"datePublished": "2026-01-08",
|
||||||
"dateModified": "2026-05-10",
|
"dateModified": "2026-05-17",
|
||||||
"articleSection": "Recht und Regulierung",
|
"articleSection": "Recht und Regulierung",
|
||||||
"author": {
|
"temporalCoverage": "2023-01-01/..",
|
||||||
"@type": "Organization",
|
"keywords": ["Deepfake", "Recht", "Deutschland", "Rechtsprechung", "Gesetzgebung", "KI-Regulierung", "Digital Services Act", "Persönlichkeitsrechte"],
|
||||||
"name": "AegisSight Monitor",
|
"about": [
|
||||||
"url": "https://aegis-sight.de/",
|
{ "@type": "Country", "name": "Deutschland" },
|
||||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
{ "@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"]
|
||||||
},
|
},
|
||||||
"publisher": {
|
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"publisher": { "@id": "https://aegis-sight.de/#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>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,12 @@
|
|||||||
<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: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">
|
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||||
|
|
||||||
<!-- Schema.org -->
|
<!-- Schema.org NewsArticle (AEO/GEO: zitierfähige Live-Lage) -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Article",
|
"@type": "NewsArticle",
|
||||||
|
"@id": "https://aegis-sight.de/lagen/iran-konflikt/#article",
|
||||||
"headline": "Lagebild Iran-Konflikt",
|
"headline": "Lagebild Iran-Konflikt",
|
||||||
"name": "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.",
|
"description": "Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.",
|
||||||
@@ -45,23 +46,48 @@
|
|||||||
"inLanguage": "de-DE",
|
"inLanguage": "de-DE",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"datePublished": "2026-01-08",
|
"datePublished": "2026-01-08",
|
||||||
"dateModified": "2026-05-10",
|
"dateModified": "2026-05-17",
|
||||||
"articleSection": "Internationale Sicherheitslage",
|
"articleSection": "Internationale Sicherheitslage",
|
||||||
"author": {
|
"temporalCoverage": "2024-04-13/..",
|
||||||
"@type": "Organization",
|
"keywords": ["Iran", "Iran-Konflikt", "Naher Osten", "OSINT", "Echtzeit-Lagebild", "KI-Faktencheck", "Sicherheitslage"],
|
||||||
"name": "AegisSight Monitor",
|
"about": [
|
||||||
"url": "https://aegis-sight.de/",
|
{ "@type": "Place", "name": "Iran" },
|
||||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
{ "@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"]
|
||||||
},
|
},
|
||||||
"publisher": {
|
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||||
"@type": "Organization",
|
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
}
|
||||||
"url": "https://aegis-sight.de/",
|
</script>
|
||||||
"logo": {
|
<!-- Schema.org Dataset (Lagebild-Daten als maschinenlesbares Set) -->
|
||||||
"@type": "ImageObject",
|
<script type="application/ld+json">
|
||||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
{
|
||||||
|
"@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"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
69
llms.txt
69
llms.txt
@@ -1,16 +1,50 @@
|
|||||||
# AegisSight - OSINT-Monitoring aus Deutschland
|
# AegisSight – OSINT-Monitoring aus Deutschland
|
||||||
|
|
||||||
> AegisSight Monitor liefert KI-gestuetzte Echtzeit-Lagebilder aus offenen
|
> AegisSight Monitor ist eine KI-gestützte OSINT-Monitoring-Software aus
|
||||||
> Quellen. Hunderte Quellen werden kontinuierlich ueberwacht, jede zentrale
|
> Deutschland, die hunderte offene Quellen rund um die Uhr auswertet und
|
||||||
> Behauptung wird automatisch gegen unabhaengige Quellen geprueft. Die
|
> daraus strukturierte Echtzeit-Lagebilder mit automatischer Faktenprüfung
|
||||||
> Lagen-Daten der Live-Lagebilder werden alle 5 Minuten aktualisiert.
|
> erzeugt. Anbieter: AegisSight UG (haftungsbeschränkt), Langenfeld (NRW).
|
||||||
|
> Kontakt: info@aegis-sight.de.
|
||||||
|
|
||||||
Anbieter: AegisSight UG (haftungsbeschraenkt), Langenfeld, Deutschland.
|
Sprachen der Inhalte: Deutsch und Englisch.
|
||||||
Kontakt: info@aegis-sight.de
|
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.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Hauptseiten
|
## Hauptseiten
|
||||||
|
|
||||||
- [Startseite (DE)](https://aegis-sight.de/): Produktuebersicht, Hero-Video-Slider, Live-Demos der Lagebilder
|
- [Startseite (DE)](https://aegis-sight.de/): Produktübersicht, FAQ, Live-Demos der Lagebilder
|
||||||
- [Startseite (EN)](https://aegis-sight.de/en/): Same content, English version
|
- [Startseite (EN)](https://aegis-sight.de/en/): Same content, English version
|
||||||
- [Impressum (DE)](https://aegis-sight.de/impressum.html)
|
- [Impressum (DE)](https://aegis-sight.de/impressum.html)
|
||||||
- [Legal notice (EN)](https://aegis-sight.de/en/legal-notice.html)
|
- [Legal notice (EN)](https://aegis-sight.de/en/legal-notice.html)
|
||||||
@@ -19,11 +53,11 @@ Kontakt: info@aegis-sight.de
|
|||||||
|
|
||||||
## Live-Lagebilder
|
## Live-Lagebilder
|
||||||
|
|
||||||
- [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-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 Conflict (EN)](https://aegis-sight.de/en/situations/iran-conflict/)
|
- [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 Behoerden, Unternehmen und kritische Infrastruktur
|
- [Cyberangriffe auf deutsche Infrastruktur (DE)](https://aegis-sight.de/lagen/cyberangriffe/): Live-Lagebild zu Cyberangriffen gegen deutsche Behörden, Unternehmen und kritische Infrastruktur.
|
||||||
- [Cyberattacks (EN)](https://aegis-sight.de/en/situations/cyber-attacks/)
|
- [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/)
|
- [Legal status of deepfakes in Germany (EN)](https://aegis-sight.de/en/situations/deepfakes/)
|
||||||
|
|
||||||
## Maschinen-Indizes
|
## Maschinen-Indizes
|
||||||
@@ -31,13 +65,8 @@ Kontakt: info@aegis-sight.de
|
|||||||
- [Sitemap (XML)](https://aegis-sight.de/sitemap.xml)
|
- [Sitemap (XML)](https://aegis-sight.de/sitemap.xml)
|
||||||
- [robots.txt](https://aegis-sight.de/robots.txt)
|
- [robots.txt](https://aegis-sight.de/robots.txt)
|
||||||
|
|
||||||
## Optional
|
## Hinweis für KI-Crawler
|
||||||
|
|
||||||
Hinweis fuer KI-Crawler:
|
- 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.
|
||||||
- Live-Search-Bots (OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot)
|
- Training-Bots (GPTBot, CCBot, anthropic-ai, Google-Extended, ...) sind geblockt: AegisSight-Inhalte sollen nicht in Trainingsdaten von LLM-Anbietern landen.
|
||||||
sind in robots.txt erlaubt - die Lagen koennen also live in KI-Antworten
|
- Beim Zitieren bitte URL und Stand-Datum (aus dem jeweiligen Lagebild) mit angeben.
|
||||||
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.
|
|
||||||
|
|||||||
24
sitemap.xml
24
sitemap.xml
@@ -4,7 +4,7 @@
|
|||||||
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/</loc>
|
<loc>https://aegis-sight.de/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/en/</loc>
|
<loc>https://aegis-sight.de/en/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/lagen/iran-konflikt/</loc>
|
<loc>https://aegis-sight.de/lagen/iran-konflikt/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/en/situations/iran-conflict/</loc>
|
<loc>https://aegis-sight.de/en/situations/iran-conflict/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/lagen/cyberangriffe/</loc>
|
<loc>https://aegis-sight.de/lagen/cyberangriffe/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/en/situations/cyber-attacks/</loc>
|
<loc>https://aegis-sight.de/en/situations/cyber-attacks/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/lagen/deepfakes/</loc>
|
<loc>https://aegis-sight.de/lagen/deepfakes/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.7</priority>
|
<priority>0.7</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/en/situations/deepfakes/</loc>
|
<loc>https://aegis-sight.de/en/situations/deepfakes/</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.7</priority>
|
<priority>0.7</priority>
|
||||||
<image:image>
|
<image:image>
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/impressum.html</loc>
|
<loc>https://aegis-sight.de/impressum.html</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>yearly</changefreq>
|
<changefreq>yearly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/en/legal-notice.html</loc>
|
<loc>https://aegis-sight.de/en/legal-notice.html</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>yearly</changefreq>
|
<changefreq>yearly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/datenschutz.html</loc>
|
<loc>https://aegis-sight.de/datenschutz.html</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>yearly</changefreq>
|
<changefreq>yearly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://aegis-sight.de/en/privacy.html</loc>
|
<loc>https://aegis-sight.de/en/privacy.html</loc>
|
||||||
<lastmod>2026-05-10</lastmod>
|
<lastmod>2026-05-17</lastmod>
|
||||||
<changefreq>yearly</changefreq>
|
<changefreq>yearly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren