Two Israeli tourists, one Egyptian killed in Alexandria shooting

CAIRO — Two Israeli tourists and one Egyptian were killed on Sunday by a policeman in Egypt, local media and Israeli authorities said, as war rages for a second day between the neighbouring country and Hamas.

The policeman fired "at random" at an Israeli tour group visiting Alexandria using "his personal weapon", the state-affiliated private television Extra News said quoting a security source.

A fourth person was wounded and the policeman was "immediately arrested", it added.

The Israeli foreign ministry confirmed the deaths in a statement.

"This morning during a visit of Israeli tourists in Alexandria, Egypt, a local opened fire at them, murdering two Israeli citizens and their Egyptian guide," it reads.

"In addition, there is a wounded Israeli in moderate condition."

The deaths come as fighting rages after Palestinian militants on Saturday launched a multi-pronged attack on Israel, which has declared war on Hamas and launched air strikes on Gaza.

Egypt was the first Arab country to forge a peace deal with Israel in 1979, and has long served as a key intermediary between Israel and the Palestinians.

However, despite the diplomatic relations, Israel remains largely unpopular among Egyptians.

In June, three Israeli soldiers were killed in a firefight at the border with Egypt by a member of the Egyptian security forces who crossed the border “in pursuit of drug traffickers”, according to the Egyptian army.

On Saturday, Egypt’s President Abdel Fattah Al Sisi warned of a “vicious cycle of tensions threatening regional stability and security”.

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