Turkey arrests 2 Daesh suspects at airport, seizes 150 passports

ISTANBUL — Turkish authorities detained two suspected Daesh militants at Istanbul's main international airport carrying at least 150 original European passports, an official said Thursday.

Counterterror police detained the suspects, a Syrian and a Turk, at Ataturk Airport after they flew in from a European country, finding they had stuffed the passports into pizza ovens, media reports said earlier.

"Airport police... found at least 150 fake passports among their personal belongings," a Turkish government official, who asked not to be named, told AFP.

The private Dogan news agency said the police seized a total of 148 European passports hidden inside "five mini-pizza ovens".

The suspects have been taken to the anti-terror headquarters of Istanbul police for questioning, it added.

Two hidden cameras, scores of memory cards and SIM cards were also seized, it added. Dogan had said that the passports were all original.

Long criticised for not doing enough to stem the flow of jihadist fighters across its volatile border with Syria, Turkey has stepped up fight after a number of deadly attacks on Turkish soil blamed on Daesh, making almost daily arrests of would-be militants.

"Today's arrests exemplify how effective the anti-ISIS [anti-Daesh] measures have been," said the official.

"We look forward to working more closely with source countries to keep ISIS fighters away from Syria."

Interior Minister Efkan Ala said Thursday that Turkey has imposed entry bans on 33,746 terror suspects from 123 countries since the Syria conflict began.

In addition, 2,783 militants suspects from 89 countries have been detained in Turkey and deported.

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