DevSecOps

A collection of 69 posts

Initial Access Techniques - MITRE ATT&CK

Initial Access Techniques - MITRE ATT&CK

This article discusses the 9 initial access techniques as outlined in the MITRE ATT&CK framework and provides examples of how attackers have used these techniques as well as preventative measures that can be put in place.

Shift Left - Moving security to the development phase - the case of secrets detection in code repositories

Shift Left - Moving security to the development phase - the case of secrets detection in code repositories

With the expansion of the DevOps and DevSecOps models, the concept of “shift left” in the context of the development lifecycle has become quite popular. This article looks at practical ways organizations implement a Shift Left approach to development.

DevSecOps Glossary

DevSecOps Glossary

A helpful glossary of common terms and definitions used in DevSecOps explained with amusing comics.

Git hooks - pre-commit, post-commit, post-receive

Git hooks - pre-commit, post-commit, post-receive

Git hooks are extremely useful to secure the development practice. In this blog post, I will take the example of detecting secrets in source code to illustrate how you can make the most out of git hooks.

arrow-down