PsyOps of Phishing: A Wolf in Shepherd’s Clothing

    Subscribe to our newsletter

    By submitting this form, you agree to the Allure Security privacy policy.

    Share Article

    Illustration of a fake Cloudflare CAPTCHA showing “Verify you are human,” “Verifying,” and “Success” as part of a phishing attack that impersonates trusted security checks.

    Attackers are no longer just impersonating the brands you trust. They are impersonating the security controls designed to protect you, turning fake CAPTCHAs into phishing intermediaries that exploit the one thing every defense depends on: trust.

    I am sure all of us have encountered CAPTCHA while browsing the internet. “Verify you are human,” “I’m not a robot,” “Select all the squares with traffic lights” — it has become a recognized if not begrudging part of our regular interaction with today’s online content. We in part accept this mild inconvenience because we know (hope?) it makes us safer online. We trust the idea that they help prevent bots from spamming and abusing the services we all love. But what happens if the CAPTCHAs we encounter aren’t always what they appear to be? What if cyber-criminals abused our trust of these safeguards to get us to lower our guard and launch attacks all under the illusion of security?

    You may have already guessed it, but this is exactly what is happening. Fraudsters are conducting psychological operations (psyops) that target the weakest link in any system: us. Social engineering is a form of psyops that targets the users of a system with the intent of exploiting human perception and behavior. Essentially, their goal is to trick legitimate users into taking actions that they might not ordinarily take under normal conditions, such as click on a dodgy link in an email, give a caller their password, or wire money to a “prince” in Nigeria. In this specific case though, attackers are attempting to subvert our trust in companies whose primary purpose is to provide online security and keep us all safe. But we will get to that, let’s not get ahead of ourselves.

    A twist on a common ruse

    It all starts with an urgent sounding text message from what appears to be a trusted service provider (package deliver, toll road, the usual suspects) that requires immediate action. “Unusual activity on your account has been detected!” “You have an unpaid toll balance!” “Your package cannot be delivered!” Then they provide a useful link for you to click on that will presumably take you to the site to address this emerging “crisis.”

    Now, in the most common form of this attack, the link or thumbnail image will take you directly to a cloned phishing page that is impersonating your trusted service, and it will convincingly prompt you to input your credentials. However, doing so will save your login information for attackers to use to access the real site with your info and conduct any sort of fraudulent activity under your account. This is one of the types of attacks that Allure Security sees happening at scale every single day across the internet.

    Many users have already become wise to this type of scam due to the sheer mind-numbing number of attempts we receive. However, attackers have not used their laurels for resting, instead they are continuously iterating and trying new variations with the hope of catching us off guard. In a recent campaign we investigated, instead of sending users directly to the phishing site, scammers instead would link them to an intermediary resource. If you were unlucky enough to click on this attack you would see something like the following in your browser:

    You might glance at this while going about your busy day and think to yourself “at least it’s not one of those ones where you have to click on all the images or type out the impossible to read letters — who has time for that?” before clicking the checkbox feeling good that your choice in service providers is keeping you secure. Or so you think.

    The reveal: a wolf in shepherd's clothing

    What is going on behind the scenes is far from innocuous. What appears to be a “security check” is actually acting as a proxy to another website — a phishing page stealing credentials. If we investigate the source code of the proxy page, we will immediately notice a few red flags:

    First, the full code contains no actual links or included resources you would expect from the well-known security vendor being impersonated.

    The right-click context menu has been disabled and the key combinations for common shortcuts like developer tools have been intercepted and disabled to slow down any attempts at analysis. Not a common feature of legitimate websites.

    What is going on behind the scenes is far from innocuous. What appears to be a “security check” is actually acting as a proxy to another website — a phishing page stealing credentials. If we investigate the source code of the proxy page, we will immediately notice a few red flags:

    First, the full code contains no actual links or included resources you would expect from the well-known security vendor being impersonated.

    The right-click context menu has been disabled and the key combinations for common shortcuts like developer tools have been intercepted and disabled to slow down any attempts at analysis. Not a common feature of legitimate websites.

    Investigating the code associated with the “Verify you are human” checkbox reveals an interesting base64 encoded string that is being assigned to a variable and then decoded and set to the JavaScript property window.location.href. This is a property that represents the URL of the current webpage. This technique is commonly used to redirect your browser to another page. The decoded string containing the true destination URL is shown below:

    You may notice the long random looking string appended to the phishing domain in the decoded URL and wonder why it is there. Good instincts! If you were to browse to the URL without including that specific string in your request, you would be automatically redirected to YouTube. Attackers do this intentionally to prevent automated security scanners and researchers from discovering it while keeping the true nature of the site hidden from everyone but its intended victims — the recipients of that initial text message. Victims must first click through the fake CAPTCHA site to unlock and gain access to the intended payload.

    Note to Reader: The phishing site is no longer online due to the efforts of our crack takedown team who had it quickly removed, effectively shutting down and disrupting the phishing campaign. Chalk another one up to the good guys!

    The aftermath: leveling up

    We’re now seeing clear evidence of attackers impersonating trusted security vendors — not just donning the disguise of a harmless bystander, but cloaking themselves in the very authority meant to protect. It’s no longer a wolf in sheep’s clothing — it’s a wolf in shepherd’s clothing. Their aim is psychological: to exploit our trust in protective signals by deploying a decoy — a fake CAPTCHA that masks the true destination and intent of their attack.

    This is more than just a technical ruse. It’s psychological warfare — a textbook psyop, where adversaries exploit our trust in familiar security signals to bypass our defenses. And unlike simple credential theft, this kind of manipulation targets our instincts, habits, and assumptions.

    Here’s the critical insight: if attackers can evolve, so can we.

    By analyzing these phishing kits and fraud tactics not just for their payloads but for their psychological framing, we as defenders can start to build countermeasures that address both the technical and human layers of the attack surface. That means designing better user education, fine-tuning detection systems to spot these proxy-layered phishing campaigns, and sharing intelligence to disrupt campaigns early.

    At Allure Security, we believe that understanding attacker mindset is key to outmaneuvering them. Every fake CAPTCHA, every encoded redirect, every impersonation attempt is a data point we can use to make defenders stronger. Because in the end, it’s not just about technology — it’s about trust.

    So next time you see a “Verify you’re human” checkbox, you might want to ask: who’s verifying who?

    The Bottom Line

    Fake CAPTCHAs represent a meaningful evolution in phishing technique because they exploit something most security awareness training does not address: our implicit trust in the mechanisms of security itself. The attack described here uses a familiar, even comforting interaction — a checkbox that promises safety — as the delivery vehicle for credential theft. The intermediary proxy page, the base64-encoded redirect, and the token-gated access to the phishing payload all serve to keep the operation invisible to scanners while remaining fully functional for victims. When attackers begin impersonating the tools designed to protect users rather than just the brands users trust, the psychological surface area of phishing expands considerably.

    Key Takeaways

    What is the fake CAPTCHA phishing technique?

    Attackers insert a fraudulent CAPTCHA page between the initial lure (typically a smishing message) and the credential-harvesting phishing site. The fake CAPTCHA acts as a proxy that redirects victims to the real phishing page after they click “Verify you are human,” exploiting trust in a familiar security interaction.

    Why do attackers use a CAPTCHA intermediary instead of linking directly to the phishing page?

    The intermediary serves multiple purposes: it adds a layer of perceived legitimacy, it makes the victim feel safer before entering credentials, and it gates access to the phishing payload behind a token that prevents automated scanners and researchers from reaching the page directly.

    How does the token-gated access work?

    The phishing URL includes a long, random-looking string. Without that exact string in the request, the server redirects visitors to YouTube. Only victims who click through the fake CAPTCHA receive the correct token, keeping the phishing page hidden from anyone who isn’t an intended target.

    Why is this psychologically effective?

    CAPTCHAs are associated with security and protection. By impersonating a security vendor’s verification process, attackers exploit the victim’s existing trust in protective signals. The victim believes they are being protected when they are actually being set up for credential theft.

    What makes this different from standard phishing?

    Standard phishing impersonates the brands victims trust. This technique goes further by impersonating the security controls designed to protect victims, a wolf in shepherd’s clothing rather than sheep’s clothing. The psychological framing shifts from “this looks like my bank” to “this looks like the system keeping me safe.”

    Categories:

    See the threats targeting your brand right now

    Get a customized assessment showing active impersonation, phishing infrastructure, and exposed credentials specific to your organization. No commitment required.