ADVERTISEMENT

US to use fake social media to check people entering country

Published Aug 31, 2019 11:50 am
By the Associated Press WASHINGTON — US Citizenship and Immigration Services officers can now create fictitious social media accounts to monitor social media information on foreigners seeking visas, green cards, and citizenship. In this Aug. 16, 2019, file photo a citizen candidate holds an American flag and the words to The Star-Spangled Banner before the start of a naturalization ceremony at the US Citizenship and Immigration Services Miami field office in Miami. (AP Photo / Wilfredo Lee / MANILA BULLETIN) In this Aug. 16, 2019, file photo a citizen candidate holds an American flag and the words to The Star-Spangled Banner before the start of a naturalization ceremony at the US Citizenship and Immigration Services Miami field office in Miami. (AP Photo / Wilfredo Lee / MANILA BULLETIN) An updated Homeland Security Department review of potential privacy issues dated July 2019 that was posted online on Friday essentially reversed a prior ban on officers creating fake profiles. A USCIS statement explaining the change says fake accounts and identities will make it easier for investigators to search for potential evidence of fraud or security concerns as they decide whether to allow someone entry into the US. The change in policy was preceded by other steps taken by the State Department, which began requiring applicants for US visas to submit their social media usernames this past June, a vast expansion of the Trump administration's enhanced screening of potential immigrants and visitors. It's unclear exactly how the creation of fake social media accounts would work given policies of platforms like Facebook and Twitter, which both specifically state that impersonation — pretending to be someone other than yourself — violates their terms of use. Twitter and Facebook recently shut down numerous accounts believed to be operated by the Chinese government using their platforms under false identities for information operations. "It is against our policies to use fake personae and to use Twitter data for persistent surveillance of individuals. We look forward to understanding USCIS's proposed practices to determine whether they are consistent with our terms of service," according to a Twitter statement. Facebook did not immediately provide comment. Such a review of social media would be conducted by officers in the agency's Fraud Detection and National Security Directorate on cases flagged as requiring more investigation. The privacy assessment notes that officers can only review publicly available social media available to all users on the platform — they cannot "friend" or "follow" an individual — and must undergo annual training. The officers are also not allowed to interact with users on social media sites and can only passively review information, according to the DHS document. While lots of social media activity can be viewed without an account, many platforms limit access without one. Dave Maass, a senior investigative researcher for the civil liberties advocacy group Electronic Frontier Foundation, said such use of fake accounts "undermines our trust in social media companies and our ability to communicate and organize and stay in touch with people." He added: "It can't be this double standard where police can do it, but members of the general public can't." Mike German, a retired FBI agent and a fellow in the Brennan Center for Justice's Liberty and National Security program said it's important for strong guidelines to be in place and for lawmakers to ask lots of questions to ensure there are no abuses. "It's easy to conjure up a use where the use is appropriate and entirely necessary, but also where it could be abused," German said. "It should only be used in cases where absolutely necessary." In January 2017, former Homeland Security Department Secretary Jeh Johnson issued a privacy impact update giving authority to USCIS to "conduct law enforcement activities including but not limited to accessing the internet and publicly available social media content using a fictitious account or identity." But a privacy impact assessment was required to be completed first. Reached by phone on Friday, Johnson declined to comment. Bipartisan support for additional background checks involving social media was initially spurred by the fallout of the 2015 San Bernardino attack, which resulted in 14 people's deaths. In that case, the shooter Syed Rizwan Farook's wife Tashfeen Malik gained entry to the US on a fiancée visa — a process that did not involve a social media check. The day after the attack, Facebook found a post on a page maintained by Malik pledging her and Farook's allegiance to the leader of the Islamic State group. The page was under an alias. Authorities have said Malik and Farook exchanged messages about jihad and martyrdom online before they were married and while she was living in Pakistan. The two ultimately died in a gun battle with police.
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.