Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Advanced Infrastructure Penetration Testing
Advanced Infrastructure Penetration Testing

Advanced Infrastructure Penetration Testing: Defend your systems from methodized and proficient attackers

eBook
€8.99 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Advanced Infrastructure Penetration Testing

Advanced Linux Exploitation

Now that we have a clear understanding of the different penetration testing methodologies, phases, and requirements, the game is just starting. It is time to buckle your seat belt because, in this chapter, you will dive into securing the Linux environment, from a high-level overview of Linux infrastructure penetration testing, to discovering the dark depths of kernel vulnerabilities. This chapter outlines the skills and tools required to bulletproof Linux infrastructures.

Linux basics

Unix is an operating system developed by Bell Labs. Basically, it works on a command-line interface, and is designed for large systems. This operating system is not free, but it is proprietary and portable. Linux is a Unix clone developed by Linus Torvalds in 1991. It is open source, and you can use it in anything that has a processor. Linux is flexible, and you can modify and implement it as it is licensed under a GNU General Public License (GPL).

Linux commands

In this subsection, let's open the command line and execute some basic commands. In every Linux host, there are command-line interfaces named shells that interpret and execute typed commands and scripts. There are many shell environments, such as...

Security models

Security models are specific mechanisms to represent security policies in a logical way. These models are based on the Trusted Computing Base (TCB), which is described in the US Department of Defense Standard 5200.28. This standard is also known as the Orange Book. It presents TCB as trusted system components that are responsible for the access control to any system. TCB is limited by an fictional boundary called a security perimeter. Every connection between the TCB and other subsystem should be possible using secure channels sometimes named security paths. Security models are present to prevent unauthorized information flow. In other words, they assert that the information is flowing from a low-level security to a high level, and not the opposite. There are also other models named noninterference models, which focus on the behaviors done on each subject and not...

Security controls

Before exploring access controls, let's discover some important terms in security controls. By definition, a control as a noun means an entity that checks based on a standard. Security controls are divided into three main categories:

  • Management security controls: These use managerial techniques and planning to reduce the following risks:
    • Vulnerability analysis
    • Pentesting
    • Risk analysis
  • Technical security controls: This is also known as operational security controls. They use both technologies and awareness as safeguards. These are some examples:
    • Firewalls
    • Encryption
    • Intrusion detection systems
    • Antivirus
    • Training
  • Physical security controls: These are the physical safeguards used to protect the following data:
    • Cameras
    • Gates
    • Biometrics
    • Sensors

Access...

Linux attack vectors

An attack is an actual act by a threat agent against assets of an information system. The path used to attack the target is called an attack vector. There are three main types of attack vector and threat:

  • Network threats: This refers to the threat against the networks of the organization
  • Host threats: These are the threats against the host, including hardware and the operating system
  • Application threats: This refers to the threat against the system programs

Linux enumeration with LinEnum

Enumeration is a key for every successful attack. It is a critical phase in hacking systems, and a vital part of information gathering. During this phase, the attacker establishes a connection between them and the target...

Linux kernel exploitation

There are many motives for hacking, but nothing can be compared with the excitement of fully taking control of the systems. This can be done by exploiting the Linux kernel. Attacking the core of the system will make hackers feel on top of the world; that is why the kernel represents a high-priority target for every hacker.

UserLand versus kernel land

Most operating systems rely on a ring protection model. This model represents superposed conceptual rings varying from high to low privileges. There are four layers numbered from 0 to 3:

  • Ring 3: This layer is the usual interaction layer, with the user normally in the user mode.
  • Ring 2: This layer contains operations with low privilege.
  • Ring 1: This is...

Buffer overflow prevention techniques

There are many techniques implemented to avoid buffer overflow attacks. In the upcoming sections, we will cover some of the well-known mechanisms.

Address space layout randomization

Address space layout randomization (ASLR) is a defense mechanism developed by the Pax Project against buffer overflow attacks. This memory-protection process randomizes the executable location when loaded in memory. Because, as we learned in the previous sections, if locations are predictable, then system exploitation will be easy. It started as a Linux patch in 2001, but later was integrated in many other operating systems. ASLR can be defeated using the following techniques:

  • Bruteforcing all the possible...

Linux hardening

In the previous sections, we discovered the required methods and tools to attack the Linux infrastructure. Now it is time to deploy safeguards and learn how to defend against these attacks and secure your infrastructure. To harden your Linux systems, you need to do the following:

  • Update Linux kernel and applications
  • Avoid using insecure services such as FTP and telnet and use SFTP and OpenSSH instead
  • Minimize the attack surface by using only the needed applications and services
  • If possible, use SELinux
  • Use a strong password policy
  • Keep an eye on faillog records
  • Harden /etc/sysctl.conf
  • Use an authentication server

Center of Internet Security (CIS) provides many hardening guides for a various number of operating systems including Linux. It is highly recommended to visit it: https://www.cisecurity.org/.

Now, download the benchmark of your Linux distribution from...

Summary

This chapter concluded the different attack surfaces of Linux infrastructure, starting from the basic Linux commands, especially those necessary to perform system footprinting and enumeration. In later sections, we had the chance not only to learn the latest Linux exploitation techniques in addition to real-world study cases, but to also understand the theories and concepts behind every Linux security layer. We didn't stop there; as penetration testers, we had the opportunity to discover how to exploit the inner core of a Linux infrastructure. At the end of this chapter, we gained skills to operate and secure a Linux infrastructure from both an attacker and a defender's perspective. The next chapter will broaden your vision, giving you a clear understanding about how to penetrate large corporate networks and databases, from networking refresher terminologies...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • • Advanced exploitation techniques to breach modern operating systems and complex network devices
  • • Learn about Docker breakouts, Active Directory delegation, and CRON jobs
  • • Practical use cases to deliver an intelligent endpoint-protected system

Description

It has always been difficult to gain hands-on experience and a comprehensive understanding of advanced penetration testing techniques and vulnerability assessment and management. This book will be your one-stop solution to compromising complex network devices and modern operating systems. This book provides you with advanced penetration testing techniques that will help you exploit databases, web and application servers, switches or routers, Docker, VLAN, VoIP, and VPN. With this book, you will explore exploitation abilities such as offensive PowerShell tools and techniques, CI servers, database exploitation, Active Directory delegation, kernel exploits, cron jobs, VLAN hopping, and Docker breakouts. Moving on, this book will not only walk you through managing vulnerabilities, but will also teach you how to ensure endpoint protection. Toward the end of this book, you will also discover post-exploitation tips, tools, and methodologies to help your organization build an intelligent security system. By the end of this book, you will have mastered the skills and methodologies needed to breach infrastructures and provide complete endpoint protection for your system.

Who is this book for?

If you are a system administrator, SOC analyst, penetration tester, or a network engineer and want to take your penetration testing skills and security knowledge to the next level, then this book is for you. Some prior experience with penetration testing tools and knowledge of Linux and Windows command-line syntax is beneficial.

What you will learn

  • • Exposure to advanced infrastructure penetration testing techniques and methodologies
  • • Gain hands-on experience of penetration testing in Linux system vulnerabilities and memory exploitation
  • • Understand what it takes to break into enterprise networks
  • • Learn to secure the configuration management environment and continuous delivery pipeline
  • • Gain an understanding of how to exploit networks and IoT devices
  • • Discover real-world, post-exploitation techniques and countermeasures

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 26, 2018
Length: 396 pages
Edition : 1st
Language : English
ISBN-13 : 9781788623414
Category :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Feb 26, 2018
Length: 396 pages
Edition : 1st
Language : English
ISBN-13 : 9781788623414
Category :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 111.97
Web Penetration Testing with Kali Linux
€41.99
Advanced Infrastructure Penetration Testing
€36.99
Network Vulnerability Assessment
€32.99
Total 111.97 Stars icon
Banner background image

Table of Contents

13 Chapters
Introduction to Advanced Infrastructure Penetration Testing Chevron down icon Chevron up icon
Advanced Linux Exploitation Chevron down icon Chevron up icon
Corporate Network and Database Exploitation Chevron down icon Chevron up icon
Active Directory Exploitation Chevron down icon Chevron up icon
Docker Exploitation Chevron down icon Chevron up icon
Exploiting Git and Continuous Integration Servers Chevron down icon Chevron up icon
Metasploit and PowerShell for Post-Exploitation Chevron down icon Chevron up icon
VLAN Exploitation Chevron down icon Chevron up icon
VoIP Exploitation Chevron down icon Chevron up icon
Insecure VPN Exploitation Chevron down icon Chevron up icon
Routing and Router Vulnerabilities Chevron down icon Chevron up icon
Internet of Things Exploitation Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.4
(8 Ratings)
5 star 25%
4 star 12.5%
3 star 0%
2 star 0%
1 star 62.5%
Filter icon Filter
Top Reviews

Filter reviews by




Parteek sharma Apr 05, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
It is excellent and a must read
Amazon Verified review Amazon
Houssem Dellai Mar 25, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Even I have no idea about anything security, it was easy for me to understand the core concepts. I would recommend it :)
Amazon Verified review Amazon
Customer Mar 05, 2019
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
After scouring numerous resources, taking online and instructor-led training, and speaking to hundreds of professional penetration testers, this has been the only resource that properly covers Active Directory Exploitation.There are books, such as Becoming the Hacker (best for web app penetration testing), that I would recommend to build on the foundation this book sets for some of the other topics. I might also compare this to Mastering Kali Linux for Advanced Penetration Testing, Third Edition (best for physical penetration testing). However, this book is unique in a few key ways.1) This book mentions PowerView, an essential suite for Windows Server Domain security testing. Unlike the other books that do mention PowerView, this book goes into detail about the intrinsics and internals.2) The book levers a technique that we've seen elsewhere, SPN Scanning, but simplifies it and consolidates the data gathering element in a simple command-by reference. It introduced SPN Scanning earlier than other publications and trainings. SPN Scanning is key to remaining under the radar yet able to pivot rapidly and cleanly.3) Although it could already use a refresh, the section on Continuous Integration penetration testing was prescient. No other books cover this so prominently, yet they should.Overall, besides the 2 books I mentioned that compete with this title, it's one of the best books on Infrastructure Penetration Testing and the current best publication on penetrating Active Directory / Windows Server technologies. I would definitely recommend all 3, especially in combination.
Amazon Verified review Amazon
Nakul Aug 21, 2018
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
The book does not cover the details of anything in detail. Its only good if you don't know if that could happen .I won't recommend it to anyone . Waste of money .....
Amazon Verified review Amazon
prince Apr 07, 2018
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
This is one of the most horrible books that I have ever read. Even class-text books that teach kids basic computer security have better information than this. The author seems to have no idea of what he is talking about. Every chapter goes into very high level about every topic including the topics of exploitation which is what this book intends to sell. I was really excited when I first looked at the table of contents in the book as it seemed promising covering topics like Docker exploitation, VPN exploitation, etc. However if you read any of these chapters you will soon realize that chapters dont even cover the basics of these technologies correctly. I usually dont like to be such harsh critic, but honestly the book is not even worth 1 dollar in my opinion. Its a combination of everything that we can find for free and still better arranged and explained else where on the Internet. Overall it was extremely disappointing
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.