Yemen's Huthis threaten to attack US ships if it strikes Iran

Yemen's Huthis threaten to attack US ships if it strikes Iran
Supporters of Yemen's Huthis gather for a rally in solidarity with Iran and Palestinians in the Gaza Strip while condemning Israel, in the Huthi-held capital Sanaa on June 20, 2025 (AFP photo)

SANAA — Yemen's Huthi rebels threatened on Saturday to attack US vessels in the Red Sea, despite a recent truce, should Washington get involved in Israel's bombardment campaign against Iran.

Israel launched unprecedented attacks on Iranian nuclear and military sites last week, drawing retaliation from Tehran.

The United States, a key Israeli ally, has been weighing getting involved in the war.

Huthi military spokesman Yahya Saree, whose group is backed by Theran, warned in a video statement that "if the United States gets involved in an attack and aggression against Iran with the Israeli enemy", the rebels "will target its ships and warships in the Red Sea".

The Huthis, who control swathes of Yemen, have launched missiles and drones targeting Israel and Israel-linked Red Sea shipping throughout the Gaza war, claiming solidarity with Palestinians.

After pausing attacks earlier this year during a two-month ceasefire in the Gaza war, which was sparked by an October 2023 attack by Iran-backed Palestinian group Hamas, the Huthis renewed threats to shipping in March over Israel's aid blockade of the Palestinian territory.

This triggered a response from the US military, which began hammering the rebels with near-daily air strikes, until Oman mediated a US-Huthi truce in May.

The Yemeni group has continued to target Israel, which carried out numerous strikes on Huthi-controlled areas.

"The Israeli enemy seeks complete control over the region... with open American support and American partnership, and is trying to remove the Islamic Republic of Iran because it considers it to be the greatest obstacle to achieving its plan," Saree said.

"Therefore, any American attack and aggression that supports the Israeli enemy against Iran... cannot be ignored."

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