With GTA VI leaks popping up from the likes of Cyberleek the entire week prior, it's not surprising to see claims of a leaked playable build of GTA VI pop up online. One such supposed build claiming to be the very same playable GTA VI build being used by Cyberleek for their leaks popped up...
Funny thing some malware checks if your hardware is virtualized. It is a bit tough to make a VM appear legit, so I tend to use a sacrificial laptop I have for this kind of work.
Your advise is good as it will tell you if the thing is real but the malware might not trigger.
My favourite story of this is that ransomware virus that was taking out places like the NHS, and some security researcher noticed it kept pinging some domain that was a random bunch of characters.
He registered the domain, and suddenly the ransomware shut down, freeing all the places the ransomware had infected.
It turns out when researching a virus the environments commonly treat all domains as valid so they can capture the traffic and see what the virus is doing. To prevent this, the ransomware was designed to shut down if this clearly fake domain came back as valid (and I guess this was the release switch if the ransom was paid). That was it would shut down if in this kind of a sandboxed environment.
The story is here, written by the researcher so it’s a bit technical. There were lots of news stories about it at the time too.
Add to this, use Linux when dealing with sketchy things that you downloaded from sketchy places. If you configured it correctly, it won’t be too difficult to undo any potential issues
What about Linux is easier than a similarly prepped windows device?
Unless it’s changed recently, windows you just need to press a button during load (like bios) to boot into safe mode. And from there you can reload a variety of “snapshots” to recover from most malware issues.
How is Linux easier than that, I don’t use Linux, but windows is incredibly simple already.
Mostly that the malware has a much higher chance of escaping containment on a Windows install, because it’s designed to attack Windows.
Do you not know what loading a recovery snap shot does? It doesn’t matter if it escapes. Whatever was new is removed since it’s restoring your harddrive to a previous state. It’s like a backup harddrive, without being external.
There’s ways for the malware to disable recovery mode, but I would assume the same could happen to Linux as well.
Boot into windows safe mode and load a recovery image? Are you implying that it’s somehow difficult on windows just to bash them?