Is there a website that provides details and root cause of data breaches reported in the media?

There are many reports of data breaches, especially ransomware attacks, in the news lately. But it is difficult to determine the root cause or what vulnerabilities were exploited for each one. I would like to know exactly how attackers are… Continue reading Is there a website that provides details and root cause of data breaches reported in the media?

What mitigations are there against a timing attack done to find which devices are communicating on a set of devices?

I know the title isn’t good at all but allow me to explain. In this model I have n devices on different networks that are able to communicate with each other. A supervisor is able to see every packet a device sends or receives. How can two… Continue reading What mitigations are there against a timing attack done to find which devices are communicating on a set of devices?

Prevent a bot accessing login page with multiple IPs and massive list of username/ passwords

For the second time my website seems to be the target of a large automated attack. It seems complex enough and very well executed. I have the following systems in place:

Captcha on 3rd failed login from IP
Account lock for 30 min after 5 … Continue reading Prevent a bot accessing login page with multiple IPs and massive list of username/ passwords

How to make sure that no one is watching you through webcam?

I have heard that intelligence agencies and hackers can illicitly gain access to a computer’s webcam and microphone and keep a close eye on people using suspicious programs or malware.
Is there any way to check if such thing is happening t… Continue reading How to make sure that no one is watching you through webcam?

How to prevent XSS attack on selected window.location in javascript

This is my code where i have a userId in a method SwitchUser_Click. I need to prevent or somehow encode the return value from the switchUser_Click as it includes the UserId of a user vulnerable to XSS attack or redirects.
function SwitchU… Continue reading How to prevent XSS attack on selected window.location in javascript