The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

‘Revived’ ISIS Killed Over 750 People In Nearly 500 Attacks In Syria Throughout 2024: Report – The Cradle

 ‘Revived’ ISIS Killed Over 750 People In Nearly 500 Attacks In Syria Throughout 2024: Report

The past 12 months witnessed a marked spike in ISIS operations, with many being launched from US-occupied regions of Syria

Since the start of the year, ISIS fighters have killed around 753 people during 491 recorded operations in Syria, according to a report published by the UK-based Syrian Observatory for Human Rights (SOHR) on 29 December.

“ISIS continues executing almost-daily military operations and counter-attacks in areas controlled by Syrian Democratic Forces (SDF) and the Syrian desert, while ISIS cells are still able to exploit opportunities to create a security vacuum and carry out assassinations, which clearly indicates that the ‘Islamic State’ is still alive and kicking,” the SOHR report states.

These operations included ambushes, armed attacks, and bombings. They were concentrated in the Aleppo-Hama-Raqqa triangle, the eastern desert of Homs, and the deserts of Deir Ezzor and Raqqah governorates, where a total of 646 people were killed.

The report highlights that at least 78 of those were civilians – including women and children – while 568 were members of the disbanded Syrian Arab Army (SAA).

Furthermore, another 107 people were killed in areas controlled by the US-backed SDF in Deir Ezzor, Hasakah, Aleppo, and Raqqah. The figure is divided between 30 civilians and 77 members of the SDF, the Internal Security Forces (Asayish), and other groups in the US-controlled regions.

🔗SOURCE ➡️ The Cradle

Follow us on Minds / X / Substack

Boost This Channel

Follow ➡️ @PsyopDaily


READ FULL ARTICLE: This article originally appeared on The Cradle

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });