Apparently malicious website seems like it’s attempting to exfil SSH keys [closed]

As I visited this website the other day, after a few minutes I found it displaying error messages looking like this:

This happened when using Firefox on Linux, and Firefox on Mac (on completely different computers, at different locations,… Continue reading Apparently malicious website seems like it’s attempting to exfil SSH keys [closed]

SideWinder targets the maritime and nuclear sectors with an updated toolset

In this article, we discuss the tools and TTPs used in the SideWinder APT’s attacks in H2 2024, as well as shifts in its targets, such as an increase in attacks against the maritime and logistics sectors. Continue reading SideWinder targets the maritime and nuclear sectors with an updated toolset

PRevent: Open-source tool to detect malicious code in pull requests

Apiiro security researchers have released open source tools that can help organizations detect malicious code as part of their software development lifecycle: PRevent (a scanner for pull requests), and a malicious code detection ruleset for Semgrep and… Continue reading PRevent: Open-source tool to detect malicious code in pull requests

How to securely load user genereated Javascript code from IFrame into my website?

Before I start, I have found a few related references to this question, but they are not answered previously or are about a slightly different scenario to mine.
I have the following need. I need a way to let users write Javascript code, wh… Continue reading How to securely load user genereated Javascript code from IFrame into my website?