Saint Petersburg supermarket bomber arrested — reports

Security forces are seen outside the supermarket in Kalinina Square after an explosion in St Petersburg, Russia, on  Wednesday (Anadolu Agency photo)

MOSCOW — The perpetrator of the bomb attack which tore through a Saint Petersburg supermarket wounding 18 people was arrested Saturday, a Russian news agency reported.

“The organiser and direct perpetrator who triggered an improvised explosive device on December 27 in a supermarket in Saint Petersburg was arrested during a special operation by the FSB”, the security services said, according to Interfax.

“The suspect is being questioned,” a spokeswoman for the Russian Investigative Committee, Svetlana Petrenko, said in a separate statement.

The homemade bomb had been placed in a locker at the supermarket in northwestern Saint Petersburg, Russia’s second city and President Vladimir Putin’s home town.

A pregnant women was among those injured in the blast, claimed by the terror group Daesh.

Putin’s 2015 decision to begin a military intervention in Syria’s conflict on the side of President Bashar Assad has made Russia a priority target for the group.

The bombing came after the FSB security service said earlier this month it had prevented a terror attack on a key Orthodox cathedral in Saint Petersburg with the help of America’s CIA, which led Putin to thank US President Donald Trump.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });