ADVERTISEMENT

US strikes on pro-Iran group in Iraq kill 25, sparking anger

Published Dec 30, 2019 12:00 am
By Agence France-Presse US air strikes against a pro-Iran group in Iraq killed at least 25 fighters, a paramilitary umbrella said Monday, triggering anger in a country caught up in mounting tensions between Tehran and Washington. Sunday night's attacks saw US planes hit several bases belonging to the Hezbollah brigades, one of the most radical factions of Hashed al-Shaabi, a Tehran-backed Iraqi paramilitary coalition. The strikes "killed 25 and wounded 51, including commanders and fighters, and the toll could yet rise," said the Hashed, which holds major sway in Iraq. Victims were still being pulled from the rubble of bases near Al-Qaim, an Iraqi district bordering Syria, on Monday, it said. Iran's foreign ministry spokesman Abbas Mousavi said the US had "shown its firm support for terrorism and its neglect for the independence and sovereignty of countries" by carrying out the attacks. Washington, itself a key ally of Baghdad, must accept the consequences of its "illegal act", he added. US Defense Secretary Mark Esper described the attacks -- which hit three locations in Iraq and two in neighboring Syria -- as "successful", and did not rule out further military action against Iran-backed militias. The strikes were in retaliation for a series of rocket attacks since late October against US interests in Iraq, including a barrage of more than 30 fired on Friday at an Iraqi base in Kirkuk, where a US civilian contractor was killed. The office of Grand Ayatollah Ali Sistani, who is highly revered by Iraq's Shiite majority, denounced the attacks. "The authorities must prevent Iraq being used as a place for the settling of accounts," it said in reference to growing tensions between the United States and Iran. These tensions have soared since Washington pulled out of a multilateral nuclear agreement with Tehran last year and imposed crippling sanctions. Iraqi leaders fear their country could become a battleground between Tehran and Washington, in a context where they are also grappling with huge street protests against corruption and Iran's political influence. - Pro-Iran factions angry - The protest movement forced prime minister Abel Abdel Mahdi to resign last month and it has rejected Iran's favored successor -- a position shared by President Barham Saleh. On Monday demonstrators in the Shiite-dominated southern cities of Basra and Najaf torched US flags and chanted anti-American slogans, with similar scenes reported in Kirkuk north of Baghdad. US sources say pro-Iran armed factions now pose a greater threat than the Islamic State group, whose rise saw the US freshly deploy troops on Iraqi soil. But significant elements of the Iraqi political class view the 5,200 US troops in the country as a "threat", with Sunday night's strikes reviving calls for them to leave the country. Abdel Mahdi's military spokesman decried "a violation of Iraqi sovereignty", while the Hezbollah brigades are demanding the "withdrawal of the American enemy". Lebanese Shiite movement Hezbollah -- which is separate from the targeted faction -- called the attacks a "flagrant violation of Iraq's sovereignty and security" and noted that Hashed had been a key player in the battle against IS. Another powerful pro-Iran group, Assaib Ahl al-Haq -- whose leaders were recently hit with US sanctions -- also called for Americans to withdraw from Iraq. "The American military presence has become a burden for the Iraqi state and a source of threat against our forces. It is therefore imperative for all of us to do everything to expel them by all legitimate means," it said. Parliament's deputy speaker, part of influential Shiite cleric Moqtada Sadr's bloc, called on the Iraqi state to "take all necessary measures" in the face of the US attacks. The Badr organisation, another key pro-Iran group, took a similar line. Several lawmakers have castigated afresh an agreement permitting American soldiers to deploy in the country, arguing the strikes amount to a violation that renders the pact obsolete. Since October 28, at least 11 attacks have targeted Iraqi military bases where US soldiers or diplomats are deployed.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.