Pentagon downplays Iran military satellite as 'tumbling webcam'

An image from Iran state media showing the launch of the Nour satellite  (AFP photo)

WASHINGTON — The head of the US Space Command said the Pentagon believes that Iran's first successful launch of a military satellite into space does not pose any intelligence threat.

The Nour satellite placed into orbit on April 22 is classified by the US military as a small 3U Cubesat, three adjoined units each no more than a liter in volume and less than 1.3 kilogrammes each, said General Jay Raymond in a tweet late Sunday.

"Iran states it has imaging capabilities -- actually, it's a tumbling webcam in space; unlikely providing intel," he wrote.

"#spaceishard," Raymond added to the tweet.

While Raymond downplayed any threat from the satellite, the United States has warned that Tehran's ability to place it into space represents a significant advance in its long-range missile capability, posing a greater threat to US forces and allies in the Middle East.

Last week US Secretary of State Mike Pompeo accused Iran of violating a 2015 UN Security Council resolution against Tehran advancing any nuclear-capable ballistic missile activities.

On Saturday, Pompeo called for the United Nations to extend its conventional arms embargo on Iran beyond its scheduled end in October.

"All peace-loving nations must reject Iran's development of ballistic-missile-capable technologies and join together to constrain Iran's dangerous missile programmes," he said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });