{{ title }}

Generated: {{ generated_at }} | Phoenix AGI System

Threat Overview

{{ cyber_threats.by_severity.critical|default(0) if cyber_threats else 0 }}
Critical
{{ cyber_threats.by_severity.high|default(0) if cyber_threats else 0 }}
High
{{ cyber_threats.by_severity.medium|default(0) if cyber_threats else 0 }}
Medium
{{ (cyber_threats.threats|length) if cyber_threats and cyber_threats.threats else 0 }}
Total Indicators
{{ outages.ongoing_count|default(0) if outages else 0 }}
Active Outages

Cyber Threats

{% if cyber_threats and cyber_threats.threats %}

Severity Distribution

Threat Types

{% if cyber_threats.by_type %} {% for type_name, count in cyber_threats.by_type.items() %} {% endfor %}
TypeCount
{{ type_name }} {{ count }}
{% else %}

No threat type breakdown available.

{% endif %}

Threat Indicators

{% for t in cyber_threats.threats[:20] %} {% endfor %}
SeverityIndicatorTypeThreatFirst Seen
{{ t.severity|default('unknown') }} {{ (t.indicator or '')[:40] }} {{ t.type|default(t.indicator_type|default('')) }} {{ (t.threat or '')[:30] }} {{ (t.first_seen or '')[:10] }}
{% else %}

No cyber threat data available.

{% endif %}

Conflict Events

{% if conflict_events %}
{% for e in conflict_events[:15] %} {% endfor %}
DateTypeCountryLocationFatalities
{{ (e.event_date or '')[:10] }} {{ e.event_type|default('') }} {{ e.country|default('') }} {{ e.location|default('') }} {{ e.fatalities|default(0) }}
{% else %}

No conflict events reported.

{% endif %}

Military Activity

{% if military_activity %}
{% if military_activity.theaters %} {% for theater_name, theater_data in military_activity.theaters.items() %}

{{ theater_name }}

{% if theater_data is mapping %} {% for key, val in theater_data.items() %} {% endfor %}
MetricValue
{{ key.replace('_', ' ')|title }} {{ val }}
{% else %}

{{ theater_data }}

{% endif %}
{% endfor %} {% endif %}

Summary

{{ military_activity.total_military_aircraft|default(0) }}
Military Aircraft Tracked
{% else %}

No military activity data available.

{% endif %}

Submarine Cable Health

{% if cable_health and cable_health.corridors %}
{% for corridor_name, corridor_data in cable_health.corridors.items() %}

{{ corridor_name }}

{% if corridor_data is mapping %} {% for key, val in corridor_data.items() %} {% endfor %}
{{ key.replace('_', ' ')|title }} {{ val }}
{% else %}

{{ corridor_data }}

{% endif %}
{% endfor %}
{% else %}

No cable health data available.

{% endif %}

Infrastructure Outages

{% if outages and outages.outages %}
{% for o in outages.outages[:15] %} {% endfor %}
ServiceStatusRegionSinceImpact
{{ o.service|default(o.name|default('')) }} {{ o.status|default('unknown') }} {{ o.region|default('') }} {{ (o.since or o.started or '')[:16] }} {{ o.impact|default('') }}
{% else %}

No active outages reported.

{% endif %}