Iran condemns Israeli attack on state TV as 'war crime'

Iran condemns Israeli attack on state TV as 'war crime'
Smoke billows from an explosion at the Islamic Republic of Iran Broadcasting (IRIB) building in Tehran on June 16, 2025. The IRIB building was struck in an Israeli attack on June 16, cutting live coverage immediately (AFP photo)

Israel military reports missiles fired from Iran


TEHRAN — Iran condemned Israel's attack on a state TV building in Tehran on Monday as a "war crime", and called on the UN Security Council to take action.

The strike on the offices of IRIB during a live broadcast was a "wicked act" and a "war crime", said foreign ministry spokesman Esmaeil Baqaei.

"The UNSC must act now to stop the genocidal aggressor from committing further atrocities against our people," he added.

An Israeli attack on Monday hit the Islamic Republic of Iran Broadcasting (IRIB) building, cutting off live coverage immediately.

The blast occurred as the presenter was live on TV lambasting Israel before she was seen leaving the live broadcast, Iranian media reported, sharing a video of the incident.

Live coverage resumed shortly after.

The Islamic Revolutionary Guard Corps also condemned the attack, calling it "inhuman, criminal and a terrorist act."

After decades of enmity and a prolonged shadow war, Israel on Friday launched a surprise attack, saying it was targeting Iran's nuclear and military facilities.

So far it has killed at least 224 people in the Islamic republic, including top military commanders, nuclear scientists and civilians.

The Israeli military on Monday said Iran fired a fresh salvo of missiles targeting the north of the country where residents have been advised to take cover.

"A short while ago, sirens sounded in several areas in northern Israel following the identification of missiles launched from Iran toward the State of Israel," the army said in a statement.

Iran's Foreign Minister Abbas Araghchi said Monday that Iranian forces will "pummel" Israel until the attacks against the Islamic republic stop.

"Our powerful Armed Forces are making clear to the world that the war criminals hiding in shelters in Tel Aviv will not go unpunished for their crimes," said Araghchi in a post on X. "We will continue to pummel the cowards for as long as needed to make sure that they are no longer firing at our people," he added.

Araghchi said Monday that the United States could stop Israel's attacks on the Islamic republic with "one phone call".

"If President [Donald] Trump is genuine about diplomacy and interested in stopping this war, next steps are consequential. Israel must halt its aggression, and absent a total cessation of military aggression against us, our responses will continue," Araghchi said in a post on X.

"It takes one phone call from Washington to muzzle someone like [Israeli Prime Minister Benjamin] Netanyahu. That may pave the way for a return to diplomacy," he added.

Donald Trump said Monday that Iran was not winning its conflict with Israel and should re-enter negotiations "before it's too late."

"They have to make a deal, and it's painful for both parties, but I'd say Iran is not winning this war, and they should talk, and they should talk immediately, before it's too late," Trump told reporters at a G7 summit in Canada.

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