Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Practical Network Scanning
Practical Network Scanning

Practical Network Scanning: Capture network vulnerabilities using standard tools such as Nmap and Nessus

Arrow left icon
Profile Icon Singh Chauhan
Arrow right icon
€18.99 per month
Paperback May 2018 326 pages 1st Edition
eBook
€17.99 €26.99
Paperback
€32.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Singh Chauhan
Arrow right icon
€18.99 per month
Paperback May 2018 326 pages 1st Edition
eBook
€17.99 €26.99
Paperback
€32.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€17.99 €26.99
Paperback
€32.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Practical Network Scanning

Secure Network Design

In the previous chapter you learned about the basic concept of infrastructure security and built a strong foundation for the different areas required to understand the need for information security based on current security threats that exist in cyber space.

The internet has grown dramatically and has reached a stage where everyone must be connected in order to exchange information. Imagine that billions of people with internet enabled devices are directly connected to the internet, and some sort of unsecured network becomes a target for cyber criminals.

In this chapter, we describe how to secure a network and look at the significance of network security. In a layered fashion, we will also discuss methods and approaches to building a secure network based on business aims.

The following topics will be covered in this chapter:

  • Access control
  • Network management...

Access control 

As an application or network owner, we should know who or what is accessing our network resources. If we do not know or do not keep track of our activity and instead just assume what is happening on the network, we cannot guarantee data security and the safety of end-users.

We need to start with the basics of security. This begins with understanding what's on our network.

Asset classification and physical security

The most basic (but often most overlooked) element of network security involves keeping hardware protected from theft or physical intrusion.

As mentioned earlier, the first thing we need to classify is our assets. Once data classification is identified, network servers, network switches...

Network management and security design

For managing network and networking assets, there must always be a centralized secure management utility subnet for services such as DNS, DHCP, NTP, AAA, and network management. By defining boundaries, it becomes much easier to troubleshoot problems with the services when they are in known locations with a few well-known access paths and methods.

Network segmentation

Most of us focus on front door security and threats coming from the outside world by putting some sort of firewall on the perimeter. In reality, relying upon perimeter security alone does not protect your network and information data. Doing this is like putting money into a bank which depends on one armed guard.

The concept...

Hardening your TCP/IP stack

For any given operating system, tuning of the TCP/IP stack can be performed by the system administrator. Changing the default values of TCP/IP stack variables provides another layer of protection and helps you to secure your hosts in a better way.

This is all about determining and making decisions about how many connections the server can maintain in a half-open state before TCP/IP triggers SYN flooding attack protection. This simply means that to configure the threshold value of the TCP connection, requests must be exceeded before SYN flood protection is triggered.

The following parameters can be adjusted on an operating system level to tune TCP/IP stacks. These are not only applicable to the operating system, but also to network devices such as firewalls and load balancers, which allow you to fine tune TCP stacks:

  • TcpMaxHalfOpen
  • TcpMaxHalfOpenRetried...

DoS and DDoS attacks 

A Denial-of-Service is an attack in which online services do not respond to connections from legitimate hosts due to their resources being overused by malicious requests. This attack becomes a Distributed Denial-of-Service (DDoS) attack when it comes from multiple sources and it becomes difficult to block the source with IP or Geo-location.

DDoS attacks usually take the form of the following:

  • Volume-based attacks
  • Application layer attacks
  • Low-rate attacks

Volume-based attacks

Volume based attacks are by far the most common type of DDoS attacks.

According to Arbor Networks, 65% of DDoS attacks are volumetric in nature.

Volume-based attacks are characterized by an excessive amount of traffic...

IP spoofing

IP spoofing is the creation of IP packets using somebody else's IP address as the source address of an IP packet.

Let's take a look at IP headers in an IP packet:

In the following diagram, the attackers represent someone else's IP address:

Anti-spoofing using access lists

A network operator can implement an anti-spoofing access-list filter to prevent packets with incorrect source IP addresses from entering and leaving the network. With the following command, the access list will prevent incoming packets that have the internal IP address from coming in. 220.x.x.x is a network which I own, so I do not expect to encounter any packets coming from outside my own IP address.

Cisco IOS command:

access...

Ping sweeps and Port scans

Let's try to understand ping before we discuss ping sweep.

  • Ping: Ping is a tool commonly used to find the status of a host on a network. Ping is based on the ICMP protocol. When a Ping process request is sent out as an ICMP echo to the target host, it replies with an ICMP echo reply.
  • Ping Sweep: Ping sweep is a technique that can be used to find out which hosts are alive in a network for a defined IP range. Network admins who allow ICMP are vulnerable to ICMP based attacks.

Multiple tools are available for ping sweeps. You can even develop your own tool with a small script. Here is a simple example of how to run a ping sweep from a Windows machine: FOR /L loop, which is a counter, the variable is %i. It starts at 1 and increases by 1 with each iteration through the loop, going up to 255. I want to ping through a ...

DNS vulnerabilities 

DNS continues to be a very attractive target for hackers and a very important piece of network from a user's point of view. We use it seamlessly almost every time we hit a web page or application throughout a day, without even knowing that it exists.

DNS provides a way to resolve the IP address of any host on the internet with directory services.

How does DNS work?

A host sends a DNS query request to a DNS server and, in response, gets the IP address 1.1.1.1 for  www.abc.com. The host can now make a direct request to www.abc.com using  the IP address: 

DNS protocol attacks

...

Access control 


As an application or network owner, we should know who or what is accessing our network resources. If we do not know or do not keep track of our activity and instead just assume what is happening on the network, we cannot guarantee data security and the safety of end-users.

We need to start with the basics of security. This begins with understanding what's on our network.

Asset classification and physical security

The most basic (but often most overlooked) element of network security involves keeping hardware protected from theft or physical intrusion.

As mentioned earlier, the first thing we need to classify is our assets. Once data classification is identified, network servers, network switches and other core network components should be protected in well-guarded facilities. Cages and racks should be locked and permission should be granted based on requirements with proper approval and proper security guidelines.

Authentication, authorization, and accounting

Authentication, authorization...

Network management and security design


For managing network and networking assets, there must always be a centralized secure management utility subnet for services such as DNS, DHCP, NTP, AAA, and network management. By defining boundaries, it becomes much easier to troubleshoot problems with the services when they are in known locations with a few well-known access paths and methods.

Network segmentation

Most of us focus on front door security and threats coming from the outside world by putting some sort of firewall on the perimeter. In reality, relying upon perimeter security alone does not protect your network and information data. Doing this is like putting money into a bank which depends on one armed guard.

The concept of segmentation is based on ancient history, when Roman empires formed and fought units based on the ethnic and geographic identity of captured warriors. The idea was very simple: groups of warriors were formed on the basis of their similar backgrounds so that they could...

Hardening your TCP/IP stack


For any given operating system, tuning of the TCP/IP stack can be performed by the system administrator. Changing the default values of TCP/IP stack variables provides another layer of protection and helps you to secure your hosts in a better way.

This is all about determining and making decisions about how many connections the server can maintain in a half-open state before TCP/IP triggers SYN flooding attack protection. This simply means that to configure the threshold value of the TCP connection, requests must be exceeded before SYN flood protection is triggered.

The following parameters can be adjusted on an operating system level to tune TCP/IP stacks. These are not only applicable to the operating system, but also to network devices such as firewalls and load balancers, which allow you to fine tune TCP stacks:

  • TcpMaxHalfOpen
  • TcpMaxHalfOpenRetried
  • TcpMaxPortsExhausted
  • TcpMaxConnectResponseRetransmissions

We will discuss DoS attacks in detail in the next section...

DoS and DDoS attacks 


A Denial-of-Service is an attack in which online services do not respond to connections from legitimate hosts due to their resources being overused by malicious requests. This attack becomes a Distributed Denial-of-Service (DDoS) attack when it comes from multiple sources and it becomes difficult to block the source with IP or Geo-location.

DDoS attacks usually take the form of the following:

  • Volume-based attacks
  • Application layer attacks
  • Low-rate attacks

Volume-based attacks

Volume based attacks are by far the most common type of DDoS attacks.

Note

According to Arbor Networks, 65% of DDoS attacks are volumetric in nature.

Volume-based attacks are characterized by an excessive amount of traffic (sometimes in excess of 100 Gbps). They do not mandate large amounts of traffic to be generated by one location or one source.

The following is an example of such an attack:

  • NTP Amplification: The NTP amplification attack is a volume based DDoS attack in which an attacker exploits the publicly...
Left arrow icon Right arrow icon

Key benefits

  • Learn to choose the best network scanning toolset for your system
  • Implement different concepts of network scanning such as port scanning and OS detection
  • Adapt a practical approach to securing your network

Description

Network scanning is the process of assessing a network to identify an active host network; same methods can be used by an attacker or network administrator for security assessment. This procedure plays a vital role in risk assessment programs or while preparing a security plan for your organization. Practical Network Scanning starts with the concept of network scanning and how organizations can benefit from it. Then, going forward, we delve into the different scanning steps, such as service detection, firewall detection, TCP/IP port detection, and OS detection. We also implement these concepts using a few of the most prominent tools on the market, such as Nessus and Nmap. In the concluding chapters, we prepare a complete vulnerability assessment plan for your organization. By the end of this book, you will have hands-on experience in performing network scanning using different tools and in choosing the best tools for your system.

Who is this book for?

If you are a security professional who is responsible for securing an organization's infrastructure, then this book is for you.

What you will learn

  • Achieve an effective security posture to design security architectures
  • Learn vital security aspects before moving to the Cloud
  • Launch secure applications with Web Application Security and SQL Injection
  • Explore the basics of threat detection/response/ mitigation with important use cases
  • Learn all about integration principles for PKI and tips to secure it
  • Design a WAN infrastructure and ensure security over a public WAN

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 24, 2018
Length: 326 pages
Edition : 1st
Language : English
ISBN-13 : 9781788839235
Languages :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : May 24, 2018
Length: 326 pages
Edition : 1st
Language : English
ISBN-13 : 9781788839235
Languages :
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 102.97
Mastering Metasploit
€36.99
Practical Network Scanning
€32.99
Mastering Wireshark 2
€32.99
Total 102.97 Stars icon

Table of Contents

14 Chapters
Fundamental Security Concepts Chevron down icon Chevron up icon
Secure Network Design Chevron down icon Chevron up icon
Server-Level Security Chevron down icon Chevron up icon
Cloud Security Design Chevron down icon Chevron up icon
Application Security Design Chevron down icon Chevron up icon
Threat Detection and Response Chevron down icon Chevron up icon
Vulnerability Assessment Chevron down icon Chevron up icon
Remote OS Detection Chevron down icon Chevron up icon
Public Key Infrastructure-SSL Chevron down icon Chevron up icon
Firewall Placement and Detection Techniques Chevron down icon Chevron up icon
VPN and WAN Encryption Chevron down icon Chevron up icon
Summary and Scope of Security Technologies Chevron down icon Chevron up icon
Assessment Chevron down icon Chevron up icon
Other Books you may enjoy Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.