Proton.B: What this Mac malware does
11–20 of 94 posts
Re: Proton.B: What this Mac malware does
#12The standard macOS password prompt surely needs to change. It's become too familiar and I'm sure I've filled it in hastily before without wondering why or what for. It needs to be implemented in a way that is impossible for nefarious apps to replicate.
Re: Proton.B: What this Mac malware does
#13I've used handbrake some time ago but not recently, and hadn't heard about this. Summmary of the situation from the handbrake website: HandBrake-1.0.7.dmg was replaced by another unknown malicious file that DOES NOT match the SHA1 / SHA256 hashes on our website or on our Github Wiki which mirrors these: https://github.com/HandBrake/HandBrake/wiki/Checksums The Affected Download mirror (download.handbrake.fr) has been…
Re: Proton.B: What this Mac malware does
#14I've used handbrake some time ago but not recently, and hadn't heard about this. Summmary of the situation from the handbrake website: HandBrake-1.0.7.dmg was replaced by another unknown malicious file that DOES NOT match the SHA1 / SHA256 hashes on our website or on our Github Wiki which mirrors these: https://github.com/HandBrake/HandBrake/wiki/Checksums The Affected Download mirror (download.handbrake.fr) has been…
It's a shame that it isnt easier to check for the correct hash on downloaded software. I know it's a one liner in the terminal, but that scares prople.
Re: Proton.B: What this Mac malware does
#15>The malware obtains the time and date by creating a new environment variable called $hcresult that contains what’s being returned by sending an HTTP request to the Google hosted link by executing this command: >curl -sL https://script.google.com/macros/s/AKfycbyd5AcbAnWi2Yn0xhFRb... What the hell, Google? Your domain name is one of the most trusted on the internet and yet you're hosting random user submitted scripts…
Re: Proton.B: What this Mac malware does
#16The standard macOS password prompt surely needs to change. It's become too familiar and I'm sure I've filled it in hastily before without wondering why or what for. It needs to be implemented in a way that is impossible for nefarious apps to replicate.
Yes, should show the users login photo at the very least...
Re: Proton.B: What this Mac malware does
#17>The malware obtains the time and date by creating a new environment variable called $hcresult that contains what’s being returned by sending an HTTP request to the Google hosted link by executing this command: >curl -sL https://script.google.com/macros/s/AKfycbyd5AcbAnWi2Yn0xhFRb... What the hell, Google? Your domain name is one of the most trusted on the internet and yet you're hosting random user submitted scripts…
Looks like its getting the current time from the json response. How dare Google distribute the current time ?
Re: Proton.B: What this Mac malware does
#18The standard macOS password prompt surely needs to change. It's become too familiar and I'm sure I've filled it in hastily before without wondering why or what for. It needs to be implemented in a way that is impossible for nefarious apps to replicate.
On the other hand, each desktop application should be able to request root access. And if you trust these applications (e.g. handbrake on macos) you wouldn't bother to press Ctrl-Alt-Delete or do whatever else it takes.
Any good solution for that?
Re: Proton.B: What this Mac malware does
#19>The malware obtains the time and date by creating a new environment variable called $hcresult that contains what’s being returned by sending an HTTP request to the Google hosted link by executing this command: >curl -sL https://script.google.com/macros/s/AKfycbyd5AcbAnWi2Yn0xhFRb... What the hell, Google? Your domain name is one of the most trusted on the internet and yet you're hosting random user submitted scripts…
Looks like its getting the current time from the json response. How dare Google distribute the current time ?
It's standard security practice to serve user submitted content on a separate domain, so I'm a little surprised that Google isn't following it.