Pinned Loading
-
kindlyops/examples
kindlyops/examples PublicExamples of AWS CDK/CloudFormation and other goodies related to security π, devops π§ and cloud β οΈ development
-
kindlyops/murderhornet
kindlyops/murderhornet Publiccloud video experiments with electron, AWS-SSO, and Interactive Video Service
-
aws/aws-cdk
aws/aws-cdk PublicThe AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
-
prowler-cloud/prowler
prowler-cloud/prowler PublicProwler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readinesβ¦
-
Use AWS IAM Policy Simulator with th...
Use AWS IAM Policy Simulator with the CLI 1# The action we want to test
2_action="s3:GetObject"
3# The JSON you want to convert to a string
4_json_to_convert='{ "Version": "2012-10-17","Statement": [{"Effect": "Allow","Action": "*","Resource": "*"}]}'
5# Your resource arn goes here
-
Block non root users from accessing ...
Block non root users from accessing ec2 metadata 1#!/bin/bash
23# This will block users that are not root from accessing ec2 metadata
4# Prevents users from grabbing the instance credentials
5iptables -A OUTPUT -m owner ! --uid-owner root -d 169.254.169.254 -j DROP
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.