October 24, 2025 in techteresa, cybersecurity3 minutes

What happens when we enter a website we should not have clicked?
I remember panicking when I was younger whenever I opened a malicious website or clicked those big green buttons that said “CLICK ME”. And then I closed it right away, in panic.
Now that I have a bit more context I started looking into what exactly happens when you click them.
Common misconceptions:
Just by opening this website, it won’t steal your passwords. You can be tricked into inserting them somewhere - for example, if it looks like an exact replica of a website you usually use.
Each tab has its own isolated environment, so the browser will not let this website access your other tabs. It might however ask you for camera or microfone access, or even screen access. But if you do not alllow it, it can’t see anything.
What it might do:
Even if it downloads a file, it will stay dorment until you actually open it. Without opening it, it can’t really do anything. If you open it, you now have a computer virus! It can do absolutely anything - delete important files, crash you laptop, access important information, change permissions for camera/microfone usage, amongst other things. Note that whenever a file is downloaded you see the downloads executed in your browser. If you did not intend to download it, go ahead and delete it.
Note however, that some browser extensions can be explotaitable and might allow downloading things without the download notification. This is rare and you’d need to have some sketchy extension installed (which is probably filtered from the allowed extensions), but still be aware.
Sometimes malicious sites trick you into thinking you’re in a particular store, like a bank home page, and ask you to input your credentials. In this case they can and will save your password. But that’s the only one they will have access to, not any other (unless you input them here ofc). You don’t need to submit the login for the data to be captured - if you wrote it or pasted it there, it is now compromised.
So what should I do?