This image contained in a court filing by the
Department of Justice, April 29, 2026, shows
Cole Tomas Allen, left, inside his hotel room, on Saturday, April 25, 2026 in
Washington, using his cellphone to take a photograph of himself in the mirror. An enhanced version of the image is right. (
Department of Justice via AP) 2026-05-11T13:52:31Z
Washington (AP) — A man accused of storming the White House Correspondents’ Association dinner while armed with guns and knives pleaded not guilty on Monday to charges that he attempted to kill President Donald Trump and fired a shotgun at a
Secret Service officer who tried to stop the attack.
Cole Tomas Allen was handcuffed and shackled and wearing an orange jail uniform when he appeared in federal court for his arraignment. Allen didn’t speak during the brief hearing. One of his attorneys entered the plea on his behalf. Allen’s lawyers are asking U.S. District Judge
Trevor McFadden to disqualify at least two top Justice Department officials from direct involvement in prosecuting him because they could be considered victims or witnesses in the case, creating a potential conflict of interest. Acting Attorney General
Todd Blanche and U.S. Attorney
Jeanine Pirro were attending the event when Allen ran through a security checkpoint and fired a shotgun at a
Secret Service officer, authorities said. In a court filing last week, Allen’s attorneys argued that it creates at least the appearance of a conflict of interest for Blanche and Pirro to be making any prosecutorial decisions in the case. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); McFadden, a Trump nominee, didn’t rule from the bench on that question but asked Allen’s attorneys to elaborate on the possible scope of their recusal request. Defense attorney
Eugene Ohm said the defense likely would seek to disqualify Pirro’s entire office from involvement in the case. Ohm acknowledged that a bid to disqualify the entire Justice Department would be unlikely. “That would be quite a request,” the judge said. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i McFadden gave prosecutors until May 22 to respond in writing to the defense’s request. The judge asked the government to specify whether it believes Pirro and Blanche could be considered victims in the case. “That might add some clarity here,” McFadden said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); In their filing, Allen’s attorneys suggested that the appointment of a special prosecutor might be warranted. Allen is scheduled to return to court on June 29. A
Secret Service officer was shot once in a bullet-resistant vest during the April 25 attack at the
Washington Hilton hotel, which disrupted and ultimately prompted an early end to one of the highest-profile annual events in the nation’s capital. The officer fired five shots but didn’t hit anybody, authorities said. Allen, 31, of Torrance, California, was injured but was not shot. Besides the attempted-assassination count, Allen also is charged with assaulting a federal officer with a deadly weapon and two additional firearms counts. He faces a maximum sentence of life in prison if convicted of the attempted assassination charge alone. Allen was placed on suicide watch after his arrest, but jail officials removed him from that status after several days. Allen’s attorneys complained that he had been unnecessarily confined in a padded room with constant lighting, repeatedly strip searched and placed in restraints outside his cell. Allen told FBI agents that he didn’t expect to survive the attack, which could help explain why he was deemed to be a possible suicide risk, a Justice Department prosecutor has said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Allen was outfitted with an ammunition bag, a shoulder gun holster and a sheathed knife when he took a photo of himself in his room at the hotel just minutes before the attack, according to prosecutors. In a message that authorities say sheds light on his motive, Allen referred to himself as a “Friendly Federal Assassin” and alluded obliquely to grievances over a range of actions by Trump’s Republican administration. Authorities have alleged that Allen on April 6 reserved a room for himself at the Hilton where the event would be held weeks later under its typical tight security . He traveled by train cross-country from California, checking himself into the hotel a day before the dinner with a room reserved for the weekend. Trump was rushed off the stage by his security team at the Saturday night event and appeared at the White House two hours later, still in his tuxedo, to talk about the attack and the suspect. “When you’re impactful, they go after you. When you’re not impactful, they leave you alone,” the president said. “They seem to think he was a lone wolf.”