Book Image

Practical Network Scanning

By : Ajay Singh Chauhan
Book Image

Practical Network Scanning

By: Ajay Singh Chauhan

Overview of this book

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.
Table of Contents (19 chapters)
Title Page
Packt Upsell
Contributors
Preface
Index

Summary


Vulnerabilities are increasing by the day, and networks are becoming increasingly difficult to secure. Vulnerability assessments have become the preferred, mandatory method for managing security flaws for many organizations who care about their reputation. Network vulnerability assessments provide quick identification and a 360-degree view of security weaknesses on a given network, supplemented by host assessment. There are many automated tools that are available to detect and report all critical vulnerabilities. The approach, the way these systems are designed and the techniques they use for vulnerability tests may vary widely. As vulnerability scanning usually targets specific hosts or a range of hosts, it often conducts a deeper inspection than network scanners, identifying software versions, operating systems, specific software applications and services, and system configuration attributes.

In this chapter, we have explored how to install the Nessus VA tool and different settings...