FSB Center 16: 13 Nations Warn of Russia's Static Tundra Router Espionage Campaign

Retool's new app builder is where AI-generated code ships safely
Building apps with AI is easy. Getting them to production safely is another story.
Nineteen agencies from 13 countries issued a joint advisory on July 13, 2026, attributing over 16 years of router espionage against critical infrastructure to Russia's Federal Security Service signals intelligence unit, Military Unit 71330, tracked as FSB Center 16. The group has compromised energy grids, government networks, defense contractors, and healthcare providers across the United States and allied nations by exploiting a single vulnerability class that organizations continue to ignore: default SNMP community strings on internet-facing routers.
FSB Center 16 is the FSB's signals intelligence collection arm, distinct from GRU disruption units like Sandworm and APT28/Fancy Bear. Where those groups focus on destructive operations and influence campaigns, FSB Center 16's primary mission is persistent, quiet collection: steal router configurations, read network traffic, and maintain long-term access without triggering incident response. Cisco Talos tracks the group as Static Tundra. CrowdStrike tracks it as Berserk Bear. Older industry names include Energetic Bear, Dragonfly, Crouching Yeti, and Ghost Blizzard.
The FSB Center 16 router attack technique requires no zero-day vulnerability and no advanced tooling. Attackers scan the internet for routers accepting the SNMP community string "public," the factory default on a significant share of enterprise networking hardware deployed over the past 20 years. A single SNMP Set-Request targeting Cisco's CISCO-CONFIG-COPY-MIB then copies the device's running configuration to an attacker-controlled server. That configuration file contains network topology, VPN parameters, and credentials stored in reversible hash formats.
The July 13 advisory from NSA, CISA, FBI, DC3, and 15 partner agencies confirms the campaign is active right now, targeting organizations that have treated perimeter routers as set-and-forget infrastructure for years. Your organization's router configurations are the target.
Who Is FSB Center 16?
FSB Center 16 is Russia's Federal Security Service Center for Information Security, Military Unit 71330, the FSB's designated signals intelligence and electronic intelligence collection unit. The Department of Justice indicted three FSB Center 16 officers in 2022 for their roles in a campaign targeting energy sector organizations, making it one of the few Russian state hacking groups with named individuals facing federal charges.
The group's operational history runs from at least 2010 to the present. Western intelligence agencies and private threat researchers have tracked its activities under overlapping names reflecting different analytical perspectives rather than distinct sub-groups. Cisco Talos assigned the designation Static Tundra to this year's advisory activity. CrowdStrike's historical tracking uses Berserk Bear. Dragos and other ICS-focused firms used Dragonfly and Energetic Bear during the 2012-2014 energy sector campaign. The NCSC uses Crouching Yeti. Microsoft Threat Intelligence tracks the group as Ghost Blizzard.
FSB Center 16 occupies a specific role in Russia's offensive cyber hierarchy. The GRU's Sandworm unit (Unit 74455) executes destructive operations, deploying wipers and causing kinetic-equivalent damage. APT28/Fancy Bear (Unit 26165) conducts influence operations and credential theft supporting political objectives. FSB Center 16's mandate is persistent intelligence collection: mapping critical infrastructure networks, reading operational data, and maintaining long-term quiet access that survives routine security reviews.
The December 2025 destructive attack against 30+ Polish wind farms, solar facilities, and heating plants, using malware variants DynoWiper and LazyWiper, marks a documented departure from the intelligence collection mission. The July 2026 advisory cites this expansion as evidence that critical infrastructure targeting by nation-states has reached an operational threshold requiring immediate defensive response.
“Organizations should assume that perimeter devices will eventually be compromised. The question is whether you can detect it and respond before the attacker collects everything they came for.”
Louis Eichenbaum, ColorTokens, responding to CISA Advisory AA26-194A
How Does FSB Center 16 Compromise Network Devices?
FSB Center 16's primary exploitation technique requires no custom exploit code and no target-specific research. The attack begins with internet-scale scanning for SNMP-enabled routers accepting default or weak community strings. The community string "public" is the factory default on a significant percentage of Cisco, Juniper, and third-party enterprise networking hardware shipped over the past 20 years.
When a target router is identified with a writable SNMP community, attackers issue an SNMP Set-Request targeting the Cisco CISCO-CONFIG-COPY-MIB at OID 1.3.6.1.4.1.9.9.96. This MIB implements the router's legitimate configuration backup function. The attacker's request instructs the device to copy its running configuration over TFTP to an attacker-controlled server. The device complies because SNMP Set-Requests are authenticated only by the community string, and the community string is "public."
The configuration file that arrives on the attacker's server contains the entire network topology: interface addresses, routing tables, VPN parameters, VLAN configurations, access control lists, and user credentials stored as hash values. Cisco Type 7 and Type 0 passwords are trivially reversible using free online tools. Type 4 passwords use a flawed SHA-256 implementation without a salt and are crackable via rainbow tables. Only Type 8 (PBKDF2-SHA-256) and Type 9 (scrypt) provide meaningful resistance.
The secondary technique exploits CVE-2018-0171, a CVSS 9.8 buffer overflow in Cisco's Smart Install feature on TCP port 4786. Smart Install was enabled by default on Cisco Catalyst switches and IOS XE devices across multiple product generations. The NSA estimated roughly 250,000 devices were exposed at initial disclosure in 2018. End-of-life devices remain unpatched because no patch path exists.
After initial access, attackers create rogue local accounts with Telnet access, weaken TACACS+ logging to reduce SOC visibility, and build GRE tunnels that redirect network traffic through attacker infrastructure for passive signals collection.
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
FSB Center 16 TTPs Mapped to MITRE ATT&CK
CISA Advisory AA26-194A and analysis from Picus Security, Cisco Talos, and AttackIQ document FSB Center 16's techniques against the MITRE ATT&CK framework. The attack chain maps from initial reconnaissance through persistence and collection, with limited technique evolution over 16 years because the underlying vulnerability class, default credentials on network infrastructure, remains unaddressed at scale.
Initial Access and Discovery: T1595.001, T1595.002 (Active Scanning) — internet-scale scanning for SNMP-enabled devices accepting default community strings, using Shodan/Censys-style dataset aggregation. T1602.001 (Data from Configuration Repository: SNMP) — direct extraction of router running-configurations via SNMP Set-Requests to CISCO-CONFIG-COPY-MIB.
Execution and Exploitation: T1190 (Exploit Public-Facing Application) — exploitation of CVE-2018-0171 against TCP/4786. T1569 (System Services) — execution via SNMP-triggered service calls. T1027 (Obfuscation) — SNMP requests originate from spoofed source IPs, exploiting UDP's stateless nature to obscure attacker infrastructure.
Persistence: T1098 (Account Manipulation) — creation of rogue local accounts with Telnet access on compromised routers. T1601 (Modify System Image) — deployment of SYNful Knock firmware implant, providing persistence that survives device reboots and standard remediation attempts.
Credential Access: T1003 (Credential Dumping) — extraction of Type 0, 4, and 7 password hashes from stolen configuration files. T1602.002 (Data from Configuration Repository) — collection of TACACS+ server addresses and shared secrets.
Exfiltration and Collection: T1048, T1071, T1090 — TFTP exfiltration to attacker infrastructure, GRE tunnel construction for passive traffic interception, and proxy infrastructure to obscure origin. Russian APT power grid attacks documented earlier in 2026 used a comparable infrastructure-access pattern, though targeting operational technology networks directly rather than router configuration files.
SNMP Scan and Config Theft
Internet-scale scanning identifies routers accepting the default SNMP community string 'public.' A single SNMP Set-Request to CISCO-CONFIG-COPY-MIB triggers TFTP copy of the running config to an attacker-controlled server. No exploit code required.
Persistence via Firmware and Rogue Accounts
SYNful Knock implant written into router firmware provides reboot-persistent access. Rogue local accounts with Telnet access are created. TACACS+ logging weakened to reduce SOC visibility into device authentication events.
Long-term SIGINT via GRE Tunnels
GRE tunnels redirect network traffic through attacker-controlled infrastructure for passive interception. Collected data includes VPN traffic, OT/ICS communications, and inter-agency coordination data, the FSB's primary signals intelligence collection objective.
Infrastructure, Tooling, and Known IOCs
FSB Center 16's technical indicators span network ports, SNMP object identifiers, firmware implant artifacts, and behavioral signals detectable independent of specific IP addresses, which rotate frequently across the group's proxy infrastructure.
The primary network indicator is any inbound SNMP Set-Request targeting OID 1.3.6.1.4.1.9.9.96 (the CISCO-CONFIG-COPY-MIB namespace) from non-management addresses. Legitimate network monitoring systems do not initiate config-copy operations via SNMP Set from external sources. Any inbound Set-Request to this OID prefix from an unexpected address is a high-fidelity indicator of this specific technique.
The secondary indicator is outbound TFTP traffic (UDP/69) originating from network device IP addresses rather than endpoints or servers. Network devices should not initiate TFTP sessions to internet addresses. Any such session warrants immediate investigation.
TCP/4786 inbound connections from non-management ranges indicate Smart Install exploitation attempts against CVE-2018-0171. In most environments, no external traffic should reach this port.
SYNful Knock, the firmware persistence implant deployed post-compromise, identifies itself through a non-standard HTTP challenge/response backdoor behavior on TCP/80. Cisco Talos published detection signatures in 2015; firmware integrity validation using Cisco's IOS integrity checker remains the authoritative confirmation method since the implant survives reboots.
FSB Center 16 uses leased server infrastructure and proxy chains for TFTP exfiltration destinations. Specific IP addresses from any advisory have a short operational lifespan. Behavioral detection on OID patterns, port activity, and exfiltration events provides more durable coverage than IP-based blocklists.
Subscribe to unlock Indicators of Compromise
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Notable Campaigns and Confirmed Victims
FSB Center 16's operational history includes three campaign phases with confirmed victim organizations, a DOJ indictment, and an expansion into destructive operations in the months before the July 2026 advisory.
The 2012-2014 Dragonfly/Havex phase infected over 17,000 devices across energy sector organizations in the United States and Europe through a supply chain compromise that trojanized legitimate ICS software installers. The campaign gave the group access to operational technology networks supporting power generation and transmission infrastructure. The FBI assessed in its 2018 follow-up advisory that the group had pre-positioned to cause disruptions to U.S. electrical distribution.
Wolf Creek Nuclear Operating Corporation in Kansas confirmed a business network compromise attributed to FSB Center 16, the only publicly named U.S. nuclear facility victim. The group stopped short of operational network access in that incident, consistent with the intelligence collection mission.
The 2022 DOJ indictment named three FSB officers from Military Unit 71330: Pavel Akulov, Mikhail Gavrilov, and Marat Tyukov. All three face federal charges related to the energy sector campaign. All three remain in Russia and are outside U.S. legal jurisdiction.
The December 29, 2025 Polish incident marks the documented shift toward destructive operations. Over 30 wind farm, solar energy, and district heating facilities in Poland were hit with DynoWiper and LazyWiper, destructive malware variants designed to overwrite disk data and prevent recovery. The Polish ABW attributed the attack to FSB Center 16. This is the first confirmed destructive deployment by a unit previously associated exclusively with intelligence collection, and it validates the July 2026 advisory's elevated warning posture.
Sigma Detection Rules for FSB Center 16 Router Espionage
No CVE-specific Sigma rule exists for CVE-2018-0171 (Cisco Smart Install RCE) in the current SigmaHQ stable corpus. The vulnerability has been patched since 2018 and most active Sigma development targets post-exploitation behaviors rather than the initial exploit delivery. The two rules below target the behaviors FSB Center 16 produces after gaining access: SNMP OID reconnaissance captured via honeypot telemetry, and Cisco device 802.1X authentication disablement, a post-compromise configuration change the group makes to weaken network access controls.
Deploy the SNMP OID rule to any OpenCanary honeypot node configured with SNMP service enabled. Deploying an SNMP-capable canary on your management VLAN with a decoy community string will catch scanner activity including FSB Center 16's initial reconnaissance pass. The Cisco Dot1x rule requires Cisco AAA logging forwarded to your SIEM; it fires when any actor disables 802.1X port authentication on a Cisco device, which maps directly to FSB Center 16's post-compromise persistence technique of weakening network access controls.
Use sigma-cli to convert the YAML below to Splunk SPL, Microsoft Sentinel KQL, or Elastic ESQL. Supplement these rules with custom detections for inbound SNMP Set-Requests to OID 1.3.6.1.4.1.9.9.96 and outbound TFTP sessions from network device IPs, which are the highest-fidelity behavioral indicators for this specific threat.
Subscribe to unlock Sigma Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
How to Detect and Stop FSB Center 16 Router Espionage
Detection for FSB Center 16 activity requires log telemetry from network devices that most organizations do not collect by default. Routers treated as set-and-forget infrastructure rarely export SNMP request logs, TACACS+ authentication events, or NetFlow data to a SIEM. Closing that visibility gap is the first defensive requirement.
SNMP monitoring platforms will show Get-Requests from your NMS continuously. A Set-Request to OID 1.3.6.1.4.1.9.9.96 from any address outside your management-plane CIDR is an anomaly that should generate a high-severity alert. The same logic applies to outbound TFTP sessions from router IP addresses: legitimate management tasks do not trigger TFTP to internet destinations.
TACACS+ logging shows authentication events against network devices. Watch for new local account creation (a gap in TACACS+ events followed by successful Telnet logins) and for configuration changes that weaken logging itself. Attackers modify TACACS+ settings early in post-compromise to reduce the fidelity of logs returned to the SOC.
NetFlow from perimeter routers provides a passive record of traffic patterns. A new GRE tunnel to an external address that wasn't present in yesterday's baseline is a significant anomaly. GRE tunnels for site-to-site VPN are expected. GRE tunnels to non-RFC1918 addresses not in your approved VPN peer list are not.
The seven remediation steps below close the primary attack paths documented in AA26-194A. Organizations in the six targeted sectors should treat these as emergency actions, not scheduled maintenance.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
The bottom line
FSB Center 16 router espionage runs on default passwords that organizations have not changed in years. Nineteen agencies from 13 countries confirmed on July 13, 2026, that this campaign is active right now against energy, finance, government, and healthcare networks. Three actions close the primary attack paths: disable Cisco Smart Install on every device today, replace all default SNMP community strings with SNMPv3 authPriv, and block TCP/4786 plus UDP/69 at the perimeter before end of business. Your router answered "public" the last time someone asked. It may still be answering.
This analysis is generic — the platform version scores threats like this against your own stack.
Frequently asked questions
Who is FSB Center 16?
FSB Center 16 is Russia's Federal Security Service Center for Information Security, designated Military Unit 71330. It is the FSB's signals intelligence collection arm, tasked with compromising critical infrastructure networks for persistent data collection. The Department of Justice indicted three of its officers in 2022. The private security industry tracks it under multiple names: Static Tundra (Cisco Talos), Berserk Bear (CrowdStrike), Energetic Bear and Dragonfly (Dragos), Crouching Yeti (Kaspersky), and Ghost Blizzard (Microsoft).
What is Static Tundra?
Static Tundra is the designation Cisco Talos assigned to FSB Center 16 activity documented in CISA Advisory AA26-194A. The name references the group's persistent, low-observable targeting of network infrastructure across critical sectors. Static Tundra is the same actor as Berserk Bear, Energetic Bear, Dragonfly, Crouching Yeti, and Ghost Blizzard. Different security vendors assigned different names to campaign clusters later attributed to the same FSB unit.
How does FSB Center 16 exploit routers?
FSB Center 16 scans the internet for routers with SNMP enabled and accepting default or weak community strings, typically 'public.' It issues SNMP Set-Requests targeting the Cisco CISCO-CONFIG-COPY-MIB (OID 1.3.6.1.4.1.9.9.96) to trigger the device's built-in config backup function, copying the running configuration to an attacker-controlled TFTP server. This requires no exploit code, only the community string. The stolen config contains network topology, routing data, VPN settings, and reversible password hashes. A secondary technique exploits CVE-2018-0171, a CVSS 9.8 Cisco Smart Install buffer overflow on TCP/4786.
Which sectors does FSB Center 16 target?
FSB Center 16 targets six critical infrastructure sectors identified in CISA Advisory AA26-194A: communications, the defense industrial base, energy, financial services, government services and facilities, and healthcare and public health. Within government, state and local organizations are specifically identified as especially exposed. The energy sector has faced the most sustained targeting: over 17,000 devices compromised in the 2012-2014 Dragonfly/Havex campaign and Wolf Creek Nuclear Operating Corporation confirmed as a victim.
Has FSB Center 16 been indicted or sanctioned?
The Department of Justice indicted three FSB Center 16 officers in 2022: Pavel Akulov, Mikhail Gavrilov, and Marat Tyukov. All three face federal charges related to the energy sector campaign. All three remain in Russia and are outside U.S. legal jurisdiction. No extradition is expected. The UK government and EU have issued attribution statements, but no sanctions specifically targeting FSB Center 16 officers have been announced as of the July 2026 advisory.
What TTPs does FSB Center 16 use?
FSB Center 16's core techniques map to MITRE ATT&CK T1595 (Active Scanning), T1602.001 (SNMP data from configuration repository), T1190 (exploit public-facing application via CVE-2018-0171), T1098 (account manipulation via rogue account creation), T1601 (modify system image via SYNful Knock firmware implant), T1003 (credential dumping from stolen config hashes), and T1048/T1090 (exfiltration via TFTP and GRE tunnel traffic interception). The group prioritizes persistent, low-observable access over destructive operations, though the December 2025 Polish energy attacks confirm capability and willingness to shift objectives.
How do I detect FSB Center 16 activity on my network?
Detection relies on four behavioral signals. Inbound SNMP Set-Requests targeting OID 1.3.6.1.4.1.9.9.96 from non-management addresses are high-fidelity indicators. Outbound TFTP sessions (UDP/69) from network device IP addresses to internet destinations are anomalous in most environments. Inbound connections to TCP/4786 from external addresses indicate Smart Install exploitation attempts. Local account creation or Telnet service enablement on router devices should trigger immediate investigation. Collecting syslog, SNMP trap, and TACACS+ auth events from network devices into a SIEM is required to observe these signals.
How do I defend against Berserk Bear router attacks?
Seven actions close the primary attack paths. Disable Cisco Smart Install with 'no vstack' on every Cisco IOS and IOS XE device. Replace all default SNMP community strings and migrate to SNMPv3 authPriv. Configure SNMP views to deny the CISCO-CONFIG-COPY-MIB OID namespace. Block TCP/4786, UDP/69, and UDP/161-162 at perimeter firewalls. Upgrade all credential storage to Type 8 or Type 9 hash algorithms. Forward router syslog and TACACS+ auth events to a SIEM with alerts on local account creation and Telnet enablement. Validate firmware integrity using Cisco's IOS integrity checker to detect SYNful Knock implants.
Sources & references
- CISA Advisory AA26-194A: Improve Router Hygiene to Protect Against Russian State-Sponsored Targeting
- Picus Security: FSB Center 16 — How Russian Hackers Exploit Routers via SNMP and Cisco Smart Install
- Forbes: FBI Issues Warning As Russia's FSB Center 16 Hackers Target Routers
- UK NCSC: UK and Allies Urge Critical Sectors to Improve Defences Against Russian Intelligence Targeting
- AttackIQ: Response to CISA Advisory AA26-194A
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
Win a $2,495 Black Hat pass.
Full-access to Black Hat USA 2026 in Las Vegas. Subscribe free to enter.
