Trump says if Iran attacks, 'full strength' of US military will 'come down'

Trump says if Iran attacks, 'full strength' of US military will 'come down'
Israeli emergency responders search for victims amid the rubble of a damaged building following an overnight Iranian missile strike in Tel Aviv on June 15, 2025 (AFP photo)

Iran says Israel attack on Gulf gas facility attempt 'to expand war'

WASHINGTON — Donald Trump warned Iran on Sunday that it would experience "the full strength" of the US military if it attacks the United States, reiterating that Washington "had nothing to do" with Israel's strikes on Tehran's nuclear and intelligence facilities.

Israel's operation, which began early Friday, has targeted Iranian nuclear and military sites, killing dozens of people including top army commanders and atomic scientists, according to Tehran.

Israeli Prime Minister Benjamin Netanyahu has vowed to hit "every target of the ayatollah regime", and Iran has retaliated with a deadly barrage of missiles.

While Trump had said he was aware of the Israeli operation before it started, he reiterated Sunday morning on his Truth Social platform that the United States "had nothing to do with the attack on Iran, tonight."

"If we are attacked in any way, shape or form by Iran, the full strength and might of the US Armed Forces will come down on you at levels never seen before," he said in a post.

He added that "we can easily get a deal done between Iran and Israel, and end this bloody conflict!!!"

On Friday, the US president urged Tehran to make a deal or face "even more brutal" attacks by Israel.

During his first term, a landmark nuclear accord with Iran -- negotiated under former president Barack Obama -- was torpedoed in 2018 when Trump unilaterally withdrew the United States and reimposed sanctions.

Iran's Foreign Minister Abbas Araghchi said Sunday Israel's attack on a major gas facility on the shore of the Gulf sought "to expand the war beyond" Iran.

"Dragging the conflict into the Persian Gulf region is a major strategic mistake, likely deliberate and intended to extend the war beyond Iranian territory," Araghchi told foreign diplomats, referring to the attack on the South Pars refinery, adding that that attack was "an extremely dangerous move."

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