91³Ô¹ÏÍø

Watch CBS News

Trump claims government knows where drones originated

President-elect Donald Trump claimed Monday that the federal government knows points of origin of the mystery drones flying over New Jersey and other East Coast states, but wants to "keep people in suspense." 

The president-elect didn't offer evidence for his claim, and declined to comment on whether he's been provided an intelligence briefing on the matter. He said the federal government should let the public know what it's learned about the situation. 

On Monday night, the Department of Homeland Security, FBI, Federal Aviation Administration and Defense Department said in a joint statement, "Having closely examined the technical data and tips from concerned citizens, we assess that the sightings to date include a combination of lawful commercial drones, hobbyist drones, and law enforcement drones, as well as manned fixed-wing aircraft, helicopters, and stars mistakenly reported as drones. We have not identified anything anomalous and do not assess the activity to date to present a national security or public safety risk over the civilian airspace in New Jersey or other states in the northeast."

Trump made his comments in a lengthy exchange with reporters Monday at his Mar-a-Lago estate in Florida. Drone sightings in New Jersey, New York, Pennsylvania and other states along the East Coast have sparked concern from local officials who want answers about the drones, some of which have been located near military installations. 

"The government knows what is happening," Trump claimed, although the extent of the government's knowledge is unknown. "Look, our military knows where they took off from. If it's a garage, they can go right into that garage. They know where it came from and where it went. And for some reason, they don't want to comment. And I think they'd be better off saying what it is. our military knows and our president knows. And for some reason, they want to keep people in suspense."

Trump said he "can't imagine it's the enemy" behind the drones. He also said the drone sightings are near his Bedminster golf club in New Jersey, where he often spends the warmer months. 

"For some reason, they don't want to tell the people, and they should," he continued. "Because the people are really, I mean, they happen to be over Bedminster. They're very close to Bedminster. I think maybe I won't spend the weekend in Bedminster. I've decided to cancel my trip."

It's unclear whether Trump had plans to visit Bedminster. 

Federal lawmakers are pushing for more measures to track down the drones. 

On Sunday, Senate Majority Leader Chuck Schumer said he's requesting the Department of Homeland Security deploy a detection system

Rep. Mike Waltz, a Republican from Florida who is President-elect Donald Trump's pick for national security adviser, said on "Face the Nation" Sunday that federal agencies are "pointing at each other" to figure out what's happening. 

The FBI is the lead agency investigating the flying objects, a federal official said last week. An FBI official told CBS News the agency has received several thousand tips. Local law enforcement agencies are also investigating.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });