Posts by:

Maneesha Mariam

Virtual Patching: Definition

The term patch is misleading because the vulnerable system is not being patched. A quick repair job for a piece of software code is called a patch. It is developed and distributed as a replacement or insertion of rule(s) to restrict the inputs and outputs to the vulnerable application in an intermediary layer.

Read more

Introduction to Virtual Patching

Virtual Patching” is a term that was initially used by Intrusion Prevention System vendors many years ago. It is also known as External Patching or Just-in-time Patching. This term is not only web-application specific but mainly used by WAF providers over the past years.

Read more

Kubernetes Security: Build Phase

Overview :

Kubernetes Security: Build Phase

Securing containers and Kubernetes starts within the building part with securing your container images. Your time spent right here pays dividends later due to the fact any neglected protection excellent practices at this factor may be considerably greater luxurious to restore down the line – as a result the phrase “shift left” which means enforcing protection at in advance ranges as images are built.

The two important things to work with this phase are to create secure images and to scan those images for any familiar vulnerabilities.

Read more