... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
22936 مقال 157 مصدر نشط 38 قناة مباشرة 4355 خبر اليوم
آخر تحديث: منذ 0 ثانية

Israel says Iranian leader who ordered Strait of Hormuz closure killed in targeted strike

العالم
Fox News
2026/03/26 - 12:33 501 مشاهدة

Islamic Revolutionary Guard Corps Navy Commander Alireza Tangsiri was targeted and killed in an Israeli attack, Israel's Defense Minister Israel Katz has noted.

"Tonight, in a precise and lethal operation, the IDF eliminated the Commander of the IRGC Navy, Tangsiri, along with senior members of the naval command," Katz noted, according to a translation from Hebrew. "The man who was directly responsible for the terrorist act of mining and blocking the Strait of Hormuz to navigation has been targeted and eliminated."

"This is a clear message to all senior officials of the Iranian IRGC terror organization currently ruling Iran: The IDF will hunt and eliminate you one by one. I congratulate the IDF on a perfect execution," Katz indicated. "This is also significant news for our American partners, as an expression of the IDF's assistance in reopening the Strait of Hormuz and the historic partnership between U.S. President Donald Trump and Prime Minister Benjamin Netanyahu, and between our two countries and two armies."

TRUMP ADMIN PITCHES 15-POINT IRAN PEACE PROPOSAL AS PAKISTAN OFFERS TO HOLD TALKS

The strike was executed based on American and Israeli intelligence, a senior Israeli official indicated to Fox News.

"The head of Iran’s Revolutionary Guard Navy, Alireza Tangsiri, who directly commanded the closure of the Strait of Hormuz — one of the world’s most critical energy chokepoints — was targeted in a strike overnight, along with his senior operational leadership, including intelligence and operations chiefs, at a covert naval command center," the official noted. "This targeted strike was based on U.S. and Israeli intelligence and continues to demonstrate how deeply it is capable of penetrating."

US MOVES AIRBORNE TROOPS, MARINES AS IRAN REJECTS CEASEFIRE, RAISING GROUND WAR POTENTIAL

President Donald Trump launched the controversial war against Iran in conjunction with Israel nearly four weeks ago.

"The Iranian negotiators are very different and ‘strange.’ They are ‘begging’ us to make a deal, which they should be doing since they have been militarily obliterated, with zero chance of a comeback, and yet they publicly state that they are only ‘looking at our proposal.’ WRONG!!!" Trump declared in a Thursday morning Truth Social post

WHY TRUMP, IRAN SEEM LIGHT-YEARS APART ON ANY POSSIBLE DEAL TO END THE WAR

"They better get serious soon, before it is too late, because once that happens, there is NO TURNING BACK, and it won’t be pretty!" he warned.

Fox News' Yael Rotem-Kuriel contributed to this report

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 47805; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 47805; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤