A recent Go-based malware was recently discovered by security researchers at
Huntress. The primary targets are again MacOS users (recently there has been a spike on this kind of attacks), stealing cryptocurrency assets, browser-stored passwords, Apple Keychain data, and cached credentials.
It starts with a email from the criminals with a link instructing them to run a command in Terminal. It's a bash script that acts as a malware loaded. It then collects system information. The infostealing and crypto-draining payload will write itself to the directory under the name
com.apple.verified, and the com.apple.quarantine extended attribute was stripped to prevent Gatekeeper from flagging the file as quarantined and triggering a security warning upon execution.

It also acts as a copy and paste stealer and this is the address belonging to the criminals:

And then the obvious modus, steal our crypto:
A function called DRAIN would identify likely wallet addresses tied to these various cryptocurrencies and query the blockchain to determine if the wallet has a balance; if the malware finds a wallet address, it retrieves an alternative wallet address (either from an embedded, hardcoded list in the binary, or from its C2 server) and can steal either a portion (indicated by the variable DRAIN_PCT) or the entire contents of the wallet, transferring the value to a wallet controlled by the threat actor.

So if you are a MacOS user, be careful on emails that you might have received or going to received moving forward. With so many spats of attack, everyone should really be very careful.
https://www.huntress.com/blog/mac-crypto-draining-malware