Turkey captures bombing suspect in Syrian regime heartland

Rescue workers on one of the scenes of the twin car bomb attacks in the town of Reyhanli near Turkey's border with Syria, May 12, 2013 (Reuters file photo)

ISTANBUL — The Turkish secret service staged an operation deep in the heartland of the Syrian regime of President Bashar Assad to capture and bring back to Turkey the prime suspect in a 2013 bombing, officials said on Wednesday.

Turkish citizen Yusuf Nazik, who is accused of planning a bombing in a Turkish border town in May 2013, was apprehended in an operation carried out by the National Intelligence Organisation (MIT).

He was captured in the Syrian city of Latakia — a stronghold of support for Assad that has never slipped from his control — and then brought to Turkey, the Anadolu news agency said.

More than 50 people were killed in the bombing — one of the deadliest in Turkey's modern history — in Reyhanli, on the border with Syria in the southern Turkish province of Hatay.

Ankara at the time blamed the attack on the regime of Assad and allied groups. The Syrian government rejected the charges.

Anadolu published a video of Nazik, dressed in a tracksuit top and jeans and standing by a Turkish flag, giving what it described as a "confession", saying he was behind the attack and it had been ordered by the Syrian regime.

He said a man "working for Syrian intelligence" had given the order for the bombing and called on others in Syria to "return before it is too late", saying Turkey will "look after us".

Nazik, 34, from the Turkish southern city of Antakya, said he had been responsible for making contact with Syrian intelligence, bringing the explosives inside Turkey and obtaining the vehicles used.

Turkish Justice Minister Abdulhamit Gul hailed the operation as "successful" and vowed Turkey's "independent judiciary will give the necessary punishment".

.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'); }); }); });