Israeli jets strike south Lebanon after Hizbollah attack

Shells fired from northern Israel fall close to the village of Jibbein near Lebanon's southern border with northern Israel on Friday (AFP photo)

OCCUPIED JERUSALEM — Israeli fighter jets pounded Hizbollah hideouts in southern Lebanon with air strikes on Sunday, after an incoming anti-tank missile wounded Israeli civilians near the border, the army said.

The Israeli forces said "a number of civilians were wounded" in the anti-tank missile strike near the village of Dovev, just 800km from the frontier with Lebanon.

In response, "fighter jets struck a number of Hizbollah targets", the army said.

Iran-backed group Hizbollah claimed responsibility and said it had fired on an Israeli team installing "eavesdropping and spying devices" near the border.

Since October 7 Israel has also traded fire with militant groups in southern Lebanon on a near-daily basis.

In addition to Hizbollah, Hamas’s Lebanese branch has launched attacks into southern Israel in recent weeks.

Overnight, a drone also hit another group in Lebanon that the army said was attempting to launch an anti-tank missile towards Israel.

Israel has evacuated tens of thousands of residents from communities in the north since the October 7.

Israeli leaders have warned Hizbollah against launching a full-scale attack on Israel, saying it could suffer a similar fate to besieged Gaza if it enters the war.

Israel and Hizbollah fought a month-long war in 2006.

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