Learn Cloud Security
Page 9 of 13
Getting started with AWS ELB - Application Load Balancer
Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones (AZs). In this article we will take a look at how to create an Application Load Balancer on AWS.
Escalating privileges in Google Cloud, from app to cloud access
A short blogpost that shows an exploitation scenario where an attacker, who has managed to gain SSRF or code execution capabilities, can leak tokens and escape to the Google Cloud platform.
Scanning IPv6 with fi6s
fi6s is a port scanning tool for scanning IPv6 networks. This article features a short guide on setting up and using fi6s’s port scanning capabilities.
How to create a new Pub/Sub Topic on Google Cloud
Pub/Subs are popularly used for asynchronous communication between applications. This article is a quick walkthrough of how you can create a Pub/Sub Topic on Google Cloud.
How to create a new Project in Google Cloud
Projects in Google Cloud help in organising all the Google Cloud Resources. This article provides a quick hands-on guide on how you can create a new Project on Google Cloud. Akash Mahajan.
Exploiting the O365 Duo 2FA Misconfiguration
An interesting talk on understanding the O365 Duo 2FA misconfiguration and how it can be detected and remediated.
How to transfer files between AWS S3 and AWS EC2
A simple and quick walkthrough of how you can transfer files between AWS EC2 and AWS S3.
Configuring AWS Load Balancers to protect against HTTP Desync attacks
HTTP Desync attacks are a category of attacks on a system of proxies and load balancers when multiple devices in the chain parse parts of the HTTP request differently, resulting in tampering of legitimate HTTP sessions and bypassing application level security. AWS offers protection against these attacks in their Load Balancer service that prevents exploitation.
Scanning IPv6 with Nmap
Nmap is amongst the popular network discovery utilities discovering hosts and services on the network. This article provides a walkthrough for getting started with Nmap for scanning IPv6 addresses.
How to set up EFS and use with multiple instances in different VPCs
This academy article provides hands-on guidance on how you can set up an AWS EFS and use it with instances in different VPCs.
Create, attach, and detach EBS volumes
This academy article provides hands-on guidance on how you can create, attach, and detach EBS volumes to your EC2 instances on AWS.
How to set up an S3 bucket on AWS
This academy article provides hands-on guidance on creating an S3 bucket on AWS. Follow the steps in this article to set up your new S3 bucket