Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

Latest News

Challenges in Automating and Scaling Remote Vulnerability Detection

When a new major CVE gets released, cybersecurity companies race to discover ways of detecting the new vulnerability and organizations scramble to determine if they are impacted or not. Developing high-confidence techniques to scan the public-facing Internet assets for newly published vulnerabilities can potentially take weeks or even months as vulnerability researchers discover and test various detection methods.

Best Practices for Protecting PII Data

Protecting PII data has never been more crucial. In today’s digital age, personal information is constantly at risk from cyber threats. Ensuring data privacy is essential for maintaining trust and compliance with regulations like the General Data Protection Regulation (GDPR) and the California Consumer Privacy Act (CCPA). PII means Personally Identifiable Information. It includes data that can identify someone, like their name, address, or social security number.

UK Businesses Face New Cyber-Attacks Every 44 Seconds in Q2 2024

In the second quarter of 2024, UK businesses faced cyber-attacks every 44 seconds, highlighting the persistent nature of cyber threats and the critical need for robust cybersecurity protocols. This frequency of attacks shines the spotlight on the ongoing challenge UK businesses face in protecting their digital assets. It also stresses the importance of implementing comprehensive security measures to protect against increasingly sophisticated and frequent cyber threats.

FOG Ransomware Targets Higher Education

In Q2 2024, the Kroll Cyber Threat Intelligence (CTI) Team observed an increase in activity around a new ransomware group named FOG. FOG was initially observed in May 2024, and since then has been heavily targeting higher educational institutions in the U.S. by exploiting compromised VPN credentials. Kroll's review of a recent FOG binary (1.exe) found no exfiltration or persistence mechanisms directly integrated.

How To Lock Your Social Security Number

To lock your Social Security number (SSN), you first need to either contact the Social Security Administration or use your E-Verify account to self-lock it. It is necessary to lock your SSN when you suspect that it has been stolen and used to commit fraud or identity theft. If you notice suspicious activity in your bank accounts, missing mail or mistakes in your tax returns, you might be a victim of identity theft and should lock your SSN immediately.

How Cybercriminals Profit from Streaming Account Theft

In recent weeks we’ve covered how criminals use bots to steal accounts across the web. Credential stuffing tools make this easy and quick to do. If you missed it, watch a live demo of the process in this webinar. In this post we’ll look in more detail at what happens next. How do criminals monetize stolen accounts? To answer this, we’ll use the example of streaming services – one of the quickest and easiest commodities for crooks to shift and make a quick profit.

Why You Should Encourage Your AI/LLMs to Say 'I Don't Know'

In AI and machine learning, providing accurate and timely information is crucial. However, equally important is an AI model’s ability to recognize when it doesn’t have enough information to answer a query and to gracefully decline to respond. This capability is a critical factor in maintaining the reliability and trustworthiness of the entire system.

Another Case for Cyber Resilience: A Large-Scale Extortion Campaign and Best Practices for Data Security in the Cloud

Recently, a widespread cloud extortion operation—affecting 110,000 domains and involving significant financial demands—was uncovered. Unit 42, the cybersecurity research division of Palo Alto Networks, released a report this month detailing how threat actors exploited misconfigured.env files to gain unauthorized access, steal sensitive data, and demand ransoms after deleting cloud assets.

QR Code Scams You Should Be Aware Of

A Quick Response (QR) code is made up of black and white pixels, designed for someone to scan with their camera to access links, contact information and more. Some common QR code scams you should be aware of include QR codes on parking meters, unexpected package deliveries, phishing emails, restaurant menus or unsolicited text messages. One study in October 2023 found that 22% of worldwide phishing attacks used QR codes to spread malware.

Integrating Swagger UI into Web Apps Using Webpack 5 & EmberJs

This article provides a detailed guide on successfully integrating Swagger UI into web applications using EmberJs as the Javascript framework and Webpack as the module bundler. We will cover the step-by-step process, including any challenges encountered along the way and how we resolved them. For those unfamiliar with Ember Js or Webpack, we have included introductory sections to get you up to speed. If you’re already familiar with it, feel free to skip directly to the integration steps.