Thinking Like a Hacker: Abusing Stolen Private Keys

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ggshield

    Find and fix 360+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.

  • First up is the leaked TLS private key. Poor Corp added their wildcard certificate to their GitLab image, but they didn’t consider that anyone could steal the private key from the Docker image once published on Docker Hub. Rather than adding sensitive files and hardcoded environment variables to their containers while they were being built, Poor Corp should have used runtime environment variables and mounted volumes to pass secrets into the container—by the way, ggshield, the secrets detection CLI from GitGuardian, has a command for scanning Docker images. If you find that you’ve also made this mistake, you need to immediately revoke any certificates or credentials that were exposed.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Infrastructure as Code Security [Security Zines]

    1 project | dev.to | 6 Jan 2023
  • How To Use ggshield To Avoid Hardcoded Secrets [cheat sheet included]

    2 projects | dev.to | 14 Nov 2022
  • How to make security policies a team effort

    1 project | dev.to | 1 Aug 2022
  • How To Setup Your Jenkins Pipeline with GitGuardian in Kubernetes

    1 project | dev.to | 10 May 2022
  • Secrets: A command-line tool to prevent committing secret keys into your source

    4 projects | news.ycombinator.com | 19 Apr 2022