ADVERTISEMENT

US guardsman to appear in court over Pentagon documents leak

Published Apr 14, 2023 11:51 am
WASHINGTON, United States - A 21-year-old national guardsman was due to appear in court on Friday, authorities said, after he was arrested on suspicion of leaking a trove of sensitive US government secrets. Jack Teixeira, an employee of the US Air Force National Guard, was to make an initial appearance in a Massachusetts federal court, a district court official told AFP. His dramatic arrest was broadcast live on US TV networks Thursday following a week-long investigation into one of the most damaging leaks of classified information since the 2013 dump of National Security Agency documents by Edward Snowden. This photo illustration created on April 13, 2023, shows the suspect, national guardsman Jack Teixeira, reflected in an image of the Pentagon in Washington, DC. FBI agents on Thursday arrested a young national guardsman suspected of being behind a major leak of sensitive US government secrets -- including about the Ukraine war. US Attorney General Merrick Garland announced the arrest made "in connection with an investigation into alleged unauthorized removal, retention and transmission of classified national defense information." Stefani REYNOLDS / AFP
US Attorney General Merrick Garland told reporters Thursday that Teixeira had been arrested "in connection with an investigation into alleged unauthorized removal, retention and transmission of classified national defense information." News footage of the operation in the southern Massachusetts town of North Dighton showed the suspect dressed in red shorts and a T-shirt with his hands behind his head, backing slowly toward rifle-armed, camouflage-clad law enforcement personnel who took him into custody. Police in the small town in the northeastern state sought to reassure the community about the heavy law enforcement presence, saying in a statement that there was "no threat to public safety." The US National Guard Bureau said Teixeira had enlisted in September 2019 and was an IT and communications specialist who reached the rank of airman first class -- the third-lowest for enlisted air force personnel. US Defense Secretary Lloyd Austin issued a statement praising the Justice Department and FBI "for their swift arrest in connection with this investigation." Austin added that he was ordering a "review of our intelligence access, accountability and control procedures within the (Defense) Department to inform our efforts to prevent this kind of incident from happening again." Teixeira's arrest came a day after The Washington Post reported that hundreds of pages of documents had been posted on the social media platform Discord by a man who worked on a US military base. \- Top secret material \- According to The New York Times, a "trail of digital evidence" pointed to Teixeira as the leader of the private group on Discord, called Thug Shaker Central, where the documents surfaced. The embarrassing security breach has revealed US unease over the viability of a coming counteroffensive by Kyiv's forces against Russian troops as well as concerns about Ukrainian air defenses, and pointed to US spying on allies including Israel and South Korea.
President Joe Biden addressed the leak earlier on Thursday during his visit to Ireland, saying he was "concerned." US media reported that the Biden administration is seeking to beef up its monitoring of social media sites and chat rooms after intelligence agencies failed to spot the leaked documents online for week. The Pentagon has also "begun to limit who across the government receives its highly classified daily intelligence briefs," CNN reported on Thursday. The alleged leaker reportedly went by the nickname "OG" and regularly posted documents in the chat group in question for months. The group of around 24 people, including some from Russia and Ukraine, bonded over their "mutual love of guns, military gear and God," and formed an "invitation-only clubhouse in 2020 on Discord," reported the Post -- which like the New York Times cited unidentified members of Thug Shaker Central. OG told the group members that he spent "some of his day inside a secure facility that prohibited cellphones and other electronic devices," the Post report said. He first wrote down the contents of classified documents to share with the group, but later began taking photos, telling other members not to share them, the newspaper reported. OG had a "dark view of the government," and "spoke of the United States, and particularly law enforcement and the intelligence community, as a sinister force that sought to suppress its citizens and keep them in the dark," the Post said, citing one of the group's members. A Discord spokesperson told AFP that user safety is a priority, and that content violating its policies can result in people being banned, servers being shut down, and police alerted. "In regards to the apparent breach of classified material, we are cooperating with law enforcement," the spokesperson said. "As this remains an active investigation, we cannot provide further comment at this time."

Related Tags

Pentagon WORLDNEWS United States
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.