Egypt police kills 3 behind anti-Copt attacks — ministry

CAIRO — Egypt’s interior ministry said Thursday its forces had killed three extremists suspected of involvement in deadly attacks against the country’s Coptic Christian minority.

An officer also died in a shootout in the southern province of Qena on Tuesday, security officials said.

Egypt is battling a local affiliate of the Daesh extremist group, which has claimed attacks that have killed more than 100 Copts since December.

The shootout occurred after a suspected extremist, who had previously been detained, guided police to an alleged hideout in Qena, the ministry said in a statement.

“As soon as the security forces reached the location, the terrorist elements suddenly opened fire using all types of weapons, which forced them to retaliate,” it said.

The shootout led to the killing of the detained suspect, a policeman who was guarding him, and two other suspected extremists, the ministry said.

At the hideout, police found weapons and “gold jewellery which was probably stolen from some of the Christian victims” of a previous attack.

On May 26, masked gunmen killed 29 Copts as they travelled in a bus to Saint Samuel monastery in Minya province south of the Egyptian capital.

The bus attack followed two suicide bombings of churches in April that killed 45 Copts. In December, a suicide bomber struck a church in Cairo, killing 29 Copts.

Copts make up about 10 per cent of Egypt’s 90-million population.

Egypt’s Daesh affiliate is based in North Sinai province, where hundreds of soldiers and policemen have been killed in attacks since the ouster in 2013 of Islamist president Mohamed Morsi.

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