Please enable JavaScript.
Coggle requires JavaScript to display documents.
:star:Network Security Testing :star: - Coggle Diagram
:star:
Network Security Testing
:star:
Network Security Testing Techniques
:check:
Testing and Evaluating Network Security
:unlock:
The effectiveness of an operations security solution can be tested without waiting for a real threat to take place. Network security testing makes this possible. Network security testing is performed on a network to ensure all security implementations are operating as expected. Typically, network security testing is conducted during the implementation and operational stages, after the system has been developed, installed, and integrated.
During the implementation stage, security testing is conducted on specific parts of the network. After a network is fully integrated and operational, a Security Test and Evaluation (ST&E) is performed. An ST&E is an examination of the protective measures that are placed on an operational network.
Objectives of ST&E include the following:
Uncover design, implementation, and operational flaws that could lead to the violation of the security policy.
Determine the adequacy of security mechanisms, assurances, and device properties to enforce the security policy.
Assess the degree of consistency between the system documentation and its implementation.
Types of Network Tests
:warning:
After a network is operational, you must access its security status. Many security tests can be conducted to assess the operational status of the network:
Penetration testing - Network penetration tests, or pen testing, simulate attacks from malicious sources. The goal is to determine the feasibility of an attack and possible consequences if one were to occur. Some pen testing may involve accessing a client’s premises and using social engineering skills to test their overall security posture.
Network scanning - Includes software that can ping computers, scan for listening TCP ports, and display which types of resources are available on the network. Some scanning software can also detect usernames, groups, and shared resources. Network administrators can use this information to strengthen their networks.
Vulnerability scanning - This includes software that can detect potential weaknesses in the tested systems. These weaknesses can include misconfiguration, blank or default passwords, or potential targets for DoS attacks. Some software allows administrators to attempt to crash the system through the identified vulnerability.
Password cracking - This includes software that is used to test and detect weak passwords that should be changed. Password policies must include guidelines to prevent weak passwords.
Log review - System administrators should review security logs to identify potential security threats. Filtering software to scan lengthy log files should be used to help discover abnormal activity to investigate.
Integrity checkers - An integrity checking system detects and reports on changes in the system. Most of the monitoring is focused on the file system. However, some checking systems can report on login and logout activities.
Virus detection - Virus or antimalware detection software should be used to identify and remove computer viruses and other malware.
Operations Security
:lock:
Operations security starts with the planning and implementation process of a network. During these phases, the operations team analyzes designs, identifies risks and vulnerabilities, and makes the necessary adaptations. The actual operational tasks begin after the network is set up and include the continual maintenance of the environment. These activities enable the environment, systems, and applications to continue to run correctly and securely.
Regardless of the type of testing, the staff that sets up and conducts the security testing should have significant security and networking knowledge in these areas:
Operating systems
Basic programming
Networking protocols, such as TCP/IP
Network vulnerabilities and risk mitigation
Device hardening
Firewalls
IPSs
Applying Network Test Results
:check:
Network security testing results can be used in several ways:
To define mitigation activities to address identified vulnerabilities
As a benchmark to trace the progress of an organization in meeting security requirements
To assess the implementation status of system security requirements
To conduct cost and benefit analysis for improvements to network security
To enhance other activities, such as risk assessments, certification and authorization (C&A), and performance improvement efforts
As a reference point for corrective action
Network Security Testing Tools
:explode:
SuperScan
:check:
SuperScan is a Microsoft Windows port scanning tool. It runs on most versions of Windows and requires administrator privileges.
SuperScan version 4 has a number of useful features:
Adjustable scanning speed
Support for unlimited IP ranges
Improved host detection using multiple ICMP methods
TCP SYN scanning
UDP scanning (two methods)
Simple HTML report generation
Source port scanning
Fast hostname resolution
Extensive banner grabbing capabilities
SIEM
:check:
Security Information Event Management (SIEM) is a technology used in enterprise organizations to provide real time reporting and long-term analysis of security events. SIEM evolved from two previously separate products: Security Information Management (SIM) and Security Event Management (SEM). SIEM can be implemented as software, integrated with Cisco Identity Services Engine (ISE) or as a managed service.
SIEM combines the essential functions of SIM and SEM to provide:
Correlation - Examines logs and events from disparate systems or applications, speeding detection of and reaction to security threats.
Aggregation - Aggregation reduces the volume of event data by consolidating duplicate event records.
Forensic analysis - The ability to search logs and event records from sources throughout the organization provides more complete information for forensic analysis.
Retention - Reporting presents the correlated and aggregated event data in real-time monitoring and long-term summaries.
SIEM provides details on the source of suspicious activity, including:
User information (name, authentication status, location, authorization group, quarantine status)
Device information (manufacturer, model, OS version, MAC address, network connection method, location)
Posture information (device compliance with corporate security policy, antivirus version, OS patches, compliance with mobile device management policy)
Nmap and Zenmap
:check:
Nmap is a commonly used, low-level scanner that is available to the public. It has an array of excellent features which can be used for network mapping and reconnaissance.
The basic functionality of Nmap allows the user to accomplish several tasks, as follows:
Classic TCP and UDP port scanning -This searches for different services on one host.
Classic TCP and UDP port sweeping - This searches for the same service on multiple hosts.
Stealth TCP and UDP port scans and sweeps - This is similar to classic scans and sweeps, but harder to detect by the target host or IPS.
Remote operating system identification - This is also known as OS fingerprinting.
Network Testing Tools
:star:
There are many tools available to test the security of systems and networks. Some of these tools are open source while others are commercial tools that require licensing.
Software tools that can be used to perform network testing include:
Nmap/Zenmap - This is used to discover computers and their services on a network, therefore creating a map of the network.
SuperScan - This port scanning software is designed to detect open TCP and UDP ports, determine what services are running on those ports, and to run queries, such as whois, ping, traceroute, and hostname lookups.
SIEM (Security Information Event Management) - This is a technology used in enterprise organizations to provide real time reporting and long-term analysis of security events.
GFI LANguard - This is a network and security scanner which detects vulnerabilities.
Tripwire - This tool assesses and validates IT configurations against internal policies, compliance standards, and security best practices.
Nessus - This is a vulnerability scanning software, focusing on remote access, misconfigurations, and DoS against the TCP/IP stack.
L0phtCrack - This is a password auditing and recovery application.
Metasploit - This tool provides information about vulnerabilities and aids in penetration testing and IDS signature development.