ADVERTISEMENT

How 'white van kidnapper' rumours sparked violence in Paris

Published Mar 28, 2019 11:34 pm
By Agence France-Presse How did an internet hoax about kidnappers driving white vans lead to "collective hysteria" and near-lynchings in the Paris suburbs this week? Experts say it is a combination of old-fashioned prejudice and modern technology. Around 20 people were arrested on Monday night after gangs of vigilantes attacked camps of ethnic Roma people in northeast Paris after false reports that they were responsible for abductions in the area using white vans. One senior police officer in the area had issued a written warning earlier in the day saying that a form of "psychosis" had set in as people shared warnings on messaging services such as Snapchat and WhatsApp and social media like Facebook. "There's a Romanian network of organ traffickers. They're everywhere in the suburbs," wrote one user in an online post above a picture of the ubiquitous white van, a common sight on French streets. During a court hearing on Wednesday, where three suspected vigilantes aged 18 to 21 appeared before magistrates, public prosecutor Denis Fauriat referred to "collective hysteria." The violence, which recalled similar incidents in India, Brazil and Mexico in recent years, again underlined the difficulty for governments in controlling the flow of false information in today's hyper-connected world. But like many online hoaxes -- or offline rumor-mongering -- the warnings bring to mind some infamous cases from the past, making them sound plausible. - Unverified information - Aurore Van de Winkel, an academic who tracks urban legends and hoaxes, says French people are still traumatized by the serial killers Marc Dutroux and "the Ogre of the Ardennes" Michel Fourniret who used white vans to abduct their victims. "There have been real cases," she told AFP. "People want to protect their loved ones with a click of the mouse, as they used to do in person, so they share the information. They're bombarded with information and they don't verify it." Warnings about white van kidnappers have been documented in France since at least 2011 in the Drome area of south-east France, the central Loiret region and the Pas-de-Calais area in the north among others. They usually entail a message warning about suspicious people approaching children or women and include a picture of a van, or a first-person account from someone recounting how a family member or friend has gone missing. The phenomenon became so widespread that French satirical website Le Gorafi published a joke article in 2013 entitled "the suspicious man in a white van who asked for directions from some children was just asking for directions." Old prejudices, new twist  But experts say darker forces of prejudice and racism are at play, which are nothing new but has been supercharged by the internet and modern communications. In 1969, French author Edgar Morin published a book called "The Rumour of Orleans" which recounted the origins of stories in which young women were said to be disappearing at clothing shops owned by Jews in the central French town. Speaking this week, he saw a parallel with the attacks in Paris on ethnic Roma people, some of whom saw their vans set on fire and their families terrorized by mobs carrying petrol cans and metal bars. "In both cases, the rumor is about a minority which is seen as having something mysterious and worrying about them," he told Le Parisien newspaper. "It taps into things which are anchored in our beliefs and prejudices, i.e. that the Romas are thieves," he added. Communities of Roma people have lived in France for centuries, but tens of thousands more moved from Bulgaria and Romania in southeast Europe after the countries joined the EU in 2004. The traditionally nomadic people, who are sometimes called Roms or gypsies, are thought to number around six million in the EU and are considered to be the bloc's largest and poorest minority, according to the Council of Europe human rights body. 'Tipping point'  Rumors of kidnappings spread on phone messaging service Whatsapp led to the deaths of 30 people in India last year, including a transgender woman and an elderly woman who handed out chocolates to children. A Brazilian woman died after being beaten in the street in the coastal town of Guaruja, near Sao Paulo, in 2014 over false Facebook rumors that she abducted children for witchcraft rituals. "I think we're at a sort of tipping point. We're seeing the direct effects of violence and hate speech that is spread on the internet," said Marie Peltier, an academic at the Haute Ecole Galilee in Brussels who has written a book about conspiracy theories. "We're seeing more and more cases of theories propagated on the internet crossing over into real life," she told AFP.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.