Egyptian army kills 63 militants in North Sinai —sources

The sun sets over a minaret of a mosque during the Islamic holy month of Ramadan at Al Azhar Park, one of the bustling city’s few public parks in Cairo, Egypt, Saturday (AP photo)

CAIRO — Egypt's military launched air strikes and ground operations that killed 63 militants in North Sinai on Sunday, security sources said, as the country grapples with an increasingly ambitious insurgency based in the region.

The Sinai has recently witnessed some of the heaviest fighting between security forces and militants since the army toppled president Mohamed Morsi of the Muslim Brotherhood in 2013.

Security sources said on Sunday troops killed the 63 in villages between the towns of Sheikh Zuweid and Rafah.

The army found four militant hideouts and attacked them with Apache helicopters and ground troops. It also attacked vehicles belonging to the militants, the security sources added.

Daesh’s Egypt affiliate, recently renamed Sinai Province, has killed hundreds of soldiers and police since Morsi's removal.

Though the vast peninsula has long been a security headache for Egypt and its neighbours, the removal of Morsi brought new violence that has grown into an Islamist insurgency that has spread out of the region.

On Monday, a car bomb in Cairo killed Egypt’s top prosecutor, the highest-profile official to die since the insurgency began.

Egyptian government officials have accused Morsi’s Muslim Brotherhood of links to Sinai attacks. The Brotherhood says it is a peaceful movement that wants to reverse what it calls a military coup through street protests.

Egypt’s interior ministry said on Sunday it had arrested 12 Brotherhood members who had formed three cells with the intention of carrying out attacks on policemen, soldiers and military and police bases.

Also on Sunday, the prosecutors referred to trial 22 people charged with planting bombs near targets including the high court and Cabinet buildings, state news agency MENA reported.

President Abdel Fattah Al Sisi has also expressed concern about militants based in neighbouring Libya, where Egypt has launched air strikes on Daesh targets.

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