Syrian army starts using new weapons from Russia — military source

A Syrian rescuer carries the body of a baby following a government air strike on a rebel held sector of the northern Syrian city of Aleppo late on Wednesday (AFP photo)

BEIRUT — The Syrian military has recently started using new types of air and ground weapons supplied by Russia, a Syrian military source told Reuters on Thursday, underlining growing Russian support to Damascus that is alarming the United States.

"The weapons are highly effective and very accurate, and hit targets precisely," the source said in response to a question about Russian support. "We can say they are all types of weapons — be it air or ground."

The source said the army had been trained in the use of the weapons in recent months and was now deploying them, declining to give further details other than saying they were "new types".

The Russian government said on Thursday its military support for Damascus was aimed at fighting terrorism, safeguarding Syria's statehood and preventing a "total catastrophe" in the region.

It includes a larger Russian military presence on the ground in Syria, where President Bashar Assad has faced increased pressure this year from rebels fighting to topple him, but its full scope and intentions remain unclear.

Washington, which wants Assad gone from power, has said it believes Russia is undertaking a significant military buildup which could exacerbate the war.

The United States, along with Saudi Arabia and Turkey, have supported insurgents battling to unseat Assad, whose foreign military backing has so far come mostly from Iran and its Lebanese ally Hizbollah.

A US-led coalition is also bombing Daesh militants in Syria and Iraq, raising the prospect of a potential clash between US and Russian air forces.

In a possible sign of newly assertive posture by Assad, the Syrian air force launched heavy air strikes on Daesh-held city of Raqqa, an important base of operations for Daesh in Syria often targeted by the US-led coalition.

The air strikes, reported by activists in Raqqa, were not confirmed by the Syrian military.

The government, which by Assad's own admission faces a military manpower problem, is seeking to shore up control over the cities of the west after losing much of the rest of Syria to an array of insurgents including Daesh.

The Obama administration said Wednesday it was considering how to respond to a Russian proposal for military talks over Syria, which may be about "deconfliction" — ensuring that US and Russian aircraft do not come into conflict in Syria.

 

Raqqa air strike

 

Russia says Assad should be part of international efforts to fight Daesh. The United States believes he is part of the problem and rejects that idea.

The war has already killed 250,000 people and forced more than 11 million more from their homes, including 4 million refugees, tens of thousands of whom are trekking towards Europe.

Activists said Syrian government war planes had mounted at least 12 air strikes in Raqqa, often described as Daesh’s de facto capital. The raids started at around 11:30am and came in three separate waves that hit eight targets.

The strikes hit close to at least four Daesh offices, including one used by its self-appointed religious police force, said an activist in Raqqa who was contacted via the internet and declined to be named for security reasons.

Daesh imposed a curfew in two parts of the city.

Activist group Raqqa is Being Slaughtered Silently said on its Twitter feed: "There is news about a large number of martyrs and wounded."

The Syrian Observatory for Human Rights, which reports on the war using a network of sources on the ground, said government forces had recently started using new weapons including guided air-to-surface missiles.

"There are modern weapons that the regime didn't previously have, be they rocket launchers or air to ground to missiles," said Rami Abdulrahman, director of the observatory.

The prime minister of Israel, which has mounted its own air strikes in Syria against both Syrian military and Hizbollah targets, is due in Russia next week for talks with President Vladimir Putin on the expanding Russian military presence.

Reuters has previously reported on US assessments that Russia has sent about 200 naval infantry forces, battle tanks, artillery and other equipment to an airfield near Latakia.

US officials said on Wednesday the United States had identified a small number of Russian helicopters at a Syrian airfield.

Russia has been sending about two military cargo flights a day to an air base at Latakia on the government-controlled Syrian coast, US officials say.

 

Lebanese sources familiar with military and political developments in Syria have also previously told Reuters that Russians are taking part in military operations in the country. Syrian officials say the Russian military presence is restricted to experts. Hizbollah has deployed directly in combat, while Iran has mobilised militias and sent military advisers.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .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'); }); }); });