본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

AWS Penetration Testing 상세페이지

AWS Penetration Testing

Beginner's guide to hacking AWS with tools such as Kali Linux, Metasploit, and Nmap

  • 관심 0
소장
전자책 정가
19,000원
판매가
19,000원
출간 정보
  • 2020.12.04 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 330 쪽
  • 14.7MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781839213861
ECN
-
AWS Penetration Testing

작품 정보

Get to grips with security assessment, vulnerability exploitation, workload security, and encryption with this guide to ethical hacking and learn to secure your AWS environment

▶Book Description
Cloud security has always been treated as the highest priority by AWS while designing a robust cloud infrastructure. AWS has now extended its support to allow users and security experts to perform penetration tests on its environment. This has not only revealed a number of loopholes and brought vulnerable points in their existing system to the fore, but has also opened up opportunities for organizations to build a secure cloud environment. This book teaches you how to perform penetration tests in a controlled AWS environment.

You'll begin by performing security assessments of major AWS resources such as Amazon EC2 instances, Amazon S3, Amazon API Gateway, and AWS Lambda. Throughout the course of this book, you'll also learn about specific tests such as exploiting applications, testing permissions flaws, and discovering weak policies. Moving on, you'll discover how to establish private-cloud access through backdoor Lambda functions. As you advance, you'll explore the no-go areas where users can't make changes due to vendor restrictions and find out how you can avoid being flagged to AWS in these cases. Finally, this book will take you through tips and tricks for securing your cloud environment in a professional way.

By the end of this penetration testing book, you'll have become well-versed in a variety of ethical hacking techniques for securing your AWS environment against modern cyber threats.

▶What You Will Learn
-Set up your AWS account and get well-versed in various pentesting services
-Delve into a variety of cloud pentesting tools and methodologies
-Discover how to exploit vulnerabilities in both AWS and applications
-Understand the legality of pentesting and learn how to stay in scope
-Explore cloud pentesting best practices, tips, and tricks
-Become competent at using tools such as Kali Linux, Metasploit, and Nmap
-Get to grips with post-exploitation procedures and find out how to write pentesting reports

▶Key Features
-Perform cybersecurity events such as red or blue team activities and functional testing
-Gain an overview and understanding of AWS penetration testing and security
-Make the most of your AWS cloud infrastructure by learning about AWS fundamentals and exploring pentesting best practices

▶Who This Book Is For
If you are a network engineer, system administrator, or system operator looking to secure your AWS environment against external cyberattacks, then this book is for you. Ethical hackers, penetration testers, and security consultants who want to enhance their cloud security skills will also find this book useful. No prior experience in penetration testing is required; however, some understanding of cloud computing or AWS cloud is recommended.

▶What this book covers
- Chapter 1, Building Your AWS Environment, starts with the basics of AWS. AWS is a growing cloud technology provider that many companies are using to house their data. This chapter will help give you an understanding of how basic AWS environments are created, along with coverage of misconfigured services that can be exploited in a contained environment. No knowledge will be needed about AWS, and the chapter will give you everything you need to know about setting up your own AWS environment.

- Chapter 2, Pentesting and Ethical Hacking, gets into pentesting itself. Pentesting is beginning to grow in popularity; it's becoming commonplace for companies to have pentests and find out what they don't know about their systems. Pentesting is the practice of discovering and exploiting issues in IT systems that typical scanners don't pick up. This chapter will give you a brief description of what pentesting is and give you hands-on practice with exercises using pentesting tools.

- Chapter 3, Exploring Pentesting and AWS, talks tools. The first step in pentesting anything always involves scanning systems and resources. Pentesters use various tools and techniques to ensure that they properly scan systems and enumerate as much information as possible. This chapter will focus on using NMAP and Metasploit to grab information from targets that can be used in further exploitation.

- Chapter 4, Exploiting S3 Buckets, covers S3 buckets. S3 buckets are one of the primary resources that AWS uses to hold data. Also known as Simple Storage Service buckets, S3 buckets are great ways to hold objects such as data and metadata. However, much like other file storage solutions, S3 buckets can be easily exploited through simple misconfigurations. These misconfigurations can lead to data leaks and other serious security issues. The chapter will highlight S3 buckets, their functionality, and how to exploit issues with public buckets and misconfigured buckets.

- Chapter 5, Understanding Vulnerable RDS Services, explores another AWS vulnerability. Amazon Relational Database Service (RDS) is scalable and makes it easy to set up cloud-based databases that allow users to operate just as they would with a typical database. RDS allows users to interact via services such as MySQL and Amazon Aurora just as a user would in a typical physical database infrastructure. The downfall of RDS is the same as that of regular databases: injection and misconfigurations. This chapter will go over common misconfigurations and how they can lead to possible injection.

- Chapter 6, Setting Up and Pentesting AWS Aurora RDS, continues our focus on databases. AWS Aurora provides SQL-like database functionality to AWS accounts with simplicity. Focused on PostgreSQL- and MySQL-like querying, Aurora makes interacting with highperformance storage systems easy for the user. Mistakes with it can have a deadly cost, however, and can lead to data leaks if it's not adequately secured. This chapter is going to discuss the ins and outs of what Aurora has to offer and also take a look at the dangers of SQL injection – a malicious attack against websites that host services such as MySQL.

- Chapter 7, Assessing and Pentesting Lambda Services, moves on to Lambda. Lambda allows users to create code that can later respond to events as needed. These events are anything that occurs within the AWS environment – HTTP requests, modifications to S3 buckets, or new EC2 instances being brought up, for instance. This chapter will focus on how vulnerability discovery in Lambda can lead to the exploitation of services and the discovery of internal processes and objects.

- Chapter 8, Assessing AWS API Gateway, focuses on API Gateway. AWS API Gateway acts as the gateway to applications hosting data. The data being hosted by these applications varies; however, what does not is the fact that some of the data may be considered attractive to unauthorized personnel. This chapter will discuss what AWS API Gateway is, how to inspect API calls, and how to correct issues by pentesting API calls.

- Chapter 9, Real-Life Pentesting with Metasploit and More!, dives into Metasploit. Metasploit is an automated pentesting tool that enables pentesters to exploit with ease. Metasploit offers exploit payloads and has become a popular tool to use to test for common vulnerabilities. Metasploit also comes with the meterpreter shell, which allows pentesters to have reverse connections on the exploit systems. The reverse shell allows pentesters a certain level of control, based on rights, making pivoting and pilfering simple. This chapter will take a realistic look at how you would pentest AWS environments in a real-world setting using Metasploit.

- Chapter 10, Pentesting Best Practices, is where we recognize that pentesting is not a one-size-fits-all type of assessment. What applies to one pentest may not apply to another. It's essential to stay on top of trends, hone your skillset, and develop your understanding of what it means to pentest. This chapter will discuss best practices when it comes to maintaining pentesting skills and updating processes, as well as discussing how to keep up with pentesting.

- Chapter 11, Staying Out of Trouble, looks at the potential impacts of what you'll be doing. Pentesting can be very intrusive on AWS systems and can also lead to legal issues if not executed correctly. When pentesting AWS, it's crucial to understand what you as a pentester can and cannot do on an AWS system. This chapter will go over the dos and don'ts of pentesting AWS, as well as talking about denial of service, flooding, and the legal impact that those techniques can have on a pentest team.

- Chapter 12, Other Projects with AWS, explains that AWS is still reasonably new in the market space but is growing in popularity at a large scale. This growth has caused many security services to create training platforms for companies to test and train in "safe spaces" for AWS pentesting. This chapter will look at various projects that can be integrated to augment your AWS pentesting methods.

작가 소개

▶About the Author
- Jonathan Helmus
Jonathan Helmus is a penetration tester and adjunct professor with over 10 years of experience in a mixture of engineering, information security, and information technology. He resides in Seattle, WA, and works for Nordstrom as a pentester, helping Nordstroms clients and customers execute successful penetration tests and red team engagements. As an educator, he works with various universities by teaching and educating the next generation of cybersecurity professionals. Jon currently holds a masters degree in cybersecurity with a focus on ethical hacking and pentesting, and he holds the Offensive Security Certified Professional (OSCP) certification. Known in the hacker community as Moos1e, Jon can be found on Twitter at Moos1e_Moose.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

개발/프로그래밍 베스트더보기

  • 주니어 백엔드 개발자가 반드시 알아야 할 실무 지식 (최범균)
  • LLM 엔지니어링 (막심 라본, 폴 이우수틴)
  • MCP 혁신: 클로드로 엑셀, 한글, 휴가 등록부터 결재문서 자동화까지 with python (이호준, 차경림)
  • 러닝 랭체인 (메이오 오신, 누노 캄포스)
  • 조코딩의 AI 비트코인 자동 매매 시스템 만들기 (조동근)
  • 멀티패러다임 프로그래밍 (유인동)
  • 혼자 만들면서 공부하는 딥러닝 (박해선)
  • 요즘 우아한 AI 개발 (우아한형제들)
  • 실전 ComfyUI (우희철)
  • 이펙티브 소프트웨어 설계 (토마스 레렉, 존 스키트)
  • 개정판 | 혼자 공부하는 머신러닝+딥러닝 (박해선)
  • 개정판 | 쉽고 빠르게 익히는 실전 LLM (시난 오즈데미르, 신병훈)
  • LLM을 활용한 실전 AI 애플리케이션 개발 (허정준, 정진호)
  • 비전공자를 위한 이해할 수 있는 파이썬 (최원영)
  • 그림과 실습으로 배우는 도커 & 쿠버네티스 (오가사와라 시게타카, 심효섭)
  • 생성형 AI를 활용한 유니티 게임 제작 입문 (오연재, 정승언)
  • 랭체인 & 랭그래프로 AI 에이전트 개발하기 (서지영)
  • 개정판 | [Must Have] 코드팩토리의 플러터 프로그래밍 (최지호)
  • 사무자동화 AI 코딩을 위한 최소한의 파이썬 (이주석)
  • 최고의 프롬프트 엔지니어링 강의 (김진중)

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전