←back to thread

441 points longcat | 1 comments | | HN request time: 0s | source
Show context
grav ◴[] No.45039159[source]
> Interestingly, the malware checks for the presence of Claude Code CLI or Gemini CLI on the system to offload much of the fingerprintable code to a prompt.

Can anyone explain this? Why is it an advantage?

replies(3): >>45039226 #>>45039286 #>>45039823 #
1. NitpickLawyer ◴[] No.45039226[source]
Some AV / endpoint protection software could flag those files. Some corpo deep inspection software could flag those if downloaded / requested from the web.

The cc/geminicli were just an obfuscation method to basically run a find [...] > dump.txt

Oh, and static analysis tools might flag any code with find .env .wallet (whatever)... but they might not (yet) flag prompts :)