I Inspected My Take-Home Interview Project. It Was a Whole Operation

(citizendot.github.io)

188 points | by CITIZENDOT 2 hours ago

13 comments

  • ivanjermakov 31 minutes ago
    > Why use a raw IP address? If anything, this screams “malware.”

    If the victim is deep enough to check hook's content, it's unlikely they will just stop here losing suspicion. I'm sure most devs wouldn't think that doing `git commit` can be malicious (git security oversight?).

  • wxw 1 hour ago
    > They embedded a script that checks the victim’s host operating system and silently executes a remote payload.

    Seems like this is becoming a recurring theme, similar story was on the front page last month.

    https://news.ycombinator.com/item?id=48546294

    • guessmyname 1 hour ago
      > […] and silently executes a remote payload

      Silently only because @OP is not running Little Snitch (or the equivalent on Windows/Linux).

      I’m in the habit of running `tree -a` or the more modern `erd --hidden` but in this case I wouldn’t have needed to, and I wouldn’t have had to audit the scripts either. Little Snitch would have popped up an alert the moment cURL tried to reach that remote server, which is obviously suspicious, and I would have ended the “interview” right there.

  • nphardon 1 hour ago
    always a good day when we get an a post on front actually related to hacking on hackernews.
    • ivanjermakov 29 minutes ago
      Except hackernews is about different kind of hackers.

      http://www.catb.org/jargon/html/H/hacker.html

      > 1. A person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary. RFC1392, the Internet Users' Glossary, usefully amplifies this as: A person who delights in having an intimate understanding of the internal workings of a system, computers and computer networks in particular.

      > 2. One who programs enthusiastically (even obsessively) or who enjoys programming rather than just theorizing about programming.

  • ge96 1 hour ago
    There was a funny video I saw recently someone's running Red Star OS on their computer and a scammer is trying to scam them thinking it's Windows

    Unrelated to this git pre commit hook attack but yeah

  • lantry 49 minutes ago
    > Side note: Why use a raw IP address? If anything, this screams “malware.” At least register a decoy domain like lint-checker.com or jenkins-ci-runner.net. If the threat actors who wrote this are reading: take notes people!

    Maybe they don't want to give any identifying info to the domain registrar? Or just minimizing their online presence?

    • HPsquared 31 minutes ago
      That's probably the reason bare IP addresses are associated with sketchy stuff.
    • CITIZENDOT 40 minutes ago
      fair point
  • darth_avocado 52 minutes ago
    If LinkedIn actually cared about preventing scams, they could implement verification using company emails if you want to list your current employment. And if it is too much of a heavy burden, then at the minimum you should have it as an optional feature that recruiters would have to comply with, if they want to be legitimate.
  • ChrisMarshallNY 1 hour ago
    I assume these types of things are going to become more and more common.

    Looks like these folks really did their homework.

    It's nasty, but I have to respect their skills. I'll bet it works, quite often.

    • CITIZENDOT 1 hour ago
      yea, i had fun looking around, this felt like a ctf challenge lol. if they had any vuln on their server, it would've been even better.
    • LoganDark 1 hour ago
      Their "skills" might just be borrowed from some LLM.
      • ChrisMarshallNY 1 hour ago
        I dunno. The Norks seem to be really good at this, and have been, for a long time.

        I suspect it's clever, experienced, engineers, leveraging LLMs.

      • throw_m239339 1 hour ago
        Yeah, this scam is probably all automated at first place. Welcome to the "agent era"...
  • gtowey 1 hour ago
    My takeaway from this is that I should use the same defense as when someone calls you "from you bank". When they reach out directly, go to the real company's site to apply and contact a real recruiter. If you can't validate that the business is legit before, then assume malfeasance.
    • technion 1 hour ago
      Companies make this hard, a bit like various email scams where legit company communication comes from seemingly random domains (hello paypal). Often the company is legit, but theres no public contact that knows anything about the recruiter thats working for them.
      • bombcar 1 hour ago
        Healthcare companies are the WORST at this - they will send you legitimate email from h34lthc4re.biz with a heart-happy-health.phishing.info link that you HAVE to use - and it's all legit.
    • paxys 1 hour ago
      Even if the attempt is legit, going to the company’s website/careers page to try and reach them is pointless. You application will just get lost among the thousands of others. Your best bet is to ask the recruiter to email you and check for a @<company.com> email address. And even if the attempt checks out don’t run untrusted code on your machine.
    • yieldcrv 1 hour ago
      it was in this moment, that gtowey’s outdated job solutions transitioned them from unc to boomer
      • gtowey 49 minutes ago
        I think you misunderstood.

        I'm not talking about switching to cold contacting companies as a job hunting strategy. I'm saying if you get a suspicious outreach from a rando on linked in on behalf of a company THEN you only continue if you can reach out to the same person via official company channels.

  • drnick1 34 minutes ago
    Are these kinds of tests still relevant in the AI age? Genuine question, I have not interviewed for a very long time. They seem as useful as take home college exams.
  • wslh 18 minutes ago
    I assume an standard way to do this is through a VM provided by the recruiter, right?
  • sailfast 40 minutes ago
    Really hate that the USG overreaction on Fable has given us a neutered version of AIs for DEFENSIVE capabilities even when we just want an explanation of what we’re being subjected to with this malware.

    Give defenders a better shot…

  • rdksu 1 hour ago
    Bruh the harry potter theme song scared the shit out of me as it turned itself on. Bad UX for a personal site. Great article btw !
    • ladybro 1 hour ago
      Where can one be whimsical and fun if not for a personal site?
    • CITIZENDOT 1 hour ago
      sorry, i added it to set the mood for my site :') yk, like moving lamps at the top, hanging dementor at the right side (only visible on desktops).

      should i remove it?

      • seanobannon 58 minutes ago
        absolutely not! it is a delightful source of whimsy on an increasingly uniform web
      • Lammy 1 hour ago
        Middle ground: make it respect `prefers-reduced-motion` :)
      • projektfu 50 minutes ago
        No, it's your playground. My podcast was talking about the music the guest was making and I thought he was playing something Potter related.
      • Quarrelsome 23 minutes ago
        NEVER PURGE YOUR WHIMSY.
      • eightysixfour 1 hour ago
        No, it made me laugh.
      • aftbit 44 minutes ago
        I used developer tools to delete the dementor, then I muted the site when it started playing music.
      • john_strinlai 1 hour ago
        >should i remove it?

        there is no place for fun, whimsy, moods, or personalization on the web. sorry.

        (no, at least not at the request of random internet stranger #10545346)

        • ChrisMarshallNY 42 minutes ago
          Around here, many people have their sense of humor, removed, during their first colonoscopy.

          I joke, anyway, and bear the downvotes. Totally worth it.

      • busymom0 32 minutes ago
        Nah, keep it. It's your site and that's where you get to have fun!
      • ikistuach 1 hour ago
        yes