Wednesday, June 25, 2025
29.4 C
Singapore

CIA posts ‘spot the difference’ tweet. Can you find them all?

India — If you’re someone who follows Central Intelligence Agency (CIA), the foreign intelligence service of the federal government of the United States, on social media, you may be aware of the puzzle posts they often share. These are the posts that many love to solve as they engage them into the laborious yet fun process of finding the answers. Just like this ‘spot the difference’ post shared by the agency.

“Can you spot the differences?” they wrote and also asked people to reply saying how many they could find.

Take a look at their post to see if you can find all the differences.

Since being shared, the post has gathered close to 1,900 likes. It has also accumulated tons of comments.

Did you manage to find all the differences? If you’re still scratching your head, this reply by CIA, on their own tweet, will help you.

“How did you do?” the agency wrote and tweeted:

There were some who said that they could spot more differences.

See also  Ex-CIA agent jailed for 19 years for spying for China

How long did it take you to find them all?

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });