Iraq launches major anti-Daesh operation after killings

Iraq launches major anti-Daesh operation after killings

Baghdad — Iraqi forces launched a major operation against remnants of the Daesh militant group on Wednesday following public anger over the extremists’ murder of a group of abducted civilians.

Dubbed "Vengeance for the Martyrs", the operation will see army, special forces, police and Kurdish peshmerga fighters hunting down Daesh cells in the centre of the country, Iraq's Joint Operations Command (JOC) said in a statement.

It comes after the bodies of 8 Daesh captives were found late last month along a highway north of Baghdad. Some of the abductees had appeared in a video in which Daesh threatened to execute them unless Baghdad released female prisoners.

The JOC statement said army, federal police, special forces, peshmerga fighters and the Hashed Al Shaabi paramilitary force had launched "a vast operation to clear out the region east of the Diyala-Kirkuk" highway.

The operation was being supported by the Iraqi air force and the US-led coalition that intervened against Daesh in Iraq and Syria after the militants seized control of large parts of both countries in 2014.

One extremist had already been killed and 8 captured, the JOC said, and equipment including vehicles and bombs destroyed.

The operation marked the first time that federal Iraqi forces and the peshmerga were working together since clashes following last year’s Kurdish independence referendum.

Iraq declared victory over Daesh in December after expelling the militants from all major towns and cities in a vast offensive.

But the Iraqi military has kept up operations targeting mostly remote desert areas from where extremists have continued to carry out attacks.

Prime Minister Haider Abadi had vowed to avenge the 8 civilians killed by Daesh and ordered the execution of hundreds of convicted militants. Thirteen militants on death row were executed last week.

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