Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

Nightfall

Building Endpoint DLP to Detect PII on Your Machine in Real-Time

Endpoint data loss prevention (DLP) discovers, classifies, and protects sensitive data – like PII, credit card numbers, and secrets – that proliferates onto endpoint devices, like your computer or EC2 machines. This is a way to help keep data safe, so that you can detect and stop occurrences of data exfiltration. Our endpoint DLP application will be composed of two core services that will run locally.

Slack DLP Case Study with Bluecore - Best Practices for Maintaining Slack Data Security (Part 5)

In this segment from one of our previous webinars on Slack data loss prevention (DLP), Nightfall product specialist Michael Osakwe discusses the changing role SaaS applications play in modern organizations with input from Bluecore CISO Brent Lassi about how the pandemic has changed his employees' behavior.

Slack DLP Case Study with Bluecore - Data Leakage in the Context of Slack (Part 1)

In this segment from one of our previous webinars on Slack data loss prevention (DLP), Nightfall product specialist Michael Osakwe discusses the changing role SaaS applications play in modern organizations with input from Bluecore CISO Brent Lassi about how the pandemic has changed his employees' behavior.

Slack DLP Case Study with Bluecore - Evaluating Data Exposure Risk in SaaS Tools (Part 2)

In this segment from one of our previous webinars on Slack data loss prevention (DLP), Nightfall product specialist Michael Osakwe discusses the changing role SaaS applications play in modern organizations with input from Bluecore CISO Brent Lassi about how the pandemic has changed his employees' behavior.

Slack DLP Case Study with Bluecore - The Consequences of Data Exposure in Slack (Part 4)

In this segment from one of our previous webinars on Slack data loss prevention (DLP), Nightfall product specialist Michael Osakwe discusses the changing role SaaS applications play in modern organizations with input from Bluecore CISO Brent Lassi about how the pandemic has changed his employees' behavior.

Slack DLP Case Study with Bluecore - Nightfall Q&A with Bluecore CISO Brent Lassi (Part 6)

In this segment from one of our previous webinars on Slack data loss prevention (DLP), Nightfall product specialist Michael Osakwe discusses the changing role SaaS applications play in modern organizations with input from Bluecore CISO Brent Lassi about how the pandemic has changed his employees' behavior.

Slack DLP Case Study with Bluecore - Identifying Data Security Risks in Slack (Part 3)

In this segment from one of our previous webinars on Slack data loss prevention (DLP), Nightfall product specialist Michael Osakwe discusses the changing role SaaS applications play in modern organizations with input from Bluecore CISO Brent Lassi about how the pandemic has changed his employees' behavior.

Data Masking Techniques and Best Practices for Data Security

The risks of a data leak have never been higher. Over the last year, data breach costs rose from $3.86 million to $4.24 million, a record high. Data exfiltration, sophisticated hacker attacks, and even insider threats are forcing organizations across the board to take a more sophisticated, multi-layered approach to data security. Enter: data masking. Data masking is a simple technique that can help organizations continue to work productively while keeping sensitive data stored safely.

Deploy a File Scanner for Sensitive Data in 40 Lines of Code

In this tutorial, we will create and deploy a server that scans files for sensitive data (like credit card numbers) with Nightfall’s data loss prevention APIs and the Flask framework. The service ingests a local file, scans it for sensitive data with Nightfall, and displays the results in a simple table UI. We’ll deploy the server on Render (a PaaS Heroku alternative) so that you can serve your application publicly in production instead of running it off your local machine.