ADVERTISEMENT

Israel says uncovers Hezbollah unit led by notorious commander

Published Mar 14, 2019 12:37 am
By Agence France-Presse Israel's army said Wednesday it has uncovered a unit created by Hezbollah across the ceasefire line in the Syrian Golan Heights and led by a commander previously jailed over an attack on US forces. With President Bashar al-Assad regaining control of southern Syria with the help of Russia and Hezbollah backer Iran, Israel is concerned a front against it could be established there. Hezbollah, based in neighboring Lebanon, has also been supporting Assad in Syria's civil war. The Shiite group is among Israel's main enemies and the two fought a war in 2006. Israel said the new unit had been established without Assad's knowledge, and some Israeli media reported that part of the aim in publicizing it was in hopes Syria and Russia would move to stop it. It alleged the new unit, "masterminded" by Hezbollah, had been set up "to eventually control teams of Syrian operatives who will launch attacks against Israel". "We are not going to allow Hezbollah to establish a terror infrastructure on the Golan capable of striking Israeli civilians," said Lieutenant Colonel Jonathan Conricus, Israeli military spokesman. "We hold the Syrian regime responsible for anything that happens inside Syria aimed at Israel." The army said the unit was in the establishment and recruitment stage and was not yet operational. Hezbollah began establishing it in the summer of 2018, it said. It said it is led by Hezbollah commander Ali Musa Daqduq. In 2012, Daqduq was released by Iraq due to lack of evidence after being accused of plotting to kill five US soldiers in the Iraqi city of Karbala. Daqduq was captured in 2007 on suspicion he had helped organize an attack that led to the deaths of the five soldiers. He was held by American troops until he was handed over to Iraqi officials in December 2011. Israeli Prime Minister Benjamin Netanyahu said "what we've uncovered today is just the tip of the iceberg. We know a lot more." "I have a clear message for Iran and for Hezbollah: Israel knows what you're doing. Israel knows where you're doing it," he said in a video message. Now and Forever Israel says a previous such unit was established in the Syrian Golan under the command of Samir Kantar and Jihad Mughniyeh. Both were killed in separate 2015 air strikes attributed to Israel. According to Israel's military, the new unit was seeking to revive infrastructure left behind by the former one. "The field operatives who fill the ranks of the network and act exclusively in Syria are composed of various groups and networks who previously took part in terrorist activity in the Golan Heights under the notorious network of Kantar and Mughniyeh," the army said. Some have had training in sabotage, sharpshooting and firing Grad rockets, it said in a statement. Syria, Hezbollah, and Iran had not responded to Israel's allegations. The suspected unit is a part of a complex series of challenges Israel says it is facing in war-torn Syria. It has pledged to stop its main enemy Iran from entrenching itself militarily there, carrying out hundreds of air strikes against what it says are Iranian and Hezbollah targets in Syria. With elections approaching in Israel on April 9, some suggested Wednesday's announcement may have had political motivations since it could help burnish Netanyahu's security credentials. Foreign Minister Israel Katz dismissed such suggestions. The announcement also comes amid a new push by Netanyahu to have Israel's sovereignty over the part of the Golan it has occupied since 1967 recognized internationally. Lindsey Graham, an influential US senator allied to President Donald Trump, toured the Golan with Netanyahu this week and vowed to work to have Washington recognize it as part of Israel "now and forever". Israel seized 1,200 square kilometers (460 square miles) from Syria in the 1967 Six-Day War and later annexed it in a move never recognized by the international community.
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.