Srinivas

Srinivas is an Information Security professional with 4 years of industry experience in Web, Mobile and Infrastructure Penetration Testing. He is currently a security researcher at Infosec Institute Inc. He holds Offensive Security Certified Professional(OSCP) Certification. He blogs atwww.androidpentesting.com. Email: srini0x00@gmail.com
Srinivas

Securing the Kubernetes cluster

Explore common security best practices to ensure that your Kubernetes cluster is properly secured.

Introduction to Kubernetes security

Get an overview of Kubernetes security, including Kubernetes architecture, control plane components, worker node components and more.

Increasing security by hardening the CI/CD build infrastructure

CI/CD pipelines are made up of various different components such as application code, source code repositories, image repositories, build servers, containers

Pros and cons of public vs internal container image repositories

Docker registry is a key component in IT environments that use containers. Small businesses and individuals can rely on publicly available registry services

CI/CD container security considerations

Containers are heavily used in the CI/CD environments. There are various phases, where security needs to be taken care of in a CI/CD pipeline. The developers

Vulnerability scanning inside and outside the container

With the wide acceptance of the concept of containerized applications due to the benefits they bring, one should not overlook the security in container envir

How Docker primitives secure container environments

Docker makes heavy use of Linux kernel features. One of the fundamental aspects that containers make use of from Linux Kernel are namespaces and cgroups. Thi

Common container misconfigurations and how to prevent them

Docker is a containerization software that comes with a great set of features that make it easy to build and run containers. With the great features Docker p

Building container images using Dockerfile best practices

Docker images are built by writing all the build instructions in a configuration file named Dockerfile. Once an image is built using this Dockerfile, contain

Securing containers using Docker isolation

In the previous article, we discussed an overview of common container security misconfigurations such as mounting docker.sock, use of root users accounts and

Introduction to container security

Containers are becoming the new normal to deploy software applications and many organizations are embracing container technologies at a great speed. This art

How to control the flow of a program in x86 assembly

Learn about x86 assembly instructions you can use to control the flow of a program in the ninth article in our x86 assembly series.