Gunmen in Iraq kidnap deputy justice minister

BAGHDAD — Gunmen in Baghdad kidnapped an acting deputy justice minister of Iraq on Tuesday and wounded his driver, officials said.

A justice ministry official identified the man seized as Abdulkarim Fares, saying he is director general for financial and administrative affairs at the ministry as well as an acting deputy minister.

A police colonel said black-clad kidnappers in several vehicles stopped his car in the Binook area in the northeast of the city.

He said the driver was wounded by gunfire when he tried to intervene.

His "protection [force] was released, and now he is the only one kidnapped", interior ministry spokesman Brigadier General Saad Maan told AFP, without saying how many guards he had.

The kidnapping came just four days after gunmen abducted 18 Turkish employees of a major construction firm in Sadr City, south of Binook.

The identity of the kidnappers in both cases is unknown.

Kidnappings for political reasons or money are a persistent problem in Baghdad, with Shiite militias or their affiliates seen as the main culprits.

Baghdad turned to mostly Shiite volunteer forces for support as the Daesh terror group advanced towards the capital in June last year, and they have played a key role in halting and then reversing the jihadists' gains.

But in doing so, the government also further empowered Shiite militias, some with chequered human rights records, and spurred the creation of new ones, allowing them to act with near impunity despite their officially falling under government command.

Daesh has kidnapped thousands of people in Iraq and neighbouring Syria, and frequently targets Iraqi Shiites with bloody bombings in the capital.

But a daytime raid to seize a senior government official in a Shiite-majority area of Baghdad would be a sharp departure from its usual operations.

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