this post was submitted on 07 Jun 2024
529 points (98.4% liked)

Technology

58418 readers
4176 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 
  • Web3 developer Brian Guan lost $40,000 after accidentally posting his wallet's secret keys publicly on GitHub, with the funds being drained in just two minutes.
  • The crypto community's reactions were mixed, with some offering support and others mocking Guan's previous comments about developers using AI tools like ChatGPT for coding.
  • This incident highlights ongoing debates about security practices and the role of AI in software development within the crypto community.
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 82 points 3 months ago (4 children)

It must be automated for it to happen in 2 minutes. Which implies these kind of things happen often enough for someone to write a script for it.

[–] [email protected] 92 points 3 months ago* (last edited 3 months ago) (1 children)

Yes, it absolutely is automated.

There are bots running constantly looking for things that match patterns for exploitable credentials in public commits.

AWS credentials

SSH keys

Crypto wallets

Bank card info

If you push secrets to a public github repo, they will be exploited almost immediately.

[–] [email protected] 9 points 3 months ago (1 children)

The scanning part is definitely automated by many different actors (for the gains or the "lulz"), but being this fast, also automated key usage (account draining) must have been implemented which is a bit more impressive...

[–] Voroxpete 3 points 3 months ago

Not really. All of the underlying mechanics of crypto are so simple that they can be very easily interacted with by bots. Bots make up the vast majority of all crypto trades; mostly wash trading, but also front-running attacks, scams or outright thefts like this one. There are so many exploitable flaws in crypto that every bug is basically a self-executing bug bounty.

[–] [email protected] 59 points 3 months ago* (last edited 3 months ago) (3 children)

If it was a script I wrote, it would have successfully stolen the $40k, but also stolen my own money and deposit both sets of money into a second intended victims account because I forgot to clear a variable before the main loop runs again.

[–] [email protected] 15 points 3 months ago

You always mess up some mundane detail!

[–] [email protected] 4 points 3 months ago

It would have deposited the funds in an account "foobar123" and been lost forever

[–] Klear 1 points 3 months ago* (last edited 3 months ago)

Might have happened in this case too, you never know.

[–] [email protected] 20 points 3 months ago

Oh yes absolutely, there are bots constantly crawling any open source code. A friend of mine accidentally leaked their discord API key, nuked a whole server within minutes.

[–] [email protected] 8 points 3 months ago

There must be bots trolling GitHub for API keys, crypto secret keys, and other such valuable data