#security (2020-04)

Archive: https://archive.sweetops.com/security/

2020-04-10

btai avatar

anyone running any security agents in K8s?

Marcin Brański avatar
Marcin Brański

what exactly do you mean by security agents?

btai avatar

@Marcin Brański general container runtime security and alerting on sudo command, kubectl exec into pods, etc.

btai avatar

whitelisted docker images

Marcin Brański avatar
Marcin Brański

Nope, not yet. But instead of alerting on kubectl exec or sudo I would just disallow that by default.

2020-04-13

Exequiel Barrirero avatar
Exequiel Barrirero
Attack matrix for Kubernetesattachment image

While Kubernetes has many advantages, it also brings new security challenges.

2020-04-16

Maciek Strömich avatar
Maciek Strömich
Flipper Zero — Multi-tool Device for Hackers. Lite version based on STM32attachment image

Based on ultra low power STM32 MCU for daily hacking of access conrtol systems, radio protocols. Compatible with Arduino IDE and PlatformIO.

2020-04-27

2020-04-29

ennio.trojani avatar
ennio.trojani

Hi all, I’m setting up ECR Image scanning on push for some images and I was wondering if anyone has a way how I could present the results in a better way other than having them on the AWS console. For example like exporting them to a S3 bucket. I’ve found this project but I’m not sure: https://github.com/aws-samples/amazon-ecr-continuous-scan Has anyone done something similar ?

aws-samples/amazon-ecr-continuous-scan

Example container image re-scan with Amazon ECR. Contribute to aws-samples/amazon-ecr-continuous-scan development by creating an account on GitHub.

Steven avatar

It’s easy to get the scan results. They are just json. The trick is how to turn those into something visually easy to use. Haven’t seen any tools for that

ennio.trojani avatar
ennio.trojani

As we have use Domo for other stuff I might give it a try. I ll upload the JSON to a S3 bucket and then query and visualise with it .

2020-04-30

Maciek Strömich avatar
Maciek Strömich

it was a pita when I looked into ecr scan in the past and I decided to go with clair scanner running in ci pipeline after the image is build before it’s pushed to ecr

5
Maciek Strömich avatar
Maciek Strömich
arminc/clair-local-scan

Run CoreOs Clair standalone. Contribute to arminc/clair-local-scan development by creating an account on GitHub.

    keyboard_arrow_up