The post Israeli Arrested for Selling Secrets to Iran for Crypto appeared first on Coinpedia Fintech News
As global tensions increase and digital assets gain ground, a new front in warfare technique is emerging, one that’s funded by crypto. In an eye-opening instance, Israeli authorities have arrested a 27-year-old man from Tel Aviv, accusing him of spying for Iran in exchange for cryptocurrency payments. Though Trump announced an Iran-Israel ceasefire, this spy case has added a new twist in the global arena.
Spying for Crypto Raises Red Flags
As per the local media report, authorities claim that the man had been in contact with an Iranian agent for several months. During this time, he reportedly carried out several intelligence-related tasks at the agent’s request. These included photographing the homes of Israeli public officials, documenting military bases, and even spray-painting graffiti, possibly as a form of coded messaging or psychological warfare.
According to investigators, the suspect received thousands of dollars in cryptocurrency as payment for his work. This digital trail has raised red flags, showing how cryptocurrencies can be used to fund covert and potentially dangerous activities.
During a search of the man’s home, officials confiscated computers and digital storage devices believed to have been used to communicate with his Iranian handlers. While the full extent of his activities is still being investigated, the Tel Aviv Magistrate’s Court has extended his detention until June 26 to allow authorities more time to gather evidence.
Iranian Recruitment Campaigns Targeting Israelis
The Shin Bet and Israeli police issued a joint warning following the arrest, urging the public to remain cautious of foreign contact, particularly on social media. They revealed that Iranian intelligence and affiliated terror groups are actively trying to recruit Israelis through online platforms. Security officials emphasized that any citizen caught cooperating with enemy states would face severe legal consequences.
Iran Breaks Ceasefire With Israel, $500M Wiped From Crypto Market
,
Warning Call for the Public?
This case surfaces amid growing crypto-related concerns on both sides. Just last week, Iran’s central bank imposed stricter controls on domestic crypto exchanges after a cyberattack drained $90 million from Nobitex, the country’s largest platform. As Iran tightens its oversight, the use of crypto in covert operations and illicit financing continues to blur the lines between financial freedom and national security threats.
In a digital world where enemies may be only a message away, the role of crypto in global conflict is becoming harder to ignore. However, this is not the first time crypto has been used for illegal activities. There are many scams, terrorist fundings in the past have shaken the ground for crypto investors, and this new warfare psychology is something that needs to be taken seriously with grounded crypto rules.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });