Why would you ask ChatGPT to tell you what a base64-encoded string is? Just base64 decode it! This blog post's "investigation" is worthless when it's just copy/pasting what a chat bot said. There is no reason to rely on a chat bot for this.
There is a (temporary) misalignment of incentives. ChatGPT is cheap--for now. But it cannot remain so for long. Someone(s) will have to pay for those huge datacenters and the gigawatts of power they require, and the investors speculating on them.
The scariest "user support" email I've received
241–250 of 267 posts
Re: The scariest "user support" email I've received
#242Earlier quoted context omitted.
ChatGPT failed at doing the job, and it was the wrong tool to use. It explained that it saves a file and executes it. That's a nothingburger, it was obvious it's going to execute some code. The actual value would have been showing what's in the executed file, but of course it didn't show that (since that would have required actually executing the code). Showing the contents of the file would have provided an exact an…
So what exactly did it fail at here ? Not executing the clear malware attack just so it could it see what was inside ? Really ?
Re: The scariest "user support" email I've received
#243Earlier quoted context omitted.
To most of the replies to my comment, the point is that: - ChatGPT is _satisficing_, not optimal. It's definitely worse than a dedicated decoder tool. - and it's also much more versatile, so it will be satisficing a large array of tasks. So in scenarios where precision isn't critical and the stakes are mid, it'll simply become the default tool. Like googling something instead of checking out wikipedia. Or checking ou…
> ChatGPT is _satisficing_, not optimal. But is it _always_ accurate? The answer to that is important when there are security implications.
Re: The scariest "user support" email I've received
#244Earlier quoted context omitted.
You are forgetting the world we live in now where, as time passes, fewer and fewer people will know how to do anything on their own and more and more will only accomplish things by using AI.
And we should call out and shame that behavior wherever we can just like our teachers were not amused when we simply copied from a Wikipedia article instead of following the referenced sources.
Re: The scariest "user support" email I've received
#245Earlier quoted context omitted.
Can you grow your own food? Treat your own injuries? Build your own shelter? Repair your own appliances? If not, you're already much farther down this dependency funnel that you believe.
Yes, to all of the above. So can a lot of the people I know.
Re: The scariest "user support" email I've received
#246Earlier quoted context omitted.
So what exactly did it fail at here ? Not executing the clear malware attack just so it could it see what was inside ? Really ?
Explaining what the malware does
Re: The scariest "user support" email I've received
#247Why would you ask ChatGPT to tell you what a base64-encoded string is? Just base64 decode it! This blog post's "investigation" is worthless when it's just copy/pasting what a chat bot said. There is no reason to rely on a chat bot for this.
Re: The scariest "user support" email I've received
#248Earlier quoted context omitted.
> the personal website that would be casually hosted whenever your PC is on I don't think that was ever really a thing. Which isn't to say that no one did it, but it was never a common practice. And free web site hosting came earlier than you're implying - sites like Tripod and Angelfire launched in the mid-1990s, at a time when most users were still on dialup.
Must be a regional thing, because where I live, mass internet adoption pretty much started in the 90s with the dedicated Ethernet connections. As such, every PC had its own IP address, it was a time before home routers. Later, the dreaded NAT was introduced, but the ISPs kept their "LAN" networks free. People hosted all sorts of things. It was a common practice for people to host an FTP server, a game server, an IRC…
Re: The scariest "user support" email I've received
#249Earlier quoted context omitted.
Explaining what the malware does
I mean, what exactly would decoding the string yourself change ? It's not as if b64 decoding has secret malware introspection abilities.
There is 0 value in chatgpt telling you "it executes some code". The interesting part would be what is inside the /tmp/... file that the malware intends to execute.
To turn this question around, what did you gain by asking ChatGPT this question? You would have not run this command before, and you wouldn't run it after, and you wouldn't have run it either if ChatGPT told you "yeah it's safe go ahead".
Re: The scariest "user support" email I've received
#250Earlier quoted context omitted.
I mean, what exactly would decoding the string yourself change ? It's not as if b64 decoding has secret malware introspection abilities.
It already decoded the string so I'm not sure what your question is. There is 0 value in chatgpt telling you "it executes some code". The interesting part would be what is inside the /tmp/... file that the malware intends to execute. To turn this question around, what did you gain by asking ChatGPT this question? You would have not run this command before, and you wouldn't run it after, and you wouldn't have run it e…