1. Executive summary
On 13 July 2026, the UK NCSC and 18 agencies from 12 countries published a joint advisory attributing ongoing, opportunistic exploitation of poorly configured routers and network devices to Centre 16 of Russia's FSB. The actor — widely tracked under multiple aliases including Berserk Bear, Energetic Bear, and Dragonfly — is scanning the internet for devices using default or weak SNMP credentials and has additionally exploited known Cisco vulnerabilities, the Smart Install (SMI) feature, and web-portal flaws to seize control of network devices. Sectors explicitly flagged as most at risk include communications, defence, energy, financial services, government, and healthcare. The advisory coincides with UK sanctions against 24 individuals and entities and the formal EU/UK attribution of a December 2025 attack on Poland's energy grid to FSB Centre 16. Attribution to "Russian state cyber actors" is unconfirmed per MITRE ATT&CK (no profile available); the alias cluster and FSB Centre 16 designation rest on government attribution rather than independent technical corroboration.
2. Regulatory framing
| Article | Trigger (the fact in this item) | Practical impact |
|---|---|---|
| DORA Art. 17: ICT-related incident management process | Active targeting of financial services sector by state actors exploiting network device weaknesses engages incident management obligations. | Firms must ensure detection and response processes cover network device compromise scenarios, including SNMP-based access. |
| DORA Art. 18: classification of ICT-related incidents and cyber threats | A named state actor targeting CNI sectors constitutes a cyber threat requiring classification. | Threat should be classified per the firm's ICT incident taxonomy; state-actor targeting of network infrastructure warrants elevated classification. |
| DORA Art. 24: digital operational resilience testing — general requirements | Advisory identifies specific weak configurations (legacy SNMP, default passwords, exposed management protocols) as exploitable attack surface. | Resilience testing programmes should include network device configuration audits and SNMP exposure assessments. |
| NIS2 Art. 21(2)(d): supply chain security measures | Exploitation of vendor-specific vulnerabilities (Cisco SMI, Cisco device CVEs, web-portal flaws) represents supply-chain-relevant risk in network infrastructure. | Organisations should assess network device vendor exposure as part of supply chain security measures. |
| UK NIS 2018: UK Network and Information Systems Regulations — OES/RDSP duties | NCSC explicitly urges CNI operators to act; sectors named include energy and financial services. | UK OES and RDSP operators should treat this advisory as a trigger for reviewing network device security posture and reporting as appropriate. |
3. Technical analysis & attack chain
Attribution caveat: The advisory attributes activity to "Russian state cyber actors" and specifically to FSB Centre 16. The verified reference data contains no MITRE ATT&CK profile for "Russian state cyber actors," so this attribution is treated as unconfirmed. The actor is referred to under at least six aliases — Berserk Bear, Energetic Bear, Crouching Yeti, Dragonfly, Ghost Blizzard, and Static Tundra — indicating multi-vendor tracking but also potential for conflated activity clusters. Attribution rests on government statements (single-sourced to the NCSC-led advisory; verify before enforcement).
Confirmed attack chain (per advisory)
- Internet-wide scanning for vulnerable SNMP configurations. The actor scans for network devices still using default or weak SNMP passwords and community strings. SNMP is the primary reconnaissance and initial-compromise vector.
- Router compromise via SNMP. Devices with weak/default SNMP community strings (e.g.,
public,private) are compromised. The advisory does not specify whether SNMPv1, SNMPv2c, or SNMPv3 is implicated, but the mitigation recommendation to use SNMPv3 and disable legacy versions implies SNMPv1/v2c are the exploitable variants. - Exploitation of known Cisco device vulnerabilities. The actor has exploited well-known vulnerabilities in Cisco devices. The advisory does not name specific CVEs. No CVSS scores, CISA-KEV states, or specific CVE identifiers are available in the source material.
- Exploitation of Cisco Smart Install (SMI). The SMI feature has been abused to gain control of network devices. SMI is a legacy Cisco feature (TCP port 4786) designed for zero-touch provisioning; its misuse for device takeover is a known historical technique. No specific CVE is cited in the advisory.
- Exploitation of web-portal flaws. The actor has exploited web management portal vulnerabilities on network devices to gain control. No specific products, CVEs, or flaw details are provided.
- Post-compromise activity. The advisory does not describe specific post-compromise actions (persistence, lateral movement, data exfiltration, or impact) beyond "gaining control of network devices." The December 2025 Poland energy grid attack — attributed to the same actor — is described as potentially capable of causing 500,000 civilians to lose electricity, indicating operational impact capability against ICS/OT environments, though technical details of that incident are not provided.
Technical specifics from the source
- Protocol abused: SNMP (weak/default community strings and passwords)
- Vendor-specific vectors: Cisco device vulnerabilities (unnamed CVEs); Cisco Smart Install (SMI); web-portal flaws
- Sectors targeted: Communications, defence, energy, financial services, government, healthcare
- Geographic scope: Global
- Recommended mitigations: SNMPv3 with strong/unique passwords; disable legacy SNMP; restrict management protocol access; Cyber Essentials certification; Cyber Assessment Framework
What is NOT in the source: No specific CVEs, no CVSS scores, no CISA-KEV entries, no IOCs (IPs, domains, hashes, filenames), no malware names, no command-line artefacts, no registry keys, no specific Cisco product versions, no post-compromise TTPs beyond device takeover, and no technical detail on the Poland energy grid attack.
4. Mitigation & containment
P1 — Within 24 hours
- Audit SNMP exposure. Identify all network devices with SNMP enabled. Determine which are running SNMPv1 or SNMPv2c and which use default or weak community strings (
public,private, or dictionary-guessable values). - Cisco IOS:show snmp host,show snmp community- Check firewall rules for SNMP (UDP 161/162) exposure to the internet. - Disable or restrict SNMP on internet-facing devices. If SNMP is not required on external interfaces, block UDP 161/162 at the perimeter. If required, restrict to specific management host IPs.
- Disable Cisco Smart Install (SMI) where not needed. - Cisco IOS:
no vstack(global config); verify withshow vstack- Block TCP 4786 at access controls. - Restrict access to all network device management protocols (SSH, Telnet, HTTP/HTTPS management, SNMP) to management VLANs or bastion hosts only. Ensure no management interface is internet-reachable.
P2 — Within 72 hours
- Migrate to SNMPv3. Configure SNMPv3 with authentication and privacy (authPriv mode), strong unique passwords, and non-default engine IDs. Disable SNMPv1 and SNMPv2c globally. - Cisco IOS example:
snmp-server group <group> v3 priv read <view> write <view>, thenno snmp-server community <old-string> - Inventory and patch Cisco devices. Cross-reference the Cisco security advisory catalogue for known router/switch vulnerabilities applicable to deployed versions. Prioritise any CVEs affecting devices with internet-facing management interfaces.
- Audit web management portals. Review all network device web management interfaces for exposure. Disable HTTP/HTTPS management where CLI access suffices; enforce HTTPS with valid certificates where portal access is required.
- Enforce strong, unique passwords on all network devices — not just SNMP. Rotate any credentials that may have been weak or shared across devices.
P3 — Within 7 days
- Network device hardening baseline. Establish or update a configuration standard for all network infrastructure: SNMPv3 only, management ACLs, disabled unused services (SMI, Telnet, HTTP device management, CDP where unnecessary), and logging to a central SIEM.
- Detection capability. Ensure network device authentication logs, SNMP access logs, and configuration change logs are forwarded to the SIEM. Create alerts for: SNMP access from non-management subnets, configuration changes outside change windows, and SMI protocol activity (TCP 4786).
- Cyber Essentials / Cyber Assessment Framework. The NCSC explicitly recommends obtaining Cyber Essentials certification and using the updated Cyber Assessment Framework to assess security maturity. UK-regulated entities should treat this as a priority.
5. Indicators of compromise
No indicators of compromise available in the source material.
6. Detection
The source material does not provide specific IOCs, file artefacts, command-line strings, registry keys, mutex names, or malware signatures. However, the advisory identifies specific behavioural and protocol-level indicators that can be operationalised as network detection rules.
Sigma rule — SNMP access from non-management source (behavioural indicator derived from advisory TTPs)
title: Suspicious SNMP Access to Network Device from Non-Management Network
id: 7a3c1f2e-2026-0713-0001
status: experimental
description: >
Detects SNMP queries to network devices from source IPs outside known management
subnets. Derived from NCSC advisory on FSB Centre 16 scanning for weak SNMP
configurations on routers and network devices.
author: Adverse Trace
date: 2026/07/13
references:
- https://www.ncsc.gov.uk/news/uk-and-allies-urge-critical-sectors-to-improve-defences-against-russian-intelligence-targeting
logsource:
product: firewall
service: connection
detection:
selection:
destination_port:
- 161
- 162
protocol: udp
filter_management:
source_ip|cidr:
- "10.0.0.0/8"
- "172.16.0.0/12"
- "192.168.0.0/16"
condition: selection and not filter_management
falsepositives:
- Legitimate monitoring systems with non-RFC1918 addresses
- Cloud-based NMS platforms
level: medium
Sigma rule — Cisco Smart Install protocol activity (TCP 4786)
title: Cisco Smart Install Protocol Activity on Network
id: 7a3c1f2e-2026-0713-0002
status: experimental
description: >
Detects TCP 4786 (Cisco Smart Install) traffic, which FSB Centre 16 actors have
exploited to gain control of network devices. SMI should be disabled in most
environments; any traffic on this port warrants investigation.
author: Adverse Trace
date: 2026/07/13
references:
- https://www.ncsc.gov.uk/news/uk-and-allies-urge-critical-sectors-to-improve-defences-against-russian-intelligence-targeting
logsource:
product: firewall
service: connection
detection:
selection:
destination_port: 4786
protocol: tcp
condition: selection
falsepositives:
- Legitimate zero-touch provisioning in staging environments (should not exist in production)
level: high
Note: These are behavioural detections derived from the advisory's described TTPs, not signature-based rules tied to specific IOCs. Tune the management-subnet filter to your environment. The SNMP detection rule should be adjusted to whitelist known NMS/monitoring system IPs rather than relying solely on RFC1918 ranges.
7. Sources
- NCSC (UK) — "UK and Allies urge critical sectors to improve defences against Russian intelligence targeting" — https://www.ncsc.gov.uk/news/uk-and-allies-urge-critical-sectors-to-improve-defences-against-russian-intelligence-targeting — Published 2026-07-13. Joint advisory co-sealed by agencies from Australia, Canada, Czech Republic, Denmark, Estonia, Finland, France, Italy, New Zealand, Poland, Sweden, and the United States (18 agencies, 12 countries).
8. Adverse Trace position
This is a high-severity advisory for EMEA financial services clients, despite the absence of specific CVEs or IOCs. The threat actor cluster (FSB Centre 16 / Berserk Bear / Energetic Bear / Dragonfly et al.) has a documented history of targeting energy and CNI sectors, and the advisory explicitly names financial services as a target sector. The attack techniques described — SNMP scanning, Cisco SMI exploitation, web-portal compromise — are low-complexity, opportunistic, and effective against organisations that have not hardened network device configurations. Attribution to Russian state actors is unconfirmed per MITRE ATT&CK (no profile); the advisory is single-sourced to government statements — verify before enforcement. Clients should treat the P1 mitigations (SNMP audit, SMI disablement, management interface restriction) as immediate priorities regardless of sector. Adverse Trace will monitor for the full joint advisory text and any accompanying IOC packages from the 18 co-sealing agencies and will issue a supplemental advisory if technical indicators are published.
Published via PulseTrace — Adverse Trace threat intelligence.